@atlaskit/tmp-editor-statsig 159.0.1 → 161.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 +15 -0
- package/dist/cjs/exp-test-overrides.js +0 -3
- package/dist/cjs/experiments-config.js +0 -88
- package/dist/es2019/exp-test-overrides.js +0 -3
- package/dist/es2019/experiments-config.js +0 -88
- package/dist/esm/exp-test-overrides.js +0 -3
- package/dist/esm/experiments-config.js +0 -88
- package/dist/types/experiments-config.d.ts +0 -66
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 161.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`b000b69f907fc`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b000b69f907fc) -
|
|
8
|
+
[ux] Migrate major experiments in implementing to new experiments API.
|
|
9
|
+
|
|
10
|
+
## 160.0.0
|
|
11
|
+
|
|
12
|
+
### Major Changes
|
|
13
|
+
|
|
14
|
+
- [`b4c4cd8f205e4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b4c4cd8f205e4) -
|
|
15
|
+
Clean up experiment `platform_editor_prevent_toolbar_layout_shifts` and keep the enabled toolbar
|
|
16
|
+
layout behavior.
|
|
17
|
+
|
|
3
18
|
## 159.0.1
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
|
@@ -35,7 +35,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
|
35
35
|
'test-new-experiments-package': false,
|
|
36
36
|
platform_editor_exp_lazy_node_views: false,
|
|
37
37
|
platform_renderer_table_sticky_scrollbar: false,
|
|
38
|
-
platform_editor_prevent_toolbar_layout_shifts: false,
|
|
39
38
|
comment_on_bodied_extensions: false,
|
|
40
39
|
advanced_layouts: false,
|
|
41
40
|
single_column_layouts: false,
|
|
@@ -68,8 +67,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
|
68
67
|
// it does not gate this feature.
|
|
69
68
|
platform_editor_ai_new_aifc_editor_experience: false,
|
|
70
69
|
cc_page_experiences_editor_image_generation: false,
|
|
71
|
-
'editor-image-generation-styles-and-aspect-ratios': false,
|
|
72
|
-
confluence_advanced_header_image_generation_exp: false,
|
|
73
70
|
platform_use_unicode_emojis: false,
|
|
74
71
|
confluence_ai_generated_emojis: false,
|
|
75
72
|
platform_editor_emoji_hover_show_tooltip: false,
|
|
@@ -377,14 +377,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
377
377
|
param: 'isEnabled',
|
|
378
378
|
defaultValue: false
|
|
379
379
|
}),
|
|
380
|
-
// Added 2025-05-26
|
|
381
|
-
platform_editor_prevent_toolbar_layout_shifts: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
382
|
-
productKeys: {
|
|
383
|
-
confluence: 'platform_editor_prevent_toolbar_layout_shifts'
|
|
384
|
-
},
|
|
385
|
-
param: 'isEnabled',
|
|
386
|
-
defaultValue: false
|
|
387
|
-
}),
|
|
388
380
|
// Added 2024-10-01
|
|
389
381
|
comment_on_bodied_extensions: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
390
382
|
productKeys: {
|
|
@@ -748,14 +740,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
748
740
|
param: 'isEnabled',
|
|
749
741
|
defaultValue: false
|
|
750
742
|
}),
|
|
751
|
-
// Added 2026-03-11
|
|
752
|
-
platform_editor_native_embeds: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
753
|
-
productKeys: {
|
|
754
|
-
confluence: 'platform_editor_native_embeds'
|
|
755
|
-
},
|
|
756
|
-
param: 'isEnabled',
|
|
757
|
-
defaultValue: false
|
|
758
|
-
}),
|
|
759
743
|
// Added 2025-08-05
|
|
760
744
|
platform_editor_native_anchor_with_dnd: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
761
745
|
productKeys: {
|
|
@@ -931,14 +915,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
931
915
|
param: 'isEnabled',
|
|
932
916
|
defaultValue: false
|
|
933
917
|
}),
|
|
934
|
-
// Added 2026-06-16 — Use link-extractors inline icon extraction for Confluence 1P/3P connection byline
|
|
935
|
-
confluence_1p_and_3p_connection_byline_experiment: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
936
|
-
productKeys: {
|
|
937
|
-
confluence: 'confluence_1p_and_3p_connection_byline_experiment'
|
|
938
|
-
},
|
|
939
|
-
param: 'isEnabled',
|
|
940
|
-
defaultValue: false
|
|
941
|
-
}),
|
|
942
918
|
// Added 2026-05-21 — Post-auth GDrive Smart Link to Rovo Chat auto-open
|
|
943
919
|
platform_sl_3p_post_auth_chat_open_exp: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
944
920
|
productKeys: {
|
|
@@ -1135,22 +1111,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1135
1111
|
param: 'isEnabled',
|
|
1136
1112
|
defaultValue: false
|
|
1137
1113
|
}),
|
|
1138
|
-
// Added 2026-07-13
|
|
1139
|
-
'editor-image-generation-styles-and-aspect-ratios': (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1140
|
-
productKeys: {
|
|
1141
|
-
confluence: 'editor-image-generation-styles-and-aspect-ratios'
|
|
1142
|
-
},
|
|
1143
|
-
param: 'isEnabled',
|
|
1144
|
-
defaultValue: false
|
|
1145
|
-
}),
|
|
1146
|
-
// Added 2026-06-23
|
|
1147
|
-
confluence_advanced_header_image_generation_exp: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1148
|
-
productKeys: {
|
|
1149
|
-
confluence: 'confluence_advanced_header_image_generation_exp'
|
|
1150
|
-
},
|
|
1151
|
-
param: 'isEnabled',
|
|
1152
|
-
defaultValue: false
|
|
1153
|
-
}),
|
|
1154
1114
|
// Added 2026-04-17
|
|
1155
1115
|
cc_page_experiences_premium_macros_img_generation: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1156
1116
|
productKeys: {
|
|
@@ -1471,14 +1431,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1471
1431
|
param: 'isEnabled',
|
|
1472
1432
|
defaultValue: false
|
|
1473
1433
|
}),
|
|
1474
|
-
// Added 2026-04-02
|
|
1475
|
-
platform_editor_ai_smartlink_toolbar_v2_exp: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1476
|
-
productKeys: {
|
|
1477
|
-
confluence: 'platform_editor_ai_smartlink_toolbar_v2_exp'
|
|
1478
|
-
},
|
|
1479
|
-
param: 'isEnabled',
|
|
1480
|
-
defaultValue: false
|
|
1481
|
-
}),
|
|
1482
1434
|
// Added 2026-03-30
|
|
1483
1435
|
platform_editor_a11y_scrollable_region: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1484
1436
|
productKeys: {
|
|
@@ -1893,14 +1845,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1893
1845
|
param: 'isEnabled',
|
|
1894
1846
|
defaultValue: false
|
|
1895
1847
|
}),
|
|
1896
|
-
// Added 2026-04-23
|
|
1897
|
-
work_item_modernization: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1898
|
-
productKeys: {
|
|
1899
|
-
jira: 'work_item_modernization'
|
|
1900
|
-
},
|
|
1901
|
-
param: 'isEnabled',
|
|
1902
|
-
defaultValue: false
|
|
1903
|
-
}),
|
|
1904
1848
|
// Added 2026-04-30
|
|
1905
1849
|
confluence_fe_disable_comment_if_offline_fix: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1906
1850
|
productKeys: {
|
|
@@ -1917,14 +1861,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1917
1861
|
param: 'isEnabled',
|
|
1918
1862
|
defaultValue: false
|
|
1919
1863
|
}),
|
|
1920
|
-
// Added 2026-04-24
|
|
1921
|
-
platform_editor_ai_fix_error_discard_screen: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1922
|
-
productKeys: {
|
|
1923
|
-
confluence: 'platform_editor_ai_fix_error_discard_screen'
|
|
1924
|
-
},
|
|
1925
|
-
param: 'isEnabled',
|
|
1926
|
-
defaultValue: false
|
|
1927
|
-
}),
|
|
1928
1864
|
// Added 2026-07-09
|
|
1929
1865
|
platform_editor_sync_block_activation: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1930
1866
|
productKeys: {
|
|
@@ -2050,15 +1986,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
2050
1986
|
param: 'isEnabled',
|
|
2051
1987
|
defaultValue: false
|
|
2052
1988
|
}),
|
|
2053
|
-
// Added 2026-06-26
|
|
2054
|
-
'a11y-fixes-week1-june-2026': (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
2055
|
-
productKeys: {
|
|
2056
|
-
confluence: 'a11y-fixes-week1-june-2026',
|
|
2057
|
-
jira: 'a11y-fixes-week1-june-2026'
|
|
2058
|
-
},
|
|
2059
|
-
param: 'isEnabled',
|
|
2060
|
-
defaultValue: false
|
|
2061
|
-
}),
|
|
2062
1989
|
// Added 2026-06-29
|
|
2063
1990
|
'a11y-fixes-week3-may-2026': (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
2064
1991
|
productKeys: {
|
|
@@ -2108,14 +2035,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
2108
2035
|
param: 'isEnabled',
|
|
2109
2036
|
defaultValue: false
|
|
2110
2037
|
}),
|
|
2111
|
-
// Added 2026-07-14
|
|
2112
|
-
platform_editor_ai_minion_skip_orchestrator: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
2113
|
-
productKeys: {
|
|
2114
|
-
confluence: 'platform_editor_ai_minion_skip_orchestrator'
|
|
2115
|
-
},
|
|
2116
|
-
param: 'isEnabled',
|
|
2117
|
-
defaultValue: false
|
|
2118
|
-
}),
|
|
2119
2038
|
platform_editor_wide_slash_trigger: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
2120
2039
|
productKeys: {
|
|
2121
2040
|
confluence: 'platform_editor_wide_slash_trigger'
|
|
@@ -2178,13 +2097,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
2178
2097
|
param: 'isEnabled',
|
|
2179
2098
|
defaultValue: false
|
|
2180
2099
|
}),
|
|
2181
|
-
cc_smarts_heading_autocomplete_migration: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
2182
|
-
productKeys: {
|
|
2183
|
-
confluence: 'cc_smarts_heading_autocomplete_migration'
|
|
2184
|
-
},
|
|
2185
|
-
param: 'useCcSmarts',
|
|
2186
|
-
defaultValue: false
|
|
2187
|
-
}),
|
|
2188
2100
|
cc_smarts_concise_page_summary_migration: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
2189
2101
|
productKeys: {
|
|
2190
2102
|
confluence: 'cc_smarts_concise_page_summary_migration'
|
|
@@ -29,7 +29,6 @@ export const testBooleanOverrides = {
|
|
|
29
29
|
'test-new-experiments-package': false,
|
|
30
30
|
platform_editor_exp_lazy_node_views: false,
|
|
31
31
|
platform_renderer_table_sticky_scrollbar: false,
|
|
32
|
-
platform_editor_prevent_toolbar_layout_shifts: false,
|
|
33
32
|
comment_on_bodied_extensions: false,
|
|
34
33
|
advanced_layouts: false,
|
|
35
34
|
single_column_layouts: false,
|
|
@@ -62,8 +61,6 @@ export const testBooleanOverrides = {
|
|
|
62
61
|
// it does not gate this feature.
|
|
63
62
|
platform_editor_ai_new_aifc_editor_experience: false,
|
|
64
63
|
cc_page_experiences_editor_image_generation: false,
|
|
65
|
-
'editor-image-generation-styles-and-aspect-ratios': false,
|
|
66
|
-
confluence_advanced_header_image_generation_exp: false,
|
|
67
64
|
platform_use_unicode_emojis: false,
|
|
68
65
|
confluence_ai_generated_emojis: false,
|
|
69
66
|
platform_editor_emoji_hover_show_tooltip: false,
|
|
@@ -371,14 +371,6 @@ export const editorExperimentsConfig = {
|
|
|
371
371
|
param: 'isEnabled',
|
|
372
372
|
defaultValue: false
|
|
373
373
|
}),
|
|
374
|
-
// Added 2025-05-26
|
|
375
|
-
platform_editor_prevent_toolbar_layout_shifts: createBooleanExperiment({
|
|
376
|
-
productKeys: {
|
|
377
|
-
confluence: 'platform_editor_prevent_toolbar_layout_shifts'
|
|
378
|
-
},
|
|
379
|
-
param: 'isEnabled',
|
|
380
|
-
defaultValue: false
|
|
381
|
-
}),
|
|
382
374
|
// Added 2024-10-01
|
|
383
375
|
comment_on_bodied_extensions: createBooleanExperiment({
|
|
384
376
|
productKeys: {
|
|
@@ -742,14 +734,6 @@ export const editorExperimentsConfig = {
|
|
|
742
734
|
param: 'isEnabled',
|
|
743
735
|
defaultValue: false
|
|
744
736
|
}),
|
|
745
|
-
// Added 2026-03-11
|
|
746
|
-
platform_editor_native_embeds: createBooleanExperiment({
|
|
747
|
-
productKeys: {
|
|
748
|
-
confluence: 'platform_editor_native_embeds'
|
|
749
|
-
},
|
|
750
|
-
param: 'isEnabled',
|
|
751
|
-
defaultValue: false
|
|
752
|
-
}),
|
|
753
737
|
// Added 2025-08-05
|
|
754
738
|
platform_editor_native_anchor_with_dnd: createBooleanExperiment({
|
|
755
739
|
productKeys: {
|
|
@@ -925,14 +909,6 @@ export const editorExperimentsConfig = {
|
|
|
925
909
|
param: 'isEnabled',
|
|
926
910
|
defaultValue: false
|
|
927
911
|
}),
|
|
928
|
-
// Added 2026-06-16 — Use link-extractors inline icon extraction for Confluence 1P/3P connection byline
|
|
929
|
-
confluence_1p_and_3p_connection_byline_experiment: createBooleanExperiment({
|
|
930
|
-
productKeys: {
|
|
931
|
-
confluence: 'confluence_1p_and_3p_connection_byline_experiment'
|
|
932
|
-
},
|
|
933
|
-
param: 'isEnabled',
|
|
934
|
-
defaultValue: false
|
|
935
|
-
}),
|
|
936
912
|
// Added 2026-05-21 — Post-auth GDrive Smart Link to Rovo Chat auto-open
|
|
937
913
|
platform_sl_3p_post_auth_chat_open_exp: createBooleanExperiment({
|
|
938
914
|
productKeys: {
|
|
@@ -1129,22 +1105,6 @@ export const editorExperimentsConfig = {
|
|
|
1129
1105
|
param: 'isEnabled',
|
|
1130
1106
|
defaultValue: false
|
|
1131
1107
|
}),
|
|
1132
|
-
// Added 2026-07-13
|
|
1133
|
-
'editor-image-generation-styles-and-aspect-ratios': createBooleanExperiment({
|
|
1134
|
-
productKeys: {
|
|
1135
|
-
confluence: 'editor-image-generation-styles-and-aspect-ratios'
|
|
1136
|
-
},
|
|
1137
|
-
param: 'isEnabled',
|
|
1138
|
-
defaultValue: false
|
|
1139
|
-
}),
|
|
1140
|
-
// Added 2026-06-23
|
|
1141
|
-
confluence_advanced_header_image_generation_exp: createBooleanExperiment({
|
|
1142
|
-
productKeys: {
|
|
1143
|
-
confluence: 'confluence_advanced_header_image_generation_exp'
|
|
1144
|
-
},
|
|
1145
|
-
param: 'isEnabled',
|
|
1146
|
-
defaultValue: false
|
|
1147
|
-
}),
|
|
1148
1108
|
// Added 2026-04-17
|
|
1149
1109
|
cc_page_experiences_premium_macros_img_generation: createBooleanExperiment({
|
|
1150
1110
|
productKeys: {
|
|
@@ -1465,14 +1425,6 @@ export const editorExperimentsConfig = {
|
|
|
1465
1425
|
param: 'isEnabled',
|
|
1466
1426
|
defaultValue: false
|
|
1467
1427
|
}),
|
|
1468
|
-
// Added 2026-04-02
|
|
1469
|
-
platform_editor_ai_smartlink_toolbar_v2_exp: createBooleanExperiment({
|
|
1470
|
-
productKeys: {
|
|
1471
|
-
confluence: 'platform_editor_ai_smartlink_toolbar_v2_exp'
|
|
1472
|
-
},
|
|
1473
|
-
param: 'isEnabled',
|
|
1474
|
-
defaultValue: false
|
|
1475
|
-
}),
|
|
1476
1428
|
// Added 2026-03-30
|
|
1477
1429
|
platform_editor_a11y_scrollable_region: createBooleanExperiment({
|
|
1478
1430
|
productKeys: {
|
|
@@ -1887,14 +1839,6 @@ export const editorExperimentsConfig = {
|
|
|
1887
1839
|
param: 'isEnabled',
|
|
1888
1840
|
defaultValue: false
|
|
1889
1841
|
}),
|
|
1890
|
-
// Added 2026-04-23
|
|
1891
|
-
work_item_modernization: createBooleanExperiment({
|
|
1892
|
-
productKeys: {
|
|
1893
|
-
jira: 'work_item_modernization'
|
|
1894
|
-
},
|
|
1895
|
-
param: 'isEnabled',
|
|
1896
|
-
defaultValue: false
|
|
1897
|
-
}),
|
|
1898
1842
|
// Added 2026-04-30
|
|
1899
1843
|
confluence_fe_disable_comment_if_offline_fix: createBooleanExperiment({
|
|
1900
1844
|
productKeys: {
|
|
@@ -1911,14 +1855,6 @@ export const editorExperimentsConfig = {
|
|
|
1911
1855
|
param: 'isEnabled',
|
|
1912
1856
|
defaultValue: false
|
|
1913
1857
|
}),
|
|
1914
|
-
// Added 2026-04-24
|
|
1915
|
-
platform_editor_ai_fix_error_discard_screen: createBooleanExperiment({
|
|
1916
|
-
productKeys: {
|
|
1917
|
-
confluence: 'platform_editor_ai_fix_error_discard_screen'
|
|
1918
|
-
},
|
|
1919
|
-
param: 'isEnabled',
|
|
1920
|
-
defaultValue: false
|
|
1921
|
-
}),
|
|
1922
1858
|
// Added 2026-07-09
|
|
1923
1859
|
platform_editor_sync_block_activation: createBooleanExperiment({
|
|
1924
1860
|
productKeys: {
|
|
@@ -2044,15 +1980,6 @@ export const editorExperimentsConfig = {
|
|
|
2044
1980
|
param: 'isEnabled',
|
|
2045
1981
|
defaultValue: false
|
|
2046
1982
|
}),
|
|
2047
|
-
// Added 2026-06-26
|
|
2048
|
-
'a11y-fixes-week1-june-2026': createBooleanExperiment({
|
|
2049
|
-
productKeys: {
|
|
2050
|
-
confluence: 'a11y-fixes-week1-june-2026',
|
|
2051
|
-
jira: 'a11y-fixes-week1-june-2026'
|
|
2052
|
-
},
|
|
2053
|
-
param: 'isEnabled',
|
|
2054
|
-
defaultValue: false
|
|
2055
|
-
}),
|
|
2056
1983
|
// Added 2026-06-29
|
|
2057
1984
|
'a11y-fixes-week3-may-2026': createBooleanExperiment({
|
|
2058
1985
|
productKeys: {
|
|
@@ -2102,14 +2029,6 @@ export const editorExperimentsConfig = {
|
|
|
2102
2029
|
param: 'isEnabled',
|
|
2103
2030
|
defaultValue: false
|
|
2104
2031
|
}),
|
|
2105
|
-
// Added 2026-07-14
|
|
2106
|
-
platform_editor_ai_minion_skip_orchestrator: createBooleanExperiment({
|
|
2107
|
-
productKeys: {
|
|
2108
|
-
confluence: 'platform_editor_ai_minion_skip_orchestrator'
|
|
2109
|
-
},
|
|
2110
|
-
param: 'isEnabled',
|
|
2111
|
-
defaultValue: false
|
|
2112
|
-
}),
|
|
2113
2032
|
platform_editor_wide_slash_trigger: createBooleanExperiment({
|
|
2114
2033
|
productKeys: {
|
|
2115
2034
|
confluence: 'platform_editor_wide_slash_trigger'
|
|
@@ -2172,13 +2091,6 @@ export const editorExperimentsConfig = {
|
|
|
2172
2091
|
param: 'isEnabled',
|
|
2173
2092
|
defaultValue: false
|
|
2174
2093
|
}),
|
|
2175
|
-
cc_smarts_heading_autocomplete_migration: createBooleanExperiment({
|
|
2176
|
-
productKeys: {
|
|
2177
|
-
confluence: 'cc_smarts_heading_autocomplete_migration'
|
|
2178
|
-
},
|
|
2179
|
-
param: 'useCcSmarts',
|
|
2180
|
-
defaultValue: false
|
|
2181
|
-
}),
|
|
2182
2094
|
cc_smarts_concise_page_summary_migration: createBooleanExperiment({
|
|
2183
2095
|
productKeys: {
|
|
2184
2096
|
confluence: 'cc_smarts_concise_page_summary_migration'
|
|
@@ -29,7 +29,6 @@ export var testBooleanOverrides = {
|
|
|
29
29
|
'test-new-experiments-package': false,
|
|
30
30
|
platform_editor_exp_lazy_node_views: false,
|
|
31
31
|
platform_renderer_table_sticky_scrollbar: false,
|
|
32
|
-
platform_editor_prevent_toolbar_layout_shifts: false,
|
|
33
32
|
comment_on_bodied_extensions: false,
|
|
34
33
|
advanced_layouts: false,
|
|
35
34
|
single_column_layouts: false,
|
|
@@ -62,8 +61,6 @@ export var testBooleanOverrides = {
|
|
|
62
61
|
// it does not gate this feature.
|
|
63
62
|
platform_editor_ai_new_aifc_editor_experience: false,
|
|
64
63
|
cc_page_experiences_editor_image_generation: false,
|
|
65
|
-
'editor-image-generation-styles-and-aspect-ratios': false,
|
|
66
|
-
confluence_advanced_header_image_generation_exp: false,
|
|
67
64
|
platform_use_unicode_emojis: false,
|
|
68
65
|
confluence_ai_generated_emojis: false,
|
|
69
66
|
platform_editor_emoji_hover_show_tooltip: false,
|
|
@@ -371,14 +371,6 @@ export var editorExperimentsConfig = {
|
|
|
371
371
|
param: 'isEnabled',
|
|
372
372
|
defaultValue: false
|
|
373
373
|
}),
|
|
374
|
-
// Added 2025-05-26
|
|
375
|
-
platform_editor_prevent_toolbar_layout_shifts: createBooleanExperiment({
|
|
376
|
-
productKeys: {
|
|
377
|
-
confluence: 'platform_editor_prevent_toolbar_layout_shifts'
|
|
378
|
-
},
|
|
379
|
-
param: 'isEnabled',
|
|
380
|
-
defaultValue: false
|
|
381
|
-
}),
|
|
382
374
|
// Added 2024-10-01
|
|
383
375
|
comment_on_bodied_extensions: createBooleanExperiment({
|
|
384
376
|
productKeys: {
|
|
@@ -742,14 +734,6 @@ export var editorExperimentsConfig = {
|
|
|
742
734
|
param: 'isEnabled',
|
|
743
735
|
defaultValue: false
|
|
744
736
|
}),
|
|
745
|
-
// Added 2026-03-11
|
|
746
|
-
platform_editor_native_embeds: createBooleanExperiment({
|
|
747
|
-
productKeys: {
|
|
748
|
-
confluence: 'platform_editor_native_embeds'
|
|
749
|
-
},
|
|
750
|
-
param: 'isEnabled',
|
|
751
|
-
defaultValue: false
|
|
752
|
-
}),
|
|
753
737
|
// Added 2025-08-05
|
|
754
738
|
platform_editor_native_anchor_with_dnd: createBooleanExperiment({
|
|
755
739
|
productKeys: {
|
|
@@ -925,14 +909,6 @@ export var editorExperimentsConfig = {
|
|
|
925
909
|
param: 'isEnabled',
|
|
926
910
|
defaultValue: false
|
|
927
911
|
}),
|
|
928
|
-
// Added 2026-06-16 — Use link-extractors inline icon extraction for Confluence 1P/3P connection byline
|
|
929
|
-
confluence_1p_and_3p_connection_byline_experiment: createBooleanExperiment({
|
|
930
|
-
productKeys: {
|
|
931
|
-
confluence: 'confluence_1p_and_3p_connection_byline_experiment'
|
|
932
|
-
},
|
|
933
|
-
param: 'isEnabled',
|
|
934
|
-
defaultValue: false
|
|
935
|
-
}),
|
|
936
912
|
// Added 2026-05-21 — Post-auth GDrive Smart Link to Rovo Chat auto-open
|
|
937
913
|
platform_sl_3p_post_auth_chat_open_exp: createBooleanExperiment({
|
|
938
914
|
productKeys: {
|
|
@@ -1129,22 +1105,6 @@ export var editorExperimentsConfig = {
|
|
|
1129
1105
|
param: 'isEnabled',
|
|
1130
1106
|
defaultValue: false
|
|
1131
1107
|
}),
|
|
1132
|
-
// Added 2026-07-13
|
|
1133
|
-
'editor-image-generation-styles-and-aspect-ratios': createBooleanExperiment({
|
|
1134
|
-
productKeys: {
|
|
1135
|
-
confluence: 'editor-image-generation-styles-and-aspect-ratios'
|
|
1136
|
-
},
|
|
1137
|
-
param: 'isEnabled',
|
|
1138
|
-
defaultValue: false
|
|
1139
|
-
}),
|
|
1140
|
-
// Added 2026-06-23
|
|
1141
|
-
confluence_advanced_header_image_generation_exp: createBooleanExperiment({
|
|
1142
|
-
productKeys: {
|
|
1143
|
-
confluence: 'confluence_advanced_header_image_generation_exp'
|
|
1144
|
-
},
|
|
1145
|
-
param: 'isEnabled',
|
|
1146
|
-
defaultValue: false
|
|
1147
|
-
}),
|
|
1148
1108
|
// Added 2026-04-17
|
|
1149
1109
|
cc_page_experiences_premium_macros_img_generation: createBooleanExperiment({
|
|
1150
1110
|
productKeys: {
|
|
@@ -1465,14 +1425,6 @@ export var editorExperimentsConfig = {
|
|
|
1465
1425
|
param: 'isEnabled',
|
|
1466
1426
|
defaultValue: false
|
|
1467
1427
|
}),
|
|
1468
|
-
// Added 2026-04-02
|
|
1469
|
-
platform_editor_ai_smartlink_toolbar_v2_exp: createBooleanExperiment({
|
|
1470
|
-
productKeys: {
|
|
1471
|
-
confluence: 'platform_editor_ai_smartlink_toolbar_v2_exp'
|
|
1472
|
-
},
|
|
1473
|
-
param: 'isEnabled',
|
|
1474
|
-
defaultValue: false
|
|
1475
|
-
}),
|
|
1476
1428
|
// Added 2026-03-30
|
|
1477
1429
|
platform_editor_a11y_scrollable_region: createBooleanExperiment({
|
|
1478
1430
|
productKeys: {
|
|
@@ -1887,14 +1839,6 @@ export var editorExperimentsConfig = {
|
|
|
1887
1839
|
param: 'isEnabled',
|
|
1888
1840
|
defaultValue: false
|
|
1889
1841
|
}),
|
|
1890
|
-
// Added 2026-04-23
|
|
1891
|
-
work_item_modernization: createBooleanExperiment({
|
|
1892
|
-
productKeys: {
|
|
1893
|
-
jira: 'work_item_modernization'
|
|
1894
|
-
},
|
|
1895
|
-
param: 'isEnabled',
|
|
1896
|
-
defaultValue: false
|
|
1897
|
-
}),
|
|
1898
1842
|
// Added 2026-04-30
|
|
1899
1843
|
confluence_fe_disable_comment_if_offline_fix: createBooleanExperiment({
|
|
1900
1844
|
productKeys: {
|
|
@@ -1911,14 +1855,6 @@ export var editorExperimentsConfig = {
|
|
|
1911
1855
|
param: 'isEnabled',
|
|
1912
1856
|
defaultValue: false
|
|
1913
1857
|
}),
|
|
1914
|
-
// Added 2026-04-24
|
|
1915
|
-
platform_editor_ai_fix_error_discard_screen: createBooleanExperiment({
|
|
1916
|
-
productKeys: {
|
|
1917
|
-
confluence: 'platform_editor_ai_fix_error_discard_screen'
|
|
1918
|
-
},
|
|
1919
|
-
param: 'isEnabled',
|
|
1920
|
-
defaultValue: false
|
|
1921
|
-
}),
|
|
1922
1858
|
// Added 2026-07-09
|
|
1923
1859
|
platform_editor_sync_block_activation: createBooleanExperiment({
|
|
1924
1860
|
productKeys: {
|
|
@@ -2044,15 +1980,6 @@ export var editorExperimentsConfig = {
|
|
|
2044
1980
|
param: 'isEnabled',
|
|
2045
1981
|
defaultValue: false
|
|
2046
1982
|
}),
|
|
2047
|
-
// Added 2026-06-26
|
|
2048
|
-
'a11y-fixes-week1-june-2026': createBooleanExperiment({
|
|
2049
|
-
productKeys: {
|
|
2050
|
-
confluence: 'a11y-fixes-week1-june-2026',
|
|
2051
|
-
jira: 'a11y-fixes-week1-june-2026'
|
|
2052
|
-
},
|
|
2053
|
-
param: 'isEnabled',
|
|
2054
|
-
defaultValue: false
|
|
2055
|
-
}),
|
|
2056
1983
|
// Added 2026-06-29
|
|
2057
1984
|
'a11y-fixes-week3-may-2026': createBooleanExperiment({
|
|
2058
1985
|
productKeys: {
|
|
@@ -2102,14 +2029,6 @@ export var editorExperimentsConfig = {
|
|
|
2102
2029
|
param: 'isEnabled',
|
|
2103
2030
|
defaultValue: false
|
|
2104
2031
|
}),
|
|
2105
|
-
// Added 2026-07-14
|
|
2106
|
-
platform_editor_ai_minion_skip_orchestrator: createBooleanExperiment({
|
|
2107
|
-
productKeys: {
|
|
2108
|
-
confluence: 'platform_editor_ai_minion_skip_orchestrator'
|
|
2109
|
-
},
|
|
2110
|
-
param: 'isEnabled',
|
|
2111
|
-
defaultValue: false
|
|
2112
|
-
}),
|
|
2113
2032
|
platform_editor_wide_slash_trigger: createBooleanExperiment({
|
|
2114
2033
|
productKeys: {
|
|
2115
2034
|
confluence: 'platform_editor_wide_slash_trigger'
|
|
@@ -2172,13 +2091,6 @@ export var editorExperimentsConfig = {
|
|
|
2172
2091
|
param: 'isEnabled',
|
|
2173
2092
|
defaultValue: false
|
|
2174
2093
|
}),
|
|
2175
|
-
cc_smarts_heading_autocomplete_migration: createBooleanExperiment({
|
|
2176
|
-
productKeys: {
|
|
2177
|
-
confluence: 'cc_smarts_heading_autocomplete_migration'
|
|
2178
|
-
},
|
|
2179
|
-
param: 'useCcSmarts',
|
|
2180
|
-
defaultValue: false
|
|
2181
|
-
}),
|
|
2182
2094
|
cc_smarts_concise_page_summary_migration: createBooleanExperiment({
|
|
2183
2095
|
productKeys: {
|
|
2184
2096
|
confluence: 'cc_smarts_concise_page_summary_migration'
|
|
@@ -520,12 +520,6 @@ export declare const editorExperimentsConfig: {
|
|
|
520
520
|
productKeys?: ProductKeys;
|
|
521
521
|
typeGuard: IsBooleanType;
|
|
522
522
|
};
|
|
523
|
-
platform_editor_native_embeds: {
|
|
524
|
-
defaultValue: boolean;
|
|
525
|
-
param: string;
|
|
526
|
-
productKeys?: ProductKeys;
|
|
527
|
-
typeGuard: IsBooleanType;
|
|
528
|
-
};
|
|
529
523
|
platform_editor_native_anchor_with_dnd: {
|
|
530
524
|
defaultValue: boolean;
|
|
531
525
|
param: string;
|
|
@@ -574,12 +568,6 @@ export declare const editorExperimentsConfig: {
|
|
|
574
568
|
productKeys?: ProductKeys;
|
|
575
569
|
typeGuard: IsBooleanType;
|
|
576
570
|
};
|
|
577
|
-
platform_editor_prevent_toolbar_layout_shifts: {
|
|
578
|
-
defaultValue: boolean;
|
|
579
|
-
param: string;
|
|
580
|
-
productKeys?: ProductKeys;
|
|
581
|
-
typeGuard: IsBooleanType;
|
|
582
|
-
};
|
|
583
571
|
platform_editor_preview_panel_responsiveness: {
|
|
584
572
|
defaultValue: boolean;
|
|
585
573
|
param: string;
|
|
@@ -702,12 +690,6 @@ export declare const editorExperimentsConfig: {
|
|
|
702
690
|
productKeys?: ProductKeys;
|
|
703
691
|
typeGuard: IsBooleanType;
|
|
704
692
|
};
|
|
705
|
-
confluence_1p_and_3p_connection_byline_experiment: {
|
|
706
|
-
defaultValue: boolean;
|
|
707
|
-
param: string;
|
|
708
|
-
productKeys?: ProductKeys;
|
|
709
|
-
typeGuard: IsBooleanType;
|
|
710
|
-
};
|
|
711
693
|
platform_editor_sync_block_activation: {
|
|
712
694
|
defaultValue: boolean;
|
|
713
695
|
param: string;
|
|
@@ -877,18 +859,6 @@ export declare const editorExperimentsConfig: {
|
|
|
877
859
|
productKeys?: ProductKeys;
|
|
878
860
|
typeGuard: IsBooleanType;
|
|
879
861
|
};
|
|
880
|
-
'editor-image-generation-styles-and-aspect-ratios': {
|
|
881
|
-
defaultValue: boolean;
|
|
882
|
-
param: string;
|
|
883
|
-
productKeys?: ProductKeys;
|
|
884
|
-
typeGuard: IsBooleanType;
|
|
885
|
-
};
|
|
886
|
-
confluence_advanced_header_image_generation_exp: {
|
|
887
|
-
defaultValue: boolean;
|
|
888
|
-
param: string;
|
|
889
|
-
productKeys?: ProductKeys;
|
|
890
|
-
typeGuard: IsBooleanType;
|
|
891
|
-
};
|
|
892
862
|
cc_page_experiences_premium_macros_img_generation: {
|
|
893
863
|
defaultValue: boolean;
|
|
894
864
|
param: string;
|
|
@@ -1136,12 +1106,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1136
1106
|
productKeys?: ProductKeys;
|
|
1137
1107
|
typeGuard: IsBooleanType;
|
|
1138
1108
|
};
|
|
1139
|
-
platform_editor_ai_smartlink_toolbar_v2_exp: {
|
|
1140
|
-
defaultValue: boolean;
|
|
1141
|
-
param: string;
|
|
1142
|
-
productKeys?: ProductKeys;
|
|
1143
|
-
typeGuard: IsBooleanType;
|
|
1144
|
-
};
|
|
1145
1109
|
platform_editor_a11y_scrollable_region: {
|
|
1146
1110
|
defaultValue: boolean;
|
|
1147
1111
|
param: string;
|
|
@@ -1370,12 +1334,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1370
1334
|
productKeys?: ProductKeys;
|
|
1371
1335
|
typeGuard: IsBooleanType;
|
|
1372
1336
|
};
|
|
1373
|
-
work_item_modernization: {
|
|
1374
|
-
defaultValue: boolean;
|
|
1375
|
-
param: string;
|
|
1376
|
-
productKeys?: ProductKeys;
|
|
1377
|
-
typeGuard: IsBooleanType;
|
|
1378
|
-
};
|
|
1379
1337
|
platform_editor_ai_template_localids: {
|
|
1380
1338
|
defaultValue: boolean;
|
|
1381
1339
|
param: string;
|
|
@@ -1406,12 +1364,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1406
1364
|
productKeys?: ProductKeys;
|
|
1407
1365
|
typeGuard: IsBooleanType;
|
|
1408
1366
|
};
|
|
1409
|
-
platform_editor_ai_fix_error_discard_screen: {
|
|
1410
|
-
defaultValue: boolean;
|
|
1411
|
-
param: string;
|
|
1412
|
-
productKeys?: ProductKeys;
|
|
1413
|
-
typeGuard: IsBooleanType;
|
|
1414
|
-
};
|
|
1415
1367
|
platform_editor_insert_menu_ai: {
|
|
1416
1368
|
defaultValue: boolean;
|
|
1417
1369
|
param: string;
|
|
@@ -1491,12 +1443,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1491
1443
|
productKeys?: ProductKeys;
|
|
1492
1444
|
typeGuard: IsBooleanType;
|
|
1493
1445
|
};
|
|
1494
|
-
'a11y-fixes-week1-june-2026': {
|
|
1495
|
-
defaultValue: boolean;
|
|
1496
|
-
param: string;
|
|
1497
|
-
productKeys?: ProductKeys;
|
|
1498
|
-
typeGuard: IsBooleanType;
|
|
1499
|
-
};
|
|
1500
1446
|
'a11y-fixes-week3-may-2026': {
|
|
1501
1447
|
defaultValue: boolean;
|
|
1502
1448
|
param: string;
|
|
@@ -1527,12 +1473,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1527
1473
|
productKeys?: ProductKeys;
|
|
1528
1474
|
typeGuard: IsBooleanType;
|
|
1529
1475
|
};
|
|
1530
|
-
platform_editor_ai_minion_skip_orchestrator: {
|
|
1531
|
-
defaultValue: boolean;
|
|
1532
|
-
param: string;
|
|
1533
|
-
productKeys?: ProductKeys;
|
|
1534
|
-
typeGuard: IsBooleanType;
|
|
1535
|
-
};
|
|
1536
1476
|
platform_editor_wide_slash_trigger: {
|
|
1537
1477
|
defaultValue: boolean;
|
|
1538
1478
|
param: string;
|
|
@@ -1575,12 +1515,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1575
1515
|
productKeys?: ProductKeys;
|
|
1576
1516
|
typeGuard: IsBooleanType;
|
|
1577
1517
|
};
|
|
1578
|
-
cc_smarts_heading_autocomplete_migration: {
|
|
1579
|
-
defaultValue: boolean;
|
|
1580
|
-
param: string;
|
|
1581
|
-
productKeys?: ProductKeys;
|
|
1582
|
-
typeGuard: IsBooleanType;
|
|
1583
|
-
};
|
|
1584
1518
|
cc_smarts_concise_page_summary_migration: {
|
|
1585
1519
|
defaultValue: boolean;
|
|
1586
1520
|
param: string;
|
package/package.json
CHANGED