@atlaskit/tmp-editor-statsig 170.0.0 → 172.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
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 172.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`8db4908d60862`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8db4908d60862) -
|
|
8
|
+
Clean up experiment platform_editor_plus_menu_aria_label
|
|
9
|
+
|
|
10
|
+
## 171.0.0
|
|
11
|
+
|
|
12
|
+
### Major Changes
|
|
13
|
+
|
|
14
|
+
- [`468a533e36283`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/468a533e36283) -
|
|
15
|
+
Clean up the shipped `platform_editor_table_a11y_eslint_fix` experiment and keep its enabled table
|
|
16
|
+
focus behavior.
|
|
17
|
+
- [`5d35806b69659`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5d35806b69659) -
|
|
18
|
+
Clean up experiment `platform_editor_expand_paste_in_comment_editor`
|
|
19
|
+
|
|
3
20
|
## 170.0.0
|
|
4
21
|
|
|
5
22
|
### Major Changes
|
|
@@ -463,15 +463,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
463
463
|
param: 'isEnabled',
|
|
464
464
|
defaultValue: false
|
|
465
465
|
}),
|
|
466
|
-
// Added 2026-06-25
|
|
467
|
-
platform_editor_plus_menu_aria_label: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
468
|
-
productKeys: {
|
|
469
|
-
confluence: 'platform_editor_plus_menu_aria_label',
|
|
470
|
-
jira: 'platform_editor_plus_menu_aria_label'
|
|
471
|
-
},
|
|
472
|
-
param: 'isEnabled',
|
|
473
|
-
defaultValue: false
|
|
474
|
-
}),
|
|
475
466
|
// Added 2026-06-30
|
|
476
467
|
platform_editor_fix_link_paste_menu: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
477
468
|
productKeys: {
|
|
@@ -672,14 +663,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
672
663
|
param: 'isEnabled',
|
|
673
664
|
defaultValue: false
|
|
674
665
|
}),
|
|
675
|
-
// Added 2025-09-08
|
|
676
|
-
platform_editor_blocktaskitem_patch_1: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
677
|
-
productKeys: {
|
|
678
|
-
confluence: 'platform_editor_blocktaskitem_patch_1'
|
|
679
|
-
},
|
|
680
|
-
param: 'isEnabled',
|
|
681
|
-
defaultValue: false
|
|
682
|
-
}),
|
|
683
666
|
// Added 2025-08-05
|
|
684
667
|
platform_editor_native_anchor_with_dnd: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
685
668
|
productKeys: {
|
|
@@ -846,15 +829,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
846
829
|
param: 'isEnabled',
|
|
847
830
|
defaultValue: false
|
|
848
831
|
}),
|
|
849
|
-
// Added 2026-05-29 — Inline rovo action on resolved inline smart links
|
|
850
|
-
platform_sl_3p_auth_inline_tailored_cta: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
851
|
-
productKeys: {
|
|
852
|
-
confluence: 'platform_sl_3p_auth_inline_tailored_cta',
|
|
853
|
-
jira: 'platform_sl_3p_auth_inline_tailored_cta'
|
|
854
|
-
},
|
|
855
|
-
param: 'isEnabled',
|
|
856
|
-
defaultValue: false
|
|
857
|
-
}),
|
|
858
832
|
// Added 2026-05-21 — Post-auth GDrive Smart Link to Rovo Chat auto-open
|
|
859
833
|
platform_sl_3p_post_auth_chat_open_exp: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
860
834
|
productKeys: {
|
|
@@ -930,14 +904,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
930
904
|
param: 'isEnabled',
|
|
931
905
|
defaultValue: false
|
|
932
906
|
}),
|
|
933
|
-
// Added 2026-02-25
|
|
934
|
-
platform_editor_expand_paste_in_comment_editor: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
935
|
-
productKeys: {
|
|
936
|
-
confluence: 'platform_editor_expand_paste_in_comment_editor'
|
|
937
|
-
},
|
|
938
|
-
param: 'isEnabled',
|
|
939
|
-
defaultValue: false
|
|
940
|
-
}),
|
|
941
907
|
// Added 2026-01-27 - AI create-page expand collapse fix
|
|
942
908
|
platform_editor_aifc_expand_collapses_oncreate_fix: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
943
909
|
productKeys: {
|
|
@@ -963,14 +929,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
963
929
|
param: 'isEnabled',
|
|
964
930
|
defaultValue: false
|
|
965
931
|
}),
|
|
966
|
-
// Added 2026-02-18
|
|
967
|
-
platform_editor_table_a11y_eslint_fix: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
968
|
-
productKeys: {
|
|
969
|
-
confluence: 'platform_editor_table_a11y_eslint_fix'
|
|
970
|
-
},
|
|
971
|
-
param: 'isEnabled',
|
|
972
|
-
defaultValue: false
|
|
973
|
-
}),
|
|
974
932
|
// Added 2026-01-29
|
|
975
933
|
platform_editor_renderer_toolbar_updates: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
976
934
|
productKeys: {
|
|
@@ -457,15 +457,6 @@ export const editorExperimentsConfig = {
|
|
|
457
457
|
param: 'isEnabled',
|
|
458
458
|
defaultValue: false
|
|
459
459
|
}),
|
|
460
|
-
// Added 2026-06-25
|
|
461
|
-
platform_editor_plus_menu_aria_label: createBooleanExperiment({
|
|
462
|
-
productKeys: {
|
|
463
|
-
confluence: 'platform_editor_plus_menu_aria_label',
|
|
464
|
-
jira: 'platform_editor_plus_menu_aria_label'
|
|
465
|
-
},
|
|
466
|
-
param: 'isEnabled',
|
|
467
|
-
defaultValue: false
|
|
468
|
-
}),
|
|
469
460
|
// Added 2026-06-30
|
|
470
461
|
platform_editor_fix_link_paste_menu: createBooleanExperiment({
|
|
471
462
|
productKeys: {
|
|
@@ -666,14 +657,6 @@ export const editorExperimentsConfig = {
|
|
|
666
657
|
param: 'isEnabled',
|
|
667
658
|
defaultValue: false
|
|
668
659
|
}),
|
|
669
|
-
// Added 2025-09-08
|
|
670
|
-
platform_editor_blocktaskitem_patch_1: createBooleanExperiment({
|
|
671
|
-
productKeys: {
|
|
672
|
-
confluence: 'platform_editor_blocktaskitem_patch_1'
|
|
673
|
-
},
|
|
674
|
-
param: 'isEnabled',
|
|
675
|
-
defaultValue: false
|
|
676
|
-
}),
|
|
677
660
|
// Added 2025-08-05
|
|
678
661
|
platform_editor_native_anchor_with_dnd: createBooleanExperiment({
|
|
679
662
|
productKeys: {
|
|
@@ -840,15 +823,6 @@ export const editorExperimentsConfig = {
|
|
|
840
823
|
param: 'isEnabled',
|
|
841
824
|
defaultValue: false
|
|
842
825
|
}),
|
|
843
|
-
// Added 2026-05-29 — Inline rovo action on resolved inline smart links
|
|
844
|
-
platform_sl_3p_auth_inline_tailored_cta: createBooleanExperiment({
|
|
845
|
-
productKeys: {
|
|
846
|
-
confluence: 'platform_sl_3p_auth_inline_tailored_cta',
|
|
847
|
-
jira: 'platform_sl_3p_auth_inline_tailored_cta'
|
|
848
|
-
},
|
|
849
|
-
param: 'isEnabled',
|
|
850
|
-
defaultValue: false
|
|
851
|
-
}),
|
|
852
826
|
// Added 2026-05-21 — Post-auth GDrive Smart Link to Rovo Chat auto-open
|
|
853
827
|
platform_sl_3p_post_auth_chat_open_exp: createBooleanExperiment({
|
|
854
828
|
productKeys: {
|
|
@@ -924,14 +898,6 @@ export const editorExperimentsConfig = {
|
|
|
924
898
|
param: 'isEnabled',
|
|
925
899
|
defaultValue: false
|
|
926
900
|
}),
|
|
927
|
-
// Added 2026-02-25
|
|
928
|
-
platform_editor_expand_paste_in_comment_editor: createBooleanExperiment({
|
|
929
|
-
productKeys: {
|
|
930
|
-
confluence: 'platform_editor_expand_paste_in_comment_editor'
|
|
931
|
-
},
|
|
932
|
-
param: 'isEnabled',
|
|
933
|
-
defaultValue: false
|
|
934
|
-
}),
|
|
935
901
|
// Added 2026-01-27 - AI create-page expand collapse fix
|
|
936
902
|
platform_editor_aifc_expand_collapses_oncreate_fix: createBooleanExperiment({
|
|
937
903
|
productKeys: {
|
|
@@ -957,14 +923,6 @@ export const editorExperimentsConfig = {
|
|
|
957
923
|
param: 'isEnabled',
|
|
958
924
|
defaultValue: false
|
|
959
925
|
}),
|
|
960
|
-
// Added 2026-02-18
|
|
961
|
-
platform_editor_table_a11y_eslint_fix: createBooleanExperiment({
|
|
962
|
-
productKeys: {
|
|
963
|
-
confluence: 'platform_editor_table_a11y_eslint_fix'
|
|
964
|
-
},
|
|
965
|
-
param: 'isEnabled',
|
|
966
|
-
defaultValue: false
|
|
967
|
-
}),
|
|
968
926
|
// Added 2026-01-29
|
|
969
927
|
platform_editor_renderer_toolbar_updates: createBooleanExperiment({
|
|
970
928
|
productKeys: {
|
|
@@ -457,15 +457,6 @@ export var editorExperimentsConfig = {
|
|
|
457
457
|
param: 'isEnabled',
|
|
458
458
|
defaultValue: false
|
|
459
459
|
}),
|
|
460
|
-
// Added 2026-06-25
|
|
461
|
-
platform_editor_plus_menu_aria_label: createBooleanExperiment({
|
|
462
|
-
productKeys: {
|
|
463
|
-
confluence: 'platform_editor_plus_menu_aria_label',
|
|
464
|
-
jira: 'platform_editor_plus_menu_aria_label'
|
|
465
|
-
},
|
|
466
|
-
param: 'isEnabled',
|
|
467
|
-
defaultValue: false
|
|
468
|
-
}),
|
|
469
460
|
// Added 2026-06-30
|
|
470
461
|
platform_editor_fix_link_paste_menu: createBooleanExperiment({
|
|
471
462
|
productKeys: {
|
|
@@ -666,14 +657,6 @@ export var editorExperimentsConfig = {
|
|
|
666
657
|
param: 'isEnabled',
|
|
667
658
|
defaultValue: false
|
|
668
659
|
}),
|
|
669
|
-
// Added 2025-09-08
|
|
670
|
-
platform_editor_blocktaskitem_patch_1: createBooleanExperiment({
|
|
671
|
-
productKeys: {
|
|
672
|
-
confluence: 'platform_editor_blocktaskitem_patch_1'
|
|
673
|
-
},
|
|
674
|
-
param: 'isEnabled',
|
|
675
|
-
defaultValue: false
|
|
676
|
-
}),
|
|
677
660
|
// Added 2025-08-05
|
|
678
661
|
platform_editor_native_anchor_with_dnd: createBooleanExperiment({
|
|
679
662
|
productKeys: {
|
|
@@ -840,15 +823,6 @@ export var editorExperimentsConfig = {
|
|
|
840
823
|
param: 'isEnabled',
|
|
841
824
|
defaultValue: false
|
|
842
825
|
}),
|
|
843
|
-
// Added 2026-05-29 — Inline rovo action on resolved inline smart links
|
|
844
|
-
platform_sl_3p_auth_inline_tailored_cta: createBooleanExperiment({
|
|
845
|
-
productKeys: {
|
|
846
|
-
confluence: 'platform_sl_3p_auth_inline_tailored_cta',
|
|
847
|
-
jira: 'platform_sl_3p_auth_inline_tailored_cta'
|
|
848
|
-
},
|
|
849
|
-
param: 'isEnabled',
|
|
850
|
-
defaultValue: false
|
|
851
|
-
}),
|
|
852
826
|
// Added 2026-05-21 — Post-auth GDrive Smart Link to Rovo Chat auto-open
|
|
853
827
|
platform_sl_3p_post_auth_chat_open_exp: createBooleanExperiment({
|
|
854
828
|
productKeys: {
|
|
@@ -924,14 +898,6 @@ export var editorExperimentsConfig = {
|
|
|
924
898
|
param: 'isEnabled',
|
|
925
899
|
defaultValue: false
|
|
926
900
|
}),
|
|
927
|
-
// Added 2026-02-25
|
|
928
|
-
platform_editor_expand_paste_in_comment_editor: createBooleanExperiment({
|
|
929
|
-
productKeys: {
|
|
930
|
-
confluence: 'platform_editor_expand_paste_in_comment_editor'
|
|
931
|
-
},
|
|
932
|
-
param: 'isEnabled',
|
|
933
|
-
defaultValue: false
|
|
934
|
-
}),
|
|
935
901
|
// Added 2026-01-27 - AI create-page expand collapse fix
|
|
936
902
|
platform_editor_aifc_expand_collapses_oncreate_fix: createBooleanExperiment({
|
|
937
903
|
productKeys: {
|
|
@@ -957,14 +923,6 @@ export var editorExperimentsConfig = {
|
|
|
957
923
|
param: 'isEnabled',
|
|
958
924
|
defaultValue: false
|
|
959
925
|
}),
|
|
960
|
-
// Added 2026-02-18
|
|
961
|
-
platform_editor_table_a11y_eslint_fix: createBooleanExperiment({
|
|
962
|
-
productKeys: {
|
|
963
|
-
confluence: 'platform_editor_table_a11y_eslint_fix'
|
|
964
|
-
},
|
|
965
|
-
param: 'isEnabled',
|
|
966
|
-
defaultValue: false
|
|
967
|
-
}),
|
|
968
926
|
// Added 2026-01-29
|
|
969
927
|
platform_editor_renderer_toolbar_updates: createBooleanExperiment({
|
|
970
928
|
productKeys: {
|
|
@@ -327,12 +327,6 @@ export declare const editorExperimentsConfig: {
|
|
|
327
327
|
productKeys?: ProductKeys;
|
|
328
328
|
typeGuard: IsBooleanType;
|
|
329
329
|
};
|
|
330
|
-
platform_editor_expand_paste_in_comment_editor: {
|
|
331
|
-
defaultValue: boolean;
|
|
332
|
-
param: string;
|
|
333
|
-
productKeys?: ProductKeys;
|
|
334
|
-
typeGuard: IsBooleanType;
|
|
335
|
-
};
|
|
336
330
|
platform_editor_media_name_fallback: {
|
|
337
331
|
defaultValue: boolean;
|
|
338
332
|
param: string;
|
|
@@ -369,12 +363,6 @@ export declare const editorExperimentsConfig: {
|
|
|
369
363
|
productKeys?: ProductKeys;
|
|
370
364
|
typeGuard: IsBooleanType;
|
|
371
365
|
};
|
|
372
|
-
platform_editor_blocktaskitem_patch_1: {
|
|
373
|
-
defaultValue: boolean;
|
|
374
|
-
param: string;
|
|
375
|
-
productKeys?: ProductKeys;
|
|
376
|
-
typeGuard: IsBooleanType;
|
|
377
|
-
};
|
|
378
366
|
platform_editor_breakout_interaction_rerender: {
|
|
379
367
|
defaultValue: boolean;
|
|
380
368
|
param: string;
|
|
@@ -442,12 +430,6 @@ export declare const editorExperimentsConfig: {
|
|
|
442
430
|
productKeys?: ProductKeys;
|
|
443
431
|
typeGuard: IsBooleanType;
|
|
444
432
|
};
|
|
445
|
-
platform_editor_table_a11y_eslint_fix: {
|
|
446
|
-
defaultValue: boolean;
|
|
447
|
-
param: string;
|
|
448
|
-
productKeys?: ProductKeys;
|
|
449
|
-
typeGuard: IsBooleanType;
|
|
450
|
-
};
|
|
451
433
|
jira_editor_a11y_toolbar_fixes: {
|
|
452
434
|
defaultValue: boolean;
|
|
453
435
|
param: string;
|
|
@@ -520,12 +502,6 @@ export declare const editorExperimentsConfig: {
|
|
|
520
502
|
productKeys?: ProductKeys;
|
|
521
503
|
typeGuard: IsBooleanType;
|
|
522
504
|
};
|
|
523
|
-
platform_editor_plus_menu_aria_label: {
|
|
524
|
-
defaultValue: boolean;
|
|
525
|
-
param: string;
|
|
526
|
-
productKeys?: ProductKeys;
|
|
527
|
-
typeGuard: IsBooleanType;
|
|
528
|
-
};
|
|
529
505
|
platform_editor_fix_link_paste_menu: {
|
|
530
506
|
defaultValue: boolean;
|
|
531
507
|
param: string;
|
|
@@ -648,12 +624,6 @@ export declare const editorExperimentsConfig: {
|
|
|
648
624
|
productKeys?: ProductKeys;
|
|
649
625
|
typeGuard: IsBooleanType;
|
|
650
626
|
};
|
|
651
|
-
platform_sl_3p_auth_inline_tailored_cta: {
|
|
652
|
-
defaultValue: boolean;
|
|
653
|
-
param: string;
|
|
654
|
-
productKeys?: ProductKeys;
|
|
655
|
-
typeGuard: IsBooleanType;
|
|
656
|
-
};
|
|
657
627
|
platform_editor_sync_block_activation: {
|
|
658
628
|
defaultValue: boolean;
|
|
659
629
|
param: string;
|
package/package.json
CHANGED