@atlaskit/tmp-editor-statsig 171.0.0 → 173.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,20 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 173.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`d1f1b273026fd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d1f1b273026fd) -
|
|
8
|
+
Clean up experiment `cc_dnd_smart_link_changeboard_platform_css` and preserve smart link
|
|
9
|
+
changeboarding behavior.
|
|
10
|
+
|
|
11
|
+
## 172.0.0
|
|
12
|
+
|
|
13
|
+
### Major Changes
|
|
14
|
+
|
|
15
|
+
- [`8db4908d60862`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8db4908d60862) -
|
|
16
|
+
Clean up experiment platform_editor_plus_menu_aria_label
|
|
17
|
+
|
|
3
18
|
## 171.0.0
|
|
4
19
|
|
|
5
20
|
### 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: {
|
|
@@ -1686,14 +1660,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1686
1660
|
param: 'isEnabled',
|
|
1687
1661
|
defaultValue: false
|
|
1688
1662
|
}),
|
|
1689
|
-
// Added 2026-04-16
|
|
1690
|
-
cc_dnd_smart_link_changeboard_platform_css: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1691
|
-
productKeys: {
|
|
1692
|
-
confluence: 'cc_dnd_smart_link_changeboard_platform_css'
|
|
1693
|
-
},
|
|
1694
|
-
param: 'isEnabled',
|
|
1695
|
-
defaultValue: false
|
|
1696
|
-
}),
|
|
1697
1663
|
// Added 2026-04-30
|
|
1698
1664
|
confluence_fe_disable_comment_if_offline_fix: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1699
1665
|
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: {
|
|
@@ -1680,14 +1654,6 @@ export const editorExperimentsConfig = {
|
|
|
1680
1654
|
param: 'isEnabled',
|
|
1681
1655
|
defaultValue: false
|
|
1682
1656
|
}),
|
|
1683
|
-
// Added 2026-04-16
|
|
1684
|
-
cc_dnd_smart_link_changeboard_platform_css: createBooleanExperiment({
|
|
1685
|
-
productKeys: {
|
|
1686
|
-
confluence: 'cc_dnd_smart_link_changeboard_platform_css'
|
|
1687
|
-
},
|
|
1688
|
-
param: 'isEnabled',
|
|
1689
|
-
defaultValue: false
|
|
1690
|
-
}),
|
|
1691
1657
|
// Added 2026-04-30
|
|
1692
1658
|
confluence_fe_disable_comment_if_offline_fix: createBooleanExperiment({
|
|
1693
1659
|
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: {
|
|
@@ -1680,14 +1654,6 @@ export var editorExperimentsConfig = {
|
|
|
1680
1654
|
param: 'isEnabled',
|
|
1681
1655
|
defaultValue: false
|
|
1682
1656
|
}),
|
|
1683
|
-
// Added 2026-04-16
|
|
1684
|
-
cc_dnd_smart_link_changeboard_platform_css: createBooleanExperiment({
|
|
1685
|
-
productKeys: {
|
|
1686
|
-
confluence: 'cc_dnd_smart_link_changeboard_platform_css'
|
|
1687
|
-
},
|
|
1688
|
-
param: 'isEnabled',
|
|
1689
|
-
defaultValue: false
|
|
1690
|
-
}),
|
|
1691
1657
|
// Added 2026-04-30
|
|
1692
1658
|
confluence_fe_disable_comment_if_offline_fix: createBooleanExperiment({
|
|
1693
1659
|
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;
|
|
@@ -1220,12 +1202,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1220
1202
|
productKeys?: ProductKeys;
|
|
1221
1203
|
typeGuard: IsBooleanType;
|
|
1222
1204
|
};
|
|
1223
|
-
cc_dnd_smart_link_changeboard_platform_css: {
|
|
1224
|
-
defaultValue: boolean;
|
|
1225
|
-
param: string;
|
|
1226
|
-
productKeys?: ProductKeys;
|
|
1227
|
-
typeGuard: IsBooleanType;
|
|
1228
|
-
};
|
|
1229
1205
|
confluence_fe_disable_comment_if_offline_fix: {
|
|
1230
1206
|
defaultValue: boolean;
|
|
1231
1207
|
param: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/tmp-editor-statsig",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "173.0.0",
|
|
4
4
|
"description": "Temp plugin to ease use of statsig feature flags until platform feature flags are available",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@atlaskit/feature-gate-js-client": "^6.0.0",
|
|
29
29
|
"@atlaskit/platform-feature-flags": "^2.2.0",
|
|
30
|
-
"@atlaskit/react-ufo": "^7.
|
|
30
|
+
"@atlaskit/react-ufo": "^7.8.0",
|
|
31
31
|
"@babel/runtime": "^7.0.0"
|
|
32
32
|
},
|
|
33
33
|
"platform-feature-flags": {
|