@atlaskit/tmp-editor-statsig 32.9.0 → 32.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist/cjs/experiments-config.js +35 -3
- package/dist/es2019/experiments-config.js +35 -3
- package/dist/esm/experiments-config.js +35 -3
- package/dist/types/experiments-config.d.ts +25 -1
- package/dist/types-ts4.5/experiments-config.d.ts +25 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 32.11.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`dbd7ff4f67cfb`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/dbd7ff4f67cfb) -
|
|
8
|
+
added `platform_editor_rovobutton_smartlink_toolbar_exp` experience gate
|
|
9
|
+
|
|
10
|
+
## 32.10.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- [`0f91061590da3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0f91061590da3) -
|
|
15
|
+
Split platform_editor_vc90_transition_fixes_batch_1 into
|
|
16
|
+
platform_editor_vc90_transition_table_border, platform_editor_vc90_transition_expand_icon,
|
|
17
|
+
platform_editor_vc90_transition_mentions, platform_editor_vc90_transition_panel_icon
|
|
18
|
+
|
|
3
19
|
## 32.9.0
|
|
4
20
|
|
|
5
21
|
### Minor Changes
|
|
@@ -1462,10 +1462,34 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1462
1462
|
param: 'isEnabled',
|
|
1463
1463
|
defaultValue: false
|
|
1464
1464
|
}),
|
|
1465
|
-
// Added 2026-
|
|
1466
|
-
|
|
1465
|
+
// Added 2026-03-04
|
|
1466
|
+
platform_editor_vc90_transition_table_border: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1467
|
+
productKeys: {
|
|
1468
|
+
confluence: 'platform_editor_vc90_transition_table_border'
|
|
1469
|
+
},
|
|
1470
|
+
param: 'isEnabled',
|
|
1471
|
+
defaultValue: false
|
|
1472
|
+
}),
|
|
1473
|
+
// Added 2026-03-04
|
|
1474
|
+
platform_editor_vc90_transition_expand_icon: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1475
|
+
productKeys: {
|
|
1476
|
+
confluence: 'platform_editor_vc90_transition_expand_icon'
|
|
1477
|
+
},
|
|
1478
|
+
param: 'isEnabled',
|
|
1479
|
+
defaultValue: false
|
|
1480
|
+
}),
|
|
1481
|
+
// Added 2026-03-04
|
|
1482
|
+
platform_editor_vc90_transition_panel_icon: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1483
|
+
productKeys: {
|
|
1484
|
+
confluence: 'platform_editor_vc90_transition_panel_icon'
|
|
1485
|
+
},
|
|
1486
|
+
param: 'isEnabled',
|
|
1487
|
+
defaultValue: false
|
|
1488
|
+
}),
|
|
1489
|
+
// Added 2026-03-04
|
|
1490
|
+
platform_editor_vc90_transition_mentions: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1467
1491
|
productKeys: {
|
|
1468
|
-
confluence: '
|
|
1492
|
+
confluence: 'platform_editor_vc90_transition_mentions'
|
|
1469
1493
|
},
|
|
1470
1494
|
param: 'isEnabled',
|
|
1471
1495
|
defaultValue: false
|
|
@@ -1544,5 +1568,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1544
1568
|
},
|
|
1545
1569
|
param: 'isEnabled',
|
|
1546
1570
|
defaultValue: false
|
|
1571
|
+
}),
|
|
1572
|
+
// Added 2026-03-04
|
|
1573
|
+
platform_editor_rovobutton_smartlink_toolbar_exp: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1574
|
+
productKeys: {
|
|
1575
|
+
confluence: 'platform_editor_rovobutton_smartlink_toolbar_exp'
|
|
1576
|
+
},
|
|
1577
|
+
param: 'isEnabled',
|
|
1578
|
+
defaultValue: false
|
|
1547
1579
|
})
|
|
1548
1580
|
};
|
|
@@ -1456,10 +1456,34 @@ export const editorExperimentsConfig = {
|
|
|
1456
1456
|
param: 'isEnabled',
|
|
1457
1457
|
defaultValue: false
|
|
1458
1458
|
}),
|
|
1459
|
-
// Added 2026-
|
|
1460
|
-
|
|
1459
|
+
// Added 2026-03-04
|
|
1460
|
+
platform_editor_vc90_transition_table_border: createBooleanExperiment({
|
|
1461
|
+
productKeys: {
|
|
1462
|
+
confluence: 'platform_editor_vc90_transition_table_border'
|
|
1463
|
+
},
|
|
1464
|
+
param: 'isEnabled',
|
|
1465
|
+
defaultValue: false
|
|
1466
|
+
}),
|
|
1467
|
+
// Added 2026-03-04
|
|
1468
|
+
platform_editor_vc90_transition_expand_icon: createBooleanExperiment({
|
|
1469
|
+
productKeys: {
|
|
1470
|
+
confluence: 'platform_editor_vc90_transition_expand_icon'
|
|
1471
|
+
},
|
|
1472
|
+
param: 'isEnabled',
|
|
1473
|
+
defaultValue: false
|
|
1474
|
+
}),
|
|
1475
|
+
// Added 2026-03-04
|
|
1476
|
+
platform_editor_vc90_transition_panel_icon: createBooleanExperiment({
|
|
1477
|
+
productKeys: {
|
|
1478
|
+
confluence: 'platform_editor_vc90_transition_panel_icon'
|
|
1479
|
+
},
|
|
1480
|
+
param: 'isEnabled',
|
|
1481
|
+
defaultValue: false
|
|
1482
|
+
}),
|
|
1483
|
+
// Added 2026-03-04
|
|
1484
|
+
platform_editor_vc90_transition_mentions: createBooleanExperiment({
|
|
1461
1485
|
productKeys: {
|
|
1462
|
-
confluence: '
|
|
1486
|
+
confluence: 'platform_editor_vc90_transition_mentions'
|
|
1463
1487
|
},
|
|
1464
1488
|
param: 'isEnabled',
|
|
1465
1489
|
defaultValue: false
|
|
@@ -1538,5 +1562,13 @@ export const editorExperimentsConfig = {
|
|
|
1538
1562
|
},
|
|
1539
1563
|
param: 'isEnabled',
|
|
1540
1564
|
defaultValue: false
|
|
1565
|
+
}),
|
|
1566
|
+
// Added 2026-03-04
|
|
1567
|
+
platform_editor_rovobutton_smartlink_toolbar_exp: createBooleanExperiment({
|
|
1568
|
+
productKeys: {
|
|
1569
|
+
confluence: 'platform_editor_rovobutton_smartlink_toolbar_exp'
|
|
1570
|
+
},
|
|
1571
|
+
param: 'isEnabled',
|
|
1572
|
+
defaultValue: false
|
|
1541
1573
|
})
|
|
1542
1574
|
};
|
|
@@ -1456,10 +1456,34 @@ export var editorExperimentsConfig = {
|
|
|
1456
1456
|
param: 'isEnabled',
|
|
1457
1457
|
defaultValue: false
|
|
1458
1458
|
}),
|
|
1459
|
-
// Added 2026-
|
|
1460
|
-
|
|
1459
|
+
// Added 2026-03-04
|
|
1460
|
+
platform_editor_vc90_transition_table_border: createBooleanExperiment({
|
|
1461
|
+
productKeys: {
|
|
1462
|
+
confluence: 'platform_editor_vc90_transition_table_border'
|
|
1463
|
+
},
|
|
1464
|
+
param: 'isEnabled',
|
|
1465
|
+
defaultValue: false
|
|
1466
|
+
}),
|
|
1467
|
+
// Added 2026-03-04
|
|
1468
|
+
platform_editor_vc90_transition_expand_icon: createBooleanExperiment({
|
|
1469
|
+
productKeys: {
|
|
1470
|
+
confluence: 'platform_editor_vc90_transition_expand_icon'
|
|
1471
|
+
},
|
|
1472
|
+
param: 'isEnabled',
|
|
1473
|
+
defaultValue: false
|
|
1474
|
+
}),
|
|
1475
|
+
// Added 2026-03-04
|
|
1476
|
+
platform_editor_vc90_transition_panel_icon: createBooleanExperiment({
|
|
1477
|
+
productKeys: {
|
|
1478
|
+
confluence: 'platform_editor_vc90_transition_panel_icon'
|
|
1479
|
+
},
|
|
1480
|
+
param: 'isEnabled',
|
|
1481
|
+
defaultValue: false
|
|
1482
|
+
}),
|
|
1483
|
+
// Added 2026-03-04
|
|
1484
|
+
platform_editor_vc90_transition_mentions: createBooleanExperiment({
|
|
1461
1485
|
productKeys: {
|
|
1462
|
-
confluence: '
|
|
1486
|
+
confluence: 'platform_editor_vc90_transition_mentions'
|
|
1463
1487
|
},
|
|
1464
1488
|
param: 'isEnabled',
|
|
1465
1489
|
defaultValue: false
|
|
@@ -1538,5 +1562,13 @@ export var editorExperimentsConfig = {
|
|
|
1538
1562
|
},
|
|
1539
1563
|
param: 'isEnabled',
|
|
1540
1564
|
defaultValue: false
|
|
1565
|
+
}),
|
|
1566
|
+
// Added 2026-03-04
|
|
1567
|
+
platform_editor_rovobutton_smartlink_toolbar_exp: createBooleanExperiment({
|
|
1568
|
+
productKeys: {
|
|
1569
|
+
confluence: 'platform_editor_rovobutton_smartlink_toolbar_exp'
|
|
1570
|
+
},
|
|
1571
|
+
param: 'isEnabled',
|
|
1572
|
+
defaultValue: false
|
|
1541
1573
|
})
|
|
1542
1574
|
};
|
|
@@ -1092,7 +1092,25 @@ export declare const editorExperimentsConfig: {
|
|
|
1092
1092
|
productKeys?: ProductKeys;
|
|
1093
1093
|
typeGuard: IsBooleanType;
|
|
1094
1094
|
};
|
|
1095
|
-
|
|
1095
|
+
platform_editor_vc90_transition_table_border: {
|
|
1096
|
+
defaultValue: boolean;
|
|
1097
|
+
param: string;
|
|
1098
|
+
productKeys?: ProductKeys;
|
|
1099
|
+
typeGuard: IsBooleanType;
|
|
1100
|
+
};
|
|
1101
|
+
platform_editor_vc90_transition_expand_icon: {
|
|
1102
|
+
defaultValue: boolean;
|
|
1103
|
+
param: string;
|
|
1104
|
+
productKeys?: ProductKeys;
|
|
1105
|
+
typeGuard: IsBooleanType;
|
|
1106
|
+
};
|
|
1107
|
+
platform_editor_vc90_transition_panel_icon: {
|
|
1108
|
+
defaultValue: boolean;
|
|
1109
|
+
param: string;
|
|
1110
|
+
productKeys?: ProductKeys;
|
|
1111
|
+
typeGuard: IsBooleanType;
|
|
1112
|
+
};
|
|
1113
|
+
platform_editor_vc90_transition_mentions: {
|
|
1096
1114
|
defaultValue: boolean;
|
|
1097
1115
|
param: string;
|
|
1098
1116
|
productKeys?: ProductKeys;
|
|
@@ -1140,5 +1158,11 @@ export declare const editorExperimentsConfig: {
|
|
|
1140
1158
|
productKeys?: ProductKeys;
|
|
1141
1159
|
typeGuard: IsBooleanType;
|
|
1142
1160
|
};
|
|
1161
|
+
platform_editor_rovobutton_smartlink_toolbar_exp: {
|
|
1162
|
+
defaultValue: boolean;
|
|
1163
|
+
param: string;
|
|
1164
|
+
productKeys?: ProductKeys;
|
|
1165
|
+
typeGuard: IsBooleanType;
|
|
1166
|
+
};
|
|
1143
1167
|
};
|
|
1144
1168
|
export {};
|
|
@@ -1092,7 +1092,25 @@ export declare const editorExperimentsConfig: {
|
|
|
1092
1092
|
productKeys?: ProductKeys;
|
|
1093
1093
|
typeGuard: IsBooleanType;
|
|
1094
1094
|
};
|
|
1095
|
-
|
|
1095
|
+
platform_editor_vc90_transition_table_border: {
|
|
1096
|
+
defaultValue: boolean;
|
|
1097
|
+
param: string;
|
|
1098
|
+
productKeys?: ProductKeys;
|
|
1099
|
+
typeGuard: IsBooleanType;
|
|
1100
|
+
};
|
|
1101
|
+
platform_editor_vc90_transition_expand_icon: {
|
|
1102
|
+
defaultValue: boolean;
|
|
1103
|
+
param: string;
|
|
1104
|
+
productKeys?: ProductKeys;
|
|
1105
|
+
typeGuard: IsBooleanType;
|
|
1106
|
+
};
|
|
1107
|
+
platform_editor_vc90_transition_panel_icon: {
|
|
1108
|
+
defaultValue: boolean;
|
|
1109
|
+
param: string;
|
|
1110
|
+
productKeys?: ProductKeys;
|
|
1111
|
+
typeGuard: IsBooleanType;
|
|
1112
|
+
};
|
|
1113
|
+
platform_editor_vc90_transition_mentions: {
|
|
1096
1114
|
defaultValue: boolean;
|
|
1097
1115
|
param: string;
|
|
1098
1116
|
productKeys?: ProductKeys;
|
|
@@ -1140,5 +1158,11 @@ export declare const editorExperimentsConfig: {
|
|
|
1140
1158
|
productKeys?: ProductKeys;
|
|
1141
1159
|
typeGuard: IsBooleanType;
|
|
1142
1160
|
};
|
|
1161
|
+
platform_editor_rovobutton_smartlink_toolbar_exp: {
|
|
1162
|
+
defaultValue: boolean;
|
|
1163
|
+
param: string;
|
|
1164
|
+
productKeys?: ProductKeys;
|
|
1165
|
+
typeGuard: IsBooleanType;
|
|
1166
|
+
};
|
|
1143
1167
|
};
|
|
1144
1168
|
export {};
|
package/package.json
CHANGED