@atlaskit/tmp-editor-statsig 18.0.0 → 20.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,30 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 20.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`d20e0e448e8b7`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d20e0e448e8b7) -
8
+ Cleanup experiment for style changes to prevent the numbered column from growing too big
9
+ - [`ef378e27dc43d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ef378e27dc43d) -
10
+ Clean up platform_editor_fix_quick_insert_consistency_exp
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+
16
+ ## 19.0.0
17
+
18
+ ### Major Changes
19
+
20
+ - [`b30e41f7bbb3b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b30e41f7bbb3b) -
21
+ Cleanup platform_editor_wait_for_space_after_ascii_emoji
22
+
23
+ ### Minor Changes
24
+
25
+ - [`9b8e6a65567af`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9b8e6a65567af) -
26
+ ENGHEALTH-48871: Fix aria-required-children a11y issue with Editor toolbar.
27
+
3
28
  ## 18.0.0
4
29
 
5
30
  ### Major Changes
@@ -166,14 +166,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
166
166
  param: 'isEnabled',
167
167
  defaultValue: false
168
168
  }),
169
- // Added 2025-07-24
170
- editor_prevent_numbered_column_too_big_jira_1: (0, _experimentBuilders.createBooleanExperiment)({
171
- productKeys: {
172
- jira: 'editor_prevent_numbered_column_too_big_jira_1'
173
- },
174
- param: 'isEnabled',
175
- defaultValue: false
176
- }),
177
169
  // Added 2025-06-02
