@atlaskit/tmp-editor-statsig 13.4.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,14 @@
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
+
3
12
  ## 13.4.0
4
13
 
5
14
  ### 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: {
@@ -992,14 +984,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
992
984
  param: 'isEnabled',
993
985
  defaultValue: false
994
986
  }),
995
- // Added 2025-09-24
996
- platform_editor_update_modal_close_button: (0, _experimentBuilders.createBooleanExperiment)({
997
- productKeys: {
998
- confluence: 'platform_editor_update_modal_close_button'
999
- },
1000
- param: 'isEnabled',
1001
- defaultValue: false
1002
- }),
1003
987
  // Added 2025-09-16
1004
988
  platform_editor_nested_table_refresh_width_fix: (0, _experimentBuilders.createBooleanExperiment)({
1005
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: {
@@ -986,14 +978,6 @@ export const editorExperimentsConfig = {
986
978
  param: 'isEnabled',
987
979
  defaultValue: false
988
980
  }),
989
- // Added 2025-09-24
990
- platform_editor_update_modal_close_button: createBooleanExperiment({
991
- productKeys: {
992
- confluence: 'platform_editor_update_modal_close_button'
993
- },
994
- param: 'isEnabled',
995
- defaultValue: false
996
- }),
997
981
  // Added 2025-09-16
998
982
  platform_editor_nested_table_refresh_width_fix: createBooleanExperiment({
999
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: {
@@ -986,14 +978,6 @@ export var editorExperimentsConfig = {
986
978
  param: 'isEnabled',
987
979
  defaultValue: false
988
980
  }),
989
- // Added 2025-09-24
990
- platform_editor_update_modal_close_button: createBooleanExperiment({
991
- productKeys: {
992
- confluence: 'platform_editor_update_modal_close_button'
993
- },
994
- param: 'isEnabled',
995
- defaultValue: false
996
- }),
997
981
  // Added 2025-09-16
998
982
  platform_editor_nested_table_refresh_width_fix: createBooleanExperiment({
999
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;
@@ -728,12 +722,6 @@ export declare const editorExperimentsConfig: {
728
722
  param: string;
729
723
  productKeys?: import("./types").ProductKeys;
730
724
  };
731
- platform_editor_update_modal_close_button: {
732
- typeGuard: typeof import("./type-guards").isBoolean;
733
- defaultValue: boolean;
734
- param: string;
735
- productKeys?: import("./types").ProductKeys;
736
- };
737
725
  platform_editor_nested_table_refresh_width_fix: {
738
726
  typeGuard: typeof import("./type-guards").isBoolean;
739
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;
@@ -728,12 +722,6 @@ export declare const editorExperimentsConfig: {
728
722
  param: string;
729
723
  productKeys?: import("./types").ProductKeys;
730
724
  };
731
- platform_editor_update_modal_close_button: {
732
- typeGuard: typeof import("./type-guards").isBoolean;
733
- defaultValue: boolean;
734
- param: string;
735
- productKeys?: import("./types").ProductKeys;
736
- };
737
725
  platform_editor_nested_table_refresh_width_fix: {
738
726
  typeGuard: typeof import("./type-guards").isBoolean;
739
727
  defaultValue: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "13.4.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",