@atlaskit/tmp-editor-statsig 33.1.0 → 33.2.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
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 33.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`17119fb95e0a4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/17119fb95e0a4) -
|
|
8
|
+
[EDITOR-3747](https://hello.jira.atlassian.cloud/browse/EDITOR-3747) - clean up
|
|
9
|
+
platform_editor_ssr_renderer experiment
|
|
10
|
+
- [`4f700a8131d20`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4f700a8131d20) -
|
|
11
|
+
[FFCLEANUP-79468] add platform_editor_a11y_table_wrapper_fix to statsig config
|
|
12
|
+
|
|
3
13
|
## 33.1.0
|
|
4
14
|
|
|
5
15
|
### Minor Changes
|
|
@@ -346,13 +346,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
346
346
|
param: 'isEnabled',
|
|
347
347
|
defaultValue: false
|
|
348
348
|
}),
|
|
349
|
-
platform_editor_ssr_renderer: (0, _experimentBuilders.createBooleanExperiment)({
|
|
350
|
-
productKeys: {
|
|
351
|
-
confluence: 'platform_editor_ssr_renderer'
|
|
352
|
-
},
|
|
353
|
-
param: 'isEnabled',
|
|
354
|
-
defaultValue: false
|
|
355
|
-
}),
|
|
356
349
|
// Added 2025-01-13
|
|
357
350
|
platform_editor_element_drag_and_drop_multiselect: (0, _experimentBuilders.createBooleanExperiment)({
|
|
358
351
|
productKeys: {
|
|
@@ -1602,6 +1595,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1602
1595
|
param: 'isEnabled',
|
|
1603
1596
|
defaultValue: false
|
|
1604
1597
|
}),
|
|
1598
|
+
// Added 2026-03-02
|
|
1599
|
+
platform_editor_a11y_table_wrapper_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1600
|
+
productKeys: {
|
|
1601
|
+
confluence: 'platform_editor_a11y_table_wrapper_fix'
|
|
1602
|
+
},
|
|
1603
|
+
param: 'isEnabled',
|
|
1604
|
+
defaultValue: false
|
|
1605
|
+
}),
|
|
1605
1606
|
// Added 2026-03-05
|
|
1606
1607
|
platform_editor_table_resizer_extended_zone: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1607
1608
|
productKeys: {
|
|
@@ -340,13 +340,6 @@ export const editorExperimentsConfig = {
|
|
|
340
340
|
param: 'isEnabled',
|
|
341
341
|
defaultValue: false
|
|
342
342
|
}),
|
|
343
|
-
platform_editor_ssr_renderer: createBooleanExperiment({
|
|
344
|
-
productKeys: {
|
|
345
|
-
confluence: 'platform_editor_ssr_renderer'
|
|
346
|
-
},
|
|
347
|
-
param: 'isEnabled',
|
|
348
|
-
defaultValue: false
|
|
349
|
-
}),
|
|
350
343
|
// Added 2025-01-13
|
|
351
344
|
platform_editor_element_drag_and_drop_multiselect: createBooleanExperiment({
|
|
352
345
|
productKeys: {
|
|
@@ -1596,6 +1589,14 @@ export const editorExperimentsConfig = {
|
|
|
1596
1589
|
param: 'isEnabled',
|
|
1597
1590
|
defaultValue: false
|
|
1598
1591
|
}),
|
|
1592
|
+
// Added 2026-03-02
|
|
1593
|
+
platform_editor_a11y_table_wrapper_fix: createBooleanExperiment({
|
|
1594
|
+
productKeys: {
|
|
1595
|
+
confluence: 'platform_editor_a11y_table_wrapper_fix'
|
|
1596
|
+
},
|
|
1597
|
+
param: 'isEnabled',
|
|
1598
|
+
defaultValue: false
|
|
1599
|
+
}),
|
|
1599
1600
|
// Added 2026-03-05
|
|
1600
1601
|
platform_editor_table_resizer_extended_zone: createBooleanExperiment({
|
|
1601
1602
|
productKeys: {
|
|
@@ -340,13 +340,6 @@ export var editorExperimentsConfig = {
|
|
|
340
340
|
param: 'isEnabled',
|
|
341
341
|
defaultValue: false
|
|
342
342
|
}),
|
|
343
|
-
platform_editor_ssr_renderer: createBooleanExperiment({
|
|
344
|
-
productKeys: {
|
|
345
|
-
confluence: 'platform_editor_ssr_renderer'
|
|
346
|
-
},
|
|
347
|
-
param: 'isEnabled',
|
|
348
|
-
defaultValue: false
|
|
349
|
-
}),
|
|
350
343
|
// Added 2025-01-13
|
|
351
344
|
platform_editor_element_drag_and_drop_multiselect: createBooleanExperiment({
|
|
352
345
|
productKeys: {
|
|
@@ -1596,6 +1589,14 @@ export var editorExperimentsConfig = {
|
|
|
1596
1589
|
param: 'isEnabled',
|
|
1597
1590
|
defaultValue: false
|
|
1598
1591
|
}),
|
|
1592
|
+
// Added 2026-03-02
|
|
1593
|
+
platform_editor_a11y_table_wrapper_fix: createBooleanExperiment({
|
|
1594
|
+
productKeys: {
|
|
1595
|
+
confluence: 'platform_editor_a11y_table_wrapper_fix'
|
|
1596
|
+
},
|
|
1597
|
+
param: 'isEnabled',
|
|
1598
|
+
defaultValue: false
|
|
1599
|
+
}),
|
|
1599
1600
|
// Added 2026-03-05
|
|
1600
1601
|
platform_editor_table_resizer_extended_zone: createBooleanExperiment({
|
|
1601
1602
|
productKeys: {
|
|
@@ -643,12 +643,6 @@ export declare const editorExperimentsConfig: {
|
|
|
643
643
|
productKeys?: ProductKeys;
|
|
644
644
|
typeGuard: IsBooleanType;
|
|
645
645
|
};
|
|
646
|
-
platform_editor_ssr_renderer: {
|
|
647
|
-
defaultValue: boolean;
|
|
648
|
-
param: string;
|
|
649
|
-
productKeys?: ProductKeys;
|
|
650
|
-
typeGuard: IsBooleanType;
|
|
651
|
-
};
|
|
652
646
|
platform_editor_table_excerpts_fix: {
|
|
653
647
|
defaultValue: boolean;
|
|
654
648
|
param: string;
|
|
@@ -1182,6 +1176,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1182
1176
|
productKeys?: ProductKeys;
|
|
1183
1177
|
typeGuard: IsBooleanType;
|
|
1184
1178
|
};
|
|
1179
|
+
platform_editor_a11y_table_wrapper_fix: {
|
|
1180
|
+
defaultValue: boolean;
|
|
1181
|
+
param: string;
|
|
1182
|
+
productKeys?: ProductKeys;
|
|
1183
|
+
typeGuard: IsBooleanType;
|
|
1184
|
+
};
|
|
1185
1185
|
platform_editor_table_resizer_extended_zone: {
|
|
1186
1186
|
defaultValue: boolean;
|
|
1187
1187
|
param: string;
|
|
@@ -643,12 +643,6 @@ export declare const editorExperimentsConfig: {
|
|
|
643
643
|
productKeys?: ProductKeys;
|
|
644
644
|
typeGuard: IsBooleanType;
|
|
645
645
|
};
|
|
646
|
-
platform_editor_ssr_renderer: {
|
|
647
|
-
defaultValue: boolean;
|
|
648
|
-
param: string;
|
|
649
|
-
productKeys?: ProductKeys;
|
|
650
|
-
typeGuard: IsBooleanType;
|
|
651
|
-
};
|
|
652
646
|
platform_editor_table_excerpts_fix: {
|
|
653
647
|
defaultValue: boolean;
|
|
654
648
|
param: string;
|
|
@@ -1182,6 +1176,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1182
1176
|
productKeys?: ProductKeys;
|
|
1183
1177
|
typeGuard: IsBooleanType;
|
|
1184
1178
|
};
|
|
1179
|
+
platform_editor_a11y_table_wrapper_fix: {
|
|
1180
|
+
defaultValue: boolean;
|
|
1181
|
+
param: string;
|
|
1182
|
+
productKeys?: ProductKeys;
|
|
1183
|
+
typeGuard: IsBooleanType;
|
|
1184
|
+
};
|
|
1185
1185
|
platform_editor_table_resizer_extended_zone: {
|
|
1186
1186
|
defaultValue: boolean;
|
|
1187
1187
|
param: string;
|
package/package.json
CHANGED