@atlaskit/tmp-editor-statsig 31.2.0 → 32.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,21 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 32.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`715d7c4db3977`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/715d7c4db3977) -
8
+ [EDITOR-4953] clean up platform_editor_table_cell_colour_change experiment
9
+ - [`8b94becba79f4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8b94becba79f4) -
10
+ [EDITOR-4640] clean up platform_editor_aifc_remove_duplicate_role experiment
11
+
12
+ ## 31.3.0
13
+
14
+ ### Minor Changes
15
+
16
+ - [`3a649003f9b55`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3a649003f9b55) -
17
+ [A11Y-22843] add experiment to statsig config
18
+
3
19
  ## 31.2.0
4
20
 
5
21
  ### Minor Changes
@@ -1193,15 +1193,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1193
1193
  param: 'isEnabled',
1194
1194
  defaultValue: false
1195
1195
  }),
1196
- // Added 2026-01-20
1197
- platform_editor_aifc_remove_duplicate_role: (0, _experimentBuilders.createBooleanExperiment)({
1198
- productKeys: {
1199
- confluence: 'platform_editor_aifc_remove_duplicate_role',
1200
- jira: 'platform_editor_aifc_remove_duplicate_role'
1201
- },
1202
- param: 'isEnabled',
1203
- defaultValue: false
1204
- }),
1205
1196
  // Added 2026-01-27 - AI create-page expand collapse fix
1206
1197
  platform_editor_aifc_expand_collapses_oncreate_fix: (0, _experimentBuilders.createBooleanExperiment)({
1207
1198
  productKeys: {
@@ -1252,14 +1243,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1252
1243
  param: 'isEnabled',
1253
1244
  defaultValue: false
1254
1245
  }),
1255
- // Added 2026-01-27
1256
- platform_editor_table_cell_colour_change: (0, _experimentBuilders.createBooleanExperiment)({
1257
- productKeys: {
1258
- confluence: 'platform_editor_table_cell_colour_change'
1259
- },
1260
- param: 'isEnabled',
1261
- defaultValue: false
1262
- }),
1263
1246
  confluence_inline_insert_excerpt_width_bugfix: (0, _experimentBuilders.createBooleanExperiment)({
1264
1247
  productKeys: {
1265
1248
  confluence: 'confluence_inline_insert_excerpt_width_bugfix'
@@ -1493,5 +1476,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1493
1476
  },
1494
1477
  param: 'isEnabled',
1495
1478
  defaultValue: false
1479
+ }),
1480
+ // Added 2026-02-25
1481
+ platform_editor_a11y_typeahead_tab_keypress: (0, _experimentBuilders.createBooleanExperiment)({
1482
+ productKeys: {
1483
+ confluence: 'platform_editor_a11y_typeahead_tab_keypress'
1484
+ },
1485
+ param: 'isEnabled',
1486
+ defaultValue: false
1496
1487
  })
1497
1488
  };
@@ -1187,15 +1187,6 @@ export const editorExperimentsConfig = {
1187
1187
  param: 'isEnabled',
1188
1188
  defaultValue: false
1189
1189
  }),
1190
- // Added 2026-01-20
1191
- platform_editor_aifc_remove_duplicate_role: createBooleanExperiment({
1192
- productKeys: {
1193
- confluence: 'platform_editor_aifc_remove_duplicate_role',
1194
- jira: 'platform_editor_aifc_remove_duplicate_role'
1195
- },
1196
- param: 'isEnabled',
1197
- defaultValue: false
1198
- }),
1199
1190
  // Added 2026-01-27 - AI create-page expand collapse fix
1200
1191
  platform_editor_aifc_expand_collapses_oncreate_fix: createBooleanExperiment({
1201
1192
  productKeys: {
@@ -1246,14 +1237,6 @@ export const editorExperimentsConfig = {
1246
1237
  param: 'isEnabled',
1247
1238
  defaultValue: false
1248
1239
  }),
1249
- // Added 2026-01-27
1250
- platform_editor_table_cell_colour_change: createBooleanExperiment({
1251
- productKeys: {
1252
- confluence: 'platform_editor_table_cell_colour_change'
1253
- },
1254
- param: 'isEnabled',
1255
- defaultValue: false
1256
- }),
1257
1240
  confluence_inline_insert_excerpt_width_bugfix: createBooleanExperiment({
1258
1241
  productKeys: {
1259
1242
  confluence: 'confluence_inline_insert_excerpt_width_bugfix'
@@ -1487,5 +1470,13 @@ export const editorExperimentsConfig = {
1487
1470
  },
1488
1471
  param: 'isEnabled',
1489
1472
  defaultValue: false
1473
+ }),
1474
+ // Added 2026-02-25
1475
+ platform_editor_a11y_typeahead_tab_keypress: createBooleanExperiment({
1476
+ productKeys: {
1477
+ confluence: 'platform_editor_a11y_typeahead_tab_keypress'
1478
+ },
1479
+ param: 'isEnabled',
1480
+ defaultValue: false
1490
1481
  })
1491
1482
  };
@@ -1187,15 +1187,6 @@ export var editorExperimentsConfig = {
1187
1187
  param: 'isEnabled',
1188
1188
  defaultValue: false
1189
1189
  }),
1190
- // Added 2026-01-20
1191
- platform_editor_aifc_remove_duplicate_role: createBooleanExperiment({
1192
- productKeys: {
1193
- confluence: 'platform_editor_aifc_remove_duplicate_role',
1194
- jira: 'platform_editor_aifc_remove_duplicate_role'
1195
- },
1196
- param: 'isEnabled',
1197
- defaultValue: false
1198
- }),
1199
1190
  // Added 2026-01-27 - AI create-page expand collapse fix
1200
1191
  platform_editor_aifc_expand_collapses_oncreate_fix: createBooleanExperiment({
1201
1192
  productKeys: {
@@ -1246,14 +1237,6 @@ export var editorExperimentsConfig = {
1246
1237
  param: 'isEnabled',
1247
1238
  defaultValue: false
1248
1239
  }),
1249
- // Added 2026-01-27
1250
- platform_editor_table_cell_colour_change: createBooleanExperiment({
1251
- productKeys: {
1252
- confluence: 'platform_editor_table_cell_colour_change'
1253
- },
1254
- param: 'isEnabled',
1255
- defaultValue: false
1256
- }),
1257
1240
  confluence_inline_insert_excerpt_width_bugfix: createBooleanExperiment({
1258
1241
  productKeys: {
1259
1242
  confluence: 'confluence_inline_insert_excerpt_width_bugfix'
@@ -1487,5 +1470,13 @@ export var editorExperimentsConfig = {
1487
1470
  },
1488
1471
  param: 'isEnabled',
1489
1472
  defaultValue: false
1473
+ }),
1474
+ // Added 2026-02-25
1475
+ platform_editor_a11y_typeahead_tab_keypress: createBooleanExperiment({
1476
+ productKeys: {
1477
+ confluence: 'platform_editor_a11y_typeahead_tab_keypress'
1478
+ },
1479
+ param: 'isEnabled',
1480
+ defaultValue: false
1490
1481
  })
1491
1482
  };
@@ -881,12 +881,6 @@ export declare const editorExperimentsConfig: {
881
881
  productKeys?: ProductKeys;
882
882
  typeGuard: IsBooleanType;
883
883
  };
884
- platform_editor_aifc_remove_duplicate_role: {
885
- defaultValue: boolean;
886
- param: string;
887
- productKeys?: ProductKeys;
888
- typeGuard: IsBooleanType;
889
- };
890
884
  platform_editor_aifc_expand_collapses_oncreate_fix: {
891
885
  defaultValue: boolean;
892
886
  param: string;
@@ -917,12 +911,6 @@ export declare const editorExperimentsConfig: {
917
911
  productKeys?: ProductKeys;
918
912
  typeGuard: IsBooleanType;
919
913
  };
920
- platform_editor_table_cell_colour_change: {
921
- defaultValue: boolean;
922
- param: string;
923
- productKeys?: ProductKeys;
924
- typeGuard: IsBooleanType;
925
- };
926
914
  confluence_inline_insert_excerpt_width_bugfix: {
927
915
  defaultValue: boolean;
928
916
  param: string;
@@ -1104,5 +1092,11 @@ export declare const editorExperimentsConfig: {
1104
1092
  productKeys?: ProductKeys;
1105
1093
  typeGuard: IsBooleanType;
1106
1094
  };
1095
+ platform_editor_a11y_typeahead_tab_keypress: {
1096
+ defaultValue: boolean;
1097
+ param: string;
1098
+ productKeys?: ProductKeys;
1099
+ typeGuard: IsBooleanType;
1100
+ };
1107
1101
  };
1108
1102
  export {};
@@ -881,12 +881,6 @@ export declare const editorExperimentsConfig: {
881
881
  productKeys?: ProductKeys;
882
882
  typeGuard: IsBooleanType;
883
883
  };
884
- platform_editor_aifc_remove_duplicate_role: {
885
- defaultValue: boolean;
886
- param: string;
887
- productKeys?: ProductKeys;
888
- typeGuard: IsBooleanType;
889
- };
890
884
  platform_editor_aifc_expand_collapses_oncreate_fix: {
891
885
  defaultValue: boolean;
892
886
  param: string;
@@ -917,12 +911,6 @@ export declare const editorExperimentsConfig: {
917
911
  productKeys?: ProductKeys;
918
912
  typeGuard: IsBooleanType;
919
913
  };
920
- platform_editor_table_cell_colour_change: {
921
- defaultValue: boolean;
922
- param: string;
923
- productKeys?: ProductKeys;
924
- typeGuard: IsBooleanType;
925
- };
926
914
  confluence_inline_insert_excerpt_width_bugfix: {
927
915
  defaultValue: boolean;
928
916
  param: string;
@@ -1104,5 +1092,11 @@ export declare const editorExperimentsConfig: {
1104
1092
  productKeys?: ProductKeys;
1105
1093
  typeGuard: IsBooleanType;
1106
1094
  };
1095
+ platform_editor_a11y_typeahead_tab_keypress: {
1096
+ defaultValue: boolean;
1097
+ param: string;
1098
+ productKeys?: ProductKeys;
1099
+ typeGuard: IsBooleanType;
1100
+ };
1107
1101
  };
1108
1102
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "31.2.0",
3
+ "version": "32.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.3.0",
37
+ "@atlaskit/react-ufo": "^5.4.0",
38
38
  "@babel/runtime": "^7.0.0"
39
39
  },
40
40
  "peerDependencies": {