@atlaskit/tmp-editor-statsig 202.0.1 → 204.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,23 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 204.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`c59a6b356dc1b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c59a6b356dc1b) -
8
+ Clean up experiment `platform_editor_korean_characters_split`
9
+
10
+ ## 203.0.0
11
+
12
+ ### Major Changes
13
+
14
+ - [`2a3bb6864b8fe`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2a3bb6864b8fe) -
15
+ Clean up the `platform_editor_fix_selection_text_color_change` experiment.
16
+ - [`d2d3703fed89b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d2d3703fed89b) -
17
+ Clean up experiment `platform_editor_ai_improve_formatting_toolbar`
18
+ - [`11bcba8414047`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/11bcba8414047) -
19
+ Clean up experiment `platform_editor_fix_ai_streaming_race`
20
+
3
21
  ## 202.0.1
4
22
 
5
23
  ### Patch Changes
@@ -765,14 +765,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
765
765
  values: ['control', 'new-description', 'orig-description'],
766
766
  defaultValue: 'control'
767
767
  }),
768
- // Added 2026-07-20
769
- platform_editor_fix_ai_streaming_race: (0, _createBooleanExperiment.createBooleanExperiment)({
770
- productKeys: {
771
- confluence: 'platform_editor_fix_ai_streaming_race'
772
- },
773
- param: 'isEnabled',
774
- defaultValue: false
775
- }),
776
768
  // Added 2026-04-01
