@atlaskit/tmp-editor-statsig 42.0.0 → 43.0.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 +23 -0
- package/dist/cjs/experiments-config.js +23 -8
- package/dist/es2019/experiments-config.js +23 -8
- package/dist/esm/experiments-config.js +23 -8
- package/dist/types/experiments-config.d.ts +18 -6
- package/dist/types-ts4.5/experiments-config.d.ts +18 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 43.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`60fc4abc3b900`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/60fc4abc3b900) -
|
|
8
|
+
Cleanup platform_editor_fix_cursor_flickering experiment, always using ON path
|
|
9
|
+
|
|
10
|
+
### Minor Changes
|
|
11
|
+
|
|
12
|
+
- [`0d04e250bdf4b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0d04e250bdf4b) -
|
|
13
|
+
[ux] Making submenus for media (color/size) and table (background color) consistent with ADS and
|
|
14
|
+
fixing incorrect gate mocking in editor-plugin-ai-tests
|
|
15
|
+
- [`c9d8de9fd5a33`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c9d8de9fd5a33) -
|
|
16
|
+
Avoid wrapping block controls in any block mark - fixes issues with font size mark.
|
|
17
|
+
|
|
18
|
+
## 42.1.0
|
|
19
|
+
|
|
20
|
+
### Minor Changes
|
|
21
|
+
|
|
22
|
+
- [`cdc6ff4788df0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cdc6ff4788df0) -
|
|
23
|
+
[EDITOR-5739] Move TwoStageHydration on toolbar down to around toolbar component rather than
|
|
24
|
+
ToolbarArrowKeyNavigationProvider
|
|
25
|
+
|
|
3
26
|
## 42.0.0
|
|
4
27
|
|
|
5
28
|
### Major Changes
|
|
@@ -501,6 +501,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
501
501
|
param: 'isEnabled',
|
|
502
502
|
defaultValue: false
|
|
503
503
|
}),
|
|
504
|
+
platform_editor_clean_up_widget_mark_logic: (0, _experimentBuilders.createBooleanExperiment)({
|
|
505
|
+
productKeys: {
|
|
506
|
+
confluence: 'platform_editor_clean_up_widget_mark_logic',
|
|
507
|
+
jira: 'platform_editor_clean_up_widget_mark_logic'
|
|
508
|
+
},
|
|
509
|
+
param: 'isEnabled',
|
|
510
|
+
defaultValue: false
|
|
511
|
+
}),
|
|
504
512
|
// Added 2025-07-14
|
|
505
513
|
platform_editor_debounce_portal_provider: (0, _experimentBuilders.createBooleanExperiment)({
|
|
506
514
|
productKeys: {
|
|
@@ -1107,14 +1115,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1107
1115
|
param: 'isEnabled',
|
|
1108
1116
|
defaultValue: false
|
|
1109
1117
|
}),
|
|
1110
|
-
// Added 2026-02-04
|
|
1111
|
-
platform_editor_fix_cursor_flickering: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1112
|
-
productKeys: {
|
|
1113
|
-
confluence: 'platform_editor_fix_cursor_flickering'
|
|
1114
|
-
},
|
|
1115
|
-
param: 'isEnabled',
|
|
1116
|
-
defaultValue: false
|
|
1117
|
-
}),
|
|
1118
1118
|
// Added 2025-01-23
|
|
1119
1119
|
platform_editor_to_use_pmr_for_collab_edit_none_ic: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1120
1120
|
productKeys: {
|
|
@@ -1147,6 +1147,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1147
1147
|
param: 'isEnabled',
|
|
1148
1148
|
defaultValue: false
|
|
1149
1149
|
}),
|
|
1150
|
+
platform_editor_toolbar_submenu_open_click: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1151
|
+
productKeys: {
|
|
1152
|
+
confluence: 'platform_editor_toolbar_submenu_open_click'
|
|
1153
|
+
},
|
|
1154
|
+
param: 'isEnabled',
|
|
1155
|
+
defaultValue: false
|
|
1156
|
+
}),
|
|
1150
1157
|
// Added 2025-12-30
|
|
1151
1158
|
platform_editor_table_sticky_header_patch_9: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1152
1159
|
productKeys: {
|
|
@@ -1783,6 +1790,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1783
1790
|
param: 'isEnabled',
|
|
1784
1791
|
defaultValue: false
|
|
1785
1792
|
}),
|
|
1793
|
+
// Added 2026-03-19
|
|
1794
|
+
platform_editor_toolbar_two_stage_hydration: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1795
|
+
productKeys: {
|
|
1796
|
+
confluence: 'platform_editor_toolbar_two_stage_hydration'
|
|
1797
|
+
},
|
|
1798
|
+
param: 'isEnabled',
|
|
1799
|
+
defaultValue: false
|
|
1800
|
+
}),
|
|
1786
1801
|
// Added 2026-03-15
|
|
1787
1802
|
platform_editor_sync_block_ssr_config: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1788
1803
|
productKeys: {
|
|
@@ -495,6 +495,14 @@ export const editorExperimentsConfig = {
|
|
|
495
495
|
param: 'isEnabled',
|
|
496
496
|
defaultValue: false
|
|
497
497
|
}),
|
|
498
|
+
platform_editor_clean_up_widget_mark_logic: createBooleanExperiment({
|
|
499
|
+
productKeys: {
|
|
500
|
+
confluence: 'platform_editor_clean_up_widget_mark_logic',
|
|
501
|
+
jira: 'platform_editor_clean_up_widget_mark_logic'
|
|
502
|
+
},
|
|
503
|
+
param: 'isEnabled',
|
|
504
|
+
defaultValue: false
|
|
505
|
+
}),
|
|
498
506
|
// Added 2025-07-14
|
|
499
507
|
platform_editor_debounce_portal_provider: createBooleanExperiment({
|
|
500
508
|
productKeys: {
|
|
@@ -1101,14 +1109,6 @@ export const editorExperimentsConfig = {
|
|
|
1101
1109
|
param: 'isEnabled',
|
|
1102
1110
|
defaultValue: false
|
|
1103
1111
|
}),
|
|
1104
|
-
// Added 2026-02-04
|
|
1105
|
-
platform_editor_fix_cursor_flickering: createBooleanExperiment({
|
|
1106
|
-
productKeys: {
|
|
1107
|
-
confluence: 'platform_editor_fix_cursor_flickering'
|
|
1108
|
-
},
|
|
1109
|
-
param: 'isEnabled',
|
|
1110
|
-
defaultValue: false
|
|
1111
|
-
}),
|
|
1112
1112
|
// Added 2025-01-23
|
|
1113
1113
|
platform_editor_to_use_pmr_for_collab_edit_none_ic: createBooleanExperiment({
|
|
1114
1114
|
productKeys: {
|
|
@@ -1141,6 +1141,13 @@ export const editorExperimentsConfig = {
|
|
|
1141
1141
|
param: 'isEnabled',
|
|
1142
1142
|
defaultValue: false
|
|
1143
1143
|
}),
|
|
1144
|
+
platform_editor_toolbar_submenu_open_click: createBooleanExperiment({
|
|
1145
|
+
productKeys: {
|
|
1146
|
+
confluence: 'platform_editor_toolbar_submenu_open_click'
|
|
1147
|
+
},
|
|
1148
|
+
param: 'isEnabled',
|
|
1149
|
+
defaultValue: false
|
|
1150
|
+
}),
|
|
1144
1151
|
// Added 2025-12-30
|
|
1145
1152
|
platform_editor_table_sticky_header_patch_9: createBooleanExperiment({
|
|
1146
1153
|
productKeys: {
|
|
@@ -1777,6 +1784,14 @@ export const editorExperimentsConfig = {
|
|
|
1777
1784
|
param: 'isEnabled',
|
|
1778
1785
|
defaultValue: false
|
|
1779
1786
|
}),
|
|
1787
|
+
// Added 2026-03-19
|
|
1788
|
+
platform_editor_toolbar_two_stage_hydration: createBooleanExperiment({
|
|
1789
|
+
productKeys: {
|
|
1790
|
+
confluence: 'platform_editor_toolbar_two_stage_hydration'
|
|
1791
|
+
},
|
|
1792
|
+
param: 'isEnabled',
|
|
1793
|
+
defaultValue: false
|
|
1794
|
+
}),
|
|
1780
1795
|
// Added 2026-03-15
|
|
1781
1796
|
platform_editor_sync_block_ssr_config: createBooleanExperiment({
|
|
1782
1797
|
productKeys: {
|
|
@@ -495,6 +495,14 @@ export var editorExperimentsConfig = {
|
|
|
495
495
|
param: 'isEnabled',
|
|
496
496
|
defaultValue: false
|
|
497
497
|
}),
|
|
498
|
+
platform_editor_clean_up_widget_mark_logic: createBooleanExperiment({
|
|
499
|
+
productKeys: {
|
|
500
|
+
confluence: 'platform_editor_clean_up_widget_mark_logic',
|
|
501
|
+
jira: 'platform_editor_clean_up_widget_mark_logic'
|
|
502
|
+
},
|
|
503
|
+
param: 'isEnabled',
|
|
504
|
+
defaultValue: false
|
|
505
|
+
}),
|
|
498
506
|
// Added 2025-07-14
|
|
499
507
|
platform_editor_debounce_portal_provider: createBooleanExperiment({
|
|
500
508
|
productKeys: {
|
|
@@ -1101,14 +1109,6 @@ export var editorExperimentsConfig = {
|
|
|
1101
1109
|
param: 'isEnabled',
|
|
1102
1110
|
defaultValue: false
|
|
1103
1111
|
}),
|
|
1104
|
-
// Added 2026-02-04
|
|
1105
|
-
platform_editor_fix_cursor_flickering: createBooleanExperiment({
|
|
1106
|
-
productKeys: {
|
|
1107
|
-
confluence: 'platform_editor_fix_cursor_flickering'
|
|
1108
|
-
},
|
|
1109
|
-
param: 'isEnabled',
|
|
1110
|
-
defaultValue: false
|
|
1111
|
-
}),
|
|
1112
1112
|
// Added 2025-01-23
|
|
1113
1113
|
platform_editor_to_use_pmr_for_collab_edit_none_ic: createBooleanExperiment({
|
|
1114
1114
|
productKeys: {
|
|
@@ -1141,6 +1141,13 @@ export var editorExperimentsConfig = {
|
|
|
1141
1141
|
param: 'isEnabled',
|
|
1142
1142
|
defaultValue: false
|
|
1143
1143
|
}),
|
|
1144
|
+
platform_editor_toolbar_submenu_open_click: createBooleanExperiment({
|
|
1145
|
+
productKeys: {
|
|
1146
|
+
confluence: 'platform_editor_toolbar_submenu_open_click'
|
|
1147
|
+
},
|
|
1148
|
+
param: 'isEnabled',
|
|
1149
|
+
defaultValue: false
|
|
1150
|
+
}),
|
|
1144
1151
|
// Added 2025-12-30
|
|
1145
1152
|
platform_editor_table_sticky_header_patch_9: createBooleanExperiment({
|
|
1146
1153
|
productKeys: {
|
|
@@ -1777,6 +1784,14 @@ export var editorExperimentsConfig = {
|
|
|
1777
1784
|
param: 'isEnabled',
|
|
1778
1785
|
defaultValue: false
|
|
1779
1786
|
}),
|
|
1787
|
+
// Added 2026-03-19
|
|
1788
|
+
platform_editor_toolbar_two_stage_hydration: createBooleanExperiment({
|
|
1789
|
+
productKeys: {
|
|
1790
|
+
confluence: 'platform_editor_toolbar_two_stage_hydration'
|
|
1791
|
+
},
|
|
1792
|
+
param: 'isEnabled',
|
|
1793
|
+
defaultValue: false
|
|
1794
|
+
}),
|
|
1780
1795
|
// Added 2026-03-15
|
|
1781
1796
|
platform_editor_sync_block_ssr_config: createBooleanExperiment({
|
|
1782
1797
|
productKeys: {
|
|
@@ -397,6 +397,12 @@ export declare const editorExperimentsConfig: {
|
|
|
397
397
|
productKeys?: ProductKeys;
|
|
398
398
|
typeGuard: IsBooleanType;
|
|
399
399
|
};
|
|
400
|
+
platform_editor_clean_up_widget_mark_logic: {
|
|
401
|
+
defaultValue: boolean;
|
|
402
|
+
param: string;
|
|
403
|
+
productKeys?: ProductKeys;
|
|
404
|
+
typeGuard: IsBooleanType;
|
|
405
|
+
};
|
|
400
406
|
platform_editor_debounce_portal_provider: {
|
|
401
407
|
defaultValue: boolean;
|
|
402
408
|
param: string;
|
|
@@ -674,6 +680,12 @@ export declare const editorExperimentsConfig: {
|
|
|
674
680
|
productKeys?: ProductKeys;
|
|
675
681
|
typeGuard: IsBooleanType;
|
|
676
682
|
};
|
|
683
|
+
platform_editor_toolbar_submenu_open_click: {
|
|
684
|
+
defaultValue: boolean;
|
|
685
|
+
param: string;
|
|
686
|
+
productKeys?: ProductKeys;
|
|
687
|
+
typeGuard: IsBooleanType;
|
|
688
|
+
};
|
|
677
689
|
platform_editor_usesharedpluginstateselector: {
|
|
678
690
|
defaultValue: boolean;
|
|
679
691
|
param: string;
|
|
@@ -935,12 +947,6 @@ export declare const editorExperimentsConfig: {
|
|
|
935
947
|
productKeys?: ProductKeys;
|
|
936
948
|
typeGuard: IsBooleanType;
|
|
937
949
|
};
|
|
938
|
-
platform_editor_fix_cursor_flickering: {
|
|
939
|
-
defaultValue: boolean;
|
|
940
|
-
param: string;
|
|
941
|
-
productKeys?: ProductKeys;
|
|
942
|
-
typeGuard: IsBooleanType;
|
|
943
|
-
};
|
|
944
950
|
platform_editor_renderer_toolbar_updates: {
|
|
945
951
|
defaultValue: boolean;
|
|
946
952
|
param: string;
|
|
@@ -1308,6 +1314,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1308
1314
|
productKeys?: ProductKeys;
|
|
1309
1315
|
typeGuard: IsBooleanType;
|
|
1310
1316
|
};
|
|
1317
|
+
platform_editor_toolbar_two_stage_hydration: {
|
|
1318
|
+
defaultValue: boolean;
|
|
1319
|
+
param: string;
|
|
1320
|
+
productKeys?: ProductKeys;
|
|
1321
|
+
typeGuard: IsBooleanType;
|
|
1322
|
+
};
|
|
1311
1323
|
platform_editor_sync_block_ssr_config: {
|
|
1312
1324
|
defaultValue: boolean;
|
|
1313
1325
|
param: string;
|
|
@@ -397,6 +397,12 @@ export declare const editorExperimentsConfig: {
|
|
|
397
397
|
productKeys?: ProductKeys;
|
|
398
398
|
typeGuard: IsBooleanType;
|
|
399
399
|
};
|
|
400
|
+
platform_editor_clean_up_widget_mark_logic: {
|
|
401
|
+
defaultValue: boolean;
|
|
402
|
+
param: string;
|
|
403
|
+
productKeys?: ProductKeys;
|
|
404
|
+
typeGuard: IsBooleanType;
|
|
405
|
+
};
|
|
400
406
|
platform_editor_debounce_portal_provider: {
|
|
401
407
|
defaultValue: boolean;
|
|
402
408
|
param: string;
|
|
@@ -674,6 +680,12 @@ export declare const editorExperimentsConfig: {
|
|
|
674
680
|
productKeys?: ProductKeys;
|
|
675
681
|
typeGuard: IsBooleanType;
|
|
676
682
|
};
|
|
683
|
+
platform_editor_toolbar_submenu_open_click: {
|
|
684
|
+
defaultValue: boolean;
|
|
685
|
+
param: string;
|
|
686
|
+
productKeys?: ProductKeys;
|
|
687
|
+
typeGuard: IsBooleanType;
|
|
688
|
+
};
|
|
677
689
|
platform_editor_usesharedpluginstateselector: {
|
|
678
690
|
defaultValue: boolean;
|
|
679
691
|
param: string;
|
|
@@ -935,12 +947,6 @@ export declare const editorExperimentsConfig: {
|
|
|
935
947
|
productKeys?: ProductKeys;
|
|
936
948
|
typeGuard: IsBooleanType;
|
|
937
949
|
};
|
|
938
|
-
platform_editor_fix_cursor_flickering: {
|
|
939
|
-
defaultValue: boolean;
|
|
940
|
-
param: string;
|
|
941
|
-
productKeys?: ProductKeys;
|
|
942
|
-
typeGuard: IsBooleanType;
|
|
943
|
-
};
|
|
944
950
|
platform_editor_renderer_toolbar_updates: {
|
|
945
951
|
defaultValue: boolean;
|
|
946
952
|
param: string;
|
|
@@ -1308,6 +1314,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1308
1314
|
productKeys?: ProductKeys;
|
|
1309
1315
|
typeGuard: IsBooleanType;
|
|
1310
1316
|
};
|
|
1317
|
+
platform_editor_toolbar_two_stage_hydration: {
|
|
1318
|
+
defaultValue: boolean;
|
|
1319
|
+
param: string;
|
|
1320
|
+
productKeys?: ProductKeys;
|
|
1321
|
+
typeGuard: IsBooleanType;
|
|
1322
|
+
};
|
|
1311
1323
|
platform_editor_sync_block_ssr_config: {
|
|
1312
1324
|
defaultValue: boolean;
|
|
1313
1325
|
param: string;
|
package/package.json
CHANGED