@atlaskit/tmp-editor-statsig 173.0.0 → 176.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +23 -0
- package/dist/cjs/exp-test-overrides.js +0 -1
- package/dist/cjs/experiments-config.js +0 -91
- package/dist/es2019/exp-test-overrides.js +0 -1
- package/dist/es2019/experiments-config.js +0 -91
- package/dist/esm/exp-test-overrides.js +0 -1
- package/dist/esm/experiments-config.js +0 -91
- package/dist/types/experiments-config.d.ts +0 -66
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 176.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`ceafacf811cf7`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ceafacf811cf7) -
|
|
8
|
+
Clean up launched experiment `cc_maui_polish_changes_batch_1`, including its Statsig
|
|
9
|
+
configuration.
|
|
10
|
+
|
|
11
|
+
## 175.0.0
|
|
12
|
+
|
|
13
|
+
### Major Changes
|
|
14
|
+
|
|
15
|
+
- [`c1a25d416f137`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c1a25d416f137) -
|
|
16
|
+
Clean up experiment `platform_editor_comment_editor_border_radius`.
|
|
17
|
+
|
|
18
|
+
## 174.0.0
|
|
19
|
+
|
|
20
|
+
### Major Changes
|
|
21
|
+
|
|
22
|
+
- [`a6c26b16402ca`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a6c26b16402ca) -
|
|
23
|
+
Migrate nine dogfooding editor experiments from `@atlaskit/tmp-editor-statsig` to the Platform
|
|
24
|
+
experiment API and move their tests to Platform experiment mocks.
|
|
25
|
+
|
|
3
26
|
## 173.0.0
|
|
4
27
|
|
|
5
28
|
### Major Changes
|
|
@@ -22,7 +22,6 @@ var testMultivariateOverrides = exports.testMultivariateOverrides = {
|
|
|
22
22
|
};
|
|
23
23
|
var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
24
24
|
'cc-maui-ai-edit-loading-experiment': true,
|
|
25
|
-
cc_maui_polish_changes_batch_1: false,
|
|
26
25
|
cc_maui_polish_changes_batch_2: false,
|
|
27
26
|
cc_maui_polish_changes_batch_3: false,
|
|
28
27
|
cc_maui_polish_changes_batch_4: false,
|
|
@@ -75,14 +75,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
75
75
|
param: 'isEnabled',
|
|
76
76
|
defaultValue: false
|
|
77
77
|
}),
|
|
78
|
-
// Added 2026-07-17
|
|
79
|
-
platform_editor_status_popup_suggestions: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
80
|
-
productKeys: {
|
|
81
|
-
confluence: 'platform_editor_status_popup_suggestions'
|
|
82
|
-
},
|
|
83
|
-
param: 'isEnabled',
|
|
84
|
-
defaultValue: false
|
|
85
|
-
}),
|
|
86
78
|
// Editor Platform experiments
|
|
87
79
|
// lwoollard experiments
|
|
88
80
|
|
|
@@ -255,14 +247,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
255
247
|
param: 'isEnabled',
|
|
256
248
|
defaultValue: false
|
|
257
249
|
}),
|
|
258
|
-
// Added 2026-03-06
|
|
259
|
-
platform_editor_media_reliability_observability: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
260
|
-
productKeys: {
|
|
261
|
-
confluence: 'platform_editor_media_reliability_observability'
|
|
262
|
-
},
|
|
263
|
-
param: 'isEnabled',
|
|
264
|
-
defaultValue: false
|
|
265
|
-
}),
|
|
266
250
|
// Added 2026-03-24
|
|
267
251
|
platform_editor_media_external_badge_bbc_fix: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
268
252
|
productKeys: {
|
|
@@ -647,14 +631,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
647
631
|
param: 'isEnabled',
|
|
648
632
|
defaultValue: false
|
|
649
633
|
}),
|
|
650
|
-
// Added 2026-02-19
|
|
651
|
-
platform_editor_comment_editor_border_radius: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
652
|
-
productKeys: {
|
|
653
|
-
confluence: 'platform_editor_comment_editor_border_radius'
|
|
654
|
-
},
|
|
655
|
-
param: 'isEnabled',
|
|
656
|
-
defaultValue: false
|
|
657
|
-
}),
|
|
658
634
|
// Added 2025-07-30
|
|
659
635
|
platform_editor_blocktaskitem_node_tenantid: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
660
636
|
productKeys: {
|
|
@@ -904,15 +880,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
904
880
|
param: 'isEnabled',
|
|
905
881
|
defaultValue: false
|
|
906
882
|
}),
|
|
907
|
-
// Added 2026-01-27 - AI create-page expand collapse fix
|
|
908
|
-
platform_editor_aifc_expand_collapses_oncreate_fix: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
909
|
-
productKeys: {
|
|
910
|
-
confluence: 'platform_editor_aifc_expand_collapses_oncreate_fix',
|
|
911
|
-
jira: 'platform_editor_aifc_expand_collapses_oncreate_fix'
|
|
912
|
-
},
|
|
913
|
-
param: 'isEnabled',
|
|
914
|
-
defaultValue: false
|
|
915
|
-
}),
|
|
916
883
|
// Added 2026-01-22
|
|
917
884
|
platform_editor_nested_drag_handle_icon: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
918
885
|
productKeys: {
|
|
@@ -1057,14 +1024,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1057
1024
|
param: 'isEnabled',
|
|
1058
1025
|
defaultValue: false
|
|
1059
1026
|
}),
|
|
1060
|
-
// Added 2026-07-22
|
|
1061
|
-
cc_maui_polish_changes_batch_1: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1062
|
-
productKeys: {
|
|
1063
|
-
confluence: 'cc_maui_polish_changes_batch_1'
|
|
1064
|
-
},
|
|
1065
|
-
param: 'isEnabled',
|
|
1066
|
-
defaultValue: false
|
|
1067
|
-
}),
|
|
1068
1027
|
// Added 2026-07-24
|
|
1069
1028
|
cc_maui_polish_changes_batch_2: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1070
1029
|
productKeys: {
|
|
@@ -1256,15 +1215,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1256
1215
|
param: 'isEnabled',
|
|
1257
1216
|
defaultValue: false
|
|
1258
1217
|
}),
|
|
1259
|
-
// Added 2026-03-02
|
|
1260
|
-
platform_editor_discarded_unified_analytic_events: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1261
|
-
productKeys: {
|
|
1262
|
-
confluence: 'platform_editor_discarded_unified_analytic_events',
|
|
1263
|
-
jira: 'platform_editor_discarded_unified_analytic_events'
|
|
1264
|
-
},
|
|
1265
|
-
param: 'isEnabled',
|
|
1266
|
-
defaultValue: false
|
|
1267
|
-
}),
|
|
1268
1218
|
// Added 2026-03-05
|
|
1269
1219
|
platform_editor_appearance_shared_state: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1270
1220
|
productKeys: {
|
|
@@ -1345,14 +1295,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1345
1295
|
param: 'isEnabled',
|
|
1346
1296
|
defaultValue: false
|
|
1347
1297
|
}),
|
|
1348
|
-
// Added 2026-07-20
|
|
1349
|
-
platform_editor_table_diff_rounded_corners: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1350
|
-
productKeys: {
|
|
1351
|
-
confluence: 'platform_editor_table_diff_rounded_corners'
|
|
1352
|
-
},
|
|
1353
|
-
param: 'isEnabled',
|
|
1354
|
-
defaultValue: false
|
|
1355
|
-
}),
|
|
1356
1298
|
// Added 2026-07-17
|
|
1357
1299
|
platform_editor_improve_inline_diffs: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1358
1300
|
productKeys: {
|
|
@@ -1455,14 +1397,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1455
1397
|
param: 'isEnabled',
|
|
1456
1398
|
defaultValue: false
|
|
1457
1399
|
}),
|
|
1458
|
-
// Added 2026-07-28
|
|
1459
|
-
platform_editor_paste_as_md_use_gfm: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1460
|
-
productKeys: {
|
|
1461
|
-
confluence: 'platform_editor_paste_as_md_use_gfm'
|
|
1462
|
-
},
|
|
1463
|
-
param: 'isEnabled',
|
|
1464
|
-
defaultValue: false
|
|
1465
|
-
}),
|
|
1466
1400
|
// Added 2026-03-30
|
|
1467
1401
|
platform_editor_ai_xstate_migration: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1468
1402
|
productKeys: {
|
|
@@ -1610,22 +1544,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1610
1544
|
param: 'isEnabled',
|
|
1611
1545
|
defaultValue: false
|
|
1612
1546
|
}),
|
|
1613
|
-
// Added 2026-04-30
|
|
1614
|
-
platform_editor_renderer_static_css: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1615
|
-
productKeys: {
|
|
1616
|
-
confluence: 'platform_editor_renderer_static_css'
|
|
1617
|
-
},
|
|
1618
|
-
param: 'isEnabled',
|
|
1619
|
-
defaultValue: false
|
|
1620
|
-
}),
|
|
1621
|
-
// Added 2026-04-12
|
|
1622
|
-
platform_editor_media_reliability_enhancements: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1623
|
-
productKeys: {
|
|
1624
|
-
confluence: 'platform_editor_media_reliability_enhancements'
|
|
1625
|
-
},
|
|
1626
|
-
param: 'isEnabled',
|
|
1627
|
-
defaultValue: false
|
|
1628
|
-
}),
|
|
1629
1547
|
platform_editor_table_q4_loveability: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1630
1548
|
productKeys: {
|
|
1631
1549
|
confluence: 'platform_editor_table_q4_loveability',
|
|
@@ -1885,15 +1803,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1885
1803
|
param: 'useCcSmarts',
|
|
1886
1804
|
defaultValue: false
|
|
1887
1805
|
}),
|
|
1888
|
-
// Added 2026-06-24 — HUBS-850 — gates the --ak-editor-extension-block-spacing block-margin hook
|
|
1889
|
-
platform_editor_extension_block_spacing: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1890
|
-
productKeys: {
|
|
1891
|
-
confluence: 'platform_editor_extension_block_spacing',
|
|
1892
|
-
jira: 'platform_editor_extension_block_spacing'
|
|
1893
|
-
},
|
|
1894
|
-
param: 'isEnabled',
|
|
1895
|
-
defaultValue: false
|
|
1896
|
-
}),
|
|
1897
1806
|
// Added 2026-07-21
|
|
1898
1807
|
platform_renderer_collapsible_headings: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1899
1808
|
productKeys: {
|
|
@@ -16,7 +16,6 @@ export const testMultivariateOverrides = {
|
|
|
16
16
|
};
|
|
17
17
|
export const testBooleanOverrides = {
|
|
18
18
|
'cc-maui-ai-edit-loading-experiment': true,
|
|
19
|
-
cc_maui_polish_changes_batch_1: false,
|
|
20
19
|
cc_maui_polish_changes_batch_2: false,
|
|
21
20
|
cc_maui_polish_changes_batch_3: false,
|
|
22
21
|
cc_maui_polish_changes_batch_4: false,
|
|
@@ -69,14 +69,6 @@ export const editorExperimentsConfig = {
|
|
|
69
69
|
param: 'isEnabled',
|
|
70
70
|
defaultValue: false
|
|
71
71
|
}),
|
|
72
|
-
// Added 2026-07-17
|
|
73
|
-
platform_editor_status_popup_suggestions: createBooleanExperiment({
|
|
74
|
-
productKeys: {
|
|
75
|
-
confluence: 'platform_editor_status_popup_suggestions'
|
|
76
|
-
},
|
|
77
|
-
param: 'isEnabled',
|
|
78
|
-
defaultValue: false
|
|
79
|
-
}),
|
|
80
72
|
// Editor Platform experiments
|
|
81
73
|
// lwoollard experiments
|
|
82
74
|
|
|
@@ -249,14 +241,6 @@ export const editorExperimentsConfig = {
|
|
|
249
241
|
param: 'isEnabled',
|
|
250
242
|
defaultValue: false
|
|
251
243
|
}),
|
|
252
|
-
// Added 2026-03-06
|
|
253
|
-
platform_editor_media_reliability_observability: createBooleanExperiment({
|
|
254
|
-
productKeys: {
|
|
255
|
-
confluence: 'platform_editor_media_reliability_observability'
|
|
256
|
-
},
|
|
257
|
-
param: 'isEnabled',
|
|
258
|
-
defaultValue: false
|
|
259
|
-
}),
|
|
260
244
|
// Added 2026-03-24
|
|
261
245
|
platform_editor_media_external_badge_bbc_fix: createBooleanExperiment({
|
|
262
246
|
productKeys: {
|
|
@@ -641,14 +625,6 @@ export const editorExperimentsConfig = {
|
|
|
641
625
|
param: 'isEnabled',
|
|
642
626
|
defaultValue: false
|
|
643
627
|
}),
|
|
644
|
-
// Added 2026-02-19
|
|
645
|
-
platform_editor_comment_editor_border_radius: createBooleanExperiment({
|
|
646
|
-
productKeys: {
|
|
647
|
-
confluence: 'platform_editor_comment_editor_border_radius'
|
|
648
|
-
},
|
|
649
|
-
param: 'isEnabled',
|
|
650
|
-
defaultValue: false
|
|
651
|
-
}),
|
|
652
628
|
// Added 2025-07-30
|
|
653
629
|
platform_editor_blocktaskitem_node_tenantid: createBooleanExperiment({
|
|
654
630
|
productKeys: {
|
|
@@ -898,15 +874,6 @@ export const editorExperimentsConfig = {
|
|
|
898
874
|
param: 'isEnabled',
|
|
899
875
|
defaultValue: false
|
|
900
876
|
}),
|
|
901
|
-
// Added 2026-01-27 - AI create-page expand collapse fix
|
|
902
|
-
platform_editor_aifc_expand_collapses_oncreate_fix: createBooleanExperiment({
|
|
903
|
-
productKeys: {
|
|
904
|
-
confluence: 'platform_editor_aifc_expand_collapses_oncreate_fix',
|
|
905
|
-
jira: 'platform_editor_aifc_expand_collapses_oncreate_fix'
|
|
906
|
-
},
|
|
907
|
-
param: 'isEnabled',
|
|
908
|
-
defaultValue: false
|
|
909
|
-
}),
|
|
910
877
|
// Added 2026-01-22
|
|
911
878
|
platform_editor_nested_drag_handle_icon: createBooleanExperiment({
|
|
912
879
|
productKeys: {
|
|
@@ -1051,14 +1018,6 @@ export const editorExperimentsConfig = {
|
|
|
1051
1018
|
param: 'isEnabled',
|
|
1052
1019
|
defaultValue: false
|
|
1053
1020
|
}),
|
|
1054
|
-
// Added 2026-07-22
|
|
1055
|
-
cc_maui_polish_changes_batch_1: createBooleanExperiment({
|
|
1056
|
-
productKeys: {
|
|
1057
|
-
confluence: 'cc_maui_polish_changes_batch_1'
|
|
1058
|
-
},
|
|
1059
|
-
param: 'isEnabled',
|
|
1060
|
-
defaultValue: false
|
|
1061
|
-
}),
|
|
1062
1021
|
// Added 2026-07-24
|
|
1063
1022
|
cc_maui_polish_changes_batch_2: createBooleanExperiment({
|
|
1064
1023
|
productKeys: {
|
|
@@ -1250,15 +1209,6 @@ export const editorExperimentsConfig = {
|
|
|
1250
1209
|
param: 'isEnabled',
|
|
1251
1210
|
defaultValue: false
|
|
1252
1211
|
}),
|
|
1253
|
-
// Added 2026-03-02
|
|
1254
|
-
platform_editor_discarded_unified_analytic_events: createBooleanExperiment({
|
|
1255
|
-
productKeys: {
|
|
1256
|
-
confluence: 'platform_editor_discarded_unified_analytic_events',
|
|
1257
|
-
jira: 'platform_editor_discarded_unified_analytic_events'
|
|
1258
|
-
},
|
|
1259
|
-
param: 'isEnabled',
|
|
1260
|
-
defaultValue: false
|
|
1261
|
-
}),
|
|
1262
1212
|
// Added 2026-03-05
|
|
1263
1213
|
platform_editor_appearance_shared_state: createBooleanExperiment({
|
|
1264
1214
|
productKeys: {
|
|
@@ -1339,14 +1289,6 @@ export const editorExperimentsConfig = {
|
|
|
1339
1289
|
param: 'isEnabled',
|
|
1340
1290
|
defaultValue: false
|
|
1341
1291
|
}),
|
|
1342
|
-
// Added 2026-07-20
|
|
1343
|
-
platform_editor_table_diff_rounded_corners: createBooleanExperiment({
|
|
1344
|
-
productKeys: {
|
|
1345
|
-
confluence: 'platform_editor_table_diff_rounded_corners'
|
|
1346
|
-
},
|
|
1347
|
-
param: 'isEnabled',
|
|
1348
|
-
defaultValue: false
|
|
1349
|
-
}),
|
|
1350
1292
|
// Added 2026-07-17
|
|
1351
1293
|
platform_editor_improve_inline_diffs: createBooleanExperiment({
|
|
1352
1294
|
productKeys: {
|
|
@@ -1449,14 +1391,6 @@ export const editorExperimentsConfig = {
|
|
|
1449
1391
|
param: 'isEnabled',
|
|
1450
1392
|
defaultValue: false
|
|
1451
1393
|
}),
|
|
1452
|
-
// Added 2026-07-28
|
|
1453
|
-
platform_editor_paste_as_md_use_gfm: createBooleanExperiment({
|
|
1454
|
-
productKeys: {
|
|
1455
|
-
confluence: 'platform_editor_paste_as_md_use_gfm'
|
|
1456
|
-
},
|
|
1457
|
-
param: 'isEnabled',
|
|
1458
|
-
defaultValue: false
|
|
1459
|
-
}),
|
|
1460
1394
|
// Added 2026-03-30
|
|
1461
1395
|
platform_editor_ai_xstate_migration: createBooleanExperiment({
|
|
1462
1396
|
productKeys: {
|
|
@@ -1604,22 +1538,6 @@ export const editorExperimentsConfig = {
|
|
|
1604
1538
|
param: 'isEnabled',
|
|
1605
1539
|
defaultValue: false
|
|
1606
1540
|
}),
|
|
1607
|
-
// Added 2026-04-30
|
|
1608
|
-
platform_editor_renderer_static_css: createBooleanExperiment({
|
|
1609
|
-
productKeys: {
|
|
1610
|
-
confluence: 'platform_editor_renderer_static_css'
|
|
1611
|
-
},
|
|
1612
|
-
param: 'isEnabled',
|
|
1613
|
-
defaultValue: false
|
|
1614
|
-
}),
|
|
1615
|
-
// Added 2026-04-12
|
|
1616
|
-
platform_editor_media_reliability_enhancements: createBooleanExperiment({
|
|
1617
|
-
productKeys: {
|
|
1618
|
-
confluence: 'platform_editor_media_reliability_enhancements'
|
|
1619
|
-
},
|
|
1620
|
-
param: 'isEnabled',
|
|
1621
|
-
defaultValue: false
|
|
1622
|
-
}),
|
|
1623
1541
|
platform_editor_table_q4_loveability: createBooleanExperiment({
|
|
1624
1542
|
productKeys: {
|
|
1625
1543
|
confluence: 'platform_editor_table_q4_loveability',
|
|
@@ -1879,15 +1797,6 @@ export const editorExperimentsConfig = {
|
|
|
1879
1797
|
param: 'useCcSmarts',
|
|
1880
1798
|
defaultValue: false
|
|
1881
1799
|
}),
|
|
1882
|
-
// Added 2026-06-24 — HUBS-850 — gates the --ak-editor-extension-block-spacing block-margin hook
|
|
1883
|
-
platform_editor_extension_block_spacing: createBooleanExperiment({
|
|
1884
|
-
productKeys: {
|
|
1885
|
-
confluence: 'platform_editor_extension_block_spacing',
|
|
1886
|
-
jira: 'platform_editor_extension_block_spacing'
|
|
1887
|
-
},
|
|
1888
|
-
param: 'isEnabled',
|
|
1889
|
-
defaultValue: false
|
|
1890
|
-
}),
|
|
1891
1800
|
// Added 2026-07-21
|
|
1892
1801
|
platform_renderer_collapsible_headings: createBooleanExperiment({
|
|
1893
1802
|
productKeys: {
|
|
@@ -16,7 +16,6 @@ export var testMultivariateOverrides = {
|
|
|
16
16
|
};
|
|
17
17
|
export var testBooleanOverrides = {
|
|
18
18
|
'cc-maui-ai-edit-loading-experiment': true,
|
|
19
|
-
cc_maui_polish_changes_batch_1: false,
|
|
20
19
|
cc_maui_polish_changes_batch_2: false,
|
|
21
20
|
cc_maui_polish_changes_batch_3: false,
|
|
22
21
|
cc_maui_polish_changes_batch_4: false,
|
|
@@ -69,14 +69,6 @@ export var editorExperimentsConfig = {
|
|
|
69
69
|
param: 'isEnabled',
|
|
70
70
|
defaultValue: false
|
|
71
71
|
}),
|
|
72
|
-
// Added 2026-07-17
|
|
73
|
-
platform_editor_status_popup_suggestions: createBooleanExperiment({
|
|
74
|
-
productKeys: {
|
|
75
|
-
confluence: 'platform_editor_status_popup_suggestions'
|
|
76
|
-
},
|
|
77
|
-
param: 'isEnabled',
|
|
78
|
-
defaultValue: false
|
|
79
|
-
}),
|
|
80
72
|
// Editor Platform experiments
|
|
81
73
|
// lwoollard experiments
|
|
82
74
|
|
|
@@ -249,14 +241,6 @@ export var editorExperimentsConfig = {
|
|
|
249
241
|
param: 'isEnabled',
|
|
250
242
|
defaultValue: false
|
|
251
243
|
}),
|
|
252
|
-
// Added 2026-03-06
|
|
253
|
-
platform_editor_media_reliability_observability: createBooleanExperiment({
|
|
254
|
-
productKeys: {
|
|
255
|
-
confluence: 'platform_editor_media_reliability_observability'
|
|
256
|
-
},
|
|
257
|
-
param: 'isEnabled',
|
|
258
|
-
defaultValue: false
|
|
259
|
-
}),
|
|
260
244
|
// Added 2026-03-24
|
|
261
245
|
platform_editor_media_external_badge_bbc_fix: createBooleanExperiment({
|
|
262
246
|
productKeys: {
|
|
@@ -641,14 +625,6 @@ export var editorExperimentsConfig = {
|
|
|
641
625
|
param: 'isEnabled',
|
|
642
626
|
defaultValue: false
|
|
643
627
|
}),
|
|
644
|
-
// Added 2026-02-19
|
|
645
|
-
platform_editor_comment_editor_border_radius: createBooleanExperiment({
|
|
646
|
-
productKeys: {
|
|
647
|
-
confluence: 'platform_editor_comment_editor_border_radius'
|
|
648
|
-
},
|
|
649
|
-
param: 'isEnabled',
|
|
650
|
-
defaultValue: false
|
|
651
|
-
}),
|
|
652
628
|
// Added 2025-07-30
|
|
653
629
|
platform_editor_blocktaskitem_node_tenantid: createBooleanExperiment({
|
|
654
630
|
productKeys: {
|
|
@@ -898,15 +874,6 @@ export var editorExperimentsConfig = {
|
|
|
898
874
|
param: 'isEnabled',
|
|
899
875
|
defaultValue: false
|
|
900
876
|
}),
|
|
901
|
-
// Added 2026-01-27 - AI create-page expand collapse fix
|
|
902
|
-
platform_editor_aifc_expand_collapses_oncreate_fix: createBooleanExperiment({
|
|
903
|
-
productKeys: {
|
|
904
|
-
confluence: 'platform_editor_aifc_expand_collapses_oncreate_fix',
|
|
905
|
-
jira: 'platform_editor_aifc_expand_collapses_oncreate_fix'
|
|
906
|
-
},
|
|
907
|
-
param: 'isEnabled',
|
|
908
|
-
defaultValue: false
|
|
909
|
-
}),
|
|
910
877
|
// Added 2026-01-22
|
|
911
878
|
platform_editor_nested_drag_handle_icon: createBooleanExperiment({
|
|
912
879
|
productKeys: {
|
|
@@ -1051,14 +1018,6 @@ export var editorExperimentsConfig = {
|
|
|
1051
1018
|
param: 'isEnabled',
|
|
1052
1019
|
defaultValue: false
|
|
1053
1020
|
}),
|
|
1054
|
-
// Added 2026-07-22
|
|
1055
|
-
cc_maui_polish_changes_batch_1: createBooleanExperiment({
|
|
1056
|
-
productKeys: {
|
|
1057
|
-
confluence: 'cc_maui_polish_changes_batch_1'
|
|
1058
|
-
},
|
|
1059
|
-
param: 'isEnabled',
|
|
1060
|
-
defaultValue: false
|
|
1061
|
-
}),
|
|
1062
1021
|
// Added 2026-07-24
|
|
1063
1022
|
cc_maui_polish_changes_batch_2: createBooleanExperiment({
|
|
1064
1023
|
productKeys: {
|
|
@@ -1250,15 +1209,6 @@ export var editorExperimentsConfig = {
|
|
|
1250
1209
|
param: 'isEnabled',
|
|
1251
1210
|
defaultValue: false
|
|
1252
1211
|
}),
|
|
1253
|
-
// Added 2026-03-02
|
|
1254
|
-
platform_editor_discarded_unified_analytic_events: createBooleanExperiment({
|
|
1255
|
-
productKeys: {
|
|
1256
|
-
confluence: 'platform_editor_discarded_unified_analytic_events',
|
|
1257
|
-
jira: 'platform_editor_discarded_unified_analytic_events'
|
|
1258
|
-
},
|
|
1259
|
-
param: 'isEnabled',
|
|
1260
|
-
defaultValue: false
|
|
1261
|
-
}),
|
|
1262
1212
|
// Added 2026-03-05
|
|
1263
1213
|
platform_editor_appearance_shared_state: createBooleanExperiment({
|
|
1264
1214
|
productKeys: {
|
|
@@ -1339,14 +1289,6 @@ export var editorExperimentsConfig = {
|
|
|
1339
1289
|
param: 'isEnabled',
|
|
1340
1290
|
defaultValue: false
|
|
1341
1291
|
}),
|
|
1342
|
-
// Added 2026-07-20
|
|
1343
|
-
platform_editor_table_diff_rounded_corners: createBooleanExperiment({
|
|
1344
|
-
productKeys: {
|
|
1345
|
-
confluence: 'platform_editor_table_diff_rounded_corners'
|
|
1346
|
-
},
|
|
1347
|
-
param: 'isEnabled',
|
|
1348
|
-
defaultValue: false
|
|
1349
|
-
}),
|
|
1350
1292
|
// Added 2026-07-17
|
|
1351
1293
|
platform_editor_improve_inline_diffs: createBooleanExperiment({
|
|
1352
1294
|
productKeys: {
|
|
@@ -1449,14 +1391,6 @@ export var editorExperimentsConfig = {
|
|
|
1449
1391
|
param: 'isEnabled',
|
|
1450
1392
|
defaultValue: false
|
|
1451
1393
|
}),
|
|
1452
|
-
// Added 2026-07-28
|
|
1453
|
-
platform_editor_paste_as_md_use_gfm: createBooleanExperiment({
|
|
1454
|
-
productKeys: {
|
|
1455
|
-
confluence: 'platform_editor_paste_as_md_use_gfm'
|
|
1456
|
-
},
|
|
1457
|
-
param: 'isEnabled',
|
|
1458
|
-
defaultValue: false
|
|
1459
|
-
}),
|
|
1460
1394
|
// Added 2026-03-30
|
|
1461
1395
|
platform_editor_ai_xstate_migration: createBooleanExperiment({
|
|
1462
1396
|
productKeys: {
|
|
@@ -1604,22 +1538,6 @@ export var editorExperimentsConfig = {
|
|
|
1604
1538
|
param: 'isEnabled',
|
|
1605
1539
|
defaultValue: false
|
|
1606
1540
|
}),
|
|
1607
|
-
// Added 2026-04-30
|
|
1608
|
-
platform_editor_renderer_static_css: createBooleanExperiment({
|
|
1609
|
-
productKeys: {
|
|
1610
|
-
confluence: 'platform_editor_renderer_static_css'
|
|
1611
|
-
},
|
|
1612
|
-
param: 'isEnabled',
|
|
1613
|
-
defaultValue: false
|
|
1614
|
-
}),
|
|
1615
|
-
// Added 2026-04-12
|
|
1616
|
-
platform_editor_media_reliability_enhancements: createBooleanExperiment({
|
|
1617
|
-
productKeys: {
|
|
1618
|
-
confluence: 'platform_editor_media_reliability_enhancements'
|
|
1619
|
-
},
|
|
1620
|
-
param: 'isEnabled',
|
|
1621
|
-
defaultValue: false
|
|
1622
|
-
}),
|
|
1623
1541
|
platform_editor_table_q4_loveability: createBooleanExperiment({
|
|
1624
1542
|
productKeys: {
|
|
1625
1543
|
confluence: 'platform_editor_table_q4_loveability',
|
|
@@ -1879,15 +1797,6 @@ export var editorExperimentsConfig = {
|
|
|
1879
1797
|
param: 'useCcSmarts',
|
|
1880
1798
|
defaultValue: false
|
|
1881
1799
|
}),
|
|
1882
|
-
// Added 2026-06-24 — HUBS-850 — gates the --ak-editor-extension-block-spacing block-margin hook
|
|
1883
|
-
platform_editor_extension_block_spacing: createBooleanExperiment({
|
|
1884
|
-
productKeys: {
|
|
1885
|
-
confluence: 'platform_editor_extension_block_spacing',
|
|
1886
|
-
jira: 'platform_editor_extension_block_spacing'
|
|
1887
|
-
},
|
|
1888
|
-
param: 'isEnabled',
|
|
1889
|
-
defaultValue: false
|
|
1890
|
-
}),
|
|
1891
1800
|
// Added 2026-07-21
|
|
1892
1801
|
platform_renderer_collapsible_headings: createBooleanExperiment({
|
|
1893
1802
|
productKeys: {
|
|
@@ -45,12 +45,6 @@ export declare const editorExperimentsConfig: {
|
|
|
45
45
|
productKeys?: ProductKeys;
|
|
46
46
|
typeGuard: IsBooleanType;
|
|
47
47
|
};
|
|
48
|
-
platform_editor_status_popup_suggestions: {
|
|
49
|
-
defaultValue: boolean;
|
|
50
|
-
param: string;
|
|
51
|
-
productKeys?: ProductKeys;
|
|
52
|
-
typeGuard: IsBooleanType;
|
|
53
|
-
};
|
|
54
48
|
confluence_inline_comments_fix_stale_selection: {
|
|
55
49
|
defaultValue: boolean;
|
|
56
50
|
param: string;
|
|
@@ -418,12 +412,6 @@ export declare const editorExperimentsConfig: {
|
|
|
418
412
|
productKeys?: ProductKeys;
|
|
419
413
|
typeGuard: IsBooleanType;
|
|
420
414
|
};
|
|
421
|
-
platform_editor_paste_as_md_use_gfm: {
|
|
422
|
-
defaultValue: boolean;
|
|
423
|
-
param: string;
|
|
424
|
-
productKeys?: ProductKeys;
|
|
425
|
-
typeGuard: IsBooleanType;
|
|
426
|
-
};
|
|
427
415
|
platform_editor_exp_lazy_node_views: {
|
|
428
416
|
defaultValue: boolean;
|
|
429
417
|
param: string;
|
|
@@ -666,12 +654,6 @@ export declare const editorExperimentsConfig: {
|
|
|
666
654
|
productKeys?: ProductKeys;
|
|
667
655
|
typeGuard: IsBooleanType;
|
|
668
656
|
};
|
|
669
|
-
platform_editor_aifc_expand_collapses_oncreate_fix: {
|
|
670
|
-
defaultValue: boolean;
|
|
671
|
-
param: string;
|
|
672
|
-
productKeys?: ProductKeys;
|
|
673
|
-
typeGuard: IsBooleanType;
|
|
674
|
-
};
|
|
675
657
|
platform_editor_nested_drag_handle_icon: {
|
|
676
658
|
defaultValue: boolean;
|
|
677
659
|
param: string;
|
|
@@ -739,12 +721,6 @@ export declare const editorExperimentsConfig: {
|
|
|
739
721
|
productKeys?: ProductKeys;
|
|
740
722
|
typeGuard: IsBooleanType;
|
|
741
723
|
};
|
|
742
|
-
platform_editor_comment_editor_border_radius: {
|
|
743
|
-
defaultValue: boolean;
|
|
744
|
-
param: string;
|
|
745
|
-
productKeys?: ProductKeys;
|
|
746
|
-
typeGuard: IsBooleanType;
|
|
747
|
-
};
|
|
748
724
|
platform_editor_layout_column_menu: {
|
|
749
725
|
defaultValue: boolean;
|
|
750
726
|
param: string;
|
|
@@ -817,12 +793,6 @@ export declare const editorExperimentsConfig: {
|
|
|
817
793
|
productKeys?: ProductKeys;
|
|
818
794
|
typeGuard: IsBooleanType;
|
|
819
795
|
};
|
|
820
|
-
cc_maui_polish_changes_batch_1: {
|
|
821
|
-
defaultValue: boolean;
|
|
822
|
-
param: string;
|
|
823
|
-
productKeys?: ProductKeys;
|
|
824
|
-
typeGuard: IsBooleanType;
|
|
825
|
-
};
|
|
826
796
|
cc_maui_polish_changes_batch_2: {
|
|
827
797
|
defaultValue: boolean;
|
|
828
798
|
param: string;
|
|
@@ -968,12 +938,6 @@ export declare const editorExperimentsConfig: {
|
|
|
968
938
|
productKeys?: ProductKeys;
|
|
969
939
|
typeGuard: IsBooleanType;
|
|
970
940
|
};
|
|
971
|
-
platform_editor_discarded_unified_analytic_events: {
|
|
972
|
-
defaultValue: boolean;
|
|
973
|
-
param: string;
|
|
974
|
-
productKeys?: ProductKeys;
|
|
975
|
-
typeGuard: IsBooleanType;
|
|
976
|
-
};
|
|
977
941
|
platform_editor_ai_blockmenu_integration: {
|
|
978
942
|
defaultValue: boolean;
|
|
979
943
|
param: string;
|
|
@@ -998,12 +962,6 @@ export declare const editorExperimentsConfig: {
|
|
|
998
962
|
productKeys?: ProductKeys;
|
|
999
963
|
typeGuard: IsBooleanType;
|
|
1000
964
|
};
|
|
1001
|
-
platform_editor_media_reliability_observability: {
|
|
1002
|
-
defaultValue: boolean;
|
|
1003
|
-
param: string;
|
|
1004
|
-
productKeys?: ProductKeys;
|
|
1005
|
-
typeGuard: IsBooleanType;
|
|
1006
|
-
};
|
|
1007
965
|
platform_editor_media_external_badge_bbc_fix: {
|
|
1008
966
|
defaultValue: boolean;
|
|
1009
967
|
param: string;
|
|
@@ -1040,12 +998,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1040
998
|
productKeys?: ProductKeys;
|
|
1041
999
|
typeGuard: IsBooleanType;
|
|
1042
1000
|
};
|
|
1043
|
-
platform_editor_table_diff_rounded_corners: {
|
|
1044
|
-
defaultValue: boolean;
|
|
1045
|
-
param: string;
|
|
1046
|
-
productKeys?: ProductKeys;
|
|
1047
|
-
typeGuard: IsBooleanType;
|
|
1048
|
-
};
|
|
1049
1001
|
platform_editor_improve_inline_diffs: {
|
|
1050
1002
|
defaultValue: boolean;
|
|
1051
1003
|
param: string;
|
|
@@ -1160,24 +1112,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1160
1112
|
productKeys?: ProductKeys;
|
|
1161
1113
|
typeGuard: IsBooleanType;
|
|
1162
1114
|
};
|
|
1163
|
-
platform_editor_renderer_static_css: {
|
|
1164
|
-
defaultValue: boolean;
|
|
1165
|
-
param: string;
|
|
1166
|
-
productKeys?: ProductKeys;
|
|
1167
|
-
typeGuard: IsBooleanType;
|
|
1168
|
-
};
|
|
1169
1115
|
platform_editor_ai_no_stream_skip_pacer: {
|
|
1170
1116
|
defaultValue: boolean;
|
|
1171
1117
|
param: string;
|
|
1172
1118
|
productKeys?: ProductKeys;
|
|
1173
1119
|
typeGuard: IsBooleanType;
|
|
1174
1120
|
};
|
|
1175
|
-
platform_editor_media_reliability_enhancements: {
|
|
1176
|
-
defaultValue: boolean;
|
|
1177
|
-
param: string;
|
|
1178
|
-
productKeys?: ProductKeys;
|
|
1179
|
-
typeGuard: IsBooleanType;
|
|
1180
|
-
};
|
|
1181
1121
|
platform_editor_table_q4_loveability: {
|
|
1182
1122
|
defaultValue: boolean;
|
|
1183
1123
|
param: string;
|
|
@@ -1365,12 +1305,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1365
1305
|
productKeys?: ProductKeys;
|
|
1366
1306
|
typeGuard: IsBooleanType;
|
|
1367
1307
|
};
|
|
1368
|
-
platform_editor_extension_block_spacing: {
|
|
1369
|
-
defaultValue: boolean;
|
|
1370
|
-
param: string;
|
|
1371
|
-
productKeys?: ProductKeys;
|
|
1372
|
-
typeGuard: IsBooleanType;
|
|
1373
|
-
};
|
|
1374
1308
|
platform_renderer_collapsible_headings: {
|
|
1375
1309
|
defaultValue: boolean;
|
|
1376
1310
|
param: string;
|
package/package.json
CHANGED