@atlaskit/tmp-editor-statsig 173.0.0 → 174.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 CHANGED
@@ -1,5 +1,13 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 174.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`a6c26b16402ca`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a6c26b16402ca) -
8
+ Migrate nine dogfooding editor experiments from `@atlaskit/tmp-editor-statsig` to the Platform
9
+ experiment API and move their tests to Platform experiment mocks.
10
+
3
11
  ## 173.0.0
4
12
 
5
13
  ### Major Changes
@@ -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: {
@@ -904,15 +888,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
904
888
  param: 'isEnabled',
905
889
  defaultValue: false
906
890
  }),
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
891
  // Added 2026-01-22
917
892
  platform_editor_nested_drag_handle_icon: (0, _createBooleanExperiment.createBooleanExperiment)({
918
893
  productKeys: {
@@ -1256,15 +1231,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1256
1231
  param: 'isEnabled',
1257
1232
  defaultValue: false
1258
1233
  }),
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
1234
  // Added 2026-03-05
1269
1235
  platform_editor_appearance_shared_state: (0, _createBooleanExperiment.createBooleanExperiment)({
1270
1236
  productKeys: {
@@ -1345,14 +1311,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1345
1311
  param: 'isEnabled',
1346
1312
  defaultValue: false
1347
1313
  }),
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
1314
  // Added 2026-07-17
1357
1315
  platform_editor_improve_inline_diffs: (0, _createBooleanExperiment.createBooleanExperiment)({
1358
1316
  productKeys: {
@@ -1455,14 +1413,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1455
1413
  param: 'isEnabled',
1456
1414
  defaultValue: false
1457
1415
  }),
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
1416
  // Added 2026-03-30
1467
1417
  platform_editor_ai_xstate_migration: (0, _createBooleanExperiment.createBooleanExperiment)({
1468
1418
  productKeys: {
@@ -1610,22 +1560,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1610
1560
  param: 'isEnabled',
1611
1561
  defaultValue: false
1612
1562
  }),
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
1563
  platform_editor_table_q4_loveability: (0, _createBooleanExperiment.createBooleanExperiment)({
1630
1564
  productKeys: {
1631
1565
  confluence: 'platform_editor_table_q4_loveability',
@@ -1885,15 +1819,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1885
1819
  param: 'useCcSmarts',
1886
1820
  defaultValue: false
1887
1821
  }),
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
1822
  // Added 2026-07-21
1898
1823
  platform_renderer_collapsible_headings: (0, _createBooleanExperiment.createBooleanExperiment)({
1899
1824
  productKeys: {
@@ -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: {
@@ -898,15 +882,6 @@ export const editorExperimentsConfig = {
898
882
  param: 'isEnabled',
899
883
  defaultValue: false
900
884
  }),
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
885
  // Added 2026-01-22
911
886
  platform_editor_nested_drag_handle_icon: createBooleanExperiment({
912
887
  productKeys: {
@@ -1250,15 +1225,6 @@ export const editorExperimentsConfig = {
1250
1225
  param: 'isEnabled',
1251
1226
  defaultValue: false
1252
1227
  }),
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
1228
  // Added 2026-03-05
1263
1229
  platform_editor_appearance_shared_state: createBooleanExperiment({
1264
1230
  productKeys: {
@@ -1339,14 +1305,6 @@ export const editorExperimentsConfig = {
1339
1305
  param: 'isEnabled',
1340
1306
  defaultValue: false
1341
1307
  }),
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
1308
  // Added 2026-07-17
1351
1309
  platform_editor_improve_inline_diffs: createBooleanExperiment({
1352
1310
  productKeys: {
@@ -1449,14 +1407,6 @@ export const editorExperimentsConfig = {
1449
1407
  param: 'isEnabled',
1450
1408
  defaultValue: false
1451
1409
  }),
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
1410
  // Added 2026-03-30
1461
1411
  platform_editor_ai_xstate_migration: createBooleanExperiment({
1462
1412
  productKeys: {
@@ -1604,22 +1554,6 @@ export const editorExperimentsConfig = {
1604
1554
  param: 'isEnabled',
1605
1555
  defaultValue: false
1606
1556
  }),
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
1557
  platform_editor_table_q4_loveability: createBooleanExperiment({
1624
1558
  productKeys: {
1625
1559
  confluence: 'platform_editor_table_q4_loveability',
@@ -1879,15 +1813,6 @@ export const editorExperimentsConfig = {
1879
1813
  param: 'useCcSmarts',
1880
1814
  defaultValue: false
1881
1815
  }),
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
1816
  // Added 2026-07-21
1892
1817
  platform_renderer_collapsible_headings: createBooleanExperiment({
1893
1818
  productKeys: {
@@ -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: {
@@ -898,15 +882,6 @@ export var editorExperimentsConfig = {
898
882
  param: 'isEnabled',
899
883
  defaultValue: false
900
884
  }),
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
885
  // Added 2026-01-22
911
886
  platform_editor_nested_drag_handle_icon: createBooleanExperiment({
912
887
  productKeys: {
@@ -1250,15 +1225,6 @@ export var editorExperimentsConfig = {
1250
1225
  param: 'isEnabled',
1251
1226
  defaultValue: false
1252
1227
  }),
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
1228
  // Added 2026-03-05
1263
1229
  platform_editor_appearance_shared_state: createBooleanExperiment({
1264
1230
  productKeys: {
@@ -1339,14 +1305,6 @@ export var editorExperimentsConfig = {
1339
1305
  param: 'isEnabled',
1340
1306
  defaultValue: false
1341
1307
  }),
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
1308
  // Added 2026-07-17
1351
1309
  platform_editor_improve_inline_diffs: createBooleanExperiment({
1352
1310
  productKeys: {
@@ -1449,14 +1407,6 @@ export var editorExperimentsConfig = {
1449
1407
  param: 'isEnabled',
1450
1408
  defaultValue: false
1451
1409
  }),
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
1410
  // Added 2026-03-30
1461
1411
  platform_editor_ai_xstate_migration: createBooleanExperiment({
1462
1412
  productKeys: {
@@ -1604,22 +1554,6 @@ export var editorExperimentsConfig = {
1604
1554
  param: 'isEnabled',
1605
1555
  defaultValue: false
1606
1556
  }),
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
1557
  platform_editor_table_q4_loveability: createBooleanExperiment({
1624
1558
  productKeys: {
1625
1559
  confluence: 'platform_editor_table_q4_loveability',
@@ -1879,15 +1813,6 @@ export var editorExperimentsConfig = {
1879
1813
  param: 'useCcSmarts',
1880
1814
  defaultValue: false
1881
1815
  }),
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
1816
  // Added 2026-07-21
1892
1817
  platform_renderer_collapsible_headings: createBooleanExperiment({
1893
1818
  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;
@@ -968,12 +950,6 @@ export declare const editorExperimentsConfig: {
968
950
  productKeys?: ProductKeys;
969
951
  typeGuard: IsBooleanType;
970
952
  };
971
- platform_editor_discarded_unified_analytic_events: {
972
- defaultValue: boolean;
973
- param: string;
974
- productKeys?: ProductKeys;
975
- typeGuard: IsBooleanType;
976
- };
977
953
  platform_editor_ai_blockmenu_integration: {
978
954
  defaultValue: boolean;
979
955
  param: string;
@@ -998,12 +974,6 @@ export declare const editorExperimentsConfig: {
998
974
  productKeys?: ProductKeys;
999
975
  typeGuard: IsBooleanType;
1000
976
  };
1001
- platform_editor_media_reliability_observability: {
1002
- defaultValue: boolean;
1003
- param: string;
1004
- productKeys?: ProductKeys;
1005
- typeGuard: IsBooleanType;
1006
- };
1007
977
  platform_editor_media_external_badge_bbc_fix: {
1008
978
  defaultValue: boolean;
1009
979
  param: string;
@@ -1040,12 +1010,6 @@ export declare const editorExperimentsConfig: {
1040
1010
  productKeys?: ProductKeys;
1041
1011
  typeGuard: IsBooleanType;
1042
1012
  };
1043
- platform_editor_table_diff_rounded_corners: {
1044
- defaultValue: boolean;
1045
- param: string;
1046
- productKeys?: ProductKeys;
1047
- typeGuard: IsBooleanType;
1048
- };
1049
1013
  platform_editor_improve_inline_diffs: {
1050
1014
  defaultValue: boolean;
1051
1015
  param: string;
@@ -1160,24 +1124,12 @@ export declare const editorExperimentsConfig: {
1160
1124
  productKeys?: ProductKeys;
1161
1125
  typeGuard: IsBooleanType;
1162
1126
  };
1163
- platform_editor_renderer_static_css: {
1164
- defaultValue: boolean;
1165
- param: string;
1166
- productKeys?: ProductKeys;
1167
- typeGuard: IsBooleanType;
1168
- };
1169
1127
  platform_editor_ai_no_stream_skip_pacer: {
1170
1128
  defaultValue: boolean;
1171
1129
  param: string;
1172
1130
  productKeys?: ProductKeys;
1173
1131
  typeGuard: IsBooleanType;
1174
1132
  };
1175
- platform_editor_media_reliability_enhancements: {
1176
- defaultValue: boolean;
1177
- param: string;
1178
- productKeys?: ProductKeys;
1179
- typeGuard: IsBooleanType;
1180
- };
1181
1133
  platform_editor_table_q4_loveability: {
1182
1134
  defaultValue: boolean;
1183
1135
  param: string;
@@ -1365,12 +1317,6 @@ export declare const editorExperimentsConfig: {
1365
1317
  productKeys?: ProductKeys;
1366
1318
  typeGuard: IsBooleanType;
1367
1319
  };
1368
- platform_editor_extension_block_spacing: {
1369
- defaultValue: boolean;
1370
- param: string;
1371
- productKeys?: ProductKeys;
1372
- typeGuard: IsBooleanType;
1373
- };
1374
1320
  platform_renderer_collapsible_headings: {
1375
1321
  defaultValue: boolean;
1376
1322
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "173.0.0",
3
+ "version": "174.0.0",
4
4
  "description": "Temp plugin to ease use of statsig feature flags until platform feature flags are available",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",