178
170
  platform_editor_block_control_optimise_render: (0, _experimentBuilders.createBooleanExperiment)({
179
171
  productKeys: {
@@ -682,14 +674,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
682
674
  param: 'isEnabled',
683
675
  defaultValue: false
684
676
  }),
685
- // Added 20205-07-28
686
- platform_editor_fix_quick_insert_consistency_exp: (0, _experimentBuilders.createBooleanExperiment)({
687
- productKeys: {
688
- confluence: 'platform_editor_fix_quick_insert_consistency_exp'
689
- },
690
- param: 'isEnabled',
691
- defaultValue: false
692
- }),
693
677
  //Added 2025-11-19
694
678
  platform_editor_pasting_text_in_panel: (0, _experimentBuilders.createBooleanExperiment)({
695
679
  productKeys: {
@@ -1035,14 +1019,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1035
1019
  param: 'isEnabled',
1036
1020
  defaultValue: false
1037
1021
  }),
1038
- // Added 2025-11-18
1039
- platform_editor_wait_for_space_after_ascii_emoji: (0, _experimentBuilders.createBooleanExperiment)({
1040
- productKeys: {
1041
- confluence: 'platform_editor_wait_for_space_after_ascii_emoji'
1042
- },
1043
- param: 'isEnabled',
1044
- defaultValue: false
1045
- }),
1046
1022
  // Added 2025-12-03
1047
1023
  platform_editor_use_pmr_for_collab_presence_non_ic: (0, _experimentBuilders.createBooleanExperiment)({
1048
1024
  productKeys: {
@@ -1077,14 +1053,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1077
1053
  param: 'isEnabled',
1078
1054
  defaultValue: false
1079
1055
  }),
1080
- // Added 2025-12-03
1081
- platform_editor_nested_media_selection_fix: (0, _experimentBuilders.createBooleanExperiment)({
1082
- productKeys: {
1083
- confluence: 'platform_editor_nested_media_selection_fix'
1084
- },
1085
- param: 'isEnabled',
1086
- defaultValue: false
1087
- }),
1088
1056
  // Added 2025-12-08
1089
1057
  platform_editor_add_image_editing: (0, _experimentBuilders.createBooleanExperiment)({
1090
1058
  productKeys: {
@@ -1325,5 +1293,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1325
1293
  },
1326
1294
  param: 'isEnabled',
1327
1295
  defaultValue: false
1296
+ }),
1297
+ // Added 2026-02-03
1298
+ platform_editor_enghealth_a11y_jan_fixes: (0, _experimentBuilders.createBooleanExperiment)({
1299
+ productKeys: {
1300
+ confluence: 'platform_editor_enghealth_a11y_jan_fixes'
1301
+ },
1302
+ param: 'isEnabled',
1303
+ defaultValue: false
1328
1304
  })
1329
1305
  };
@@ -160,14 +160,6 @@ export const editorExperimentsConfig = {
160
160
  param: 'isEnabled',
161
161
  defaultValue: false
162
162
  }),
163
- // Added 2025-07-24
164
- editor_prevent_numbered_column_too_big_jira_1: createBooleanExperiment({
165
- productKeys: {
166
- jira: 'editor_prevent_numbered_column_too_big_jira_1'
167
- },
168
- param: 'isEnabled',
169
- defaultValue: false
170
- }),
171
163
  // Added 2025-06-02
172
164
  platform_editor_block_control_optimise_render: createBooleanExperiment({
173
165
  productKeys: {
@@ -676,14 +668,6 @@ export const editorExperimentsConfig = {
676
668
  param: 'isEnabled',
677
669
  defaultValue: false
678
670
  }),
679
- // Added 20205-07-28
680
- platform_editor_fix_quick_insert_consistency_exp: createBooleanExperiment({
681
- productKeys: {
682
- confluence: 'platform_editor_fix_quick_insert_consistency_exp'
683
- },
684
- param: 'isEnabled',
685
- defaultValue: false
686
- }),
687
671
  //Added 2025-11-19
688
672
  platform_editor_pasting_text_in_panel: createBooleanExperiment({
689
673
  productKeys: {
@@ -1029,14 +1013,6 @@ export const editorExperimentsConfig = {
1029
1013
  param: 'isEnabled',
1030
1014
  defaultValue: false
1031
1015
  }),
1032
- // Added 2025-11-18
1033
- platform_editor_wait_for_space_after_ascii_emoji: createBooleanExperiment({
1034
- productKeys: {
1035
- confluence: 'platform_editor_wait_for_space_after_ascii_emoji'
1036
- },
1037
- param: 'isEnabled',
1038
- defaultValue: false
1039
- }),
1040
1016
  // Added 2025-12-03
1041
1017
  platform_editor_use_pmr_for_collab_presence_non_ic: createBooleanExperiment({
1042
1018
  productKeys: {
@@ -1071,14 +1047,6 @@ export const editorExperimentsConfig = {
1071
1047
  param: 'isEnabled',
1072
1048
  defaultValue: false
1073
1049
  }),
1074
- // Added 2025-12-03
1075
- platform_editor_nested_media_selection_fix: createBooleanExperiment({
1076
- productKeys: {
1077
- confluence: 'platform_editor_nested_media_selection_fix'
1078
- },
1079
- param: 'isEnabled',
1080
- defaultValue: false
1081
- }),
1082
1050
  // Added 2025-12-08
1083
1051
  platform_editor_add_image_editing: createBooleanExperiment({
1084
1052
  productKeys: {
@@ -1319,5 +1287,13 @@ export const editorExperimentsConfig = {
1319
1287
  },
1320
1288
  param: 'isEnabled',
1321
1289
  defaultValue: false
1290
+ }),
1291
+ // Added 2026-02-03
1292
+ platform_editor_enghealth_a11y_jan_fixes: createBooleanExperiment({
1293
+ productKeys: {
1294
+ confluence: 'platform_editor_enghealth_a11y_jan_fixes'
1295
+ },
1296
+ param: 'isEnabled',
1297
+ defaultValue: false
1322
1298
  })
1323
1299
  };
@@ -160,14 +160,6 @@ export var editorExperimentsConfig = {
160
160
  param: 'isEnabled',
161
161
  defaultValue: false
162
162
  }),
163
- // Added 2025-07-24
164
- editor_prevent_numbered_column_too_big_jira_1: createBooleanExperiment({
165
- productKeys: {
166
- jira: 'editor_prevent_numbered_column_too_big_jira_1'
167
- },
168
- param: 'isEnabled',
169
- defaultValue: false
170
- }),
171
163
  // Added 2025-06-02
172
164
  platform_editor_block_control_optimise_render: createBooleanExperiment({
173
165
  productKeys: {
@@ -676,14 +668,6 @@ export var editorExperimentsConfig = {
676
668
  param: 'isEnabled',
677
669
  defaultValue: false
678
670
  }),
679
- // Added 20205-07-28
680
- platform_editor_fix_quick_insert_consistency_exp: createBooleanExperiment({
681
- productKeys: {
682
- confluence: 'platform_editor_fix_quick_insert_consistency_exp'
683
- },
684
- param: 'isEnabled',
685
- defaultValue: false
686
- }),
687
671
  //Added 2025-11-19
688
672
  platform_editor_pasting_text_in_panel: createBooleanExperiment({
689
673
  productKeys: {
@@ -1029,14 +1013,6 @@ export var editorExperimentsConfig = {
1029
1013
  param: 'isEnabled',
1030
1014
  defaultValue: false
1031
1015
  }),
1032
- // Added 2025-11-18
1033
- platform_editor_wait_for_space_after_ascii_emoji: createBooleanExperiment({
1034
- productKeys: {
1035
- confluence: 'platform_editor_wait_for_space_after_ascii_emoji'
1036
- },
1037
- param: 'isEnabled',
1038
- defaultValue: false
1039
- }),
1040
1016
  // Added 2025-12-03
1041
1017
  platform_editor_use_pmr_for_collab_presence_non_ic: createBooleanExperiment({
1042
1018
  productKeys: {
@@ -1071,14 +1047,6 @@ export var editorExperimentsConfig = {
1071
1047
  param: 'isEnabled',
1072
1048
  defaultValue: false
1073
1049
  }),
1074
- // Added 2025-12-03
1075
- platform_editor_nested_media_selection_fix: createBooleanExperiment({
1076
- productKeys: {
1077
- confluence: 'platform_editor_nested_media_selection_fix'
1078
- },
1079
- param: 'isEnabled',
1080
- defaultValue: false
1081
- }),
1082
1050
  // Added 2025-12-08
1083
1051
  platform_editor_add_image_editing: createBooleanExperiment({
1084
1052
  productKeys: {
@@ -1319,5 +1287,13 @@ export var editorExperimentsConfig = {
1319
1287
  },
1320
1288
  param: 'isEnabled',
1321
1289
  defaultValue: false
1290
+ }),
1291
+ // Added 2026-02-03
1292
+ platform_editor_enghealth_a11y_jan_fixes: createBooleanExperiment({
1293
+ productKeys: {
1294
+ confluence: 'platform_editor_enghealth_a11y_jan_fixes'
1295
+ },
1296
+ param: 'isEnabled',
1297
+ defaultValue: false
1322
1298
  })
1323
1299
  };
@@ -156,12 +156,6 @@ export declare const editorExperimentsConfig: {
156
156
  productKeys?: ProductKeys;
157
157
  typeGuard: IsBooleanType;
158
158
  };
159
- editor_prevent_numbered_column_too_big_jira_1: {
160
- defaultValue: boolean;
161
- param: string;
162
- productKeys?: ProductKeys;
163
- typeGuard: IsBooleanType;
164
- };
165
159
  editor_refactor_backspace_task_and_decisions: {
166
160
  defaultValue: boolean;
167
161
  param: string;
@@ -423,12 +417,6 @@ export declare const editorExperimentsConfig: {
423
417
  productKeys?: ProductKeys;
424
418
  typeGuard: IsBooleanType;
425
419
  };
426
- platform_editor_fix_quick_insert_consistency_exp: {
427
- defaultValue: boolean;
428
- param: string;
429
- productKeys?: ProductKeys;
430
- typeGuard: IsBooleanType;
431
- };
432
420
  platform_editor_floating_toolbar_button_aria_label: {
433
421
  defaultValue: boolean;
434
422
  param: string;
@@ -677,12 +665,6 @@ export declare const editorExperimentsConfig: {
677
665
  productKeys?: ProductKeys;
678
666
  typeGuard: IsBooleanType;
679
667
  };
680
- platform_editor_wait_for_space_after_ascii_emoji: {
681
- defaultValue: boolean;
682
- param: string;
683
- productKeys?: ProductKeys;
684
- typeGuard: IsBooleanType;
685
- };
686
668
  platform_editor_add_image_editing: {
687
669
  defaultValue: boolean;
688
670
  param: string;
@@ -807,12 +789,6 @@ export declare const editorExperimentsConfig: {
807
789
  productKeys?: ProductKeys;
808
790
  typeGuard: IsBooleanType;
809
791
  };
810
- platform_editor_nested_media_selection_fix: {
811
- defaultValue: boolean;
812
- param: string;
813
- productKeys?: ProductKeys;
814
- typeGuard: IsBooleanType;
815
- };
816
792
  platform_editor_ai_exp_inline_date_year_refresh: {
817
793
  defaultValue: boolean;
818
794
  param: string;
@@ -981,5 +957,11 @@ export declare const editorExperimentsConfig: {
981
957
  productKeys?: ProductKeys;
982
958
  typeGuard: IsBooleanType;
983
959
  };
960
+ platform_editor_enghealth_a11y_jan_fixes: {
961
+ defaultValue: boolean;
962
+ param: string;
963
+ productKeys?: ProductKeys;
964
+ typeGuard: IsBooleanType;
965
+ };
984
966
  };
985
967
  export {};
@@ -156,12 +156,6 @@ export declare const editorExperimentsConfig: {
156
156
  productKeys?: ProductKeys;
157
157
  typeGuard: IsBooleanType;
158
158
  };
159
- editor_prevent_numbered_column_too_big_jira_1: {
160
- defaultValue: boolean;
161
- param: string;
162
- productKeys?: ProductKeys;
163
- typeGuard: IsBooleanType;
164
- };
165
159
  editor_refactor_backspace_task_and_decisions: {
166
160
  defaultValue: boolean;
167
161
  param: string;
@@ -423,12 +417,6 @@ export declare const editorExperimentsConfig: {
423
417
  productKeys?: ProductKeys;
424
418
  typeGuard: IsBooleanType;
425
419
  };
426
- platform_editor_fix_quick_insert_consistency_exp: {
427
- defaultValue: boolean;
428
- param: string;
429
- productKeys?: ProductKeys;
430
- typeGuard: IsBooleanType;
431
- };
432
420
  platform_editor_floating_toolbar_button_aria_label: {
433
421
  defaultValue: boolean;
434
422
  param: string;
@@ -677,12 +665,6 @@ export declare const editorExperimentsConfig: {
677
665
  productKeys?: ProductKeys;
678
666
  typeGuard: IsBooleanType;
679
667
  };
680
- platform_editor_wait_for_space_after_ascii_emoji: {
681
- defaultValue: boolean;
682
- param: string;
683
- productKeys?: ProductKeys;
684
- typeGuard: IsBooleanType;
685
- };
686
668
  platform_editor_add_image_editing: {
687
669
  defaultValue: boolean;
688
670
  param: string;
@@ -807,12 +789,6 @@ export declare const editorExperimentsConfig: {
807
789
  productKeys?: ProductKeys;
808
790
  typeGuard: IsBooleanType;
809
791
  };
810
- platform_editor_nested_media_selection_fix: {
811
- defaultValue: boolean;
812
- param: string;
813
- productKeys?: ProductKeys;
814
- typeGuard: IsBooleanType;
815
- };
816
792
  platform_editor_ai_exp_inline_date_year_refresh: {
817
793
  defaultValue: boolean;
818
794
  param: string;
@@ -981,5 +957,11 @@ export declare const editorExperimentsConfig: {
981
957
  productKeys?: ProductKeys;
982
958
  typeGuard: IsBooleanType;
983
959
  };
960
+ platform_editor_enghealth_a11y_jan_fixes: {
961
+ defaultValue: boolean;
962
+ param: string;
963
+ productKeys?: ProductKeys;
964
+ typeGuard: IsBooleanType;
965
+ };
984
966
  };
985
967
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "18.0.0",
3
+ "version": "20.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",
@@ -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.0.0",
37
+ "@atlaskit/react-ufo": "^5.1.0",
38
38
  "@babel/runtime": "^7.0.0"
39
39
  },
40
40
  "peerDependencies": {