@atlaskit/tmp-editor-statsig 15.0.0 → 15.2.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,19 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 15.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`6ecbe7ee10388`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6ecbe7ee10388) -
8
+ Started an experiment on image editing, added a button in the floating toolbar
9
+
10
+ ## 15.1.0
11
+
12
+ ### Minor Changes
13
+
14
+ - [`5935652291a5f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5935652291a5f) -
15
+ Remove platform_editor_table_drag_handle_hover experiment and enable hover behavior permanently
16
+
3
17
  ## 15.0.0
4
18
 
5
19
  ### Major Changes
@@ -179,14 +179,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
179
179
  param: 'isEnabled',
180
180
  defaultValue: false
181
181
  }),
182
- platform_editor_table_drag_handle_hover: (0, _experimentBuilders.createBooleanExperiment)({
183
- productKeys: {
184
- confluence: 'platform_editor_table_drag_handle_hover',
185
- jira: 'platform_editor_table_drag_handle_hover'
186
- },
187
- param: 'isEnabled',
188
- defaultValue: false
189
- }),
190
182
  // Added 2024-09-05
191
183
  support_table_in_comment: (0, _experimentBuilders.createBooleanExperiment)({
192
184
  productKeys: {
@@ -1181,5 +1173,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1181
1173
  },
1182
1174
  param: 'isEnabled',
1183
1175
  defaultValue: false
1176
+ }),
1177
+ // Added 2025-12-08
1178
+ platform_editor_add_image_editing: (0, _experimentBuilders.createBooleanExperiment)({
1179
+ productKeys: {
1180
+ confluence: 'platform_editor_add_image_editing'
1181
+ },
1182
+ param: 'isEnabled',
1183
+ defaultValue: false
1184
1184
  })
1185
1185
  };
@@ -173,14 +173,6 @@ export const editorExperimentsConfig = {
173
173
  param: 'isEnabled',
174
174
  defaultValue: false
175
175
  }),
176
- platform_editor_table_drag_handle_hover: createBooleanExperiment({
177
- productKeys: {
178
- confluence: 'platform_editor_table_drag_handle_hover',
179
- jira: 'platform_editor_table_drag_handle_hover'
180
- },
181
- param: 'isEnabled',
182
- defaultValue: false
183
- }),
184
176
  // Added 2024-09-05
185
177
  support_table_in_comment: createBooleanExperiment({
186
178
  productKeys: {
@@ -1175,5 +1167,13 @@ export const editorExperimentsConfig = {
1175
1167
  },
1176
1168
  param: 'isEnabled',
1177
1169
  defaultValue: false
1170
+ }),
1171
+ // Added 2025-12-08
1172
+ platform_editor_add_image_editing: createBooleanExperiment({
1173
+ productKeys: {
1174
+ confluence: 'platform_editor_add_image_editing'
1175
+ },
1176
+ param: 'isEnabled',
1177
+ defaultValue: false
1178
1178
  })
1179
1179
  };
@@ -173,14 +173,6 @@ export var editorExperimentsConfig = {
173
173
  param: 'isEnabled',
174
174
  defaultValue: false
175
175
  }),
176
- platform_editor_table_drag_handle_hover: createBooleanExperiment({
177
- productKeys: {
178
- confluence: 'platform_editor_table_drag_handle_hover',
179
- jira: 'platform_editor_table_drag_handle_hover'
180
- },
181
- param: 'isEnabled',
182
- defaultValue: false
183
- }),
184
176
  // Added 2024-09-05
185
177
  support_table_in_comment: createBooleanExperiment({
186
178
  productKeys: {
@@ -1175,5 +1167,13 @@ export var editorExperimentsConfig = {
1175
1167
  },
1176
1168
  param: 'isEnabled',
1177
1169
  defaultValue: false
1170
+ }),
1171
+ // Added 2025-12-08
1172
+ platform_editor_add_image_editing: createBooleanExperiment({
1173
+ productKeys: {
1174
+ confluence: 'platform_editor_add_image_editing'
1175
+ },
1176
+ param: 'isEnabled',
1177
+ defaultValue: false
1178
1178
  })
1179
1179
  };
@@ -672,12 +672,6 @@ export declare const editorExperimentsConfig: {
672
672
  productKeys?: ProductKeys;
673
673
  typeGuard: IsBooleanType;
674
674
  };
675
- platform_editor_table_drag_handle_hover: {
676
- defaultValue: boolean;
677
- param: string;
678
- productKeys?: ProductKeys;
679
- typeGuard: IsBooleanType;
680
- };
681
675
  platform_editor_table_sticky_header_improvements: {
682
676
  defaultValue: 'control' | 'test_with_overflow' | 'test_without_overflow';
683
677
  param: string;
@@ -781,6 +775,12 @@ export declare const editorExperimentsConfig: {
781
775
  productKeys?: ProductKeys;
782
776
  typeGuard: IsBooleanType;
783
777
  };
778
+ platform_editor_add_image_editing: {
779
+ defaultValue: boolean;
780
+ param: string;
781
+ productKeys?: ProductKeys;
782
+ typeGuard: IsBooleanType;
783
+ };
784
784
  platform_hover_card_preview_panel: {
785
785
  defaultValue: 'control' | 'test';
786
786
  param: string;
@@ -672,12 +672,6 @@ export declare const editorExperimentsConfig: {
672
672
  productKeys?: ProductKeys;
673
673
  typeGuard: IsBooleanType;
674
674
  };
675
- platform_editor_table_drag_handle_hover: {
676
- defaultValue: boolean;
677
- param: string;
678
- productKeys?: ProductKeys;
679
- typeGuard: IsBooleanType;
680
- };
681
675
  platform_editor_table_sticky_header_improvements: {
682
676
  defaultValue: 'control' | 'test_with_overflow' | 'test_without_overflow';
683
677
  param: string;
@@ -781,6 +775,12 @@ export declare const editorExperimentsConfig: {
781
775
  productKeys?: ProductKeys;
782
776
  typeGuard: IsBooleanType;
783
777
  };
778
+ platform_editor_add_image_editing: {
779
+ defaultValue: boolean;
780
+ param: string;
781
+ productKeys?: ProductKeys;
782
+ typeGuard: IsBooleanType;
783
+ };
784
784
  platform_hover_card_preview_panel: {
785
785
  defaultValue: 'control' | 'test';
786
786
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "15.0.0",
3
+ "version": "15.2.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",