@atlaskit/tmp-editor-statsig 171.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,12 @@
|
|
|
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
|
+
|
|
3
10
|
## 171.0.0
|
|
4
11
|
|
|
5
12
|
### 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: {
|
|
@@ -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: {
|
|
@@ -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: {
|
|
@@ -363,12 +363,6 @@ export declare const editorExperimentsConfig: {
|
|
|
363
363
|
productKeys?: ProductKeys;
|
|
364
364
|
typeGuard: IsBooleanType;
|
|
365
365
|
};
|
|
366
|
-
platform_editor_blocktaskitem_patch_1: {
|
|
367
|
-
defaultValue: boolean;
|
|
368
|
-
param: string;
|
|
369
|
-
productKeys?: ProductKeys;
|
|
370
|
-
typeGuard: IsBooleanType;
|
|
371
|
-
};
|
|
372
366
|
platform_editor_breakout_interaction_rerender: {
|
|
373
367
|
defaultValue: boolean;
|
|
374
368
|
param: string;
|
|
@@ -508,12 +502,6 @@ export declare const editorExperimentsConfig: {
|
|
|
508
502
|
productKeys?: ProductKeys;
|
|
509
503
|
typeGuard: IsBooleanType;
|
|
510
504
|
};
|
|
511
|
-
platform_editor_plus_menu_aria_label: {
|
|
512
|
-
defaultValue: boolean;
|
|
513
|
-
param: string;
|
|
514
|
-
productKeys?: ProductKeys;
|
|
515
|
-
typeGuard: IsBooleanType;
|
|
516
|
-
};
|
|
517
505
|
platform_editor_fix_link_paste_menu: {
|
|
518
506
|
defaultValue: boolean;
|
|
519
507
|
param: string;
|
|
@@ -636,12 +624,6 @@ export declare const editorExperimentsConfig: {
|
|
|
636
624
|
productKeys?: ProductKeys;
|
|
637
625
|
typeGuard: IsBooleanType;
|
|
638
626
|
};
|
|
639
|
-
platform_sl_3p_auth_inline_tailored_cta: {
|
|
640
|
-
defaultValue: boolean;
|
|
641
|
-
param: string;
|
|
642
|
-
productKeys?: ProductKeys;
|
|
643
|
-
typeGuard: IsBooleanType;
|
|
644
|
-
};
|
|
645
627
|
platform_editor_sync_block_activation: {
|
|
646
628
|
defaultValue: boolean;
|
|
647
629
|
param: string;
|
package/package.json
CHANGED