@atlaskit/tmp-editor-statsig 50.0.0 → 51.1.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,31 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 51.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`f2500fdeca2ee`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f2500fdeca2ee) -
8
+ Fix Ctrl+Shift+H keyboard shortcut for expand node title drag handles to support keyboard-only and
9
+ screen reader users
10
+ - [`d3c7e8b3f1a04`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d3c7e8b3f1a04) -
11
+ add stricter typecheck for panel color attr to avoid unhandled errors
12
+ - [`87bb2de1fb74d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/87bb2de1fb74d) -
13
+ Fix scrollable-region-focusable a11y violation on inline code by removing overflow:auto from code
14
+ mark styles in EditorContentContainer behind the platform_editor_a11y_scrollable_region
15
+ experiment. Removing overflow:auto eliminates the scrollable region entirely (text wraps naturally
16
+ via overflow-wrap:break-word and white-space:pre-wrap),
17
+
18
+ ## 51.0.0
19
+
20
+ ### Major Changes
21
+
22
+ - [`6442aba65e911`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6442aba65e911) -
23
+ Clean up cc_editor_lcm_readonly_initial experiment - remove LegacyContentHeader rendering and
24
+ associated dead code
25
+ - [`a3b34e2d09709`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a3b34e2d09709) -
26
+ Cleanup experiment platform_editor_add_aria_checked_to_inline_img_btn - ships the enabled code
27
+ path (selected: false on inline image button)
28
+
3
29
  ## 50.0.0
4
30
 
5
31
  ### Major Changes
@@ -54,14 +54,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
54
54
  param: 'contentPlaceholder',
55
55
  defaultValue: false
56
56
  }),
57
- // Added 20-01-2026
58
- cc_editor_lcm_readonly_initial: (0, _experimentBuilders.createBooleanExperiment)({
59
- productKeys: {
60
- confluence: 'cc_editor_lcm_readonly_initial'
61
- },
62
- param: 'isEnabled',
63
- defaultValue: false
64
- }),
65
57
  // Added 02-12-2025
66
58
  cc_fix_hydration_ttvc: (0, _experimentBuilders.createBooleanExperiment)({
67
59
  productKeys: {
@@ -438,14 +430,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
438
430
  values: ['control', 'variant1'],
439
431
  defaultValue: 'control'
440
432
  }),
441
- // Added 2025-08-01
442
- platform_editor_controls_block_controls_state_fix: (0, _experimentBuilders.createBooleanExperiment)({
443
- productKeys: {
444
- confluence: 'platform_editor_controls_block_controls_state_fix'
445
- },
446
- param: 'isEnabled',
447
- defaultValue: false
448
- }),
449
433
  // Added 2025-09-03
450
434
  platform_editor_hydratable_ui: (0, _experimentBuilders.createBooleanExperiment)({
451
435
  productKeys: {
@@ -957,14 +941,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
957
941
  param: 'isEnabled',
958
942
  defaultValue: false
959
943
  }),
960
- // Added 2025-09-11
961
- platform_editor_add_aria_checked_to_inline_img_btn: (0, _experimentBuilders.createBooleanExperiment)({
962
- productKeys: {
963
- confluence: 'platform_editor_add_aria_checked_to_inline_image_btn'
964
- },
965
- param: 'isEnabled',
966
- defaultValue: false
967
- }),
968
944
  // Added 2025-10-10
969
945
  platform_use_llm_space_recommendations: (0, _experimentBuilders.createBooleanExperiment)({
970
946
  productKeys: {
@@ -1600,6 +1576,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1600
1576
  param: 'isEnabled',
1601
1577
  defaultValue: false
1602
1578
  }),
1579
+ // Added 2026-03-30
1580
+ platform_editor_a11y_scrollable_region: (0, _experimentBuilders.createBooleanExperiment)({
1581
+ productKeys: {
1582
+ confluence: 'platform_editor_a11y_scrollable_region'
1583
+ },
1584
+ param: 'isEnabled',
1585
+ defaultValue: false
1586
+ }),
1603
1587
  // Added 2026-03-02
1604
1588
  platform_editor_a11y_table_wrapper_fix: (0, _experimentBuilders.createBooleanExperiment)({
1605
1589
  productKeys: {
@@ -1816,6 +1800,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1816
1800
  defaultValue: false
1817
1801
  }),
1818
1802
  // Added 2026-03-15
1803
+ platform_editor_stricter_panelcolor_typecheck: (0, _experimentBuilders.createBooleanExperiment)({
1804
+ productKeys: {
1805
+ confluence: 'platform_editor_stricter_panelcolor_typecheck'
1806
+ },
1807
+ param: 'isEnabled',
1808
+ defaultValue: false
1809
+ }),
1810
+ // Added 2026-03-15
1819
1811
  platform_editor_sync_block_ssr_config: (0, _experimentBuilders.createBooleanExperiment)({
1820
1812
  productKeys: {
1821
1813
  confluence: 'platform_editor_sync_block_ssr_config'
@@ -1854,5 +1846,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1854
1846
  },
1855
1847
  param: 'isEnabled',
1856
1848
  defaultValue: false
1849
+ }),
1850
+ // Added 2026-03-31
1851
+ platform_editor_dnd_accessibility_fixes_expand: (0, _experimentBuilders.createBooleanExperiment)({
1852
+ productKeys: {
1853
+ confluence: 'platform_editor_dnd_accessibility_fixes_expand'
1854
+ },
1855
+ param: 'isEnabled',
1856
+ defaultValue: false
1857
1857
  })
1858
1858
  };
@@ -48,14 +48,6 @@ export const editorExperimentsConfig = {
48
48
  param: 'contentPlaceholder',
49
49
  defaultValue: false
50
50
  }),
51
- // Added 20-01-2026
52
- cc_editor_lcm_readonly_initial: createBooleanExperiment({
53
- productKeys: {
54
- confluence: 'cc_editor_lcm_readonly_initial'
55
- },
56
- param: 'isEnabled',
57
- defaultValue: false
58
- }),
59
51
  // Added 02-12-2025
60
52
  cc_fix_hydration_ttvc: createBooleanExperiment({
61
53
  productKeys: {
@@ -432,14 +424,6 @@ export const editorExperimentsConfig = {
432
424
  values: ['control', 'variant1'],
433
425
  defaultValue: 'control'
434
426
  }),
435
- // Added 2025-08-01
436
- platform_editor_controls_block_controls_state_fix: createBooleanExperiment({
437
- productKeys: {
438
- confluence: 'platform_editor_controls_block_controls_state_fix'
439
- },
440
- param: 'isEnabled',
441
- defaultValue: false
442
- }),
443
427
  // Added 2025-09-03
444
428
  platform_editor_hydratable_ui: createBooleanExperiment({
445
429
  productKeys: {
@@ -951,14 +935,6 @@ export const editorExperimentsConfig = {
951
935
  param: 'isEnabled',
952
936
  defaultValue: false
953
937
  }),
954
- // Added 2025-09-11
955
- platform_editor_add_aria_checked_to_inline_img_btn: createBooleanExperiment({
956
- productKeys: {
957
- confluence: 'platform_editor_add_aria_checked_to_inline_image_btn'
958
- },
959
- param: 'isEnabled',
960
- defaultValue: false
961
- }),
962
938
  // Added 2025-10-10
963
939
  platform_use_llm_space_recommendations: createBooleanExperiment({
964
940
  productKeys: {
@@ -1594,6 +1570,14 @@ export const editorExperimentsConfig = {
1594
1570
  param: 'isEnabled',
1595
1571
  defaultValue: false
1596
1572
  }),
1573
+ // Added 2026-03-30
1574
+ platform_editor_a11y_scrollable_region: createBooleanExperiment({
1575
+ productKeys: {
1576
+ confluence: 'platform_editor_a11y_scrollable_region'
1577
+ },
1578
+ param: 'isEnabled',
1579
+ defaultValue: false
1580
+ }),
1597
1581
  // Added 2026-03-02
1598
1582
  platform_editor_a11y_table_wrapper_fix: createBooleanExperiment({
1599
1583
  productKeys: {
@@ -1810,6 +1794,14 @@ export const editorExperimentsConfig = {
1810
1794
  defaultValue: false
1811
1795
  }),
1812
1796
  // Added 2026-03-15
1797
+ platform_editor_stricter_panelcolor_typecheck: createBooleanExperiment({
1798
+ productKeys: {
1799
+ confluence: 'platform_editor_stricter_panelcolor_typecheck'
1800
+ },
1801
+ param: 'isEnabled',
1802
+ defaultValue: false
1803
+ }),
1804
+ // Added 2026-03-15
1813
1805
  platform_editor_sync_block_ssr_config: createBooleanExperiment({
1814
1806
  productKeys: {
1815
1807
  confluence: 'platform_editor_sync_block_ssr_config'
@@ -1848,5 +1840,13 @@ export const editorExperimentsConfig = {
1848
1840
  },
1849
1841
  param: 'isEnabled',
1850
1842
  defaultValue: false
1843
+ }),
1844
+ // Added 2026-03-31
1845
+ platform_editor_dnd_accessibility_fixes_expand: createBooleanExperiment({
1846
+ productKeys: {
1847
+ confluence: 'platform_editor_dnd_accessibility_fixes_expand'
1848
+ },
1849
+ param: 'isEnabled',
1850
+ defaultValue: false
1851
1851
  })
1852
1852
  };
@@ -48,14 +48,6 @@ export var editorExperimentsConfig = {
48
48
  param: 'contentPlaceholder',
49
49
  defaultValue: false
50
50
  }),
51
- // Added 20-01-2026
52
- cc_editor_lcm_readonly_initial: createBooleanExperiment({
53
- productKeys: {
54
- confluence: 'cc_editor_lcm_readonly_initial'
55
- },
56
- param: 'isEnabled',
57
- defaultValue: false
58
- }),
59
51
  // Added 02-12-2025
60
52
  cc_fix_hydration_ttvc: createBooleanExperiment({
61
53
  productKeys: {
@@ -432,14 +424,6 @@ export var editorExperimentsConfig = {
432
424
  values: ['control', 'variant1'],
433
425
  defaultValue: 'control'
434
426
  }),
435
- // Added 2025-08-01
436
- platform_editor_controls_block_controls_state_fix: createBooleanExperiment({
437
- productKeys: {
438
- confluence: 'platform_editor_controls_block_controls_state_fix'
439
- },
440
- param: 'isEnabled',
441
- defaultValue: false
442
- }),
443
427
  // Added 2025-09-03
444
428
  platform_editor_hydratable_ui: createBooleanExperiment({
445
429
  productKeys: {
@@ -951,14 +935,6 @@ export var editorExperimentsConfig = {
951
935
  param: 'isEnabled',
952
936
  defaultValue: false
953
937
  }),
954
- // Added 2025-09-11
955
- platform_editor_add_aria_checked_to_inline_img_btn: createBooleanExperiment({
956
- productKeys: {
957
- confluence: 'platform_editor_add_aria_checked_to_inline_image_btn'
958
- },
959
- param: 'isEnabled',
960
- defaultValue: false
961
- }),
962
938
  // Added 2025-10-10
963
939
  platform_use_llm_space_recommendations: createBooleanExperiment({
964
940
  productKeys: {
@@ -1594,6 +1570,14 @@ export var editorExperimentsConfig = {
1594
1570
  param: 'isEnabled',
1595
1571
  defaultValue: false
1596
1572
  }),
1573
+ // Added 2026-03-30
1574
+ platform_editor_a11y_scrollable_region: createBooleanExperiment({
1575
+ productKeys: {
1576
+ confluence: 'platform_editor_a11y_scrollable_region'
1577
+ },
1578
+ param: 'isEnabled',
1579
+ defaultValue: false
1580
+ }),
1597
1581
  // Added 2026-03-02
1598
1582
  platform_editor_a11y_table_wrapper_fix: createBooleanExperiment({
1599
1583
  productKeys: {
@@ -1810,6 +1794,14 @@ export var editorExperimentsConfig = {
1810
1794
  defaultValue: false
1811
1795
  }),
1812
1796
  // Added 2026-03-15
1797
+ platform_editor_stricter_panelcolor_typecheck: createBooleanExperiment({
1798
+ productKeys: {
1799
+ confluence: 'platform_editor_stricter_panelcolor_typecheck'
1800
+ },
1801
+ param: 'isEnabled',
1802
+ defaultValue: false
1803
+ }),
1804
+ // Added 2026-03-15
1813
1805
  platform_editor_sync_block_ssr_config: createBooleanExperiment({
1814
1806
  productKeys: {
1815
1807
  confluence: 'platform_editor_sync_block_ssr_config'
@@ -1848,5 +1840,13 @@ export var editorExperimentsConfig = {
1848
1840
  },
1849
1841
  param: 'isEnabled',
1850
1842
  defaultValue: false
1843
+ }),
1844
+ // Added 2026-03-31
1845
+ platform_editor_dnd_accessibility_fixes_expand: createBooleanExperiment({
1846
+ productKeys: {
1847
+ confluence: 'platform_editor_dnd_accessibility_fixes_expand'
1848
+ },
1849
+ param: 'isEnabled',
1850
+ defaultValue: false
1851
1851
  })
1852
1852
  };
@@ -112,12 +112,6 @@ export declare const editorExperimentsConfig: {
112
112
  productKeys?: ProductKeys;
113
113
  typeGuard: IsBooleanType;
114
114
  };
115
- cc_editor_lcm_readonly_initial: {
116
- defaultValue: boolean;
117
- param: string;
118
- productKeys?: ProductKeys;
119
- typeGuard: IsBooleanType;
120
- };
121
115
  cc_fix_hydration_ttvc: {
122
116
  defaultValue: boolean;
123
117
  param: string;
@@ -281,12 +275,6 @@ export declare const editorExperimentsConfig: {
281
275
  productKeys?: ProductKeys;
282
276
  typeGuard: IsBooleanType;
283
277
  };
284
- platform_editor_add_aria_checked_to_inline_img_btn: {
285
- defaultValue: boolean;
286
- param: string;
287
- productKeys?: ProductKeys;
288
- typeGuard: IsBooleanType;
289
- };
290
278
  platform_editor_a11y_eslint_fix: {
291
279
  defaultValue: boolean;
292
280
  param: string;
@@ -403,12 +391,6 @@ export declare const editorExperimentsConfig: {
403
391
  typeGuard: (value: unknown) => value is 'control' | 'variant1';
404
392
  values: ('control' | 'variant1')[];
405
393
  };
406
- platform_editor_controls_block_controls_state_fix: {
407
- defaultValue: boolean;
408
- param: string;
409
- productKeys?: ProductKeys;
410
- typeGuard: IsBooleanType;
411
- };
412
394
  platform_editor_clean_up_widget_mark_logic: {
413
395
  defaultValue: boolean;
414
396
  param: string;
@@ -1188,6 +1170,12 @@ export declare const editorExperimentsConfig: {
1188
1170
  productKeys?: ProductKeys;
1189
1171
  typeGuard: IsBooleanType;
1190
1172
  };
1173
+ platform_editor_a11y_scrollable_region: {
1174
+ defaultValue: boolean;
1175
+ param: string;
1176
+ productKeys?: ProductKeys;
1177
+ typeGuard: IsBooleanType;
1178
+ };
1191
1179
  platform_editor_a11y_table_wrapper_fix: {
1192
1180
  defaultValue: boolean;
1193
1181
  param: string;
@@ -1338,6 +1326,12 @@ export declare const editorExperimentsConfig: {
1338
1326
  productKeys?: ProductKeys;
1339
1327
  typeGuard: IsBooleanType;
1340
1328
  };
1329
+ platform_editor_stricter_panelcolor_typecheck: {
1330
+ defaultValue: boolean;
1331
+ param: string;
1332
+ productKeys?: ProductKeys;
1333
+ typeGuard: IsBooleanType;
1334
+ };
1341
1335
  platform_editor_sync_block_ssr_config: {
1342
1336
  defaultValue: boolean;
1343
1337
  param: string;
@@ -1362,5 +1356,11 @@ export declare const editorExperimentsConfig: {
1362
1356
  productKeys?: ProductKeys;
1363
1357
  typeGuard: IsBooleanType;
1364
1358
  };
1359
+ platform_editor_dnd_accessibility_fixes_expand: {
1360
+ defaultValue: boolean;
1361
+ param: string;
1362
+ productKeys?: ProductKeys;
1363
+ typeGuard: IsBooleanType;
1364
+ };
1365
1365
  };
1366
1366
  export {};
@@ -112,12 +112,6 @@ export declare const editorExperimentsConfig: {
112
112
  productKeys?: ProductKeys;
113
113
  typeGuard: IsBooleanType;
114
114
  };
115
- cc_editor_lcm_readonly_initial: {
116
- defaultValue: boolean;
117
- param: string;
118
- productKeys?: ProductKeys;
119
- typeGuard: IsBooleanType;
120
- };
121
115
  cc_fix_hydration_ttvc: {
122
116
  defaultValue: boolean;
123
117
  param: string;
@@ -281,12 +275,6 @@ export declare const editorExperimentsConfig: {
281
275
  productKeys?: ProductKeys;
282
276
  typeGuard: IsBooleanType;
283
277
  };
284
- platform_editor_add_aria_checked_to_inline_img_btn: {
285
- defaultValue: boolean;
286
- param: string;
287
- productKeys?: ProductKeys;
288
- typeGuard: IsBooleanType;
289
- };
290
278
  platform_editor_a11y_eslint_fix: {
291
279
  defaultValue: boolean;
292
280
  param: string;
@@ -403,12 +391,6 @@ export declare const editorExperimentsConfig: {
403
391
  typeGuard: (value: unknown) => value is 'control' | 'variant1';
404
392
  values: ('control' | 'variant1')[];
405
393
  };
406
- platform_editor_controls_block_controls_state_fix: {
407
- defaultValue: boolean;
408
- param: string;
409
- productKeys?: ProductKeys;
410
- typeGuard: IsBooleanType;
411
- };
412
394
  platform_editor_clean_up_widget_mark_logic: {
413
395
  defaultValue: boolean;
414
396
  param: string;
@@ -1188,6 +1170,12 @@ export declare const editorExperimentsConfig: {
1188
1170
  productKeys?: ProductKeys;
1189
1171
  typeGuard: IsBooleanType;
1190
1172
  };
1173
+ platform_editor_a11y_scrollable_region: {
1174
+ defaultValue: boolean;
1175
+ param: string;
1176
+ productKeys?: ProductKeys;
1177
+ typeGuard: IsBooleanType;
1178
+ };
1191
1179
  platform_editor_a11y_table_wrapper_fix: {
1192
1180
  defaultValue: boolean;
1193
1181
  param: string;
@@ -1338,6 +1326,12 @@ export declare const editorExperimentsConfig: {
1338
1326
  productKeys?: ProductKeys;
1339
1327
  typeGuard: IsBooleanType;
1340
1328
  };
1329
+ platform_editor_stricter_panelcolor_typecheck: {
1330
+ defaultValue: boolean;
1331
+ param: string;
1332
+ productKeys?: ProductKeys;
1333
+ typeGuard: IsBooleanType;
1334
+ };
1341
1335
  platform_editor_sync_block_ssr_config: {
1342
1336
  defaultValue: boolean;
1343
1337
  param: string;
@@ -1362,5 +1356,11 @@ export declare const editorExperimentsConfig: {
1362
1356
  productKeys?: ProductKeys;
1363
1357
  typeGuard: IsBooleanType;
1364
1358
  };
1359
+ platform_editor_dnd_accessibility_fixes_expand: {
1360
+ defaultValue: boolean;
1361
+ param: string;
1362
+ productKeys?: ProductKeys;
1363
+ typeGuard: IsBooleanType;
1364
+ };
1365
1365
  };
1366
1366
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "50.0.0",
3
+ "version": "51.1.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",
@@ -34,7 +34,7 @@
34
34
  "atlaskit:src": "src/index.ts",
35
35
  "dependencies": {
36
36
  "@atlaskit/feature-gate-js-client": "^5.5.0",
37
- "@atlaskit/react-ufo": "^5.7.0",
37
+ "@atlaskit/react-ufo": "^5.8.0",
38
38
  "@babel/runtime": "^7.0.0"
39
39
  },
40
40
  "peerDependencies": {