@atlaskit/tmp-editor-statsig 66.1.0 → 68.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/exp-test-overrides.js +0 -1
- package/dist/cjs/experiments-config.js +8 -26
- package/dist/es2019/exp-test-overrides.js +0 -1
- package/dist/es2019/experiments-config.js +8 -26
- package/dist/esm/exp-test-overrides.js +0 -1
- package/dist/esm/experiments-config.js +8 -26
- package/dist/types/experiments-config.d.ts +6 -19
- package/dist/types-ts4.5/experiments-config.d.ts +6 -19
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 68.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`6655b2d3fda01`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6655b2d3fda01) -
|
|
8
|
+
NAVX-4681: Remove platform_sl_3p_unauth_paste_as_block_card experiment (winning:
|
|
9
|
+
card_by_default_and_new_design), platform_sl_3p_unauth_paste_as_block_card_gate, and
|
|
10
|
+
platform_sl_3p_unauth_experiment_gate feature flags
|
|
11
|
+
|
|
12
|
+
## 67.0.0
|
|
13
|
+
|
|
14
|
+
### Major Changes
|
|
15
|
+
|
|
16
|
+
- [`e6835136c4227`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e6835136c4227) -
|
|
17
|
+
[FFCLEANUP-98435] remove stale experiment `platform_editor_a11y_typeahead_tab_keypress`
|
|
18
|
+
- [`f7d7098ecbcbf`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f7d7098ecbcbf) -
|
|
19
|
+
Cleanup exp platform_editor_copy_paste_issue_fix
|
|
20
|
+
|
|
21
|
+
### Minor Changes
|
|
22
|
+
|
|
23
|
+
- [`245a43ebad095`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/245a43ebad095) -
|
|
24
|
+
[EDITOR-4550] add new experiment to config
|
|
25
|
+
|
|
3
26
|
## 66.1.0
|
|
4
27
|
|
|
5
28
|
### Minor Changes
|
|
@@ -13,7 +13,6 @@ var testMultivariateOverrides = exports.testMultivariateOverrides = {
|
|
|
13
13
|
smart_link_confluence_short_link_analytics: 'control',
|
|
14
14
|
cc_editor_insm_outlier_events: 'test',
|
|
15
15
|
platform_editor_table_sticky_header_improvements: 'test_with_overflow',
|
|
16
|
-
platform_sl_3p_unauth_paste_as_block_card: 'control',
|
|
17
16
|
cc_fd_db_top_editor_toolbar: 'control',
|
|
18
17
|
cc_fd_cwr_quick_insert: 'control',
|
|
19
18
|
cc_fd_cwr_quick_insert_aa: 'control'
|
|
@@ -999,16 +999,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
999
999
|
param: 'isEnabled',
|
|
1000
1000
|
defaultValue: false
|
|
1001
1001
|
}),
|
|
1002
|
-
// Added 2025-11-27
|
|
1003
|
-
platform_sl_3p_unauth_paste_as_block_card: (0, _experimentBuilders.createMultivariateExperiment)({
|
|
1004
|
-
productKeys: {
|
|
1005
|
-
confluence: 'platform_sl_3p_unauth_paste_as_block_card',
|
|
1006
|
-
jira: 'platform_sl_3p_unauth_paste_as_block_card'
|
|
1007
|
-
},
|
|
1008
|
-
values: ['control', 'card_by_default_only', 'card_by_default_and_new_design'],
|
|
1009
|
-
param: 'cohort',
|
|
1010
|
-
defaultValue: 'control'
|
|
1011
|
-
}),
|
|
1012
1002
|
// Added 2026-03-17 - 3P auth Rovo actions on smart link hover card (boolean: isEnabled)
|
|
1013
1003
|
platform_sl_3p_auth_rovo_action: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1014
1004
|
productKeys: {
|
|
@@ -1155,14 +1145,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1155
1145
|
param: 'isEnabled',
|
|
1156
1146
|
defaultValue: false
|
|
1157
1147
|
}),
|
|
1158
|
-
// Added 2026-01-19
|
|
1159
|
-
platform_editor_copy_paste_issue_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1160
|
-
productKeys: {
|
|
1161
|
-
confluence: 'platform_editor_copy_paste_issue_fix'
|
|
1162
|
-
},
|
|
1163
|
-
param: 'isEnabled',
|
|
1164
|
-
defaultValue: false
|
|
1165
|
-
}),
|
|
1166
1148
|
// Added 2026-01-27 - AI create-page expand collapse fix
|
|
1167
1149
|
platform_editor_aifc_expand_collapses_oncreate_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1168
1150
|
productKeys: {
|
|
@@ -1499,14 +1481,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1499
1481
|
param: 'isEnabled',
|
|
1500
1482
|
defaultValue: false
|
|
1501
1483
|
}),
|
|
1502
|
-
// Added 2026-02-25
|
|
1503
|
-
platform_editor_a11y_typeahead_tab_keypress: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1504
|
-
productKeys: {
|
|
1505
|
-
confluence: 'platform_editor_a11y_typeahead_tab_keypress'
|
|
1506
|
-
},
|
|
1507
|
-
param: 'isEnabled',
|
|
1508
|
-
defaultValue: false
|
|
1509
|
-
}),
|
|
1510
1484
|
// Added 2026-02-27
|
|
1511
1485
|
platform_editor_early_exit_return_draft: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1512
1486
|
productKeys: {
|
|
@@ -2036,5 +2010,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
2036
2010
|
},
|
|
2037
2011
|
param: 'isEnabled',
|
|
2038
2012
|
defaultValue: false
|
|
2013
|
+
}),
|
|
2014
|
+
// Added 2026-04-23
|
|
2015
|
+
platform_editor_emojis_in_renderer_smart_links: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2016
|
+
productKeys: {
|
|
2017
|
+
confluence: 'platform_editor_emojis_in_renderer_smart_links'
|
|
2018
|
+
},
|
|
2019
|
+
param: 'isEnabled',
|
|
2020
|
+
defaultValue: false
|
|
2039
2021
|
})
|
|
2040
2022
|
};
|
|
@@ -7,7 +7,6 @@ export const testMultivariateOverrides = {
|
|
|
7
7
|
smart_link_confluence_short_link_analytics: 'control',
|
|
8
8
|
cc_editor_insm_outlier_events: 'test',
|
|
9
9
|
platform_editor_table_sticky_header_improvements: 'test_with_overflow',
|
|
10
|
-
platform_sl_3p_unauth_paste_as_block_card: 'control',
|
|
11
10
|
cc_fd_db_top_editor_toolbar: 'control',
|
|
12
11
|
cc_fd_cwr_quick_insert: 'control',
|
|
13
12
|
cc_fd_cwr_quick_insert_aa: 'control'
|
|
@@ -993,16 +993,6 @@ export const editorExperimentsConfig = {
|
|
|
993
993
|
param: 'isEnabled',
|
|
994
994
|
defaultValue: false
|
|
995
995
|
}),
|
|
996
|
-
// Added 2025-11-27
|
|
997
|
-
platform_sl_3p_unauth_paste_as_block_card: createMultivariateExperiment({
|
|
998
|
-
productKeys: {
|
|
999
|
-
confluence: 'platform_sl_3p_unauth_paste_as_block_card',
|
|
1000
|
-
jira: 'platform_sl_3p_unauth_paste_as_block_card'
|
|
1001
|
-
},
|
|
1002
|
-
values: ['control', 'card_by_default_only', 'card_by_default_and_new_design'],
|
|
1003
|
-
param: 'cohort',
|
|
1004
|
-
defaultValue: 'control'
|
|
1005
|
-
}),
|
|
1006
996
|
// Added 2026-03-17 - 3P auth Rovo actions on smart link hover card (boolean: isEnabled)
|
|
1007
997
|
platform_sl_3p_auth_rovo_action: createBooleanExperiment({
|
|
1008
998
|
productKeys: {
|
|
@@ -1149,14 +1139,6 @@ export const editorExperimentsConfig = {
|
|
|
1149
1139
|
param: 'isEnabled',
|
|
1150
1140
|
defaultValue: false
|
|
1151
1141
|
}),
|
|
1152
|
-
// Added 2026-01-19
|
|
1153
|
-
platform_editor_copy_paste_issue_fix: createBooleanExperiment({
|
|
1154
|
-
productKeys: {
|
|
1155
|
-
confluence: 'platform_editor_copy_paste_issue_fix'
|
|
1156
|
-
},
|
|
1157
|
-
param: 'isEnabled',
|
|
1158
|
-
defaultValue: false
|
|
1159
|
-
}),
|
|
1160
1142
|
// Added 2026-01-27 - AI create-page expand collapse fix
|
|
1161
1143
|
platform_editor_aifc_expand_collapses_oncreate_fix: createBooleanExperiment({
|
|
1162
1144
|
productKeys: {
|
|
@@ -1493,14 +1475,6 @@ export const editorExperimentsConfig = {
|
|
|
1493
1475
|
param: 'isEnabled',
|
|
1494
1476
|
defaultValue: false
|
|
1495
1477
|
}),
|
|
1496
|
-
// Added 2026-02-25
|
|
1497
|
-
platform_editor_a11y_typeahead_tab_keypress: createBooleanExperiment({
|
|
1498
|
-
productKeys: {
|
|
1499
|
-
confluence: 'platform_editor_a11y_typeahead_tab_keypress'
|
|
1500
|
-
},
|
|
1501
|
-
param: 'isEnabled',
|
|
1502
|
-
defaultValue: false
|
|
1503
|
-
}),
|
|
1504
1478
|
// Added 2026-02-27
|
|
1505
1479
|
platform_editor_early_exit_return_draft: createBooleanExperiment({
|
|
1506
1480
|
productKeys: {
|
|
@@ -2030,5 +2004,13 @@ export const editorExperimentsConfig = {
|
|
|
2030
2004
|
},
|
|
2031
2005
|
param: 'isEnabled',
|
|
2032
2006
|
defaultValue: false
|
|
2007
|
+
}),
|
|
2008
|
+
// Added 2026-04-23
|
|
2009
|
+
platform_editor_emojis_in_renderer_smart_links: createBooleanExperiment({
|
|
2010
|
+
productKeys: {
|
|
2011
|
+
confluence: 'platform_editor_emojis_in_renderer_smart_links'
|
|
2012
|
+
},
|
|
2013
|
+
param: 'isEnabled',
|
|
2014
|
+
defaultValue: false
|
|
2033
2015
|
})
|
|
2034
2016
|
};
|
|
@@ -7,7 +7,6 @@ export var testMultivariateOverrides = {
|
|
|
7
7
|
smart_link_confluence_short_link_analytics: 'control',
|
|
8
8
|
cc_editor_insm_outlier_events: 'test',
|
|
9
9
|
platform_editor_table_sticky_header_improvements: 'test_with_overflow',
|
|
10
|
-
platform_sl_3p_unauth_paste_as_block_card: 'control',
|
|
11
10
|
cc_fd_db_top_editor_toolbar: 'control',
|
|
12
11
|
cc_fd_cwr_quick_insert: 'control',
|
|
13
12
|
cc_fd_cwr_quick_insert_aa: 'control'
|
|
@@ -993,16 +993,6 @@ export var editorExperimentsConfig = {
|
|
|
993
993
|
param: 'isEnabled',
|
|
994
994
|
defaultValue: false
|
|
995
995
|
}),
|
|
996
|
-
// Added 2025-11-27
|
|
997
|
-
platform_sl_3p_unauth_paste_as_block_card: createMultivariateExperiment({
|
|
998
|
-
productKeys: {
|
|
999
|
-
confluence: 'platform_sl_3p_unauth_paste_as_block_card',
|
|
1000
|
-
jira: 'platform_sl_3p_unauth_paste_as_block_card'
|
|
1001
|
-
},
|
|
1002
|
-
values: ['control', 'card_by_default_only', 'card_by_default_and_new_design'],
|
|
1003
|
-
param: 'cohort',
|
|
1004
|
-
defaultValue: 'control'
|
|
1005
|
-
}),
|
|
1006
996
|
// Added 2026-03-17 - 3P auth Rovo actions on smart link hover card (boolean: isEnabled)
|
|
1007
997
|
platform_sl_3p_auth_rovo_action: createBooleanExperiment({
|
|
1008
998
|
productKeys: {
|
|
@@ -1149,14 +1139,6 @@ export var editorExperimentsConfig = {
|
|
|
1149
1139
|
param: 'isEnabled',
|
|
1150
1140
|
defaultValue: false
|
|
1151
1141
|
}),
|
|
1152
|
-
// Added 2026-01-19
|
|
1153
|
-
platform_editor_copy_paste_issue_fix: createBooleanExperiment({
|
|
1154
|
-
productKeys: {
|
|
1155
|
-
confluence: 'platform_editor_copy_paste_issue_fix'
|
|
1156
|
-
},
|
|
1157
|
-
param: 'isEnabled',
|
|
1158
|
-
defaultValue: false
|
|
1159
|
-
}),
|
|
1160
1142
|
// Added 2026-01-27 - AI create-page expand collapse fix
|
|
1161
1143
|
platform_editor_aifc_expand_collapses_oncreate_fix: createBooleanExperiment({
|
|
1162
1144
|
productKeys: {
|
|
@@ -1493,14 +1475,6 @@ export var editorExperimentsConfig = {
|
|
|
1493
1475
|
param: 'isEnabled',
|
|
1494
1476
|
defaultValue: false
|
|
1495
1477
|
}),
|
|
1496
|
-
// Added 2026-02-25
|
|
1497
|
-
platform_editor_a11y_typeahead_tab_keypress: createBooleanExperiment({
|
|
1498
|
-
productKeys: {
|
|
1499
|
-
confluence: 'platform_editor_a11y_typeahead_tab_keypress'
|
|
1500
|
-
},
|
|
1501
|
-
param: 'isEnabled',
|
|
1502
|
-
defaultValue: false
|
|
1503
|
-
}),
|
|
1504
1478
|
// Added 2026-02-27
|
|
1505
1479
|
platform_editor_early_exit_return_draft: createBooleanExperiment({
|
|
1506
1480
|
productKeys: {
|
|
@@ -2030,5 +2004,13 @@ export var editorExperimentsConfig = {
|
|
|
2030
2004
|
},
|
|
2031
2005
|
param: 'isEnabled',
|
|
2032
2006
|
defaultValue: false
|
|
2007
|
+
}),
|
|
2008
|
+
// Added 2026-04-23
|
|
2009
|
+
platform_editor_emojis_in_renderer_smart_links: createBooleanExperiment({
|
|
2010
|
+
productKeys: {
|
|
2011
|
+
confluence: 'platform_editor_emojis_in_renderer_smart_links'
|
|
2012
|
+
},
|
|
2013
|
+
param: 'isEnabled',
|
|
2014
|
+
defaultValue: false
|
|
2033
2015
|
})
|
|
2034
2016
|
};
|
|
@@ -705,13 +705,6 @@ export declare const editorExperimentsConfig: {
|
|
|
705
705
|
productKeys?: ProductKeys;
|
|
706
706
|
typeGuard: IsBooleanType;
|
|
707
707
|
};
|
|
708
|
-
platform_sl_3p_unauth_paste_as_block_card: {
|
|
709
|
-
defaultValue: 'control' | 'card_by_default_only' | 'card_by_default_and_new_design';
|
|
710
|
-
param: string;
|
|
711
|
-
productKeys?: ProductKeys;
|
|
712
|
-
typeGuard: (value: unknown) => value is 'control' | 'card_by_default_only' | 'card_by_default_and_new_design';
|
|
713
|
-
values: ('control' | 'card_by_default_only' | 'card_by_default_and_new_design')[];
|
|
714
|
-
};
|
|
715
708
|
platform_sl_3p_auth_rovo_action: {
|
|
716
709
|
defaultValue: boolean;
|
|
717
710
|
param: string;
|
|
@@ -845,12 +838,6 @@ export declare const editorExperimentsConfig: {
|
|
|
845
838
|
productKeys?: ProductKeys;
|
|
846
839
|
typeGuard: IsBooleanType;
|
|
847
840
|
};
|
|
848
|
-
platform_editor_copy_paste_issue_fix: {
|
|
849
|
-
defaultValue: boolean;
|
|
850
|
-
param: string;
|
|
851
|
-
productKeys?: ProductKeys;
|
|
852
|
-
typeGuard: IsBooleanType;
|
|
853
|
-
};
|
|
854
841
|
platform_editor_aifc_expand_collapses_oncreate_fix: {
|
|
855
842
|
defaultValue: boolean;
|
|
856
843
|
param: string;
|
|
@@ -1124,12 +1111,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1124
1111
|
productKeys?: ProductKeys;
|
|
1125
1112
|
typeGuard: IsBooleanType;
|
|
1126
1113
|
};
|
|
1127
|
-
platform_editor_a11y_typeahead_tab_keypress: {
|
|
1128
|
-
defaultValue: boolean;
|
|
1129
|
-
param: string;
|
|
1130
|
-
productKeys?: ProductKeys;
|
|
1131
|
-
typeGuard: IsBooleanType;
|
|
1132
|
-
};
|
|
1133
1114
|
platform_editor_early_exit_return_draft: {
|
|
1134
1115
|
defaultValue: boolean;
|
|
1135
1116
|
param: string;
|
|
@@ -1496,5 +1477,11 @@ export declare const editorExperimentsConfig: {
|
|
|
1496
1477
|
productKeys?: ProductKeys;
|
|
1497
1478
|
typeGuard: IsBooleanType;
|
|
1498
1479
|
};
|
|
1480
|
+
platform_editor_emojis_in_renderer_smart_links: {
|
|
1481
|
+
defaultValue: boolean;
|
|
1482
|
+
param: string;
|
|
1483
|
+
productKeys?: ProductKeys;
|
|
1484
|
+
typeGuard: IsBooleanType;
|
|
1485
|
+
};
|
|
1499
1486
|
};
|
|
1500
1487
|
export {};
|
|
@@ -705,13 +705,6 @@ export declare const editorExperimentsConfig: {
|
|
|
705
705
|
productKeys?: ProductKeys;
|
|
706
706
|
typeGuard: IsBooleanType;
|
|
707
707
|
};
|
|
708
|
-
platform_sl_3p_unauth_paste_as_block_card: {
|
|
709
|
-
defaultValue: 'control' | 'card_by_default_only' | 'card_by_default_and_new_design';
|
|
710
|
-
param: string;
|
|
711
|
-
productKeys?: ProductKeys;
|
|
712
|
-
typeGuard: (value: unknown) => value is 'control' | 'card_by_default_only' | 'card_by_default_and_new_design';
|
|
713
|
-
values: ('control' | 'card_by_default_only' | 'card_by_default_and_new_design')[];
|
|
714
|
-
};
|
|
715
708
|
platform_sl_3p_auth_rovo_action: {
|
|
716
709
|
defaultValue: boolean;
|
|
717
710
|
param: string;
|
|
@@ -845,12 +838,6 @@ export declare const editorExperimentsConfig: {
|
|
|
845
838
|
productKeys?: ProductKeys;
|
|
846
839
|
typeGuard: IsBooleanType;
|
|
847
840
|
};
|
|
848
|
-
platform_editor_copy_paste_issue_fix: {
|
|
849
|
-
defaultValue: boolean;
|
|
850
|
-
param: string;
|
|
851
|
-
productKeys?: ProductKeys;
|
|
852
|
-
typeGuard: IsBooleanType;
|
|
853
|
-
};
|
|
854
841
|
platform_editor_aifc_expand_collapses_oncreate_fix: {
|
|
855
842
|
defaultValue: boolean;
|
|
856
843
|
param: string;
|
|
@@ -1124,12 +1111,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1124
1111
|
productKeys?: ProductKeys;
|
|
1125
1112
|
typeGuard: IsBooleanType;
|
|
1126
1113
|
};
|
|
1127
|
-
platform_editor_a11y_typeahead_tab_keypress: {
|
|
1128
|
-
defaultValue: boolean;
|
|
1129
|
-
param: string;
|
|
1130
|
-
productKeys?: ProductKeys;
|
|
1131
|
-
typeGuard: IsBooleanType;
|
|
1132
|
-
};
|
|
1133
1114
|
platform_editor_early_exit_return_draft: {
|
|
1134
1115
|
defaultValue: boolean;
|
|
1135
1116
|
param: string;
|
|
@@ -1496,5 +1477,11 @@ export declare const editorExperimentsConfig: {
|
|
|
1496
1477
|
productKeys?: ProductKeys;
|
|
1497
1478
|
typeGuard: IsBooleanType;
|
|
1498
1479
|
};
|
|
1480
|
+
platform_editor_emojis_in_renderer_smart_links: {
|
|
1481
|
+
defaultValue: boolean;
|
|
1482
|
+
param: string;
|
|
1483
|
+
productKeys?: ProductKeys;
|
|
1484
|
+
typeGuard: IsBooleanType;
|
|
1485
|
+
};
|
|
1499
1486
|
};
|
|
1500
1487
|
export {};
|
package/package.json
CHANGED