@atlaskit/tmp-editor-statsig 176.0.0 → 177.0.1
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 -1
- package/dist/cjs/experiments-config.js +1 -83
- package/dist/es2019/exp-test-overrides.js +0 -1
- package/dist/es2019/experiments-config.js +1 -83
- package/dist/esm/exp-test-overrides.js +0 -1
- package/dist/esm/experiments-config.js +1 -83
- package/dist/types/experiments-config.d.ts +0 -60
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 177.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`e29faa16e0c66`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e29faa16e0c66) -
|
|
8
|
+
Migrate selected editor experiment reads and tooling from tmp-editor-statsig to
|
|
9
|
+
platform-feature-experiments, including static CSS, floating ToC, insert-menu AI, table overflow
|
|
10
|
+
shadows, and collapsible headings.
|
|
11
|
+
|
|
12
|
+
## 177.0.0
|
|
13
|
+
|
|
14
|
+
### Major Changes
|
|
15
|
+
|
|
16
|
+
- [`20b31a55e5eb3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/20b31a55e5eb3) -
|
|
17
|
+
Clean up experiment `platform_editor_abort_ufo_on_user_interaction`
|
|
18
|
+
|
|
3
19
|
## 176.0.0
|
|
4
20
|
|
|
5
21
|
### Major Changes
|
|
@@ -67,7 +67,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
|
67
67
|
platform_editor_ai_new_aifc_editor_experience: false,
|
|
68
68
|
cc_page_experiences_editor_image_generation: false,
|
|
69
69
|
platform_use_unicode_emojis: false,
|
|
70
|
-
confluence_ai_generated_emojis: false,
|
|
71
70
|
platform_editor_emoji_hover_show_tooltip: false,
|
|
72
71
|
'aifc-confluence-editor-csp-fix': false
|
|
73
72
|
};
|
|
@@ -14,7 +14,7 @@ var _createMultivariateExperiment = require("./create-multivariate-experiment");
|
|
|
14
14
|
|
|
15
15
|
// These experiments have a jira-specific key that differs from the experiment name,
|
|
16
16
|
// so they must opt out of product-key routing to avoid sending the wrong key on jira.
|
|
17
|
-
var disallowsProductKeys = exports.disallowsProductKeys = ['platform_editor_block_menu', 'platform_editor_blocks', 'platform_editor_controls', '
|
|
17
|
+
var disallowsProductKeys = exports.disallowsProductKeys = ['platform_editor_block_menu', 'platform_editor_blocks', 'platform_editor_controls', 'advanced_layouts', 'single_column_layouts', 'platform_editor_preview_panel_responsiveness', 'platform_editor_toolbar_aifc', 'comment_on_bodied_extensions'];
|
|
18
18
|
|
|
19
19
|
/**
|
|
20
20
|
* Extract valid expected values.
|
|
@@ -47,15 +47,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
47
47
|
param: 'isEnabled',
|
|
48
48
|
defaultValue: false
|
|
49
49
|
}),
|
|
50
|
-
// Added 2026-07-28
|
|
51
|
-
platform_editor_table_css_overflow_shadow: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
52
|
-
productKeys: {
|
|
53
|
-
confluence: 'platform_editor_table_css_overflow_shadow',
|
|
54
|
-
jira: 'platform_editor_table_css_overflow_shadow'
|
|
55
|
-
},
|
|
56
|
-
param: 'isEnabled',
|
|
57
|
-
defaultValue: false
|
|
58
|
-
}),
|
|
59
50
|
// Added 2026-07-24
|
|
60
51
|
platform_editor_layout_column_delete_shortcut_fix: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
61
52
|
productKeys: {
|
|
@@ -136,14 +127,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
136
127
|
param: 'isEnabled',
|
|
137
128
|
defaultValue: false
|
|
138
129
|
}),
|
|
139
|
-
// Added 05-03-2026
|
|
140
|
-
platform_editor_ai_headingautocomplete: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
141
|
-
productKeys: {
|
|
142
|
-
confluence: 'platform_editor_ai_headingautocomplete'
|
|
143
|
-
},
|
|
144
|
-
param: 'isEnabled',
|
|
145
|
-
defaultValue: false
|
|
146
|
-
}),
|
|
147
130
|
// Added 2026-02-16
|
|
148
131
|
platform_editor_remove_important_in_render_ext: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
149
132
|
productKeys: {
|
|
@@ -722,14 +705,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
722
705
|
values: ['control', 'shadow_compare', 'live_cc_smarts'],
|
|
723
706
|
defaultValue: 'control'
|
|
724
707
|
}),
|
|
725
|
-
// Added 2026-03-05
|
|
726
|
-
platform_editor_abort_ufo_on_user_interaction: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
727
|
-
productKeys: {
|
|
728
|
-
confluence: 'platform_editor_abort_ufo_on_user_interaction'
|
|
729
|
-
},
|
|
730
|
-
param: 'isEnabled',
|
|
731
|
-
defaultValue: false
|
|
732
|
-
}),
|
|
733
708
|
// Added 2025-10-10
|
|
734
709
|
platform_use_llm_space_recommendations: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
735
710
|
productKeys: {
|
|
@@ -872,14 +847,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
872
847
|
param: 'isEnabled',
|
|
873
848
|
defaultValue: false
|
|
874
849
|
}),
|
|
875
|
-
// Added 2026-07-23
|
|
876
|
-
platform_editor_floating_toc: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
877
|
-
productKeys: {
|
|
878
|
-
confluence: 'platform_editor_floating_toc'
|
|
879
|
-
},
|
|
880
|
-
param: 'isEnabled',
|
|
881
|
-
defaultValue: false
|
|
882
|
-
}),
|
|
883
850
|
// Added 2026-01-22
|
|
884
851
|
platform_editor_nested_drag_handle_icon: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
885
852
|
productKeys: {
|
|
@@ -968,14 +935,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
968
935
|
param: 'isEnabled',
|
|
969
936
|
defaultValue: false
|
|
970
937
|
}),
|
|
971
|
-
// Added 2026-04-17
|
|
972
|
-
cc_page_experiences_premium_macros_img_generation: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
973
|
-
productKeys: {
|
|
974
|
-
confluence: 'cc_page_experiences_premium_macros_img_generation'
|
|
975
|
-
},
|
|
976
|
-
param: 'isEnabled',
|
|
977
|
-
defaultValue: false
|
|
978
|
-
}),
|
|
979
938
|
// Added 2026-02-23
|
|
980
939
|
'cc-maui-experiment': (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
981
940
|
productKeys: {
|
|
@@ -1199,14 +1158,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1199
1158
|
param: 'isEnabled',
|
|
1200
1159
|
defaultValue: false
|
|
1201
1160
|
}),
|
|
1202
|
-
// Added 2026-06-30
|
|
1203
|
-
confluence_ai_generated_emojis: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1204
|
-
productKeys: {
|
|
1205
|
-
confluence: 'confluence_ai_generated_emojis'
|
|
1206
|
-
},
|
|
1207
|
-
param: 'isEnabled',
|
|
1208
|
-
defaultValue: false
|
|
1209
|
-
}),
|
|
1210
1161
|
// Added 2026-02-26
|
|
1211
1162
|
platform_editor_toolbar_update_jira_config: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1212
1163
|
productKeys: {
|
|
@@ -1520,14 +1471,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1520
1471
|
param: 'isEnabled',
|
|
1521
1472
|
defaultValue: false
|
|
1522
1473
|
}),
|
|
1523
|
-
// Added 2026-04-10
|
|
1524
|
-
platform_editor_static_css: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1525
|
-
productKeys: {
|
|
1526
|
-
confluence: 'platform_editor_renderer_static_css'
|
|
1527
|
-
},
|
|
1528
|
-
param: 'isEnabled',
|
|
1529
|
-
defaultValue: false
|
|
1530
|
-
}),
|
|
1531
1474
|
// Added 2026-05-01
|
|
1532
1475
|
platform_editor_core_static_css: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1533
1476
|
productKeys: {
|
|
@@ -1602,15 +1545,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1602
1545
|
param: 'isEnabled',
|
|
1603
1546
|
defaultValue: false
|
|
1604
1547
|
}),
|
|
1605
|
-
// Added 2026-04-30
|
|
1606
|
-
platform_editor_insert_menu_ai: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1607
|
-
productKeys: {
|
|
1608
|
-
confluence: 'platform_editor_insert_menu_ai',
|
|
1609
|
-
jira: 'platform_editor_insert_menu_ai'
|
|
1610
|
-
},
|
|
1611
|
-
param: 'isEnabled',
|
|
1612
|
-
defaultValue: false
|
|
1613
|
-
}),
|
|
1614
1548
|
platform_editor_paste_actions_menu_v2: (0, _createMultivariateExperiment.createMultivariateExperiment)({
|
|
1615
1549
|
productKeys: {
|
|
1616
1550
|
confluence: 'platform_editor_paste_actions_menu_v2',
|
|
@@ -1780,14 +1714,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1780
1714
|
param: 'isEnabled',
|
|
1781
1715
|
defaultValue: false
|
|
1782
1716
|
}),
|
|
1783
|
-
// Added 2026-06-08
|
|
1784
|
-
cc_ai_insert_to_page_rovo_chat_experiment: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1785
|
-
productKeys: {
|
|
1786
|
-
confluence: 'cc_ai_insert_to_page_rovo_chat_experiment'
|
|
1787
|
-
},
|
|
1788
|
-
param: 'isEnabled',
|
|
1789
|
-
defaultValue: false
|
|
1790
|
-
}),
|
|
1791
1717
|
// Added 2026-06-20
|
|
1792
1718
|
platform_editor_ssr_toolbar_optimistic: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1793
1719
|
productKeys: {
|
|
@@ -1803,14 +1729,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1803
1729
|
param: 'useCcSmarts',
|
|
1804
1730
|
defaultValue: false
|
|
1805
1731
|
}),
|
|
1806
|
-
// Added 2026-07-21
|
|
1807
|
-
platform_renderer_collapsible_headings: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1808
|
-
productKeys: {
|
|
1809
|
-
confluence: 'platform_renderer_collapsible_headings'
|
|
1810
|
-
},
|
|
1811
|
-
param: 'isEnabled',
|
|
1812
|
-
defaultValue: false
|
|
1813
|
-
}),
|
|
1814
1732
|
// Added 2026-07-20
|
|
1815
1733
|
platform_editor_lovability_breakout_resizing_fixes: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1816
1734
|
productKeys: {
|
|
@@ -61,7 +61,6 @@ export const testBooleanOverrides = {
|
|
|
61
61
|
platform_editor_ai_new_aifc_editor_experience: false,
|
|
62
62
|
cc_page_experiences_editor_image_generation: false,
|
|
63
63
|
platform_use_unicode_emojis: false,
|
|
64
|
-
confluence_ai_generated_emojis: false,
|
|
65
64
|
platform_editor_emoji_hover_show_tooltip: false,
|
|
66
65
|
'aifc-confluence-editor-csp-fix': false
|
|
67
66
|
};
|
|
@@ -8,7 +8,7 @@ import { createMultivariateExperiment } from './create-multivariate-experiment';
|
|
|
8
8
|
|
|
9
9
|
// These experiments have a jira-specific key that differs from the experiment name,
|
|
10
10
|
// so they must opt out of product-key routing to avoid sending the wrong key on jira.
|
|
11
|
-
export const disallowsProductKeys = ['platform_editor_block_menu', 'platform_editor_blocks', 'platform_editor_controls', '
|
|
11
|
+
export const disallowsProductKeys = ['platform_editor_block_menu', 'platform_editor_blocks', 'platform_editor_controls', 'advanced_layouts', 'single_column_layouts', 'platform_editor_preview_panel_responsiveness', 'platform_editor_toolbar_aifc', 'comment_on_bodied_extensions'];
|
|
12
12
|
|
|
13
13
|
/**
|
|
14
14
|
* Extract valid expected values.
|
|
@@ -41,15 +41,6 @@ export const editorExperimentsConfig = {
|
|
|
41
41
|
param: 'isEnabled',
|
|
42
42
|
defaultValue: false
|
|
43
43
|
}),
|
|
44
|
-
// Added 2026-07-28
|
|
45
|
-
platform_editor_table_css_overflow_shadow: createBooleanExperiment({
|
|
46
|
-
productKeys: {
|
|
47
|
-
confluence: 'platform_editor_table_css_overflow_shadow',
|
|
48
|
-
jira: 'platform_editor_table_css_overflow_shadow'
|
|
49
|
-
},
|
|
50
|
-
param: 'isEnabled',
|
|
51
|
-
defaultValue: false
|
|
52
|
-
}),
|
|
53
44
|
// Added 2026-07-24
|
|
54
45
|
platform_editor_layout_column_delete_shortcut_fix: createBooleanExperiment({
|
|
55
46
|
productKeys: {
|
|
@@ -130,14 +121,6 @@ export const editorExperimentsConfig = {
|
|
|
130
121
|
param: 'isEnabled',
|
|
131
122
|
defaultValue: false
|
|
132
123
|
}),
|
|
133
|
-
// Added 05-03-2026
|
|
134
|
-
platform_editor_ai_headingautocomplete: createBooleanExperiment({
|
|
135
|
-
productKeys: {
|
|
136
|
-
confluence: 'platform_editor_ai_headingautocomplete'
|
|
137
|
-
},
|
|
138
|
-
param: 'isEnabled',
|
|
139
|
-
defaultValue: false
|
|
140
|
-
}),
|
|
141
124
|
// Added 2026-02-16
|
|
142
125
|
platform_editor_remove_important_in_render_ext: createBooleanExperiment({
|
|
143
126
|
productKeys: {
|
|
@@ -716,14 +699,6 @@ export const editorExperimentsConfig = {
|
|
|
716
699
|
values: ['control', 'shadow_compare', 'live_cc_smarts'],
|
|
717
700
|
defaultValue: 'control'
|
|
718
701
|
}),
|
|
719
|
-
// Added 2026-03-05
|
|
720
|
-
platform_editor_abort_ufo_on_user_interaction: createBooleanExperiment({
|
|
721
|
-
productKeys: {
|
|
722
|
-
confluence: 'platform_editor_abort_ufo_on_user_interaction'
|
|
723
|
-
},
|
|
724
|
-
param: 'isEnabled',
|
|
725
|
-
defaultValue: false
|
|
726
|
-
}),
|
|
727
702
|
// Added 2025-10-10
|
|
728
703
|
platform_use_llm_space_recommendations: createBooleanExperiment({
|
|
729
704
|
productKeys: {
|
|
@@ -866,14 +841,6 @@ export const editorExperimentsConfig = {
|
|
|
866
841
|
param: 'isEnabled',
|
|
867
842
|
defaultValue: false
|
|
868
843
|
}),
|
|
869
|
-
// Added 2026-07-23
|
|
870
|
-
platform_editor_floating_toc: createBooleanExperiment({
|
|
871
|
-
productKeys: {
|
|
872
|
-
confluence: 'platform_editor_floating_toc'
|
|
873
|
-
},
|
|
874
|
-
param: 'isEnabled',
|
|
875
|
-
defaultValue: false
|
|
876
|
-
}),
|
|
877
844
|
// Added 2026-01-22
|
|
878
845
|
platform_editor_nested_drag_handle_icon: createBooleanExperiment({
|
|
879
846
|
productKeys: {
|
|
@@ -962,14 +929,6 @@ export const editorExperimentsConfig = {
|
|
|
962
929
|
param: 'isEnabled',
|
|
963
930
|
defaultValue: false
|
|
964
931
|
}),
|
|
965
|
-
// Added 2026-04-17
|
|
966
|
-
cc_page_experiences_premium_macros_img_generation: createBooleanExperiment({
|
|
967
|
-
productKeys: {
|
|
968
|
-
confluence: 'cc_page_experiences_premium_macros_img_generation'
|
|
969
|
-
},
|
|
970
|
-
param: 'isEnabled',
|
|
971
|
-
defaultValue: false
|
|
972
|
-
}),
|
|
973
932
|
// Added 2026-02-23
|
|
974
933
|
'cc-maui-experiment': createBooleanExperiment({
|
|
975
934
|
productKeys: {
|
|
@@ -1193,14 +1152,6 @@ export const editorExperimentsConfig = {
|
|
|
1193
1152
|
param: 'isEnabled',
|
|
1194
1153
|
defaultValue: false
|
|
1195
1154
|
}),
|
|
1196
|
-
// Added 2026-06-30
|
|
1197
|
-
confluence_ai_generated_emojis: createBooleanExperiment({
|
|
1198
|
-
productKeys: {
|
|
1199
|
-
confluence: 'confluence_ai_generated_emojis'
|
|
1200
|
-
},
|
|
1201
|
-
param: 'isEnabled',
|
|
1202
|
-
defaultValue: false
|
|
1203
|
-
}),
|
|
1204
1155
|
// Added 2026-02-26
|
|
1205
1156
|
platform_editor_toolbar_update_jira_config: createBooleanExperiment({
|
|
1206
1157
|
productKeys: {
|
|
@@ -1514,14 +1465,6 @@ export const editorExperimentsConfig = {
|
|
|
1514
1465
|
param: 'isEnabled',
|
|
1515
1466
|
defaultValue: false
|
|
1516
1467
|
}),
|
|
1517
|
-
// Added 2026-04-10
|
|
1518
|
-
platform_editor_static_css: createBooleanExperiment({
|
|
1519
|
-
productKeys: {
|
|
1520
|
-
confluence: 'platform_editor_renderer_static_css'
|
|
1521
|
-
},
|
|
1522
|
-
param: 'isEnabled',
|
|
1523
|
-
defaultValue: false
|
|
1524
|
-
}),
|
|
1525
1468
|
// Added 2026-05-01
|
|
1526
1469
|
platform_editor_core_static_css: createBooleanExperiment({
|
|
1527
1470
|
productKeys: {
|
|
@@ -1596,15 +1539,6 @@ export const editorExperimentsConfig = {
|
|
|
1596
1539
|
param: 'isEnabled',
|
|
1597
1540
|
defaultValue: false
|
|
1598
1541
|
}),
|
|
1599
|
-
// Added 2026-04-30
|
|
1600
|
-
platform_editor_insert_menu_ai: createBooleanExperiment({
|
|
1601
|
-
productKeys: {
|
|
1602
|
-
confluence: 'platform_editor_insert_menu_ai',
|
|
1603
|
-
jira: 'platform_editor_insert_menu_ai'
|
|
1604
|
-
},
|
|
1605
|
-
param: 'isEnabled',
|
|
1606
|
-
defaultValue: false
|
|
1607
|
-
}),
|
|
1608
1542
|
platform_editor_paste_actions_menu_v2: createMultivariateExperiment({
|
|
1609
1543
|
productKeys: {
|
|
1610
1544
|
confluence: 'platform_editor_paste_actions_menu_v2',
|
|
@@ -1774,14 +1708,6 @@ export const editorExperimentsConfig = {
|
|
|
1774
1708
|
param: 'isEnabled',
|
|
1775
1709
|
defaultValue: false
|
|
1776
1710
|
}),
|
|
1777
|
-
// Added 2026-06-08
|
|
1778
|
-
cc_ai_insert_to_page_rovo_chat_experiment: createBooleanExperiment({
|
|
1779
|
-
productKeys: {
|
|
1780
|
-
confluence: 'cc_ai_insert_to_page_rovo_chat_experiment'
|
|
1781
|
-
},
|
|
1782
|
-
param: 'isEnabled',
|
|
1783
|
-
defaultValue: false
|
|
1784
|
-
}),
|
|
1785
1711
|
// Added 2026-06-20
|
|
1786
1712
|
platform_editor_ssr_toolbar_optimistic: createBooleanExperiment({
|
|
1787
1713
|
productKeys: {
|
|
@@ -1797,14 +1723,6 @@ export const editorExperimentsConfig = {
|
|
|
1797
1723
|
param: 'useCcSmarts',
|
|
1798
1724
|
defaultValue: false
|
|
1799
1725
|
}),
|
|
1800
|
-
// Added 2026-07-21
|
|
1801
|
-
platform_renderer_collapsible_headings: createBooleanExperiment({
|
|
1802
|
-
productKeys: {
|
|
1803
|
-
confluence: 'platform_renderer_collapsible_headings'
|
|
1804
|
-
},
|
|
1805
|
-
param: 'isEnabled',
|
|
1806
|
-
defaultValue: false
|
|
1807
|
-
}),
|
|
1808
1726
|
// Added 2026-07-20
|
|
1809
1727
|
platform_editor_lovability_breakout_resizing_fixes: createBooleanExperiment({
|
|
1810
1728
|
productKeys: {
|
|
@@ -61,7 +61,6 @@ export var testBooleanOverrides = {
|
|
|
61
61
|
platform_editor_ai_new_aifc_editor_experience: false,
|
|
62
62
|
cc_page_experiences_editor_image_generation: false,
|
|
63
63
|
platform_use_unicode_emojis: false,
|
|
64
|
-
confluence_ai_generated_emojis: false,
|
|
65
64
|
platform_editor_emoji_hover_show_tooltip: false,
|
|
66
65
|
'aifc-confluence-editor-csp-fix': false
|
|
67
66
|
};
|
|
@@ -8,7 +8,7 @@ import { createMultivariateExperiment } from './create-multivariate-experiment';
|
|
|
8
8
|
|
|
9
9
|
// These experiments have a jira-specific key that differs from the experiment name,
|
|
10
10
|
// so they must opt out of product-key routing to avoid sending the wrong key on jira.
|
|
11
|
-
export var disallowsProductKeys = ['platform_editor_block_menu', 'platform_editor_blocks', 'platform_editor_controls', '
|
|
11
|
+
export var disallowsProductKeys = ['platform_editor_block_menu', 'platform_editor_blocks', 'platform_editor_controls', 'advanced_layouts', 'single_column_layouts', 'platform_editor_preview_panel_responsiveness', 'platform_editor_toolbar_aifc', 'comment_on_bodied_extensions'];
|
|
12
12
|
|
|
13
13
|
/**
|
|
14
14
|
* Extract valid expected values.
|
|
@@ -41,15 +41,6 @@ export var editorExperimentsConfig = {
|
|
|
41
41
|
param: 'isEnabled',
|
|
42
42
|
defaultValue: false
|
|
43
43
|
}),
|
|
44
|
-
// Added 2026-07-28
|
|
45
|
-
platform_editor_table_css_overflow_shadow: createBooleanExperiment({
|
|
46
|
-
productKeys: {
|
|
47
|
-
confluence: 'platform_editor_table_css_overflow_shadow',
|
|
48
|
-
jira: 'platform_editor_table_css_overflow_shadow'
|
|
49
|
-
},
|
|
50
|
-
param: 'isEnabled',
|
|
51
|
-
defaultValue: false
|
|
52
|
-
}),
|
|
53
44
|
// Added 2026-07-24
|
|
54
45
|
platform_editor_layout_column_delete_shortcut_fix: createBooleanExperiment({
|
|
55
46
|
productKeys: {
|
|
@@ -130,14 +121,6 @@ export var editorExperimentsConfig = {
|
|
|
130
121
|
param: 'isEnabled',
|
|
131
122
|
defaultValue: false
|
|
132
123
|
}),
|
|
133
|
-
// Added 05-03-2026
|
|
134
|
-
platform_editor_ai_headingautocomplete: createBooleanExperiment({
|
|
135
|
-
productKeys: {
|
|
136
|
-
confluence: 'platform_editor_ai_headingautocomplete'
|
|
137
|
-
},
|
|
138
|
-
param: 'isEnabled',
|
|
139
|
-
defaultValue: false
|
|
140
|
-
}),
|
|
141
124
|
// Added 2026-02-16
|
|
142
125
|
platform_editor_remove_important_in_render_ext: createBooleanExperiment({
|
|
143
126
|
productKeys: {
|
|
@@ -716,14 +699,6 @@ export var editorExperimentsConfig = {
|
|
|
716
699
|
values: ['control', 'shadow_compare', 'live_cc_smarts'],
|
|
717
700
|
defaultValue: 'control'
|
|
718
701
|
}),
|
|
719
|
-
// Added 2026-03-05
|
|
720
|
-
platform_editor_abort_ufo_on_user_interaction: createBooleanExperiment({
|
|
721
|
-
productKeys: {
|
|
722
|
-
confluence: 'platform_editor_abort_ufo_on_user_interaction'
|
|
723
|
-
},
|
|
724
|
-
param: 'isEnabled',
|
|
725
|
-
defaultValue: false
|
|
726
|
-
}),
|
|
727
702
|
// Added 2025-10-10
|
|
728
703
|
platform_use_llm_space_recommendations: createBooleanExperiment({
|
|
729
704
|
productKeys: {
|
|
@@ -866,14 +841,6 @@ export var editorExperimentsConfig = {
|
|
|
866
841
|
param: 'isEnabled',
|
|
867
842
|
defaultValue: false
|
|
868
843
|
}),
|
|
869
|
-
// Added 2026-07-23
|
|
870
|
-
platform_editor_floating_toc: createBooleanExperiment({
|
|
871
|
-
productKeys: {
|
|
872
|
-
confluence: 'platform_editor_floating_toc'
|
|
873
|
-
},
|
|
874
|
-
param: 'isEnabled',
|
|
875
|
-
defaultValue: false
|
|
876
|
-
}),
|
|
877
844
|
// Added 2026-01-22
|
|
878
845
|
platform_editor_nested_drag_handle_icon: createBooleanExperiment({
|
|
879
846
|
productKeys: {
|
|
@@ -962,14 +929,6 @@ export var editorExperimentsConfig = {
|
|
|
962
929
|
param: 'isEnabled',
|
|
963
930
|
defaultValue: false
|
|
964
931
|
}),
|
|
965
|
-
// Added 2026-04-17
|
|
966
|
-
cc_page_experiences_premium_macros_img_generation: createBooleanExperiment({
|
|
967
|
-
productKeys: {
|
|
968
|
-
confluence: 'cc_page_experiences_premium_macros_img_generation'
|
|
969
|
-
},
|
|
970
|
-
param: 'isEnabled',
|
|
971
|
-
defaultValue: false
|
|
972
|
-
}),
|
|
973
932
|
// Added 2026-02-23
|
|
974
933
|
'cc-maui-experiment': createBooleanExperiment({
|
|
975
934
|
productKeys: {
|
|
@@ -1193,14 +1152,6 @@ export var editorExperimentsConfig = {
|
|
|
1193
1152
|
param: 'isEnabled',
|
|
1194
1153
|
defaultValue: false
|
|
1195
1154
|
}),
|
|
1196
|
-
// Added 2026-06-30
|
|
1197
|
-
confluence_ai_generated_emojis: createBooleanExperiment({
|
|
1198
|
-
productKeys: {
|
|
1199
|
-
confluence: 'confluence_ai_generated_emojis'
|
|
1200
|
-
},
|
|
1201
|
-
param: 'isEnabled',
|
|
1202
|
-
defaultValue: false
|
|
1203
|
-
}),
|
|
1204
1155
|
// Added 2026-02-26
|
|
1205
1156
|
platform_editor_toolbar_update_jira_config: createBooleanExperiment({
|
|
1206
1157
|
productKeys: {
|
|
@@ -1514,14 +1465,6 @@ export var editorExperimentsConfig = {
|
|
|
1514
1465
|
param: 'isEnabled',
|
|
1515
1466
|
defaultValue: false
|
|
1516
1467
|
}),
|
|
1517
|
-
// Added 2026-04-10
|
|
1518
|
-
platform_editor_static_css: createBooleanExperiment({
|
|
1519
|
-
productKeys: {
|
|
1520
|
-
confluence: 'platform_editor_renderer_static_css'
|
|
1521
|
-
},
|
|
1522
|
-
param: 'isEnabled',
|
|
1523
|
-
defaultValue: false
|
|
1524
|
-
}),
|
|
1525
1468
|
// Added 2026-05-01
|
|
1526
1469
|
platform_editor_core_static_css: createBooleanExperiment({
|
|
1527
1470
|
productKeys: {
|
|
@@ -1596,15 +1539,6 @@ export var editorExperimentsConfig = {
|
|
|
1596
1539
|
param: 'isEnabled',
|
|
1597
1540
|
defaultValue: false
|
|
1598
1541
|
}),
|
|
1599
|
-
// Added 2026-04-30
|
|
1600
|
-
platform_editor_insert_menu_ai: createBooleanExperiment({
|
|
1601
|
-
productKeys: {
|
|
1602
|
-
confluence: 'platform_editor_insert_menu_ai',
|
|
1603
|
-
jira: 'platform_editor_insert_menu_ai'
|
|
1604
|
-
},
|
|
1605
|
-
param: 'isEnabled',
|
|
1606
|
-
defaultValue: false
|
|
1607
|
-
}),
|
|
1608
1542
|
platform_editor_paste_actions_menu_v2: createMultivariateExperiment({
|
|
1609
1543
|
productKeys: {
|
|
1610
1544
|
confluence: 'platform_editor_paste_actions_menu_v2',
|
|
@@ -1774,14 +1708,6 @@ export var editorExperimentsConfig = {
|
|
|
1774
1708
|
param: 'isEnabled',
|
|
1775
1709
|
defaultValue: false
|
|
1776
1710
|
}),
|
|
1777
|
-
// Added 2026-06-08
|
|
1778
|
-
cc_ai_insert_to_page_rovo_chat_experiment: createBooleanExperiment({
|
|
1779
|
-
productKeys: {
|
|
1780
|
-
confluence: 'cc_ai_insert_to_page_rovo_chat_experiment'
|
|
1781
|
-
},
|
|
1782
|
-
param: 'isEnabled',
|
|
1783
|
-
defaultValue: false
|
|
1784
|
-
}),
|
|
1785
1711
|
// Added 2026-06-20
|
|
1786
1712
|
platform_editor_ssr_toolbar_optimistic: createBooleanExperiment({
|
|
1787
1713
|
productKeys: {
|
|
@@ -1797,14 +1723,6 @@ export var editorExperimentsConfig = {
|
|
|
1797
1723
|
param: 'useCcSmarts',
|
|
1798
1724
|
defaultValue: false
|
|
1799
1725
|
}),
|
|
1800
|
-
// Added 2026-07-21
|
|
1801
|
-
platform_renderer_collapsible_headings: createBooleanExperiment({
|
|
1802
|
-
productKeys: {
|
|
1803
|
-
confluence: 'platform_renderer_collapsible_headings'
|
|
1804
|
-
},
|
|
1805
|
-
param: 'isEnabled',
|
|
1806
|
-
defaultValue: false
|
|
1807
|
-
}),
|
|
1808
1726
|
// Added 2026-07-20
|
|
1809
1727
|
platform_editor_lovability_breakout_resizing_fixes: createBooleanExperiment({
|
|
1810
1728
|
productKeys: {
|
|
@@ -21,12 +21,6 @@ export type ExperimentDefaultValue<ExperimentName extends keyof EditorExperiment
|
|
|
21
21
|
* existing experiments.
|
|
22
22
|
*/
|
|
23
23
|
export declare const editorExperimentsConfig: {
|
|
24
|
-
platform_editor_table_css_overflow_shadow: {
|
|
25
|
-
defaultValue: boolean;
|
|
26
|
-
param: string;
|
|
27
|
-
productKeys?: ProductKeys;
|
|
28
|
-
typeGuard: IsBooleanType;
|
|
29
|
-
};
|
|
30
24
|
platform_editor_layout_column_delete_shortcut_fix: {
|
|
31
25
|
defaultValue: boolean;
|
|
32
26
|
param: string;
|
|
@@ -149,18 +143,6 @@ export declare const editorExperimentsConfig: {
|
|
|
149
143
|
productKeys?: ProductKeys;
|
|
150
144
|
typeGuard: IsBooleanType;
|
|
151
145
|
};
|
|
152
|
-
platform_editor_ai_headingautocomplete: {
|
|
153
|
-
defaultValue: boolean;
|
|
154
|
-
param: string;
|
|
155
|
-
productKeys?: ProductKeys;
|
|
156
|
-
typeGuard: IsBooleanType;
|
|
157
|
-
};
|
|
158
|
-
platform_editor_floating_toc: {
|
|
159
|
-
defaultValue: boolean;
|
|
160
|
-
param: string;
|
|
161
|
-
productKeys?: ProductKeys;
|
|
162
|
-
typeGuard: IsBooleanType;
|
|
163
|
-
};
|
|
164
146
|
cc_fix_hydration_ttvc: {
|
|
165
147
|
defaultValue: boolean;
|
|
166
148
|
param: string;
|
|
@@ -278,12 +260,6 @@ export declare const editorExperimentsConfig: {
|
|
|
278
260
|
productKeys?: ProductKeys;
|
|
279
261
|
typeGuard: IsBooleanType;
|
|
280
262
|
};
|
|
281
|
-
platform_editor_abort_ufo_on_user_interaction: {
|
|
282
|
-
defaultValue: boolean;
|
|
283
|
-
param: string;
|
|
284
|
-
productKeys?: ProductKeys;
|
|
285
|
-
typeGuard: IsBooleanType;
|
|
286
|
-
};
|
|
287
263
|
platform_editor_ai_edit_response_in_preview: {
|
|
288
264
|
defaultValue: boolean;
|
|
289
265
|
param: string;
|
|
@@ -751,12 +727,6 @@ export declare const editorExperimentsConfig: {
|
|
|
751
727
|
productKeys?: ProductKeys;
|
|
752
728
|
typeGuard: IsBooleanType;
|
|
753
729
|
};
|
|
754
|
-
cc_page_experiences_premium_macros_img_generation: {
|
|
755
|
-
defaultValue: boolean;
|
|
756
|
-
param: string;
|
|
757
|
-
productKeys?: ProductKeys;
|
|
758
|
-
typeGuard: IsBooleanType;
|
|
759
|
-
};
|
|
760
730
|
'cc-maui-experiment': {
|
|
761
731
|
defaultValue: boolean;
|
|
762
732
|
param: string;
|
|
@@ -926,12 +896,6 @@ export declare const editorExperimentsConfig: {
|
|
|
926
896
|
productKeys?: ProductKeys;
|
|
927
897
|
typeGuard: IsBooleanType;
|
|
928
898
|
};
|
|
929
|
-
confluence_ai_generated_emojis: {
|
|
930
|
-
defaultValue: boolean;
|
|
931
|
-
param: string;
|
|
932
|
-
productKeys?: ProductKeys;
|
|
933
|
-
typeGuard: IsBooleanType;
|
|
934
|
-
};
|
|
935
899
|
platform_editor_toolbar_update_jira_config: {
|
|
936
900
|
defaultValue: boolean;
|
|
937
901
|
param: string;
|
|
@@ -1094,12 +1058,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1094
1058
|
productKeys?: ProductKeys;
|
|
1095
1059
|
typeGuard: IsBooleanType;
|
|
1096
1060
|
};
|
|
1097
|
-
platform_editor_static_css: {
|
|
1098
|
-
defaultValue: boolean;
|
|
1099
|
-
param: string;
|
|
1100
|
-
productKeys?: ProductKeys;
|
|
1101
|
-
typeGuard: IsBooleanType;
|
|
1102
|
-
};
|
|
1103
1061
|
platform_editor_core_static_css: {
|
|
1104
1062
|
defaultValue: boolean;
|
|
1105
1063
|
param: string;
|
|
@@ -1166,12 +1124,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1166
1124
|
productKeys?: ProductKeys;
|
|
1167
1125
|
typeGuard: IsBooleanType;
|
|
1168
1126
|
};
|
|
1169
|
-
platform_editor_insert_menu_ai: {
|
|
1170
|
-
defaultValue: boolean;
|
|
1171
|
-
param: string;
|
|
1172
|
-
productKeys?: ProductKeys;
|
|
1173
|
-
typeGuard: IsBooleanType;
|
|
1174
|
-
};
|
|
1175
1127
|
platform_editor_fix_sticky_header_malfunction: {
|
|
1176
1128
|
defaultValue: boolean;
|
|
1177
1129
|
param: string;
|
|
@@ -1287,12 +1239,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1287
1239
|
productKeys?: ProductKeys;
|
|
1288
1240
|
typeGuard: IsBooleanType;
|
|
1289
1241
|
};
|
|
1290
|
-
cc_ai_insert_to_page_rovo_chat_experiment: {
|
|
1291
|
-
defaultValue: boolean;
|
|
1292
|
-
param: string;
|
|
1293
|
-
productKeys?: ProductKeys;
|
|
1294
|
-
typeGuard: IsBooleanType;
|
|
1295
|
-
};
|
|
1296
1242
|
platform_editor_ssr_toolbar_optimistic: {
|
|
1297
1243
|
defaultValue: boolean;
|
|
1298
1244
|
param: string;
|
|
@@ -1305,12 +1251,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1305
1251
|
productKeys?: ProductKeys;
|
|
1306
1252
|
typeGuard: IsBooleanType;
|
|
1307
1253
|
};
|
|
1308
|
-
platform_renderer_collapsible_headings: {
|
|
1309
|
-
defaultValue: boolean;
|
|
1310
|
-
param: string;
|
|
1311
|
-
productKeys?: ProductKeys;
|
|
1312
|
-
typeGuard: IsBooleanType;
|
|
1313
|
-
};
|
|
1314
1254
|
platform_editor_lovability_breakout_resizing_fixes: {
|
|
1315
1255
|
defaultValue: boolean;
|
|
1316
1256
|
param: string;
|
package/package.json
CHANGED