@atlaskit/tmp-editor-statsig 153.0.0 → 155.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,22 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 155.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`a285770e5decb`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a285770e5decb) -
8
+ Remove the migrated platform_editor_ai_move_node, platform_editor_confluence_base_preset,
9
+ platform_editor_inline_card_dispatch_guard, platform_editor_inline_media_replacement, and
10
+ platform_editor_lovability_color_schema_change keys from editorExperimentsConfig. Consumers should
11
+ read these experiments through @atlaskit/platform-feature-experiments.
12
+
13
+ ## 154.0.0
14
+
15
+ ### Major Changes
16
+
17
+ - [`f24601e815f0b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f24601e815f0b) -
18
+ Clean up the `platform_editor_reduce_noisy_steps_ncs` experiment.
19
+
3
20
  ## 153.0.0
4
21
 
5
22
  ### Major Changes
@@ -49,7 +49,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
49
49
  platform_editor_breakout_resizing: false,
50
50
  platform_editor_block_controls_perf_optimization: false,
51
51
  platform_editor_enable_single_player_step_merging: false,
52
- platform_editor_reduce_noisy_steps_ncs: false,
53
52
  platform_editor_paste_actions_menu: false,
54
53
  platform_editor_table_fit_to_content_on_demand: false,
55
54
  platform_editor_table_fit_to_content_auto_convert: false,
@@ -323,14 +323,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
323
323
  param: 'isEnabled',
324
324
  defaultValue: false
325
325
  }),
326
- // Added 2025-05-27
327
- platform_editor_reduce_noisy_steps_ncs: (0, _createBooleanExperiment.createBooleanExperiment)({
328
- productKeys: {
329
- confluence: 'platform_editor_reduce_noisy_steps_ncs'
330
- },
331
- param: 'isEnabled',
332
- defaultValue: false
333
- }),
334
326
  // Added 2024-08-08
335
327
  'example-boolean': (0, _createBooleanExperiment.createBooleanExperiment)({
336
328
  productKeys: {
@@ -504,14 +496,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
504
496
  values: ['control', 'variant_a', 'variant_b'],
505
497
  defaultValue: 'control'
506
498
  }),
507
- // Added 2026-03-02
508
- platform_editor_inline_card_dispatch_guard: (0, _createBooleanExperiment.createBooleanExperiment)({
509
- productKeys: {
510
- jira: 'platform_editor_inline_card_dispatch_guard'
511
- },
512
- param: 'isEnabled',
513
- defaultValue: false
514
- }),
515
499
  // Added 2025-04-14
516
500
  // https://switcheroo.atlassian.com/ui/gates/b159b45a-86d9-4f4b-b482-f9aca5b615d6/key/platform_editor_offline_editing_web
517
501
  platform_editor_offline_editing_web: (0, _createBooleanExperiment.createBooleanExperiment)({
@@ -615,14 +599,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
615
599
  param: 'isEnabled',
616
600
  defaultValue: false
617
601
  }),
618
- // Added 2026-04-12
619
- platform_editor_confluence_base_preset: (0, _createBooleanExperiment.createBooleanExperiment)({
620
- productKeys: {
621
- confluence: 'platform_editor_confluence_base_preset'
622
- },
623
- param: 'isEnabled',
624
- defaultValue: false
625
- }),
626
602
  // Added 2026-04-30
627
603
  platform_editor_code_block_q4_lovability: (0, _createBooleanExperiment.createBooleanExperiment)({
628
604
  productKeys: {
@@ -1049,14 +1025,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1049
1025
  param: 'isEnabled',
1050
1026
  defaultValue: false
1051
1027
  }),
1052
- // Added 2026-04-16
1053
- platform_editor_inline_media_replacement: (0, _createBooleanExperiment.createBooleanExperiment)({
1054
- productKeys: {
1055
- confluence: 'platform_editor_inline_media_replacement'
1056
- },
1057
- param: 'isEnabled',
1058
- defaultValue: false
1059
- }),
1060
1028
  // Added 2025-12-08
1061
1029
  platform_editor_add_image_editing: (0, _createBooleanExperiment.createBooleanExperiment)({
1062
1030
  productKeys: {
@@ -1113,14 +1081,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1113
1081
  param: 'isEnabled',
1114
1082
  defaultValue: false
1115
1083
  }),
1116
- // Added 2026-04-07
1117
- platform_editor_ai_move_node: (0, _createBooleanExperiment.createBooleanExperiment)({
1118
- productKeys: {
1119
- confluence: 'platform_editor_ai_move_node'
1120
- },
1121
- param: 'isEnabled',
1122
- defaultValue: false
1123
- }),
1124
1084
  // Added 2026-01-27 - AI create-page expand collapse fix
1125
1085
  platform_editor_aifc_expand_collapses_oncreate_fix: (0, _createBooleanExperiment.createBooleanExperiment)({
1126
1086
  productKeys: {
@@ -2407,15 +2367,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
2407
2367
  param: 'isEnabled',
2408
2368
  defaultValue: false
2409
2369
  }),
2410
- // Added 2026-06-29
2411
- platform_editor_lovability_color_schema_change: (0, _createBooleanExperiment.createBooleanExperiment)({
2412
- productKeys: {
2413
- confluence: 'platform_editor_lovability_color_schema_change',
2414
- jira: 'platform_editor_lovability_color_schema_change'
2415
- },
2416
- param: 'isEnabled',
2417
- defaultValue: false
2418
- }),
2419
2370
  // Added 2026-07-01
2420
2371
  platform_editor_remove_pause_streaming: (0, _createBooleanExperiment.createBooleanExperiment)({
2421
2372
  productKeys: {
@@ -43,7 +43,6 @@ export const testBooleanOverrides = {
43
43
  platform_editor_breakout_resizing: false,
44
44
  platform_editor_block_controls_perf_optimization: false,
45
45
  platform_editor_enable_single_player_step_merging: false,
46
- platform_editor_reduce_noisy_steps_ncs: false,
47
46
  platform_editor_paste_actions_menu: false,
48
47
  platform_editor_table_fit_to_content_on_demand: false,
49
48
  platform_editor_table_fit_to_content_auto_convert: false,
@@ -317,14 +317,6 @@ export const editorExperimentsConfig = {
317
317
  param: 'isEnabled',
318
318
  defaultValue: false
319
319
  }),
320
- // Added 2025-05-27
321
- platform_editor_reduce_noisy_steps_ncs: createBooleanExperiment({
322
- productKeys: {
323
- confluence: 'platform_editor_reduce_noisy_steps_ncs'
324
- },
325
- param: 'isEnabled',
326
- defaultValue: false
327
- }),
328
320
  // Added 2024-08-08
329
321
  'example-boolean': createBooleanExperiment({
330
322
  productKeys: {
@@ -498,14 +490,6 @@ export const editorExperimentsConfig = {
498
490
  values: ['control', 'variant_a', 'variant_b'],
499
491
  defaultValue: 'control'
500
492
  }),
501
- // Added 2026-03-02
502
- platform_editor_inline_card_dispatch_guard: createBooleanExperiment({
503
- productKeys: {
504
- jira: 'platform_editor_inline_card_dispatch_guard'
505
- },
506
- param: 'isEnabled',
507
- defaultValue: false
508
- }),
509
493
  // Added 2025-04-14
510
494
  // https://switcheroo.atlassian.com/ui/gates/b159b45a-86d9-4f4b-b482-f9aca5b615d6/key/platform_editor_offline_editing_web
511
495
  platform_editor_offline_editing_web: createBooleanExperiment({
@@ -609,14 +593,6 @@ export const editorExperimentsConfig = {
609
593
  param: 'isEnabled',
610
594
  defaultValue: false
611
595
  }),
612
- // Added 2026-04-12
613
- platform_editor_confluence_base_preset: createBooleanExperiment({
614
- productKeys: {
615
- confluence: 'platform_editor_confluence_base_preset'
616
- },
617
- param: 'isEnabled',
618
- defaultValue: false
619
- }),
620
596
  // Added 2026-04-30
621
597
  platform_editor_code_block_q4_lovability: createBooleanExperiment({
622
598
  productKeys: {
@@ -1043,14 +1019,6 @@ export const editorExperimentsConfig = {
1043
1019
  param: 'isEnabled',
1044
1020
  defaultValue: false
1045
1021
  }),
1046
- // Added 2026-04-16
1047
- platform_editor_inline_media_replacement: createBooleanExperiment({
1048
- productKeys: {
1049
- confluence: 'platform_editor_inline_media_replacement'
1050
- },
1051
- param: 'isEnabled',
1052
- defaultValue: false
1053
- }),
1054
1022
  // Added 2025-12-08
1055
1023
  platform_editor_add_image_editing: createBooleanExperiment({
1056
1024
  productKeys: {
@@ -1107,14 +1075,6 @@ export const editorExperimentsConfig = {
1107
1075
  param: 'isEnabled',
1108
1076
  defaultValue: false
1109
1077
  }),
1110
- // Added 2026-04-07
1111
- platform_editor_ai_move_node: createBooleanExperiment({
1112
- productKeys: {
1113
- confluence: 'platform_editor_ai_move_node'
1114
- },
1115
- param: 'isEnabled',
1116
- defaultValue: false
1117
- }),
1118
1078
  // Added 2026-01-27 - AI create-page expand collapse fix
1119
1079
  platform_editor_aifc_expand_collapses_oncreate_fix: createBooleanExperiment({
1120
1080
  productKeys: {
@@ -2401,15 +2361,6 @@ export const editorExperimentsConfig = {
2401
2361
  param: 'isEnabled',
2402
2362
  defaultValue: false
2403
2363
  }),
2404
- // Added 2026-06-29
2405
- platform_editor_lovability_color_schema_change: createBooleanExperiment({
2406
- productKeys: {
2407
- confluence: 'platform_editor_lovability_color_schema_change',
2408
- jira: 'platform_editor_lovability_color_schema_change'
2409
- },
2410
- param: 'isEnabled',
2411
- defaultValue: false
2412
- }),
2413
2364
  // Added 2026-07-01
2414
2365
  platform_editor_remove_pause_streaming: createBooleanExperiment({
2415
2366
  productKeys: {
@@ -43,7 +43,6 @@ export var testBooleanOverrides = {
43
43
  platform_editor_breakout_resizing: false,
44
44
  platform_editor_block_controls_perf_optimization: false,
45
45
  platform_editor_enable_single_player_step_merging: false,
46
- platform_editor_reduce_noisy_steps_ncs: false,
47
46
  platform_editor_paste_actions_menu: false,
48
47
  platform_editor_table_fit_to_content_on_demand: false,
49
48
  platform_editor_table_fit_to_content_auto_convert: false,
@@ -317,14 +317,6 @@ export var editorExperimentsConfig = {
317
317
  param: 'isEnabled',
318
318
  defaultValue: false
319
319
  }),
320
- // Added 2025-05-27
321
- platform_editor_reduce_noisy_steps_ncs: createBooleanExperiment({
322
- productKeys: {
323
- confluence: 'platform_editor_reduce_noisy_steps_ncs'
324
- },
325
- param: 'isEnabled',
326
- defaultValue: false
327
- }),
328
320
  // Added 2024-08-08
329
321
  'example-boolean': createBooleanExperiment({
330
322
  productKeys: {
@@ -498,14 +490,6 @@ export var editorExperimentsConfig = {
498
490
  values: ['control', 'variant_a', 'variant_b'],
499
491
  defaultValue: 'control'
500
492
  }),
501
- // Added 2026-03-02
502
- platform_editor_inline_card_dispatch_guard: createBooleanExperiment({
503
- productKeys: {
504
- jira: 'platform_editor_inline_card_dispatch_guard'
505
- },
506
- param: 'isEnabled',
507
- defaultValue: false
508
- }),
509
493
  // Added 2025-04-14
510
494
  // https://switcheroo.atlassian.com/ui/gates/b159b45a-86d9-4f4b-b482-f9aca5b615d6/key/platform_editor_offline_editing_web
511
495
  platform_editor_offline_editing_web: createBooleanExperiment({
@@ -609,14 +593,6 @@ export var editorExperimentsConfig = {
609
593
  param: 'isEnabled',
610
594
  defaultValue: false
611
595
  }),
612
- // Added 2026-04-12
613
- platform_editor_confluence_base_preset: createBooleanExperiment({
614
- productKeys: {
615
- confluence: 'platform_editor_confluence_base_preset'
616
- },
617
- param: 'isEnabled',
618
- defaultValue: false
619
- }),
620
596
  // Added 2026-04-30
621
597
  platform_editor_code_block_q4_lovability: createBooleanExperiment({
622
598
  productKeys: {
@@ -1043,14 +1019,6 @@ export var editorExperimentsConfig = {
1043
1019
  param: 'isEnabled',
1044
1020
  defaultValue: false
1045
1021
  }),
1046
- // Added 2026-04-16
1047
- platform_editor_inline_media_replacement: createBooleanExperiment({
1048
- productKeys: {
1049
- confluence: 'platform_editor_inline_media_replacement'
1050
- },
1051
- param: 'isEnabled',
1052
- defaultValue: false
1053
- }),
1054
1022
  // Added 2025-12-08
1055
1023
  platform_editor_add_image_editing: createBooleanExperiment({
1056
1024
  productKeys: {
@@ -1107,14 +1075,6 @@ export var editorExperimentsConfig = {
1107
1075
  param: 'isEnabled',
1108
1076
  defaultValue: false
1109
1077
  }),
1110
- // Added 2026-04-07
1111
- platform_editor_ai_move_node: createBooleanExperiment({
1112
- productKeys: {
1113
- confluence: 'platform_editor_ai_move_node'
1114
- },
1115
- param: 'isEnabled',
1116
- defaultValue: false
1117
- }),
1118
1078
  // Added 2026-01-27 - AI create-page expand collapse fix
1119
1079
  platform_editor_aifc_expand_collapses_oncreate_fix: createBooleanExperiment({
1120
1080
  productKeys: {
@@ -2401,15 +2361,6 @@ export var editorExperimentsConfig = {
2401
2361
  param: 'isEnabled',
2402
2362
  defaultValue: false
2403
2363
  }),
2404
- // Added 2026-06-29
2405
- platform_editor_lovability_color_schema_change: createBooleanExperiment({
2406
- productKeys: {
2407
- confluence: 'platform_editor_lovability_color_schema_change',
2408
- jira: 'platform_editor_lovability_color_schema_change'
2409
- },
2410
- param: 'isEnabled',
2411
- defaultValue: false
2412
- }),
2413
2364
  // Added 2026-07-01
2414
2365
  platform_editor_remove_pause_streaming: createBooleanExperiment({
2415
2366
  productKeys: {
@@ -436,12 +436,6 @@ export declare const editorExperimentsConfig: {
436
436
  productKeys?: ProductKeys;
437
437
  typeGuard: IsBooleanType;
438
438
  };
439
- platform_editor_confluence_base_preset: {
440
- defaultValue: boolean;
441
- param: string;
442
- productKeys?: ProductKeys;
443
- typeGuard: IsBooleanType;
444
- };
445
439
  platform_editor_debounce_portal_provider: {
446
440
  defaultValue: boolean;
447
441
  param: string;
@@ -502,12 +496,6 @@ export declare const editorExperimentsConfig: {
502
496
  productKeys?: ProductKeys;
503
497
  typeGuard: IsBooleanType;
504
498
  };
505
- platform_editor_inline_card_dispatch_guard: {
506
- defaultValue: boolean;
507
- param: string;
508
- productKeys?: ProductKeys;
509
- typeGuard: IsBooleanType;
510
- };
511
499
  platform_editor_locale_datepicker: {
512
500
  defaultValue: boolean;
513
501
  param: string;
@@ -628,12 +616,6 @@ export declare const editorExperimentsConfig: {
628
616
  productKeys?: ProductKeys;
629
617
  typeGuard: IsBooleanType;
630
618
  };
631
- platform_editor_reduce_noisy_steps_ncs: {
632
- defaultValue: boolean;
633
- param: string;
634
- productKeys?: ProductKeys;
635
- typeGuard: IsBooleanType;
636
- };
637
619
  platform_editor_renderer_extension_width_fix: {
638
620
  defaultValue: boolean;
639
621
  param: string;
@@ -695,12 +677,6 @@ export declare const editorExperimentsConfig: {
695
677
  productKeys?: ProductKeys;
696
678
  typeGuard: IsBooleanType;
697
679
  };
698
- platform_editor_inline_media_replacement: {
699
- defaultValue: boolean;
700
- param: string;
701
- productKeys?: ProductKeys;
702
- typeGuard: IsBooleanType;
703
- };
704
680
  platform_editor_add_image_editing: {
705
681
  defaultValue: boolean;
706
682
  param: string;
@@ -840,12 +816,6 @@ export declare const editorExperimentsConfig: {
840
816
  productKeys?: ProductKeys;
841
817
  typeGuard: IsBooleanType;
842
818
  };
843
- platform_editor_ai_move_node: {
844
- defaultValue: boolean;
845
- param: string;
846
- productKeys?: ProductKeys;
847
- typeGuard: IsBooleanType;
848
- };
849
819
  confluence_ttvc_inline_extensions: {
850
820
  defaultValue: boolean;
851
821
  param: string;
@@ -1743,12 +1713,6 @@ export declare const editorExperimentsConfig: {
1743
1713
  productKeys?: ProductKeys;
1744
1714
  typeGuard: IsBooleanType;
1745
1715
  };
1746
- platform_editor_lovability_color_schema_change: {
1747
- defaultValue: boolean;
1748
- param: string;
1749
- productKeys?: ProductKeys;
1750
- typeGuard: IsBooleanType;
1751
- };
1752
1716
  platform_editor_remove_pause_streaming: {
1753
1717
  defaultValue: boolean;
1754
1718
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "153.0.0",
3
+ "version": "155.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",