@atlaskit/tmp-editor-statsig 14.1.1 → 14.1.3

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,20 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 14.1.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [`5d8ba7e59f96f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5d8ba7e59f96f) -
8
+ simplify the media single resizer classnames
9
+ - Updated dependencies
10
+
11
+ ## 14.1.2
12
+
13
+ ### Patch Changes
14
+
15
+ - [`01a138be1a16d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/01a138be1a16d) -
16
+ Clean up platform_editor_block_menu_expand_format
17
+
3
18
  ## 14.1.1
4
19
 
5
20
  ### Patch Changes
@@ -96,6 +96,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
96
96
  values: ['control', 'variant1', 'variant2', 'variant3'],
97
97
  defaultValue: 'control'
98
98
  }),
99
+ // Added 2025-11-26
100
+ platform_editor_resizer_styles_cleanup: (0, _experimentBuilders.createBooleanExperiment)({
101
+ productKeys: {
102
+ confluence: 'platform_editor_resizer_styles_cleanup'
103
+ },
104
+ param: 'isEnabled',
105
+ defaultValue: false
106
+ }),
99
107
  // Added 2025-11-12
100
108
  platform_editor_media_vc_fixes: (0, _experimentBuilders.createBooleanExperiment)({
101
109
  productKeys: {
@@ -908,14 +916,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
908
916
  defaultValue: false
909
917
  }),
910
918
  // Added 2025-09-11
911
- platform_editor_block_menu_expand_format: (0, _experimentBuilders.createBooleanExperiment)({
912
- productKeys: {
913
- confluence: 'platform_editor_block_menu_expand_format'
914
- },
915
- param: 'isEnabled',
916
- defaultValue: false
917
- }),
918
- // Added 2025-09-11
919
919
  platform_editor_add_aria_checked_to_inline_img_btn: (0, _experimentBuilders.createBooleanExperiment)({
920
920
  productKeys: {
921
921
  confluence: 'platform_editor_add_aria_checked_to_inline_image_btn'
@@ -90,6 +90,14 @@ export const editorExperimentsConfig = {
90
90
  values: ['control', 'variant1', 'variant2', 'variant3'],
91
91
  defaultValue: 'control'
92
92
  }),
93
+ // Added 2025-11-26
94
+ platform_editor_resizer_styles_cleanup: createBooleanExperiment({
95
+ productKeys: {
96
+ confluence: 'platform_editor_resizer_styles_cleanup'
97
+ },
98
+ param: 'isEnabled',
99
+ defaultValue: false
100
+ }),
93
101
  // Added 2025-11-12
94
102
  platform_editor_media_vc_fixes: createBooleanExperiment({
95
103
  productKeys: {
@@ -902,14 +910,6 @@ export const editorExperimentsConfig = {
902
910
  defaultValue: false
903
911
  }),
904
912
  // Added 2025-09-11
905
- platform_editor_block_menu_expand_format: createBooleanExperiment({
906
- productKeys: {
907
- confluence: 'platform_editor_block_menu_expand_format'
908
- },
909
- param: 'isEnabled',
910
- defaultValue: false
911
- }),
912
- // Added 2025-09-11
913
913
  platform_editor_add_aria_checked_to_inline_img_btn: createBooleanExperiment({
914
914
  productKeys: {
915
915
  confluence: 'platform_editor_add_aria_checked_to_inline_image_btn'
@@ -90,6 +90,14 @@ export var editorExperimentsConfig = {
90
90
  values: ['control', 'variant1', 'variant2', 'variant3'],
91
91
  defaultValue: 'control'
92
92
  }),
93
+ // Added 2025-11-26
94
+ platform_editor_resizer_styles_cleanup: createBooleanExperiment({
95
+ productKeys: {
96
+ confluence: 'platform_editor_resizer_styles_cleanup'
97
+ },
98
+ param: 'isEnabled',
99
+ defaultValue: false
100
+ }),
93
101
  // Added 2025-11-12
94
102
  platform_editor_media_vc_fixes: createBooleanExperiment({
95
103
  productKeys: {
@@ -902,14 +910,6 @@ export var editorExperimentsConfig = {
902
910
  defaultValue: false
903
911
  }),
904
912
  // Added 2025-09-11
905
- platform_editor_block_menu_expand_format: createBooleanExperiment({
906
- productKeys: {
907
- confluence: 'platform_editor_block_menu_expand_format'
908
- },
909
- param: 'isEnabled',
910
- defaultValue: false
911
- }),
912
- // Added 2025-09-11
913
913
  platform_editor_add_aria_checked_to_inline_img_btn: createBooleanExperiment({
914
914
  productKeys: {
915
915
  confluence: 'platform_editor_add_aria_checked_to_inline_image_btn'
@@ -279,12 +279,6 @@ export declare const editorExperimentsConfig: {
279
279
  productKeys?: ProductKeys;
280
280
  typeGuard: IsBooleanType;
281
281
  };
282
- platform_editor_block_menu_expand_format: {
283
- defaultValue: boolean;
284
- param: string;
285
- productKeys?: ProductKeys;
286
- typeGuard: IsBooleanType;
287
- };
288
282
  platform_editor_blockquote_in_text_formatting_menu: {
289
283
  defaultValue: boolean;
290
284
  param: string;
@@ -654,6 +648,12 @@ export declare const editorExperimentsConfig: {
654
648
  productKeys?: ProductKeys;
655
649
  typeGuard: IsBooleanType;
656
650
  };
651
+ platform_editor_resizer_styles_cleanup: {
652
+ defaultValue: boolean;
653
+ param: string;
654
+ productKeys?: ProductKeys;
655
+ typeGuard: IsBooleanType;
656
+ };
657
657
  platform_editor_smart_card_otp: {
658
658
  defaultValue: boolean;
659
659
  param: string;
@@ -279,12 +279,6 @@ export declare const editorExperimentsConfig: {
279
279
  productKeys?: ProductKeys;
280
280
  typeGuard: IsBooleanType;
281
281
  };
282
- platform_editor_block_menu_expand_format: {
283
- defaultValue: boolean;
284
- param: string;
285
- productKeys?: ProductKeys;
286
- typeGuard: IsBooleanType;
287
- };
288
282
  platform_editor_blockquote_in_text_formatting_menu: {
289
283
  defaultValue: boolean;
290
284
  param: string;
@@ -654,6 +648,12 @@ export declare const editorExperimentsConfig: {
654
648
  productKeys?: ProductKeys;
655
649
  typeGuard: IsBooleanType;
656
650
  };
651
+ platform_editor_resizer_styles_cleanup: {
652
+ defaultValue: boolean;
653
+ param: string;
654
+ productKeys?: ProductKeys;
655
+ typeGuard: IsBooleanType;
656
+ };
657
657
  platform_editor_smart_card_otp: {
658
658
  defaultValue: boolean;
659
659
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "14.1.1",
3
+ "version": "14.1.3",
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",