@atlaskit/tmp-editor-statsig 16.29.0 → 16.31.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/exp-test-overrides.js +0 -1
- package/dist/cjs/experiments-config.js +9 -25
- package/dist/es2019/exp-test-overrides.js +0 -1
- package/dist/es2019/experiments-config.js +9 -25
- package/dist/esm/exp-test-overrides.js +0 -1
- package/dist/esm/experiments-config.js +9 -25
- package/dist/types/experiments-config.d.ts +6 -18
- package/dist/types-ts4.5/experiments-config.d.ts +6 -18
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 16.31.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`d4d2a325144b8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d4d2a325144b8) -
|
|
8
|
+
[EDITOR-4646](https://hello.jira.atlassian.cloud/browse/EDITOR-4646) - clean up
|
|
9
|
+
platform_editor_stop_width_reflows
|
|
10
|
+
|
|
11
|
+
## 16.30.0
|
|
12
|
+
|
|
13
|
+
### Minor Changes
|
|
14
|
+
|
|
15
|
+
- [`6e8029473620b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6e8029473620b) -
|
|
16
|
+
[EDITOR-4496] clean up experiment platform_editor_toolbar_aifc_patch_3 and remove view-mode plugin
|
|
17
|
+
dependency from loom plugin
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- [`75dab6838b95f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/75dab6838b95f) -
|
|
22
|
+
[ux] EDITOR-3718: Fix Rovo loading modal max-width overflow on small screens (gated)
|
|
23
|
+
- [`0a9962a3aa24c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0a9962a3aa24c) -
|
|
24
|
+
tidy up experiment platform_editor_resizer_styles_cleanup
|
|
25
|
+
|
|
3
26
|
## 16.29.0
|
|
4
27
|
|
|
5
28
|
### Minor Changes
|
|
@@ -48,7 +48,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
|
48
48
|
platform_editor_tables_drag_and_drop: false,
|
|
49
49
|
platform_editor_tables_table_selector: false,
|
|
50
50
|
platform_renderer_fix_analytics_memo_callback: false,
|
|
51
|
-
platform_editor_stop_width_reflows: false,
|
|
52
51
|
platform_editor_no_cursor_on_edit_page_init: false,
|
|
53
52
|
'jira-work-sync-desc-comment-summary': false,
|
|
54
53
|
platform_editor_breakout_resizing: false,
|
|
@@ -126,14 +126,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
126
126
|
param: 'isEnabled',
|
|
127
127
|
defaultValue: false
|
|
128
128
|
}),
|
|
129
|
-
// Added 2025-11-26
|
|
130
|
-
platform_editor_resizer_styles_cleanup: (0, _experimentBuilders.createBooleanExperiment)({
|
|
131
|
-
productKeys: {
|
|
132
|
-
confluence: 'platform_editor_resizer_styles_cleanup'
|
|
133
|
-
},
|
|
134
|
-
param: 'isEnabled',
|
|
135
|
-
defaultValue: false
|
|
136
|
-
}),
|
|
137
129
|
// Added 2025-11-12
|
|
138
130
|
platform_editor_media_vc_fixes: (0, _experimentBuilders.createBooleanExperiment)({
|
|
139
131
|
productKeys: {
|
|
@@ -428,14 +420,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
428
420
|
param: 'isEnabled',
|
|
429
421
|
defaultValue: false
|
|
430
422
|
}),
|
|
431
|
-
// Added 2025-05-26
|
|
432
|
-
platform_editor_stop_width_reflows: (0, _experimentBuilders.createBooleanExperiment)({
|
|
433
|
-
productKeys: {
|
|
434
|
-
confluence: 'platform_editor_stop_width_reflows'
|
|
435
|
-
},
|
|
436
|
-
param: 'isEnabled',
|
|
437
|
-
defaultValue: false
|
|
438
|
-
}),
|
|
439
423
|
// Added 2025-12-01
|
|
440
424
|
platform_editor_no_state_plugin_injection_api: (0, _experimentBuilders.createBooleanExperiment)({
|
|
441
425
|
productKeys: {
|
|
@@ -697,15 +681,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
697
681
|
param: 'isEnabled',
|
|
698
682
|
defaultValue: false
|
|
699
683
|
}),
|
|
700
|
-
//Added 2025-07-16
|
|
701
|
-
platform_editor_toolbar_aifc_patch_3: (0, _experimentBuilders.createBooleanExperiment)({
|
|
702
|
-
productKeys: {
|
|
703
|
-
jira: 'platform_editor_toolbar_aifc_patch_3',
|
|
704
|
-
confluence: 'platform_editor_toolbar_aifc_patch_3'
|
|
705
|
-
},
|
|
706
|
-
param: 'isEnabled',
|
|
707
|
-
defaultValue: false
|
|
708
|
-
}),
|
|
709
684
|
// Added 2025-08-04
|
|
710
685
|
platform_editor_floating_toolbar_button_aria_label: (0, _experimentBuilders.createBooleanExperiment)({
|
|
711
686
|
productKeys: {
|
|
@@ -1247,5 +1222,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1247
1222
|
},
|
|
1248
1223
|
param: 'isEnabled',
|
|
1249
1224
|
defaultValue: false
|
|
1225
|
+
}),
|
|
1226
|
+
// Added 2026-01-22
|
|
1227
|
+
platform_editor_ai_loading_responsive_width: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1228
|
+
productKeys: {
|
|
1229
|
+
confluence: 'platform_editor_ai_loading_responsive_width',
|
|
1230
|
+
jira: 'platform_editor_ai_loading_responsive_width'
|
|
1231
|
+
},
|
|
1232
|
+
param: 'isEnabled',
|
|
1233
|
+
defaultValue: false
|
|
1250
1234
|
})
|
|
1251
1235
|
};
|
|
@@ -42,7 +42,6 @@ export const testBooleanOverrides = {
|
|
|
42
42
|
platform_editor_tables_drag_and_drop: false,
|
|
43
43
|
platform_editor_tables_table_selector: false,
|
|
44
44
|
platform_renderer_fix_analytics_memo_callback: false,
|
|
45
|
-
platform_editor_stop_width_reflows: false,
|
|
46
45
|
platform_editor_no_cursor_on_edit_page_init: false,
|
|
47
46
|
'jira-work-sync-desc-comment-summary': false,
|
|
48
47
|
platform_editor_breakout_resizing: false,
|
|
@@ -120,14 +120,6 @@ export const editorExperimentsConfig = {
|
|
|
120
120
|
param: 'isEnabled',
|
|
121
121
|
defaultValue: false
|
|
122
122
|
}),
|
|
123
|
-
// Added 2025-11-26
|
|
124
|
-
platform_editor_resizer_styles_cleanup: createBooleanExperiment({
|
|
125
|
-
productKeys: {
|
|
126
|
-
confluence: 'platform_editor_resizer_styles_cleanup'
|
|
127
|
-
},
|
|
128
|
-
param: 'isEnabled',
|
|
129
|
-
defaultValue: false
|
|
130
|
-
}),
|
|
131
123
|
// Added 2025-11-12
|
|
132
124
|
platform_editor_media_vc_fixes: createBooleanExperiment({
|
|
133
125
|
productKeys: {
|
|
@@ -422,14 +414,6 @@ export const editorExperimentsConfig = {
|
|
|
422
414
|
param: 'isEnabled',
|
|
423
415
|
defaultValue: false
|
|
424
416
|
}),
|
|
425
|
-
// Added 2025-05-26
|
|
426
|
-
platform_editor_stop_width_reflows: createBooleanExperiment({
|
|
427
|
-
productKeys: {
|
|
428
|
-
confluence: 'platform_editor_stop_width_reflows'
|
|
429
|
-
},
|
|
430
|
-
param: 'isEnabled',
|
|
431
|
-
defaultValue: false
|
|
432
|
-
}),
|
|
433
417
|
// Added 2025-12-01
|
|
434
418
|
platform_editor_no_state_plugin_injection_api: createBooleanExperiment({
|
|
435
419
|
productKeys: {
|
|
@@ -691,15 +675,6 @@ export const editorExperimentsConfig = {
|
|
|
691
675
|
param: 'isEnabled',
|
|
692
676
|
defaultValue: false
|
|
693
677
|
}),
|
|
694
|
-
//Added 2025-07-16
|
|
695
|
-
platform_editor_toolbar_aifc_patch_3: createBooleanExperiment({
|
|
696
|
-
productKeys: {
|
|
697
|
-
jira: 'platform_editor_toolbar_aifc_patch_3',
|
|
698
|
-
confluence: 'platform_editor_toolbar_aifc_patch_3'
|
|
699
|
-
},
|
|
700
|
-
param: 'isEnabled',
|
|
701
|
-
defaultValue: false
|
|
702
|
-
}),
|
|
703
678
|
// Added 2025-08-04
|
|
704
679
|
platform_editor_floating_toolbar_button_aria_label: createBooleanExperiment({
|
|
705
680
|
productKeys: {
|
|
@@ -1241,5 +1216,14 @@ export const editorExperimentsConfig = {
|
|
|
1241
1216
|
},
|
|
1242
1217
|
param: 'isEnabled',
|
|
1243
1218
|
defaultValue: false
|
|
1219
|
+
}),
|
|
1220
|
+
// Added 2026-01-22
|
|
1221
|
+
platform_editor_ai_loading_responsive_width: createBooleanExperiment({
|
|
1222
|
+
productKeys: {
|
|
1223
|
+
confluence: 'platform_editor_ai_loading_responsive_width',
|
|
1224
|
+
jira: 'platform_editor_ai_loading_responsive_width'
|
|
1225
|
+
},
|
|
1226
|
+
param: 'isEnabled',
|
|
1227
|
+
defaultValue: false
|
|
1244
1228
|
})
|
|
1245
1229
|
};
|
|
@@ -42,7 +42,6 @@ export var testBooleanOverrides = {
|
|
|
42
42
|
platform_editor_tables_drag_and_drop: false,
|
|
43
43
|
platform_editor_tables_table_selector: false,
|
|
44
44
|
platform_renderer_fix_analytics_memo_callback: false,
|
|
45
|
-
platform_editor_stop_width_reflows: false,
|
|
46
45
|
platform_editor_no_cursor_on_edit_page_init: false,
|
|
47
46
|
'jira-work-sync-desc-comment-summary': false,
|
|
48
47
|
platform_editor_breakout_resizing: false,
|
|
@@ -120,14 +120,6 @@ export var editorExperimentsConfig = {
|
|
|
120
120
|
param: 'isEnabled',
|
|
121
121
|
defaultValue: false
|
|
122
122
|
}),
|
|
123
|
-
// Added 2025-11-26
|
|
124
|
-
platform_editor_resizer_styles_cleanup: createBooleanExperiment({
|
|
125
|
-
productKeys: {
|
|
126
|
-
confluence: 'platform_editor_resizer_styles_cleanup'
|
|
127
|
-
},
|
|
128
|
-
param: 'isEnabled',
|
|
129
|
-
defaultValue: false
|
|
130
|
-
}),
|
|
131
123
|
// Added 2025-11-12
|
|
132
124
|
platform_editor_media_vc_fixes: createBooleanExperiment({
|
|
133
125
|
productKeys: {
|
|
@@ -422,14 +414,6 @@ export var editorExperimentsConfig = {
|
|
|
422
414
|
param: 'isEnabled',
|
|
423
415
|
defaultValue: false
|
|
424
416
|
}),
|
|
425
|
-
// Added 2025-05-26
|
|
426
|
-
platform_editor_stop_width_reflows: createBooleanExperiment({
|
|
427
|
-
productKeys: {
|
|
428
|
-
confluence: 'platform_editor_stop_width_reflows'
|
|
429
|
-
},
|
|
430
|
-
param: 'isEnabled',
|
|
431
|
-
defaultValue: false
|
|
432
|
-
}),
|
|
433
417
|
// Added 2025-12-01
|
|
434
418
|
platform_editor_no_state_plugin_injection_api: createBooleanExperiment({
|
|
435
419
|
productKeys: {
|
|
@@ -691,15 +675,6 @@ export var editorExperimentsConfig = {
|
|
|
691
675
|
param: 'isEnabled',
|
|
692
676
|
defaultValue: false
|
|
693
677
|
}),
|
|
694
|
-
//Added 2025-07-16
|
|
695
|
-
platform_editor_toolbar_aifc_patch_3: createBooleanExperiment({
|
|
696
|
-
productKeys: {
|
|
697
|
-
jira: 'platform_editor_toolbar_aifc_patch_3',
|
|
698
|
-
confluence: 'platform_editor_toolbar_aifc_patch_3'
|
|
699
|
-
},
|
|
700
|
-
param: 'isEnabled',
|
|
701
|
-
defaultValue: false
|
|
702
|
-
}),
|
|
703
678
|
// Added 2025-08-04
|
|
704
679
|
platform_editor_floating_toolbar_button_aria_label: createBooleanExperiment({
|
|
705
680
|
productKeys: {
|
|
@@ -1241,5 +1216,14 @@ export var editorExperimentsConfig = {
|
|
|
1241
1216
|
},
|
|
1242
1217
|
param: 'isEnabled',
|
|
1243
1218
|
defaultValue: false
|
|
1219
|
+
}),
|
|
1220
|
+
// Added 2026-01-22
|
|
1221
|
+
platform_editor_ai_loading_responsive_width: createBooleanExperiment({
|
|
1222
|
+
productKeys: {
|
|
1223
|
+
confluence: 'platform_editor_ai_loading_responsive_width',
|
|
1224
|
+
jira: 'platform_editor_ai_loading_responsive_width'
|
|
1225
|
+
},
|
|
1226
|
+
param: 'isEnabled',
|
|
1227
|
+
defaultValue: false
|
|
1244
1228
|
})
|
|
1245
1229
|
};
|
|
@@ -602,12 +602,6 @@ export declare const editorExperimentsConfig: {
|
|
|
602
602
|
productKeys?: ProductKeys;
|
|
603
603
|
typeGuard: IsBooleanType;
|
|
604
604
|
};
|
|
605
|
-
platform_editor_resizer_styles_cleanup: {
|
|
606
|
-
defaultValue: boolean;
|
|
607
|
-
param: string;
|
|
608
|
-
productKeys?: ProductKeys;
|
|
609
|
-
typeGuard: IsBooleanType;
|
|
610
|
-
};
|
|
611
605
|
editor_fix_embed_width_expand: {
|
|
612
606
|
defaultValue: boolean;
|
|
613
607
|
param: string;
|
|
@@ -620,12 +614,6 @@ export declare const editorExperimentsConfig: {
|
|
|
620
614
|
productKeys?: ProductKeys;
|
|
621
615
|
typeGuard: IsBooleanType;
|
|
622
616
|
};
|
|
623
|
-
platform_editor_stop_width_reflows: {
|
|
624
|
-
defaultValue: boolean;
|
|
625
|
-
param: string;
|
|
626
|
-
productKeys?: ProductKeys;
|
|
627
|
-
typeGuard: IsBooleanType;
|
|
628
|
-
};
|
|
629
617
|
platform_editor_table_sticky_header_improvements: {
|
|
630
618
|
defaultValue: 'control' | 'test_with_overflow' | 'test_without_overflow';
|
|
631
619
|
param: string;
|
|
@@ -663,12 +651,6 @@ export declare const editorExperimentsConfig: {
|
|
|
663
651
|
productKeys?: ProductKeys;
|
|
664
652
|
typeGuard: IsBooleanType;
|
|
665
653
|
};
|
|
666
|
-
platform_editor_toolbar_aifc_patch_3: {
|
|
667
|
-
defaultValue: boolean;
|
|
668
|
-
param: string;
|
|
669
|
-
productKeys?: ProductKeys;
|
|
670
|
-
typeGuard: IsBooleanType;
|
|
671
|
-
};
|
|
672
654
|
platform_editor_toolbar_aifc_patch_6: {
|
|
673
655
|
defaultValue: boolean;
|
|
674
656
|
param: string;
|
|
@@ -920,5 +902,11 @@ export declare const editorExperimentsConfig: {
|
|
|
920
902
|
productKeys?: ProductKeys;
|
|
921
903
|
typeGuard: IsBooleanType;
|
|
922
904
|
};
|
|
905
|
+
platform_editor_ai_loading_responsive_width: {
|
|
906
|
+
defaultValue: boolean;
|
|
907
|
+
param: string;
|
|
908
|
+
productKeys?: ProductKeys;
|
|
909
|
+
typeGuard: IsBooleanType;
|
|
910
|
+
};
|
|
923
911
|
};
|
|
924
912
|
export {};
|
|
@@ -602,12 +602,6 @@ export declare const editorExperimentsConfig: {
|
|
|
602
602
|
productKeys?: ProductKeys;
|
|
603
603
|
typeGuard: IsBooleanType;
|
|
604
604
|
};
|
|
605
|
-
platform_editor_resizer_styles_cleanup: {
|
|
606
|
-
defaultValue: boolean;
|
|
607
|
-
param: string;
|
|
608
|
-
productKeys?: ProductKeys;
|
|
609
|
-
typeGuard: IsBooleanType;
|
|
610
|
-
};
|
|
611
605
|
editor_fix_embed_width_expand: {
|
|
612
606
|
defaultValue: boolean;
|
|
613
607
|
param: string;
|
|
@@ -620,12 +614,6 @@ export declare const editorExperimentsConfig: {
|
|
|
620
614
|
productKeys?: ProductKeys;
|
|
621
615
|
typeGuard: IsBooleanType;
|
|
622
616
|
};
|
|
623
|
-
platform_editor_stop_width_reflows: {
|
|
624
|
-
defaultValue: boolean;
|
|
625
|
-
param: string;
|
|
626
|
-
productKeys?: ProductKeys;
|
|
627
|
-
typeGuard: IsBooleanType;
|
|
628
|
-
};
|
|
629
617
|
platform_editor_table_sticky_header_improvements: {
|
|
630
618
|
defaultValue: 'control' | 'test_with_overflow' | 'test_without_overflow';
|
|
631
619
|
param: string;
|
|
@@ -663,12 +651,6 @@ export declare const editorExperimentsConfig: {
|
|
|
663
651
|
productKeys?: ProductKeys;
|
|
664
652
|
typeGuard: IsBooleanType;
|
|
665
653
|
};
|
|
666
|
-
platform_editor_toolbar_aifc_patch_3: {
|
|
667
|
-
defaultValue: boolean;
|
|
668
|
-
param: string;
|
|
669
|
-
productKeys?: ProductKeys;
|
|
670
|
-
typeGuard: IsBooleanType;
|
|
671
|
-
};
|
|
672
654
|
platform_editor_toolbar_aifc_patch_6: {
|
|
673
655
|
defaultValue: boolean;
|
|
674
656
|
param: string;
|
|
@@ -920,5 +902,11 @@ export declare const editorExperimentsConfig: {
|
|
|
920
902
|
productKeys?: ProductKeys;
|
|
921
903
|
typeGuard: IsBooleanType;
|
|
922
904
|
};
|
|
905
|
+
platform_editor_ai_loading_responsive_width: {
|
|
906
|
+
defaultValue: boolean;
|
|
907
|
+
param: string;
|
|
908
|
+
productKeys?: ProductKeys;
|
|
909
|
+
typeGuard: IsBooleanType;
|
|
910
|
+
};
|
|
923
911
|
};
|
|
924
912
|
export {};
|
package/package.json
CHANGED