@atlaskit/tmp-editor-statsig 31.3.0 → 32.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,21 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 32.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`f726b988e0c1f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f726b988e0c1f) -
8
+ Change MAUI experiment name from cc-mui-experiment to cc-maui-experiment
9
+
10
+ ## 32.0.0
11
+
12
+ ### Major Changes
13
+
14
+ - [`715d7c4db3977`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/715d7c4db3977) -
15
+ [EDITOR-4953] clean up platform_editor_table_cell_colour_change experiment
16
+ - [`8b94becba79f4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8b94becba79f4) -
17
+ [EDITOR-4640] clean up platform_editor_aifc_remove_duplicate_role experiment
18
+
3
19
  ## 31.3.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'
@@ -1436,9 +1419,9 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1436
1419
  defaultValue: false
1437
1420
  }),
1438
1421
  // Added 2026-02-23
1439
- 'cc-mui-experiment': (0, _experimentBuilders.createBooleanExperiment)({
1422
+ 'cc-maui-experiment': (0, _experimentBuilders.createBooleanExperiment)({
1440
1423
  productKeys: {
1441
- confluence: 'cc-mui-experiment'
1424
+ confluence: 'cc-maui-experiment'
1442
1425
  },
1443
1426
  param: 'isEnabled',
1444
1427
  defaultValue: false
@@ -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'
@@ -1430,9 +1413,9 @@ export const editorExperimentsConfig = {
1430
1413
  defaultValue: false
1431
1414
  }),
1432
1415
  // Added 2026-02-23
1433
- 'cc-mui-experiment': createBooleanExperiment({
1416
+ 'cc-maui-experiment': createBooleanExperiment({
1434
1417
  productKeys: {
1435
- confluence: 'cc-mui-experiment'
1418
+ confluence: 'cc-maui-experiment'
1436
1419
  },
1437
1420
  param: 'isEnabled',
1438
1421
  defaultValue: false
@@ -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'
@@ -1430,9 +1413,9 @@ export var editorExperimentsConfig = {
1430
1413
  defaultValue: false
1431
1414
  }),
1432
1415
  // Added 2026-02-23
1433
- 'cc-mui-experiment': createBooleanExperiment({
1416
+ 'cc-maui-experiment': createBooleanExperiment({
1434
1417
  productKeys: {
1435
- confluence: 'cc-mui-experiment'
1418
+ confluence: 'cc-maui-experiment'
1436
1419
  },
1437
1420
  param: 'isEnabled',
1438
1421
  defaultValue: false
@@ -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;
@@ -1068,7 +1056,7 @@ export declare const editorExperimentsConfig: {
1068
1056
  productKeys?: ProductKeys;
1069
1057
  typeGuard: IsBooleanType;
1070
1058
  };
1071
- 'cc-mui-experiment': {
1059
+ 'cc-maui-experiment': {
1072
1060
  defaultValue: boolean;
1073
1061
  param: string;
1074
1062
  productKeys?: ProductKeys;
@@ -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;
@@ -1068,7 +1056,7 @@ export declare const editorExperimentsConfig: {
1068
1056
  productKeys?: ProductKeys;
1069
1057
  typeGuard: IsBooleanType;
1070
1058
  };
1071
- 'cc-mui-experiment': {
1059
+ 'cc-maui-experiment': {
1072
1060
  defaultValue: boolean;
1073
1061
  param: string;
1074
1062
  productKeys?: ProductKeys;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "31.3.0",
3
+ "version": "32.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.3.0",
37
+ "@atlaskit/react-ufo": "^5.4.0",
38
38
  "@babel/runtime": "^7.0.0"
39
39
  },
40
40
  "peerDependencies": {