@atlaskit/tmp-editor-statsig 62.4.1 → 62.6.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,20 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 62.6.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`b0377daa5ac26`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b0377daa5ac26) -
8
+ Clean up experiment cc_perf-insights-cards_extension_a11y_list - ship treatment (list/listitem
9
+ roles for a11y)
10
+
11
+ ## 62.5.0
12
+
13
+ ### Minor Changes
14
+
15
+ - [`ddaaad8a1e1c9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ddaaad8a1e1c9) -
16
+ Add toolbar component to jira remix integration
17
+
3
18
  ## 62.4.1
4
19
 
5
20
  ### Patch Changes
@@ -55,5 +55,7 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
55
55
  platform_editor_paste_actions_menu: false,
56
56
  platform_editor_diff_plugin_extended: false,
57
57
  platform_editor_preserve_node_identity: false,
58
- platform_editor_ai_rename_add_polish: false
58
+ platform_editor_ai_rename_add_polish: false,
59
+ platform_editor_table_fit_to_content_on_demand: false,
60
+ platform_editor_table_fit_to_content_auto_convert: false
59
61
  };
@@ -776,14 +776,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
776
776
  param: 'isEnabled',
777
777
  defaultValue: false
778
778
  }),
779
- // Added 2026-03-05
780
- 'cc_perf-insights-cards_extension_a11y_list': (0, _experimentBuilders.createBooleanExperiment)({
781
- productKeys: {
782
- confluence: 'cc_perf-insights-cards_extension_a11y_list'
783
- },
784
- param: 'isEnabled',
785
- defaultValue: false
786
- }),
787
779
  // Added 2026-03-12
788
780
  ccpi_fix_broken_uploaded_img: (0, _experimentBuilders.createBooleanExperiment)({
789
781
  productKeys: {
@@ -1415,6 +1407,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1415
1407
  param: 'isEnabled',
1416
1408
  defaultValue: false
1417
1409
  }),
1410
+ // Added 2026-04-15
1411
+ jira_maui_remix: (0, _experimentBuilders.createBooleanExperiment)({
1412
+ productKeys: {
1413
+ jira: 'jira_maui_remix'
1414
+ },
1415
+ param: 'isEnabled',
1416
+ defaultValue: false
1417
+ }),
1418
1418
  // Added 2026-03-05
1419
1419
  'cc-mui-slides-experiment': (0, _experimentBuilders.createBooleanExperiment)({
1420
1420
  productKeys: {
@@ -1742,6 +1742,20 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1742
1742
  param: 'isEnabled',
1743
1743
  defaultValue: false
1744
1744
  }),
1745
+ platform_editor_table_fit_to_content_auto_convert: (0, _experimentBuilders.createBooleanExperiment)({
1746
+ productKeys: {
1747
+ confluence: 'platform_editor_table_fit_to_content_auto_convert'
1748
+ },
1749
+ param: 'isEnabled',
1750
+ defaultValue: false
1751
+ }),
1752
+ platform_editor_table_fit_to_content_on_demand: (0, _experimentBuilders.createBooleanExperiment)({
1753
+ productKeys: {
1754
+ confluence: 'platform_editor_table_fit_to_content_on_demand'
1755
+ },
1756
+ param: 'isEnabled',
1757
+ defaultValue: false
1758
+ }),
1745
1759
  // Added 2026-03-11
1746
1760
  platform_editor_disable_last_node_para: (0, _experimentBuilders.createBooleanExperiment)({
1747
1761
  productKeys: {
@@ -1898,6 +1912,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1898
1912
  param: 'isEnabled',
1899
1913
  defaultValue: false
1900
1914
  }),
1915
+ // Added 2026-04-14
1916
+ platform_editor_ai_multi_format_streaming: (0, _experimentBuilders.createBooleanExperiment)({
1917
+ productKeys: {
1918
+ confluence: 'platform_editor_ai_multi_format_streaming'
1919
+ },
1920
+ param: 'isEnabled',
1921
+ defaultValue: false
1922
+ }),
1901
1923
  // Added 2026-03-31
1902
1924
  platform_editor_dnd_accessibility_fixes_expand: (0, _experimentBuilders.createBooleanExperiment)({
1903
1925
  productKeys: {
@@ -49,5 +49,7 @@ export const testBooleanOverrides = {
49
49
  platform_editor_paste_actions_menu: false,
50
50
  platform_editor_diff_plugin_extended: false,
51
51
  platform_editor_preserve_node_identity: false,
52
- platform_editor_ai_rename_add_polish: false
52
+ platform_editor_ai_rename_add_polish: false,
53
+ platform_editor_table_fit_to_content_on_demand: false,
54
+ platform_editor_table_fit_to_content_auto_convert: false
53
55
  };
@@ -770,14 +770,6 @@ export const editorExperimentsConfig = {
770
770
  param: 'isEnabled',
771
771
  defaultValue: false
772
772
  }),
773
- // Added 2026-03-05
774
- 'cc_perf-insights-cards_extension_a11y_list': createBooleanExperiment({
775
- productKeys: {
776
- confluence: 'cc_perf-insights-cards_extension_a11y_list'
777
- },
778
- param: 'isEnabled',
779
- defaultValue: false
780
- }),
781
773
  // Added 2026-03-12
782
774
  ccpi_fix_broken_uploaded_img: createBooleanExperiment({
783
775
  productKeys: {
@@ -1409,6 +1401,14 @@ export const editorExperimentsConfig = {
1409
1401
  param: 'isEnabled',
1410
1402
  defaultValue: false
1411
1403
  }),
1404
+ // Added 2026-04-15
1405
+ jira_maui_remix: createBooleanExperiment({
1406
+ productKeys: {
1407
+ jira: 'jira_maui_remix'
1408
+ },
1409
+ param: 'isEnabled',
1410
+ defaultValue: false
1411
+ }),
1412
1412
  // Added 2026-03-05
1413
1413
  'cc-mui-slides-experiment': createBooleanExperiment({
1414
1414
  productKeys: {
@@ -1736,6 +1736,20 @@ export const editorExperimentsConfig = {
1736
1736
  param: 'isEnabled',
1737
1737
  defaultValue: false
1738
1738
  }),
1739
+ platform_editor_table_fit_to_content_auto_convert: createBooleanExperiment({
1740
+ productKeys: {
1741
+ confluence: 'platform_editor_table_fit_to_content_auto_convert'
1742
+ },
1743
+ param: 'isEnabled',
1744
+ defaultValue: false
1745
+ }),
1746
+ platform_editor_table_fit_to_content_on_demand: createBooleanExperiment({
1747
+ productKeys: {
1748
+ confluence: 'platform_editor_table_fit_to_content_on_demand'
1749
+ },
1750
+ param: 'isEnabled',
1751
+ defaultValue: false
1752
+ }),
1739
1753
  // Added 2026-03-11
1740
1754
  platform_editor_disable_last_node_para: createBooleanExperiment({
1741
1755
  productKeys: {
@@ -1892,6 +1906,14 @@ export const editorExperimentsConfig = {
1892
1906
  param: 'isEnabled',
1893
1907
  defaultValue: false
1894
1908
  }),
1909
+ // Added 2026-04-14
1910
+ platform_editor_ai_multi_format_streaming: createBooleanExperiment({
1911
+ productKeys: {
1912
+ confluence: 'platform_editor_ai_multi_format_streaming'
1913
+ },
1914
+ param: 'isEnabled',
1915
+ defaultValue: false
1916
+ }),
1895
1917
  // Added 2026-03-31
1896
1918
  platform_editor_dnd_accessibility_fixes_expand: createBooleanExperiment({
1897
1919
  productKeys: {
@@ -49,5 +49,7 @@ export var testBooleanOverrides = {
49
49
  platform_editor_paste_actions_menu: false,
50
50
  platform_editor_diff_plugin_extended: false,
51
51
  platform_editor_preserve_node_identity: false,
52
- platform_editor_ai_rename_add_polish: false
52
+ platform_editor_ai_rename_add_polish: false,
53
+ platform_editor_table_fit_to_content_on_demand: false,
54
+ platform_editor_table_fit_to_content_auto_convert: false
53
55
  };
@@ -770,14 +770,6 @@ export var editorExperimentsConfig = {
770
770
  param: 'isEnabled',
771
771
  defaultValue: false
772
772
  }),
773
- // Added 2026-03-05
774
- 'cc_perf-insights-cards_extension_a11y_list': createBooleanExperiment({
775
- productKeys: {
776
- confluence: 'cc_perf-insights-cards_extension_a11y_list'
777
- },
778
- param: 'isEnabled',
779
- defaultValue: false
780
- }),
781
773
  // Added 2026-03-12
782
774
  ccpi_fix_broken_uploaded_img: createBooleanExperiment({
783
775
  productKeys: {
@@ -1409,6 +1401,14 @@ export var editorExperimentsConfig = {
1409
1401
  param: 'isEnabled',
1410
1402
  defaultValue: false
1411
1403
  }),
1404
+ // Added 2026-04-15
1405
+ jira_maui_remix: createBooleanExperiment({
1406
+ productKeys: {
1407
+ jira: 'jira_maui_remix'
1408
+ },
1409
+ param: 'isEnabled',
1410
+ defaultValue: false
1411
+ }),
1412
1412
  // Added 2026-03-05
1413
1413
  'cc-mui-slides-experiment': createBooleanExperiment({
1414
1414
  productKeys: {
@@ -1736,6 +1736,20 @@ export var editorExperimentsConfig = {
1736
1736
  param: 'isEnabled',
1737
1737
  defaultValue: false
1738
1738
  }),
1739
+ platform_editor_table_fit_to_content_auto_convert: createBooleanExperiment({
1740
+ productKeys: {
1741
+ confluence: 'platform_editor_table_fit_to_content_auto_convert'
1742
+ },
1743
+ param: 'isEnabled',
1744
+ defaultValue: false
1745
+ }),
1746
+ platform_editor_table_fit_to_content_on_demand: createBooleanExperiment({
1747
+ productKeys: {
1748
+ confluence: 'platform_editor_table_fit_to_content_on_demand'
1749
+ },
1750
+ param: 'isEnabled',
1751
+ defaultValue: false
1752
+ }),
1739
1753
  // Added 2026-03-11
1740
1754
  platform_editor_disable_last_node_para: createBooleanExperiment({
1741
1755
  productKeys: {
@@ -1892,6 +1906,14 @@ export var editorExperimentsConfig = {
1892
1906
  param: 'isEnabled',
1893
1907
  defaultValue: false
1894
1908
  }),
1909
+ // Added 2026-04-14
1910
+ platform_editor_ai_multi_format_streaming: createBooleanExperiment({
1911
+ productKeys: {
1912
+ confluence: 'platform_editor_ai_multi_format_streaming'
1913
+ },
1914
+ param: 'isEnabled',
1915
+ defaultValue: false
1916
+ }),
1895
1917
  // Added 2026-03-31
1896
1918
  platform_editor_dnd_accessibility_fixes_expand: createBooleanExperiment({
1897
1919
  productKeys: {
@@ -190,12 +190,6 @@ export declare const editorExperimentsConfig: {
190
190
  productKeys?: ProductKeys;
191
191
  typeGuard: IsBooleanType;
192
192
  };
193
- 'cc_perf-insights-cards_extension_a11y_list': {
194
- defaultValue: boolean;
195
- param: string;
196
- productKeys?: ProductKeys;
197
- typeGuard: IsBooleanType;
198
- };
199
193
  ccpi_fix_broken_uploaded_img: {
200
194
  defaultValue: boolean;
201
195
  param: string;
@@ -1352,6 +1346,18 @@ export declare const editorExperimentsConfig: {
1352
1346
  productKeys?: ProductKeys;
1353
1347
  typeGuard: IsBooleanType;
1354
1348
  };
1349
+ platform_editor_table_fit_to_content_auto_convert: {
1350
+ defaultValue: boolean;
1351
+ param: string;
1352
+ productKeys?: ProductKeys;
1353
+ typeGuard: IsBooleanType;
1354
+ };
1355
+ platform_editor_table_fit_to_content_on_demand: {
1356
+ defaultValue: boolean;
1357
+ param: string;
1358
+ productKeys?: ProductKeys;
1359
+ typeGuard: IsBooleanType;
1360
+ };
1355
1361
  platform_editor_disable_last_node_para: {
1356
1362
  defaultValue: boolean;
1357
1363
  param: string;
@@ -1424,6 +1430,12 @@ export declare const editorExperimentsConfig: {
1424
1430
  productKeys?: ProductKeys;
1425
1431
  typeGuard: IsBooleanType;
1426
1432
  };
1433
+ platform_editor_ai_multi_format_streaming: {
1434
+ defaultValue: boolean;
1435
+ param: string;
1436
+ productKeys?: ProductKeys;
1437
+ typeGuard: IsBooleanType;
1438
+ };
1427
1439
  platform_editor_dnd_accessibility_fixes_expand: {
1428
1440
  defaultValue: boolean;
1429
1441
  param: string;
@@ -1454,6 +1466,12 @@ export declare const editorExperimentsConfig: {
1454
1466
  productKeys?: ProductKeys;
1455
1467
  typeGuard: IsBooleanType;
1456
1468
  };
1469
+ jira_maui_remix: {
1470
+ defaultValue: boolean;
1471
+ param: string;
1472
+ productKeys?: ProductKeys;
1473
+ typeGuard: IsBooleanType;
1474
+ };
1457
1475
  platform_editor_drag_handle_keyboard_a11y: {
1458
1476
  defaultValue: boolean;
1459
1477
  param: string;
@@ -190,12 +190,6 @@ export declare const editorExperimentsConfig: {
190
190
  productKeys?: ProductKeys;
191
191
  typeGuard: IsBooleanType;
192
192
  };
193
- 'cc_perf-insights-cards_extension_a11y_list': {
194
- defaultValue: boolean;
195
- param: string;
196
- productKeys?: ProductKeys;
197
- typeGuard: IsBooleanType;
198
- };
199
193
  ccpi_fix_broken_uploaded_img: {
200
194
  defaultValue: boolean;
201
195
  param: string;
@@ -1352,6 +1346,18 @@ export declare const editorExperimentsConfig: {
1352
1346
  productKeys?: ProductKeys;
1353
1347
  typeGuard: IsBooleanType;
1354
1348
  };
1349
+ platform_editor_table_fit_to_content_auto_convert: {
1350
+ defaultValue: boolean;
1351
+ param: string;
1352
+ productKeys?: ProductKeys;
1353
+ typeGuard: IsBooleanType;
1354
+ };
1355
+ platform_editor_table_fit_to_content_on_demand: {
1356
+ defaultValue: boolean;
1357
+ param: string;
1358
+ productKeys?: ProductKeys;
1359
+ typeGuard: IsBooleanType;
1360
+ };
1355
1361
  platform_editor_disable_last_node_para: {
1356
1362
  defaultValue: boolean;
1357
1363
  param: string;
@@ -1424,6 +1430,12 @@ export declare const editorExperimentsConfig: {
1424
1430
  productKeys?: ProductKeys;
1425
1431
  typeGuard: IsBooleanType;
1426
1432
  };
1433
+ platform_editor_ai_multi_format_streaming: {
1434
+ defaultValue: boolean;
1435
+ param: string;
1436
+ productKeys?: ProductKeys;
1437
+ typeGuard: IsBooleanType;
1438
+ };
1427
1439
  platform_editor_dnd_accessibility_fixes_expand: {
1428
1440
  defaultValue: boolean;
1429
1441
  param: string;
@@ -1454,6 +1466,12 @@ export declare const editorExperimentsConfig: {
1454
1466
  productKeys?: ProductKeys;
1455
1467
  typeGuard: IsBooleanType;
1456
1468
  };
1469
+ jira_maui_remix: {
1470
+ defaultValue: boolean;
1471
+ param: string;
1472
+ productKeys?: ProductKeys;
1473
+ typeGuard: IsBooleanType;
1474
+ };
1457
1475
  platform_editor_drag_handle_keyboard_a11y: {
1458
1476
  defaultValue: boolean;
1459
1477
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "62.4.1",
3
+ "version": "62.6.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",