@atlaskit/tmp-editor-statsig 13.3.0 → 13.5.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
+ ## 13.5.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`ff53e1bfc6c25`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ff53e1bfc6c25) -
8
+ [ED-29482] clean up references to platform_editor_toolbar_rerender_optimization_exp
9
+ - [`663926469ec70`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/663926469ec70) -
10
+ Remove experiment platform_editor_update_modal_close_button
11
+
12
+ ## 13.4.0
13
+
14
+ ### Minor Changes
15
+
16
+ - [`482bcdc75598e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/482bcdc75598e) -
17
+ ED-29462 Clean up platform_editor_toolbar_aifc_responsiveness_update
18
+
3
19
  ## 13.3.0
4
20
 
5
21
  ### Minor Changes
@@ -55,7 +55,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
55
55
  platform_editor_nodevisibility: false,
56
56
  platform_editor_breakout_resizing: false,
57
57
  platform_editor_ai_quickstart_command: false,
58
- platform_editor_toolbar_rerender_optimization_exp: false,
59
58
  platform_editor_block_controls_perf_optimization: false,
60
59
  platform_editor_enable_single_player_step_merging: false,
61
60
  platform_editor_ai_remove_trivial_prompts_cc: false,
@@ -385,14 +385,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
385
385
  param: 'isEnabled',
386
386
  defaultValue: false
387
387
  }),
388
- // Added 2025-05-28
389
- platform_editor_toolbar_rerender_optimization_exp: (0, _experimentBuilders.createBooleanExperiment)({
390
- productKeys: {
391
- confluence: 'platform_editor_toolbar_rerender_optimization_exp'
392
- },
393
- param: 'isEnabled',
394
- defaultValue: false
395
- }),
396
388
  // Added 2025-06-05
397
389
  platform_editor_block_controls_perf_optimization: (0, _experimentBuilders.createBooleanExperiment)({
398
390
  productKeys: {
@@ -713,14 +705,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
713
705
  param: 'isEnabled',
714
706
  defaultValue: false
715
707
  }),
716
- // Added 2025-09-19
717
- platform_editor_toolbar_aifc_responsiveness_update: (0, _experimentBuilders.createBooleanExperiment)({
718
- productKeys: {
719
- confluence: 'platform_editor_toolbar_aifc_responsiveness_update'
720
- },
721
- param: 'isEnabled',
722
- defaultValue: false
723
- }),
724
708
  // Added 2025-07-30
725
709
  platform_editor_pasting_nested_table_fix: (0, _experimentBuilders.createBooleanExperiment)({
726
710
  productKeys: {
@@ -1000,14 +984,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1000
984
  param: 'isEnabled',
1001
985
  defaultValue: false
1002
986
  }),
1003
- // Added 2025-09-24
1004
- platform_editor_update_modal_close_button: (0, _experimentBuilders.createBooleanExperiment)({
1005
- productKeys: {
1006
- confluence: 'platform_editor_update_modal_close_button'
1007
- },
1008
- param: 'isEnabled',
1009
- defaultValue: false
1010
- }),
1011
987
  // Added 2025-09-16
1012
988
  platform_editor_nested_table_refresh_width_fix: (0, _experimentBuilders.createBooleanExperiment)({
1013
989
  productKeys: {
@@ -49,7 +49,6 @@ export const testBooleanOverrides = {
49
49
  platform_editor_nodevisibility: false,
50
50
  platform_editor_breakout_resizing: false,
51
51
  platform_editor_ai_quickstart_command: false,
52
- platform_editor_toolbar_rerender_optimization_exp: false,
53
52
  platform_editor_block_controls_perf_optimization: false,
54
53
  platform_editor_enable_single_player_step_merging: false,
55
54
  platform_editor_ai_remove_trivial_prompts_cc: false,
@@ -379,14 +379,6 @@ export const editorExperimentsConfig = {
379
379
  param: 'isEnabled',
380
380
  defaultValue: false
381
381
  }),
382
- // Added 2025-05-28
383
- platform_editor_toolbar_rerender_optimization_exp: createBooleanExperiment({
384
- productKeys: {
385
- confluence: 'platform_editor_toolbar_rerender_optimization_exp'
386
- },
387
- param: 'isEnabled',
388
- defaultValue: false
389
- }),
390
382
  // Added 2025-06-05
391
383
  platform_editor_block_controls_perf_optimization: createBooleanExperiment({
392
384
  productKeys: {
@@ -707,14 +699,6 @@ export const editorExperimentsConfig = {
707
699
  param: 'isEnabled',
708
700
  defaultValue: false
709
701
  }),
710
- // Added 2025-09-19
711
- platform_editor_toolbar_aifc_responsiveness_update: createBooleanExperiment({
712
- productKeys: {
713
- confluence: 'platform_editor_toolbar_aifc_responsiveness_update'
714
- },
715
- param: 'isEnabled',
716
- defaultValue: false
717
- }),
718
702
  // Added 2025-07-30
719
703
  platform_editor_pasting_nested_table_fix: createBooleanExperiment({
720
704
  productKeys: {
@@ -994,14 +978,6 @@ export const editorExperimentsConfig = {
994
978
  param: 'isEnabled',
995
979
  defaultValue: false
996
980
  }),
997
- // Added 2025-09-24
998
- platform_editor_update_modal_close_button: createBooleanExperiment({
999
- productKeys: {
1000
- confluence: 'platform_editor_update_modal_close_button'
1001
- },
1002
- param: 'isEnabled',
1003
- defaultValue: false
1004
- }),
1005
981
  // Added 2025-09-16
1006
982
  platform_editor_nested_table_refresh_width_fix: createBooleanExperiment({
1007
983
  productKeys: {
@@ -49,7 +49,6 @@ export var testBooleanOverrides = {
49
49
  platform_editor_nodevisibility: false,
50
50
  platform_editor_breakout_resizing: false,
51
51
  platform_editor_ai_quickstart_command: false,
52
- platform_editor_toolbar_rerender_optimization_exp: false,
53
52
  platform_editor_block_controls_perf_optimization: false,
54
53
  platform_editor_enable_single_player_step_merging: false,
55
54
  platform_editor_ai_remove_trivial_prompts_cc: false,
@@ -379,14 +379,6 @@ export var editorExperimentsConfig = {
379
379
  param: 'isEnabled',
380
380
  defaultValue: false
381
381
  }),
382
- // Added 2025-05-28
383
- platform_editor_toolbar_rerender_optimization_exp: createBooleanExperiment({
384
- productKeys: {
385
- confluence: 'platform_editor_toolbar_rerender_optimization_exp'
386
- },
387
- param: 'isEnabled',
388
- defaultValue: false
389
- }),
390
382
  // Added 2025-06-05
391
383
  platform_editor_block_controls_perf_optimization: createBooleanExperiment({
392
384
  productKeys: {
@@ -707,14 +699,6 @@ export var editorExperimentsConfig = {
707
699
  param: 'isEnabled',
708
700
  defaultValue: false
709
701
  }),
710
- // Added 2025-09-19
711
- platform_editor_toolbar_aifc_responsiveness_update: createBooleanExperiment({
712
- productKeys: {
713
- confluence: 'platform_editor_toolbar_aifc_responsiveness_update'
714
- },
715
- param: 'isEnabled',
716
- defaultValue: false
717
- }),
718
702
  // Added 2025-07-30
719
703
  platform_editor_pasting_nested_table_fix: createBooleanExperiment({
720
704
  productKeys: {
@@ -994,14 +978,6 @@ export var editorExperimentsConfig = {
994
978
  param: 'isEnabled',
995
979
  defaultValue: false
996
980
  }),
997
- // Added 2025-09-24
998
- platform_editor_update_modal_close_button: createBooleanExperiment({
999
- productKeys: {
1000
- confluence: 'platform_editor_update_modal_close_button'
1001
- },
1002
- param: 'isEnabled',
1003
- defaultValue: false
1004
- }),
1005
981
  // Added 2025-09-16
1006
982
  platform_editor_nested_table_refresh_width_fix: createBooleanExperiment({
1007
983
  productKeys: {
@@ -281,12 +281,6 @@ export declare const editorExperimentsConfig: {
281
281
  param: string;
282
282
  productKeys?: import("./types").ProductKeys;
283
283
  };
284
- platform_editor_toolbar_rerender_optimization_exp: {
285
- typeGuard: typeof import("./type-guards").isBoolean;
286
- defaultValue: boolean;
287
- param: string;
288
- productKeys?: import("./types").ProductKeys;
289
- };
290
284
  platform_editor_block_controls_perf_optimization: {
291
285
  typeGuard: typeof import("./type-guards").isBoolean;
292
286
  defaultValue: boolean;
@@ -523,12 +517,6 @@ export declare const editorExperimentsConfig: {
523
517
  param: string;
524
518
  productKeys?: import("./types").ProductKeys;
525
519
  };
526
- platform_editor_toolbar_aifc_responsiveness_update: {
527
- typeGuard: typeof import("./type-guards").isBoolean;
528
- defaultValue: boolean;
529
- param: string;
530
- productKeys?: import("./types").ProductKeys;
531
- };
532
520
  platform_editor_pasting_nested_table_fix: {
533
521
  typeGuard: typeof import("./type-guards").isBoolean;
534
522
  defaultValue: boolean;
@@ -734,12 +722,6 @@ export declare const editorExperimentsConfig: {
734
722
  param: string;
735
723
  productKeys?: import("./types").ProductKeys;
736
724
  };
737
- platform_editor_update_modal_close_button: {
738
- typeGuard: typeof import("./type-guards").isBoolean;
739
- defaultValue: boolean;
740
- param: string;
741
- productKeys?: import("./types").ProductKeys;
742
- };
743
725
  platform_editor_nested_table_refresh_width_fix: {
744
726
  typeGuard: typeof import("./type-guards").isBoolean;
745
727
  defaultValue: boolean;
@@ -281,12 +281,6 @@ export declare const editorExperimentsConfig: {
281
281
  param: string;
282
282
  productKeys?: import("./types").ProductKeys;
283
283
  };
284
- platform_editor_toolbar_rerender_optimization_exp: {
285
- typeGuard: typeof import("./type-guards").isBoolean;
286
- defaultValue: boolean;
287
- param: string;
288
- productKeys?: import("./types").ProductKeys;
289
- };
290
284
  platform_editor_block_controls_perf_optimization: {
291
285
  typeGuard: typeof import("./type-guards").isBoolean;
292
286
  defaultValue: boolean;
@@ -523,12 +517,6 @@ export declare const editorExperimentsConfig: {
523
517
  param: string;
524
518
  productKeys?: import("./types").ProductKeys;
525
519
  };
526
- platform_editor_toolbar_aifc_responsiveness_update: {
527
- typeGuard: typeof import("./type-guards").isBoolean;
528
- defaultValue: boolean;
529
- param: string;
530
- productKeys?: import("./types").ProductKeys;
531
- };
532
520
  platform_editor_pasting_nested_table_fix: {
533
521
  typeGuard: typeof import("./type-guards").isBoolean;
534
522
  defaultValue: boolean;
@@ -734,12 +722,6 @@ export declare const editorExperimentsConfig: {
734
722
  param: string;
735
723
  productKeys?: import("./types").ProductKeys;
736
724
  };
737
- platform_editor_update_modal_close_button: {
738
- typeGuard: typeof import("./type-guards").isBoolean;
739
- defaultValue: boolean;
740
- param: string;
741
- productKeys?: import("./types").ProductKeys;
742
- };
743
725
  platform_editor_nested_table_refresh_width_fix: {
744
726
  typeGuard: typeof import("./type-guards").isBoolean;
745
727
  defaultValue: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "13.3.0",
3
+ "version": "13.5.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",