777
769
  cc_page_experiences_editor_image_generation: (0, _createBooleanExperiment.createBooleanExperiment)({
778
770
  productKeys: {
@@ -1246,14 +1238,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1246
1238
  param: 'isEnabled',
1247
1239
  defaultValue: false
1248
1240
  }),
1249
- // Added 2026-04-22
1250
- platform_editor_korean_characters_split: (0, _createBooleanExperiment.createBooleanExperiment)({
1251
- productKeys: {
1252
- confluence: 'platform_editor_korean_characters_split'
1253
- },
1254
- param: 'isEnabled',
1255
- defaultValue: false
1256
- }),
1257
1241
  // Added 2026-07-09
1258
1242
  platform_editor_sync_block_activation: (0, _createBooleanExperiment.createBooleanExperiment)({
1259
1243
  productKeys: {
@@ -1328,14 +1312,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1328
1312
  param: 'isEnabled',
1329
1313
  defaultValue: false
1330
1314
  }),
1331
- // Added 2026-05-19
1332
- platform_editor_ai_improve_formatting_toolbar: (0, _createBooleanExperiment.createBooleanExperiment)({
1333
- productKeys: {
1334
- confluence: 'platform_editor_ai_improve_formatting_toolbar'
1335
- },
1336
- param: 'isEnabled',
1337
- defaultValue: false
1338
- }),
1339
1315
  // Added 2026-06-29
1340
1316
  'a11y-fixes-week3-may-2026': (0, _createBooleanExperiment.createBooleanExperiment)({
1341
1317
  productKeys: {
@@ -1422,15 +1398,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1422
1398
  param: 'isEnabled',
1423
1399
  defaultValue: false
1424
1400
  }),
1425
- // Added 2026-06-25
1426
- platform_editor_fix_selection_text_color_change: (0, _createBooleanExperiment.createBooleanExperiment)({
1427
- productKeys: {
1428
- confluence: 'platform_editor_fix_selection_text_color_change',
1429
- jira: 'platform_editor_fix_selection_text_color_change'
1430
- },
1431
- param: 'isEnabled',
1432
- defaultValue: false
1433
- }),
1434
1401
  // Added 2026-06-20
1435
1402
  platform_editor_ssr_toolbar_optimistic: (0, _createBooleanExperiment.createBooleanExperiment)({
1436
1403
  productKeys: {
@@ -759,14 +759,6 @@ export const editorExperimentsConfig = {
759
759
  values: ['control', 'new-description', 'orig-description'],
760
760
  defaultValue: 'control'
761
761
  }),
762
- // Added 2026-07-20
763
- platform_editor_fix_ai_streaming_race: createBooleanExperiment({
764
- productKeys: {
765
- confluence: 'platform_editor_fix_ai_streaming_race'
766
- },
767
- param: 'isEnabled',
768
- defaultValue: false
769
- }),
770
762
  // Added 2026-04-01
771
763
  cc_page_experiences_editor_image_generation: createBooleanExperiment({
772
764
  productKeys: {
@@ -1240,14 +1232,6 @@ export const editorExperimentsConfig = {
1240
1232
  param: 'isEnabled',
1241
1233
  defaultValue: false
1242
1234
  }),
1243
- // Added 2026-04-22
1244
- platform_editor_korean_characters_split: createBooleanExperiment({
1245
- productKeys: {
1246
- confluence: 'platform_editor_korean_characters_split'
1247
- },
1248
- param: 'isEnabled',
1249
- defaultValue: false
1250
- }),
1251
1235
  // Added 2026-07-09
1252
1236
  platform_editor_sync_block_activation: createBooleanExperiment({
1253
1237
  productKeys: {
@@ -1322,14 +1306,6 @@ export const editorExperimentsConfig = {
1322
1306
  param: 'isEnabled',
1323
1307
  defaultValue: false
1324
1308
  }),
1325
- // Added 2026-05-19
1326
- platform_editor_ai_improve_formatting_toolbar: createBooleanExperiment({
1327
- productKeys: {
1328
- confluence: 'platform_editor_ai_improve_formatting_toolbar'
1329
- },
1330
- param: 'isEnabled',
1331
- defaultValue: false
1332
- }),
1333
1309
  // Added 2026-06-29
1334
1310
  'a11y-fixes-week3-may-2026': createBooleanExperiment({
1335
1311
  productKeys: {
@@ -1416,15 +1392,6 @@ export const editorExperimentsConfig = {
1416
1392
  param: 'isEnabled',
1417
1393
  defaultValue: false
1418
1394
  }),
1419
- // Added 2026-06-25
1420
- platform_editor_fix_selection_text_color_change: createBooleanExperiment({
1421
- productKeys: {
1422
- confluence: 'platform_editor_fix_selection_text_color_change',
1423
- jira: 'platform_editor_fix_selection_text_color_change'
1424
- },
1425
- param: 'isEnabled',
1426
- defaultValue: false
1427
- }),
1428
1395
  // Added 2026-06-20
1429
1396
  platform_editor_ssr_toolbar_optimistic: createBooleanExperiment({
1430
1397
  productKeys: {
@@ -759,14 +759,6 @@ export var editorExperimentsConfig = {
759
759
  values: ['control', 'new-description', 'orig-description'],
760
760
  defaultValue: 'control'
761
761
  }),
762
- // Added 2026-07-20
763
- platform_editor_fix_ai_streaming_race: createBooleanExperiment({
764
- productKeys: {
765
- confluence: 'platform_editor_fix_ai_streaming_race'
766
- },
767
- param: 'isEnabled',
768
- defaultValue: false
769
- }),
770
762
  // Added 2026-04-01
771
763
  cc_page_experiences_editor_image_generation: createBooleanExperiment({
772
764
  productKeys: {
@@ -1240,14 +1232,6 @@ export var editorExperimentsConfig = {
1240
1232
  param: 'isEnabled',
1241
1233
  defaultValue: false
1242
1234
  }),
1243
- // Added 2026-04-22
1244
- platform_editor_korean_characters_split: createBooleanExperiment({
1245
- productKeys: {
1246
- confluence: 'platform_editor_korean_characters_split'
1247
- },
1248
- param: 'isEnabled',
1249
- defaultValue: false
1250
- }),
1251
1235
  // Added 2026-07-09
1252
1236
  platform_editor_sync_block_activation: createBooleanExperiment({
1253
1237
  productKeys: {
@@ -1322,14 +1306,6 @@ export var editorExperimentsConfig = {
1322
1306
  param: 'isEnabled',
1323
1307
  defaultValue: false
1324
1308
  }),
1325
- // Added 2026-05-19
1326
- platform_editor_ai_improve_formatting_toolbar: createBooleanExperiment({
1327
- productKeys: {
1328
- confluence: 'platform_editor_ai_improve_formatting_toolbar'
1329
- },
1330
- param: 'isEnabled',
1331
- defaultValue: false
1332
- }),
1333
1309
  // Added 2026-06-29
1334
1310
  'a11y-fixes-week3-may-2026': createBooleanExperiment({
1335
1311
  productKeys: {
@@ -1416,15 +1392,6 @@ export var editorExperimentsConfig = {
1416
1392
  param: 'isEnabled',
1417
1393
  defaultValue: false
1418
1394
  }),
1419
- // Added 2026-06-25
1420
- platform_editor_fix_selection_text_color_change: createBooleanExperiment({
1421
- productKeys: {
1422
- confluence: 'platform_editor_fix_selection_text_color_change',
1423
- jira: 'platform_editor_fix_selection_text_color_change'
1424
- },
1425
- param: 'isEnabled',
1426
- defaultValue: false
1427
- }),
1428
1395
  // Added 2026-06-20
1429
1396
  platform_editor_ssr_toolbar_optimistic: createBooleanExperiment({
1430
1397
  productKeys: {
@@ -255,12 +255,6 @@ export declare const editorExperimentsConfig: {
255
255
  productKeys?: ProductKeys;
256
256
  typeGuard: IsBooleanType;
257
257
  };
258
- platform_editor_fix_ai_streaming_race: {
259
- defaultValue: boolean;
260
- param: string;
261
- productKeys?: ProductKeys;
262
- typeGuard: IsBooleanType;
263
- };
264
258
  platform_editor_august_a11y: {
265
259
  defaultValue: boolean;
266
260
  param: string;
@@ -908,12 +902,6 @@ export declare const editorExperimentsConfig: {
908
902
  productKeys?: ProductKeys;
909
903
  typeGuard: IsBooleanType;
910
904
  };
911
- platform_editor_korean_characters_split: {
912
- defaultValue: boolean;
913
- param: string;
914
- productKeys?: ProductKeys;
915
- typeGuard: IsBooleanType;
916
- };
917
905
  platform_editor_use_markdown_plus_parser: {
918
906
  defaultValue: boolean;
919
907
  param: string;
@@ -963,12 +951,6 @@ export declare const editorExperimentsConfig: {
963
951
  productKeys?: ProductKeys;
964
952
  typeGuard: IsBooleanType;
965
953
  };
966
- platform_editor_ai_improve_formatting_toolbar: {
967
- defaultValue: boolean;
968
- param: string;
969
- productKeys?: ProductKeys;
970
- typeGuard: IsBooleanType;
971
- };
972
954
  'a11y-fixes-week3-may-2026': {
973
955
  defaultValue: boolean;
974
956
  param: string;
@@ -1023,12 +1005,6 @@ export declare const editorExperimentsConfig: {
1023
1005
  productKeys?: ProductKeys;
1024
1006
  typeGuard: IsBooleanType;
1025
1007
  };
1026
- platform_editor_fix_selection_text_color_change: {
1027
- defaultValue: boolean;
1028
- param: string;
1029
- productKeys?: ProductKeys;
1030
- typeGuard: IsBooleanType;
1031
- };
1032
1008
  platform_editor_ssr_toolbar_optimistic: {
1033
1009
  defaultValue: boolean;
1034
1010
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "202.0.1",
3
+ "version": "204.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",