@atlaskit/tmp-editor-statsig 160.0.0 → 162.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 +16 -0
- package/dist/cjs/exp-test-overrides.js +0 -2
- package/dist/cjs/experiments-config.js +0 -96
- package/dist/es2019/exp-test-overrides.js +0 -2
- package/dist/es2019/experiments-config.js +0 -96
- package/dist/esm/exp-test-overrides.js +0 -2
- package/dist/esm/experiments-config.js +0 -96
- package/dist/types/experiments-config.d.ts +0 -72
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 162.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`605318d4eba4b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/605318d4eba4b) -
|
|
8
|
+
[FFCLEANUP-101910] clean up platform_editor_editor_centre_content_on_find experiment
|
|
9
|
+
- [`3c376dcc27b56`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3c376dcc27b56) -
|
|
10
|
+
Clean up experiment `platform_editor_table_ref_optimisation`
|
|
11
|
+
|
|
12
|
+
## 161.0.0
|
|
13
|
+
|
|
14
|
+
### Major Changes
|
|
15
|
+
|
|
16
|
+
- [`b000b69f907fc`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b000b69f907fc) -
|
|
17
|
+
[ux] Migrate major experiments in implementing to new experiments API.
|
|
18
|
+
|
|
3
19
|
## 160.0.0
|
|
4
20
|
|
|
5
21
|
### Major Changes
|
|
@@ -67,8 +67,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
|
67
67
|
// it does not gate this feature.
|
|
68
68
|
platform_editor_ai_new_aifc_editor_experience: false,
|
|
69
69
|
cc_page_experiences_editor_image_generation: false,
|
|
70
|
-
'editor-image-generation-styles-and-aspect-ratios': false,
|
|
71
|
-
confluence_advanced_header_image_generation_exp: false,
|
|
72
70
|
platform_use_unicode_emojis: false,
|
|
73
71
|
confluence_ai_generated_emojis: false,
|
|
74
72
|
platform_editor_emoji_hover_show_tooltip: false,
|
|
@@ -740,14 +740,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
740
740
|
param: 'isEnabled',
|
|
741
741
|
defaultValue: false
|
|
742
742
|
}),
|
|
743
|
-
// Added 2026-03-11
|
|
744
|
-
platform_editor_native_embeds: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
745
|
-
productKeys: {
|
|
746
|
-
confluence: 'platform_editor_native_embeds'
|
|
747
|
-
},
|
|
748
|
-
param: 'isEnabled',
|
|
749
|
-
defaultValue: false
|
|
750
|
-
}),
|
|
751
743
|
// Added 2025-08-05
|
|
752
744
|
platform_editor_native_anchor_with_dnd: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
753
745
|
productKeys: {
|
|
@@ -923,14 +915,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
923
915
|
param: 'isEnabled',
|
|
924
916
|
defaultValue: false
|
|
925
917
|
}),
|
|
926
|
-
// Added 2026-06-16 — Use link-extractors inline icon extraction for Confluence 1P/3P connection byline
|
|
927
|
-
confluence_1p_and_3p_connection_byline_experiment: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
928
|
-
productKeys: {
|
|
929
|
-
confluence: 'confluence_1p_and_3p_connection_byline_experiment'
|
|
930
|
-
},
|
|
931
|
-
param: 'isEnabled',
|
|
932
|
-
defaultValue: false
|
|
933
|
-
}),
|
|
934
918
|
// Added 2026-05-21 — Post-auth GDrive Smart Link to Rovo Chat auto-open
|
|
935
919
|
platform_sl_3p_post_auth_chat_open_exp: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
936
920
|
productKeys: {
|
|
@@ -1127,22 +1111,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1127
1111
|
param: 'isEnabled',
|
|
1128
1112
|
defaultValue: false
|
|
1129
1113
|
}),
|
|
1130
|
-
// Added 2026-07-13
|
|
1131
|
-
'editor-image-generation-styles-and-aspect-ratios': (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1132
|
-
productKeys: {
|
|
1133
|
-
confluence: 'editor-image-generation-styles-and-aspect-ratios'
|
|
1134
|
-
},
|
|
1135
|
-
param: 'isEnabled',
|
|
1136
|
-
defaultValue: false
|
|
1137
|
-
}),
|
|
1138
|
-
// Added 2026-06-23
|
|
1139
|
-
confluence_advanced_header_image_generation_exp: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1140
|
-
productKeys: {
|
|
1141
|
-
confluence: 'confluence_advanced_header_image_generation_exp'
|
|
1142
|
-
},
|
|
1143
|
-
param: 'isEnabled',
|
|
1144
|
-
defaultValue: false
|
|
1145
|
-
}),
|
|
1146
1114
|
// Added 2026-04-17
|
|
1147
1115
|
cc_page_experiences_premium_macros_img_generation: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1148
1116
|
productKeys: {
|
|
@@ -1463,14 +1431,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1463
1431
|
param: 'isEnabled',
|
|
1464
1432
|
defaultValue: false
|
|
1465
1433
|
}),
|
|
1466
|
-
// Added 2026-04-02
|
|
1467
|
-
platform_editor_ai_smartlink_toolbar_v2_exp: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1468
|
-
productKeys: {
|
|
1469
|
-
confluence: 'platform_editor_ai_smartlink_toolbar_v2_exp'
|
|
1470
|
-
},
|
|
1471
|
-
param: 'isEnabled',
|
|
1472
|
-
defaultValue: false
|
|
1473
|
-
}),
|
|
1474
1434
|
// Added 2026-03-30
|
|
1475
1435
|
platform_editor_a11y_scrollable_region: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1476
1436
|
productKeys: {
|
|
@@ -1565,14 +1525,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1565
1525
|
param: 'isEnabled',
|
|
1566
1526
|
defaultValue: false
|
|
1567
1527
|
}),
|
|
1568
|
-
// Added 2026-03-13
|
|
1569
|
-
platform_editor_editor_centre_content_on_find: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1570
|
-
productKeys: {
|
|
1571
|
-
confluence: 'platform_editor_editor_centre_content_on_find'
|
|
1572
|
-
},
|
|
1573
|
-
param: 'isEnabled',
|
|
1574
|
-
defaultValue: false
|
|
1575
|
-
}),
|
|
1576
1528
|
// Added 2026-06-10
|
|
1577
1529
|
platform_editor_close_expand_find: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1578
1530
|
productKeys: {
|
|
@@ -1581,14 +1533,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1581
1533
|
param: 'isEnabled',
|
|
1582
1534
|
defaultValue: false
|
|
1583
1535
|
}),
|
|
1584
|
-
// Added 2026-03-24
|
|
1585
|
-
platform_editor_table_ref_optimisation: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1586
|
-
productKeys: {
|
|
1587
|
-
confluence: 'platform_editor_table_ref_optimisation'
|
|
1588
|
-
},
|
|
1589
|
-
param: 'isEnabled',
|
|
1590
|
-
defaultValue: false
|
|
1591
|
-
}),
|
|
1592
1536
|
// Added 2026-05-01
|
|
1593
1537
|
platform_editor_ai_normalized_telemetry: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1594
1538
|
productKeys: {
|
|
@@ -1885,14 +1829,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1885
1829
|
param: 'isEnabled',
|
|
1886
1830
|
defaultValue: false
|
|
1887
1831
|
}),
|
|
1888
|
-
// Added 2026-04-23
|
|
1889
|
-
work_item_modernization: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1890
|
-
productKeys: {
|
|
1891
|
-
jira: 'work_item_modernization'
|
|
1892
|
-
},
|
|
1893
|
-
param: 'isEnabled',
|
|
1894
|
-
defaultValue: false
|
|
1895
|
-
}),
|
|
1896
1832
|
// Added 2026-04-30
|
|
1897
1833
|
confluence_fe_disable_comment_if_offline_fix: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1898
1834
|
productKeys: {
|
|
@@ -1909,14 +1845,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1909
1845
|
param: 'isEnabled',
|
|
1910
1846
|
defaultValue: false
|
|
1911
1847
|
}),
|
|
1912
|
-
// Added 2026-04-24
|
|
1913
|
-
platform_editor_ai_fix_error_discard_screen: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1914
|
-
productKeys: {
|
|
1915
|
-
confluence: 'platform_editor_ai_fix_error_discard_screen'
|
|
1916
|
-
},
|
|
1917
|
-
param: 'isEnabled',
|
|
1918
|
-
defaultValue: false
|
|
1919
|
-
}),
|
|
1920
1848
|
// Added 2026-07-09
|
|
1921
1849
|
platform_editor_sync_block_activation: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1922
1850
|
productKeys: {
|
|
@@ -2042,15 +1970,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
2042
1970
|
param: 'isEnabled',
|
|
2043
1971
|
defaultValue: false
|
|
2044
1972
|
}),
|
|
2045
|
-
// Added 2026-06-26
|
|
2046
|
-
'a11y-fixes-week1-june-2026': (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
2047
|
-
productKeys: {
|
|
2048
|
-
confluence: 'a11y-fixes-week1-june-2026',
|
|
2049
|
-
jira: 'a11y-fixes-week1-june-2026'
|
|
2050
|
-
},
|
|
2051
|
-
param: 'isEnabled',
|
|
2052
|
-
defaultValue: false
|
|
2053
|
-
}),
|
|
2054
1973
|
// Added 2026-06-29
|
|
2055
1974
|
'a11y-fixes-week3-may-2026': (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
2056
1975
|
productKeys: {
|
|
@@ -2100,14 +2019,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
2100
2019
|
param: 'isEnabled',
|
|
2101
2020
|
defaultValue: false
|
|
2102
2021
|
}),
|
|
2103
|
-
// Added 2026-07-14
|
|
2104
|
-
platform_editor_ai_minion_skip_orchestrator: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
2105
|
-
productKeys: {
|
|
2106
|
-
confluence: 'platform_editor_ai_minion_skip_orchestrator'
|
|
2107
|
-
},
|
|
2108
|
-
param: 'isEnabled',
|
|
2109
|
-
defaultValue: false
|
|
2110
|
-
}),
|
|
2111
2022
|
platform_editor_wide_slash_trigger: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
2112
2023
|
productKeys: {
|
|
2113
2024
|
confluence: 'platform_editor_wide_slash_trigger'
|
|
@@ -2170,13 +2081,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
2170
2081
|
param: 'isEnabled',
|
|
2171
2082
|
defaultValue: false
|
|
2172
2083
|
}),
|
|
2173
|
-
cc_smarts_heading_autocomplete_migration: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
2174
|
-
productKeys: {
|
|
2175
|
-
confluence: 'cc_smarts_heading_autocomplete_migration'
|
|
2176
|
-
},
|
|
2177
|
-
param: 'useCcSmarts',
|
|
2178
|
-
defaultValue: false
|
|
2179
|
-
}),
|
|
2180
2084
|
cc_smarts_concise_page_summary_migration: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
2181
2085
|
productKeys: {
|
|
2182
2086
|
confluence: 'cc_smarts_concise_page_summary_migration'
|
|
@@ -61,8 +61,6 @@ export const testBooleanOverrides = {
|
|
|
61
61
|
// it does not gate this feature.
|
|
62
62
|
platform_editor_ai_new_aifc_editor_experience: false,
|
|
63
63
|
cc_page_experiences_editor_image_generation: false,
|
|
64
|
-
'editor-image-generation-styles-and-aspect-ratios': false,
|
|
65
|
-
confluence_advanced_header_image_generation_exp: false,
|
|
66
64
|
platform_use_unicode_emojis: false,
|
|
67
65
|
confluence_ai_generated_emojis: false,
|
|
68
66
|
platform_editor_emoji_hover_show_tooltip: false,
|
|
@@ -734,14 +734,6 @@ export const editorExperimentsConfig = {
|
|
|
734
734
|
param: 'isEnabled',
|
|
735
735
|
defaultValue: false
|
|
736
736
|
}),
|
|
737
|
-
// Added 2026-03-11
|
|
738
|
-
platform_editor_native_embeds: createBooleanExperiment({
|
|
739
|
-
productKeys: {
|
|
740
|
-
confluence: 'platform_editor_native_embeds'
|
|
741
|
-
},
|
|
742
|
-
param: 'isEnabled',
|
|
743
|
-
defaultValue: false
|
|
744
|
-
}),
|
|
745
737
|
// Added 2025-08-05
|
|
746
738
|
platform_editor_native_anchor_with_dnd: createBooleanExperiment({
|
|
747
739
|
productKeys: {
|
|
@@ -917,14 +909,6 @@ export const editorExperimentsConfig = {
|
|
|
917
909
|
param: 'isEnabled',
|
|
918
910
|
defaultValue: false
|
|
919
911
|
}),
|
|
920
|
-
// Added 2026-06-16 — Use link-extractors inline icon extraction for Confluence 1P/3P connection byline
|
|
921
|
-
confluence_1p_and_3p_connection_byline_experiment: createBooleanExperiment({
|
|
922
|
-
productKeys: {
|
|
923
|
-
confluence: 'confluence_1p_and_3p_connection_byline_experiment'
|
|
924
|
-
},
|
|
925
|
-
param: 'isEnabled',
|
|
926
|
-
defaultValue: false
|
|
927
|
-
}),
|
|
928
912
|
// Added 2026-05-21 — Post-auth GDrive Smart Link to Rovo Chat auto-open
|
|
929
913
|
platform_sl_3p_post_auth_chat_open_exp: createBooleanExperiment({
|
|
930
914
|
productKeys: {
|
|
@@ -1121,22 +1105,6 @@ export const editorExperimentsConfig = {
|
|
|
1121
1105
|
param: 'isEnabled',
|
|
1122
1106
|
defaultValue: false
|
|
1123
1107
|
}),
|
|
1124
|
-
// Added 2026-07-13
|
|
1125
|
-
'editor-image-generation-styles-and-aspect-ratios': createBooleanExperiment({
|
|
1126
|
-
productKeys: {
|
|
1127
|
-
confluence: 'editor-image-generation-styles-and-aspect-ratios'
|
|
1128
|
-
},
|
|
1129
|
-
param: 'isEnabled',
|
|
1130
|
-
defaultValue: false
|
|
1131
|
-
}),
|
|
1132
|
-
// Added 2026-06-23
|
|
1133
|
-
confluence_advanced_header_image_generation_exp: createBooleanExperiment({
|
|
1134
|
-
productKeys: {
|
|
1135
|
-
confluence: 'confluence_advanced_header_image_generation_exp'
|
|
1136
|
-
},
|
|
1137
|
-
param: 'isEnabled',
|
|
1138
|
-
defaultValue: false
|
|
1139
|
-
}),
|
|
1140
1108
|
// Added 2026-04-17
|
|
1141
1109
|
cc_page_experiences_premium_macros_img_generation: createBooleanExperiment({
|
|
1142
1110
|
productKeys: {
|
|
@@ -1457,14 +1425,6 @@ export const editorExperimentsConfig = {
|
|
|
1457
1425
|
param: 'isEnabled',
|
|
1458
1426
|
defaultValue: false
|
|
1459
1427
|
}),
|
|
1460
|
-
// Added 2026-04-02
|
|
1461
|
-
platform_editor_ai_smartlink_toolbar_v2_exp: createBooleanExperiment({
|
|
1462
|
-
productKeys: {
|
|
1463
|
-
confluence: 'platform_editor_ai_smartlink_toolbar_v2_exp'
|
|
1464
|
-
},
|
|
1465
|
-
param: 'isEnabled',
|
|
1466
|
-
defaultValue: false
|
|
1467
|
-
}),
|
|
1468
1428
|
// Added 2026-03-30
|
|
1469
1429
|
platform_editor_a11y_scrollable_region: createBooleanExperiment({
|
|
1470
1430
|
productKeys: {
|
|
@@ -1559,14 +1519,6 @@ export const editorExperimentsConfig = {
|
|
|
1559
1519
|
param: 'isEnabled',
|
|
1560
1520
|
defaultValue: false
|
|
1561
1521
|
}),
|
|
1562
|
-
// Added 2026-03-13
|
|
1563
|
-
platform_editor_editor_centre_content_on_find: createBooleanExperiment({
|
|
1564
|
-
productKeys: {
|
|
1565
|
-
confluence: 'platform_editor_editor_centre_content_on_find'
|
|
1566
|
-
},
|
|
1567
|
-
param: 'isEnabled',
|
|
1568
|
-
defaultValue: false
|
|
1569
|
-
}),
|
|
1570
1522
|
// Added 2026-06-10
|
|
1571
1523
|
platform_editor_close_expand_find: createBooleanExperiment({
|
|
1572
1524
|
productKeys: {
|
|
@@ -1575,14 +1527,6 @@ export const editorExperimentsConfig = {
|
|
|
1575
1527
|
param: 'isEnabled',
|
|
1576
1528
|
defaultValue: false
|
|
1577
1529
|
}),
|
|
1578
|
-
// Added 2026-03-24
|
|
1579
|
-
platform_editor_table_ref_optimisation: createBooleanExperiment({
|
|
1580
|
-
productKeys: {
|
|
1581
|
-
confluence: 'platform_editor_table_ref_optimisation'
|
|
1582
|
-
},
|
|
1583
|
-
param: 'isEnabled',
|
|
1584
|
-
defaultValue: false
|
|
1585
|
-
}),
|
|
1586
1530
|
// Added 2026-05-01
|
|
1587
1531
|
platform_editor_ai_normalized_telemetry: createBooleanExperiment({
|
|
1588
1532
|
productKeys: {
|
|
@@ -1879,14 +1823,6 @@ export const editorExperimentsConfig = {
|
|
|
1879
1823
|
param: 'isEnabled',
|
|
1880
1824
|
defaultValue: false
|
|
1881
1825
|
}),
|
|
1882
|
-
// Added 2026-04-23
|
|
1883
|
-
work_item_modernization: createBooleanExperiment({
|
|
1884
|
-
productKeys: {
|
|
1885
|
-
jira: 'work_item_modernization'
|
|
1886
|
-
},
|
|
1887
|
-
param: 'isEnabled',
|
|
1888
|
-
defaultValue: false
|
|
1889
|
-
}),
|
|
1890
1826
|
// Added 2026-04-30
|
|
1891
1827
|
confluence_fe_disable_comment_if_offline_fix: createBooleanExperiment({
|
|
1892
1828
|
productKeys: {
|
|
@@ -1903,14 +1839,6 @@ export const editorExperimentsConfig = {
|
|
|
1903
1839
|
param: 'isEnabled',
|
|
1904
1840
|
defaultValue: false
|
|
1905
1841
|
}),
|
|
1906
|
-
// Added 2026-04-24
|
|
1907
|
-
platform_editor_ai_fix_error_discard_screen: createBooleanExperiment({
|
|
1908
|
-
productKeys: {
|
|
1909
|
-
confluence: 'platform_editor_ai_fix_error_discard_screen'
|
|
1910
|
-
},
|
|
1911
|
-
param: 'isEnabled',
|
|
1912
|
-
defaultValue: false
|
|
1913
|
-
}),
|
|
1914
1842
|
// Added 2026-07-09
|
|
1915
1843
|
platform_editor_sync_block_activation: createBooleanExperiment({
|
|
1916
1844
|
productKeys: {
|
|
@@ -2036,15 +1964,6 @@ export const editorExperimentsConfig = {
|
|
|
2036
1964
|
param: 'isEnabled',
|
|
2037
1965
|
defaultValue: false
|
|
2038
1966
|
}),
|
|
2039
|
-
// Added 2026-06-26
|
|
2040
|
-
'a11y-fixes-week1-june-2026': createBooleanExperiment({
|
|
2041
|
-
productKeys: {
|
|
2042
|
-
confluence: 'a11y-fixes-week1-june-2026',
|
|
2043
|
-
jira: 'a11y-fixes-week1-june-2026'
|
|
2044
|
-
},
|
|
2045
|
-
param: 'isEnabled',
|
|
2046
|
-
defaultValue: false
|
|
2047
|
-
}),
|
|
2048
1967
|
// Added 2026-06-29
|
|
2049
1968
|
'a11y-fixes-week3-may-2026': createBooleanExperiment({
|
|
2050
1969
|
productKeys: {
|
|
@@ -2094,14 +2013,6 @@ export const editorExperimentsConfig = {
|
|
|
2094
2013
|
param: 'isEnabled',
|
|
2095
2014
|
defaultValue: false
|
|
2096
2015
|
}),
|
|
2097
|
-
// Added 2026-07-14
|
|
2098
|
-
platform_editor_ai_minion_skip_orchestrator: createBooleanExperiment({
|
|
2099
|
-
productKeys: {
|
|
2100
|
-
confluence: 'platform_editor_ai_minion_skip_orchestrator'
|
|
2101
|
-
},
|
|
2102
|
-
param: 'isEnabled',
|
|
2103
|
-
defaultValue: false
|
|
2104
|
-
}),
|
|
2105
2016
|
platform_editor_wide_slash_trigger: createBooleanExperiment({
|
|
2106
2017
|
productKeys: {
|
|
2107
2018
|
confluence: 'platform_editor_wide_slash_trigger'
|
|
@@ -2164,13 +2075,6 @@ export const editorExperimentsConfig = {
|
|
|
2164
2075
|
param: 'isEnabled',
|
|
2165
2076
|
defaultValue: false
|
|
2166
2077
|
}),
|
|
2167
|
-
cc_smarts_heading_autocomplete_migration: createBooleanExperiment({
|
|
2168
|
-
productKeys: {
|
|
2169
|
-
confluence: 'cc_smarts_heading_autocomplete_migration'
|
|
2170
|
-
},
|
|
2171
|
-
param: 'useCcSmarts',
|
|
2172
|
-
defaultValue: false
|
|
2173
|
-
}),
|
|
2174
2078
|
cc_smarts_concise_page_summary_migration: createBooleanExperiment({
|
|
2175
2079
|
productKeys: {
|
|
2176
2080
|
confluence: 'cc_smarts_concise_page_summary_migration'
|
|
@@ -61,8 +61,6 @@ export var testBooleanOverrides = {
|
|
|
61
61
|
// it does not gate this feature.
|
|
62
62
|
platform_editor_ai_new_aifc_editor_experience: false,
|
|
63
63
|
cc_page_experiences_editor_image_generation: false,
|
|
64
|
-
'editor-image-generation-styles-and-aspect-ratios': false,
|
|
65
|
-
confluence_advanced_header_image_generation_exp: false,
|
|
66
64
|
platform_use_unicode_emojis: false,
|
|
67
65
|
confluence_ai_generated_emojis: false,
|
|
68
66
|
platform_editor_emoji_hover_show_tooltip: false,
|
|
@@ -734,14 +734,6 @@ export var editorExperimentsConfig = {
|
|
|
734
734
|
param: 'isEnabled',
|
|
735
735
|
defaultValue: false
|
|
736
736
|
}),
|
|
737
|
-
// Added 2026-03-11
|
|
738
|
-
platform_editor_native_embeds: createBooleanExperiment({
|
|
739
|
-
productKeys: {
|
|
740
|
-
confluence: 'platform_editor_native_embeds'
|
|
741
|
-
},
|
|
742
|
-
param: 'isEnabled',
|
|
743
|
-
defaultValue: false
|
|
744
|
-
}),
|
|
745
737
|
// Added 2025-08-05
|
|
746
738
|
platform_editor_native_anchor_with_dnd: createBooleanExperiment({
|
|
747
739
|
productKeys: {
|
|
@@ -917,14 +909,6 @@ export var editorExperimentsConfig = {
|
|
|
917
909
|
param: 'isEnabled',
|
|
918
910
|
defaultValue: false
|
|
919
911
|
}),
|
|
920
|
-
// Added 2026-06-16 — Use link-extractors inline icon extraction for Confluence 1P/3P connection byline
|
|
921
|
-
confluence_1p_and_3p_connection_byline_experiment: createBooleanExperiment({
|
|
922
|
-
productKeys: {
|
|
923
|
-
confluence: 'confluence_1p_and_3p_connection_byline_experiment'
|
|
924
|
-
},
|
|
925
|
-
param: 'isEnabled',
|
|
926
|
-
defaultValue: false
|
|
927
|
-
}),
|
|
928
912
|
// Added 2026-05-21 — Post-auth GDrive Smart Link to Rovo Chat auto-open
|
|
929
913
|
platform_sl_3p_post_auth_chat_open_exp: createBooleanExperiment({
|
|
930
914
|
productKeys: {
|
|
@@ -1121,22 +1105,6 @@ export var editorExperimentsConfig = {
|
|
|
1121
1105
|
param: 'isEnabled',
|
|
1122
1106
|
defaultValue: false
|
|
1123
1107
|
}),
|
|
1124
|
-
// Added 2026-07-13
|
|
1125
|
-
'editor-image-generation-styles-and-aspect-ratios': createBooleanExperiment({
|
|
1126
|
-
productKeys: {
|
|
1127
|
-
confluence: 'editor-image-generation-styles-and-aspect-ratios'
|
|
1128
|
-
},
|
|
1129
|
-
param: 'isEnabled',
|
|
1130
|
-
defaultValue: false
|
|
1131
|
-
}),
|
|
1132
|
-
// Added 2026-06-23
|
|
1133
|
-
confluence_advanced_header_image_generation_exp: createBooleanExperiment({
|
|
1134
|
-
productKeys: {
|
|
1135
|
-
confluence: 'confluence_advanced_header_image_generation_exp'
|
|
1136
|
-
},
|
|
1137
|
-
param: 'isEnabled',
|
|
1138
|
-
defaultValue: false
|
|
1139
|
-
}),
|
|
1140
1108
|
// Added 2026-04-17
|
|
1141
1109
|
cc_page_experiences_premium_macros_img_generation: createBooleanExperiment({
|
|
1142
1110
|
productKeys: {
|
|
@@ -1457,14 +1425,6 @@ export var editorExperimentsConfig = {
|
|
|
1457
1425
|
param: 'isEnabled',
|
|
1458
1426
|
defaultValue: false
|
|
1459
1427
|
}),
|
|
1460
|
-
// Added 2026-04-02
|
|
1461
|
-
platform_editor_ai_smartlink_toolbar_v2_exp: createBooleanExperiment({
|
|
1462
|
-
productKeys: {
|
|
1463
|
-
confluence: 'platform_editor_ai_smartlink_toolbar_v2_exp'
|
|
1464
|
-
},
|
|
1465
|
-
param: 'isEnabled',
|
|
1466
|
-
defaultValue: false
|
|
1467
|
-
}),
|
|
1468
1428
|
// Added 2026-03-30
|
|
1469
1429
|
platform_editor_a11y_scrollable_region: createBooleanExperiment({
|
|
1470
1430
|
productKeys: {
|
|
@@ -1559,14 +1519,6 @@ export var editorExperimentsConfig = {
|
|
|
1559
1519
|
param: 'isEnabled',
|
|
1560
1520
|
defaultValue: false
|
|
1561
1521
|
}),
|
|
1562
|
-
// Added 2026-03-13
|
|
1563
|
-
platform_editor_editor_centre_content_on_find: createBooleanExperiment({
|
|
1564
|
-
productKeys: {
|
|
1565
|
-
confluence: 'platform_editor_editor_centre_content_on_find'
|
|
1566
|
-
},
|
|
1567
|
-
param: 'isEnabled',
|
|
1568
|
-
defaultValue: false
|
|
1569
|
-
}),
|
|
1570
1522
|
// Added 2026-06-10
|
|
1571
1523
|
platform_editor_close_expand_find: createBooleanExperiment({
|
|
1572
1524
|
productKeys: {
|
|
@@ -1575,14 +1527,6 @@ export var editorExperimentsConfig = {
|
|
|
1575
1527
|
param: 'isEnabled',
|
|
1576
1528
|
defaultValue: false
|
|
1577
1529
|
}),
|
|
1578
|
-
// Added 2026-03-24
|
|
1579
|
-
platform_editor_table_ref_optimisation: createBooleanExperiment({
|
|
1580
|
-
productKeys: {
|
|
1581
|
-
confluence: 'platform_editor_table_ref_optimisation'
|
|
1582
|
-
},
|
|
1583
|
-
param: 'isEnabled',
|
|
1584
|
-
defaultValue: false
|
|
1585
|
-
}),
|
|
1586
1530
|
// Added 2026-05-01
|
|
1587
1531
|
platform_editor_ai_normalized_telemetry: createBooleanExperiment({
|
|
1588
1532
|
productKeys: {
|
|
@@ -1879,14 +1823,6 @@ export var editorExperimentsConfig = {
|
|
|
1879
1823
|
param: 'isEnabled',
|
|
1880
1824
|
defaultValue: false
|
|
1881
1825
|
}),
|
|
1882
|
-
// Added 2026-04-23
|
|
1883
|
-
work_item_modernization: createBooleanExperiment({
|
|
1884
|
-
productKeys: {
|
|
1885
|
-
jira: 'work_item_modernization'
|
|
1886
|
-
},
|
|
1887
|
-
param: 'isEnabled',
|
|
1888
|
-
defaultValue: false
|
|
1889
|
-
}),
|
|
1890
1826
|
// Added 2026-04-30
|
|
1891
1827
|
confluence_fe_disable_comment_if_offline_fix: createBooleanExperiment({
|
|
1892
1828
|
productKeys: {
|
|
@@ -1903,14 +1839,6 @@ export var editorExperimentsConfig = {
|
|
|
1903
1839
|
param: 'isEnabled',
|
|
1904
1840
|
defaultValue: false
|
|
1905
1841
|
}),
|
|
1906
|
-
// Added 2026-04-24
|
|
1907
|
-
platform_editor_ai_fix_error_discard_screen: createBooleanExperiment({
|
|
1908
|
-
productKeys: {
|
|
1909
|
-
confluence: 'platform_editor_ai_fix_error_discard_screen'
|
|
1910
|
-
},
|
|
1911
|
-
param: 'isEnabled',
|
|
1912
|
-
defaultValue: false
|
|
1913
|
-
}),
|
|
1914
1842
|
// Added 2026-07-09
|
|
1915
1843
|
platform_editor_sync_block_activation: createBooleanExperiment({
|
|
1916
1844
|
productKeys: {
|
|
@@ -2036,15 +1964,6 @@ export var editorExperimentsConfig = {
|
|
|
2036
1964
|
param: 'isEnabled',
|
|
2037
1965
|
defaultValue: false
|
|
2038
1966
|
}),
|
|
2039
|
-
// Added 2026-06-26
|
|
2040
|
-
'a11y-fixes-week1-june-2026': createBooleanExperiment({
|
|
2041
|
-
productKeys: {
|
|
2042
|
-
confluence: 'a11y-fixes-week1-june-2026',
|
|
2043
|
-
jira: 'a11y-fixes-week1-june-2026'
|
|
2044
|
-
},
|
|
2045
|
-
param: 'isEnabled',
|
|
2046
|
-
defaultValue: false
|
|
2047
|
-
}),
|
|
2048
1967
|
// Added 2026-06-29
|
|
2049
1968
|
'a11y-fixes-week3-may-2026': createBooleanExperiment({
|
|
2050
1969
|
productKeys: {
|
|
@@ -2094,14 +2013,6 @@ export var editorExperimentsConfig = {
|
|
|
2094
2013
|
param: 'isEnabled',
|
|
2095
2014
|
defaultValue: false
|
|
2096
2015
|
}),
|
|
2097
|
-
// Added 2026-07-14
|
|
2098
|
-
platform_editor_ai_minion_skip_orchestrator: createBooleanExperiment({
|
|
2099
|
-
productKeys: {
|
|
2100
|
-
confluence: 'platform_editor_ai_minion_skip_orchestrator'
|
|
2101
|
-
},
|
|
2102
|
-
param: 'isEnabled',
|
|
2103
|
-
defaultValue: false
|
|
2104
|
-
}),
|
|
2105
2016
|
platform_editor_wide_slash_trigger: createBooleanExperiment({
|
|
2106
2017
|
productKeys: {
|
|
2107
2018
|
confluence: 'platform_editor_wide_slash_trigger'
|
|
@@ -2164,13 +2075,6 @@ export var editorExperimentsConfig = {
|
|
|
2164
2075
|
param: 'isEnabled',
|
|
2165
2076
|
defaultValue: false
|
|
2166
2077
|
}),
|
|
2167
|
-
cc_smarts_heading_autocomplete_migration: createBooleanExperiment({
|
|
2168
|
-
productKeys: {
|
|
2169
|
-
confluence: 'cc_smarts_heading_autocomplete_migration'
|
|
2170
|
-
},
|
|
2171
|
-
param: 'useCcSmarts',
|
|
2172
|
-
defaultValue: false
|
|
2173
|
-
}),
|
|
2174
2078
|
cc_smarts_concise_page_summary_migration: createBooleanExperiment({
|
|
2175
2079
|
productKeys: {
|
|
2176
2080
|
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;
|
|
@@ -629,12 +623,6 @@ export declare const editorExperimentsConfig: {
|
|
|
629
623
|
productKeys?: ProductKeys;
|
|
630
624
|
typeGuard: IsBooleanType;
|
|
631
625
|
};
|
|
632
|
-
platform_editor_table_ref_optimisation: {
|
|
633
|
-
defaultValue: boolean;
|
|
634
|
-
param: string;
|
|
635
|
-
productKeys?: ProductKeys;
|
|
636
|
-
typeGuard: IsBooleanType;
|
|
637
|
-
};
|
|
638
626
|
platform_hover_card_preview_panel: {
|
|
639
627
|
defaultValue: 'control' | 'test';
|
|
640
628
|
param: string;
|
|
@@ -696,12 +684,6 @@ export declare const editorExperimentsConfig: {
|
|
|
696
684
|
productKeys?: ProductKeys;
|
|
697
685
|
typeGuard: IsBooleanType;
|
|
698
686
|
};
|
|
699
|
-
confluence_1p_and_3p_connection_byline_experiment: {
|
|
700
|
-
defaultValue: boolean;
|
|
701
|
-
param: string;
|
|
702
|
-
productKeys?: ProductKeys;
|
|
703
|
-
typeGuard: IsBooleanType;
|
|
704
|
-
};
|
|
705
687
|
platform_editor_sync_block_activation: {
|
|
706
688
|
defaultValue: boolean;
|
|
707
689
|
param: string;
|
|
@@ -871,18 +853,6 @@ export declare const editorExperimentsConfig: {
|
|
|
871
853
|
productKeys?: ProductKeys;
|
|
872
854
|
typeGuard: IsBooleanType;
|
|
873
855
|
};
|
|
874
|
-
'editor-image-generation-styles-and-aspect-ratios': {
|
|
875
|
-
defaultValue: boolean;
|
|
876
|
-
param: string;
|
|
877
|
-
productKeys?: ProductKeys;
|
|
878
|
-
typeGuard: IsBooleanType;
|
|
879
|
-
};
|
|
880
|
-
confluence_advanced_header_image_generation_exp: {
|
|
881
|
-
defaultValue: boolean;
|
|
882
|
-
param: string;
|
|
883
|
-
productKeys?: ProductKeys;
|
|
884
|
-
typeGuard: IsBooleanType;
|
|
885
|
-
};
|
|
886
856
|
cc_page_experiences_premium_macros_img_generation: {
|
|
887
857
|
defaultValue: boolean;
|
|
888
858
|
param: string;
|
|
@@ -1130,12 +1100,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1130
1100
|
productKeys?: ProductKeys;
|
|
1131
1101
|
typeGuard: IsBooleanType;
|
|
1132
1102
|
};
|
|
1133
|
-
platform_editor_ai_smartlink_toolbar_v2_exp: {
|
|
1134
|
-
defaultValue: boolean;
|
|
1135
|
-
param: string;
|
|
1136
|
-
productKeys?: ProductKeys;
|
|
1137
|
-
typeGuard: IsBooleanType;
|
|
1138
|
-
};
|
|
1139
1103
|
platform_editor_a11y_scrollable_region: {
|
|
1140
1104
|
defaultValue: boolean;
|
|
1141
1105
|
param: string;
|
|
@@ -1196,12 +1160,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1196
1160
|
productKeys?: ProductKeys;
|
|
1197
1161
|
typeGuard: IsBooleanType;
|
|
1198
1162
|
};
|
|
1199
|
-
platform_editor_editor_centre_content_on_find: {
|
|
1200
|
-
defaultValue: boolean;
|
|
1201
|
-
param: string;
|
|
1202
|
-
productKeys?: ProductKeys;
|
|
1203
|
-
typeGuard: IsBooleanType;
|
|
1204
|
-
};
|
|
1205
1163
|
platform_editor_close_expand_find: {
|
|
1206
1164
|
defaultValue: boolean;
|
|
1207
1165
|
param: string;
|
|
@@ -1364,12 +1322,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1364
1322
|
productKeys?: ProductKeys;
|
|
1365
1323
|
typeGuard: IsBooleanType;
|
|
1366
1324
|
};
|
|
1367
|
-
work_item_modernization: {
|
|
1368
|
-
defaultValue: boolean;
|
|
1369
|
-
param: string;
|
|
1370
|
-
productKeys?: ProductKeys;
|
|
1371
|
-
typeGuard: IsBooleanType;
|
|
1372
|
-
};
|
|
1373
1325
|
platform_editor_ai_template_localids: {
|
|
1374
1326
|
defaultValue: boolean;
|
|
1375
1327
|
param: string;
|
|
@@ -1400,12 +1352,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1400
1352
|
productKeys?: ProductKeys;
|
|
1401
1353
|
typeGuard: IsBooleanType;
|
|
1402
1354
|
};
|
|
1403
|
-
platform_editor_ai_fix_error_discard_screen: {
|
|
1404
|
-
defaultValue: boolean;
|
|
1405
|
-
param: string;
|
|
1406
|
-
productKeys?: ProductKeys;
|
|
1407
|
-
typeGuard: IsBooleanType;
|
|
1408
|
-
};
|
|
1409
1355
|
platform_editor_insert_menu_ai: {
|
|
1410
1356
|
defaultValue: boolean;
|
|
1411
1357
|
param: string;
|
|
@@ -1485,12 +1431,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1485
1431
|
productKeys?: ProductKeys;
|
|
1486
1432
|
typeGuard: IsBooleanType;
|
|
1487
1433
|
};
|
|
1488
|
-
'a11y-fixes-week1-june-2026': {
|
|
1489
|
-
defaultValue: boolean;
|
|
1490
|
-
param: string;
|
|
1491
|
-
productKeys?: ProductKeys;
|
|
1492
|
-
typeGuard: IsBooleanType;
|
|
1493
|
-
};
|
|
1494
1434
|
'a11y-fixes-week3-may-2026': {
|
|
1495
1435
|
defaultValue: boolean;
|
|
1496
1436
|
param: string;
|
|
@@ -1521,12 +1461,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1521
1461
|
productKeys?: ProductKeys;
|
|
1522
1462
|
typeGuard: IsBooleanType;
|
|
1523
1463
|
};
|
|
1524
|
-
platform_editor_ai_minion_skip_orchestrator: {
|
|
1525
|
-
defaultValue: boolean;
|
|
1526
|
-
param: string;
|
|
1527
|
-
productKeys?: ProductKeys;
|
|
1528
|
-
typeGuard: IsBooleanType;
|
|
1529
|
-
};
|
|
1530
1464
|
platform_editor_wide_slash_trigger: {
|
|
1531
1465
|
defaultValue: boolean;
|
|
1532
1466
|
param: string;
|
|
@@ -1569,12 +1503,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1569
1503
|
productKeys?: ProductKeys;
|
|
1570
1504
|
typeGuard: IsBooleanType;
|
|
1571
1505
|
};
|
|
1572
|
-
cc_smarts_heading_autocomplete_migration: {
|
|
1573
|
-
defaultValue: boolean;
|
|
1574
|
-
param: string;
|
|
1575
|
-
productKeys?: ProductKeys;
|
|
1576
|
-
typeGuard: IsBooleanType;
|
|
1577
|
-
};
|
|
1578
1506
|
cc_smarts_concise_page_summary_migration: {
|
|
1579
1507
|
defaultValue: boolean;
|
|
1580
1508
|
param: string;
|
package/package.json
CHANGED