@atlaskit/tmp-editor-statsig 13.31.0 → 13.32.1

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
+ ## 13.32.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`0d661119b4293`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0d661119b4293) -
8
+ Clean up platform_editor_insertion experiment by shipping control variant. Remove modern TypeAhead
9
+ components and experiment infrastructure while preserving all existing functionality.
10
+
11
+ ## 13.32.0
12
+
13
+ ### Minor Changes
14
+
15
+ - [`7a3ccae3a8cf5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7a3ccae3a8cf5) -
16
+ ED-29457Clean up platform_editor_toolbar_aifc_renderer_selection
17
+
3
18
  ## 13.31.0
4
19
 
5
20
  ### Minor Changes
@@ -13,7 +13,6 @@ var testMultivariateOverrides = exports.testMultivariateOverrides = {
13
13
  confluence_whiteboards_quick_insert: 'control',
14
14
  confluence_whiteboards_quick_insert_localised: 'control',
15
15
  confluence_whiteboards_quick_insert_localised_aa: 'control',
16
- platform_editor_insertion: 'control',
17
16
  editor_ai_inline_suggestion_date_v2: 'control',
18
17
  cc_editor_ai_content_mode: 'control',
19
18
  platform_editor_add_orange_highlight_color: 'control',
@@ -260,15 +260,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
260
260
  param: 'isEnabled',
261
261
  defaultValue: false
262
262
  }),
263
- // Added 28-02-2025
264
- platform_editor_insertion: (0, _experimentBuilders.createMultivariateExperiment)({
265
- productKeys: {
266
- confluence: 'platform_editor_insertion'
267
- },
268
- param: 'cohort',
269
- values: ['control', 'variant1'],
270
- defaultValue: 'control'
271
- }),
272
263
  // Added 2025-09-03
273
264
  platform_editor_hydratable_ui: (0, _experimentBuilders.createBooleanExperiment)({
274
265
  productKeys: {
@@ -955,14 +946,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
955
946
  param: 'isEnabled',
956
947
  defaultValue: false
957
948
  }),
958
- // Added 2025-09-18
959
- platform_editor_toolbar_aifc_renderer_selection: (0, _experimentBuilders.createBooleanExperiment)({
960
- productKeys: {
961
- confluence: 'platform_editor_toolbar_aifc_renderer_selection'
962
- },
963
- param: 'isEnabled',
964
- defaultValue: false
965
- }),
966
949
  // Added 2025-10-10
967
950
  platform_use_llm_space_recommendations: (0, _experimentBuilders.createBooleanExperiment)({
968
951
  productKeys: {
@@ -7,7 +7,6 @@ export const testMultivariateOverrides = {
7
7
  confluence_whiteboards_quick_insert: 'control',
8
8
  confluence_whiteboards_quick_insert_localised: 'control',
9
9
  confluence_whiteboards_quick_insert_localised_aa: 'control',
10
- platform_editor_insertion: 'control',
11
10
  editor_ai_inline_suggestion_date_v2: 'control',
12
11
  cc_editor_ai_content_mode: 'control',
13
12
  platform_editor_add_orange_highlight_color: 'control',
@@ -254,15 +254,6 @@ export const editorExperimentsConfig = {
254
254
  param: 'isEnabled',
255
255
  defaultValue: false
256
256
  }),
257
- // Added 28-02-2025
258
- platform_editor_insertion: createMultivariateExperiment({
259
- productKeys: {
260
- confluence: 'platform_editor_insertion'
261
- },
262
- param: 'cohort',
263
- values: ['control', 'variant1'],
264
- defaultValue: 'control'
265
- }),
266
257
  // Added 2025-09-03
267
258
  platform_editor_hydratable_ui: createBooleanExperiment({
268
259
  productKeys: {
@@ -949,14 +940,6 @@ export const editorExperimentsConfig = {
949
940
  param: 'isEnabled',
950
941
  defaultValue: false
951
942
  }),
952
- // Added 2025-09-18
953
- platform_editor_toolbar_aifc_renderer_selection: createBooleanExperiment({
954
- productKeys: {
955
- confluence: 'platform_editor_toolbar_aifc_renderer_selection'
956
- },
957
- param: 'isEnabled',
958
- defaultValue: false
959
- }),
960
943
  // Added 2025-10-10
961
944
  platform_use_llm_space_recommendations: createBooleanExperiment({
962
945
  productKeys: {
@@ -7,7 +7,6 @@ export var testMultivariateOverrides = {
7
7
  confluence_whiteboards_quick_insert: 'control',
8
8
  confluence_whiteboards_quick_insert_localised: 'control',
9
9
  confluence_whiteboards_quick_insert_localised_aa: 'control',
10
- platform_editor_insertion: 'control',
11
10
  editor_ai_inline_suggestion_date_v2: 'control',
12
11
  cc_editor_ai_content_mode: 'control',
13
12
  platform_editor_add_orange_highlight_color: 'control',
@@ -254,15 +254,6 @@ export var editorExperimentsConfig = {
254
254
  param: 'isEnabled',
255
255
  defaultValue: false
256
256
  }),
257
- // Added 28-02-2025
258
- platform_editor_insertion: createMultivariateExperiment({
259
- productKeys: {
260
- confluence: 'platform_editor_insertion'
261
- },
262
- param: 'cohort',
263
- values: ['control', 'variant1'],
264
- defaultValue: 'control'
265
- }),
266
257
  // Added 2025-09-03
267
258
  platform_editor_hydratable_ui: createBooleanExperiment({
268
259
  productKeys: {
@@ -949,14 +940,6 @@ export var editorExperimentsConfig = {
949
940
  param: 'isEnabled',
950
941
  defaultValue: false
951
942
  }),
952
- // Added 2025-09-18
953
- platform_editor_toolbar_aifc_renderer_selection: createBooleanExperiment({
954
- productKeys: {
955
- confluence: 'platform_editor_toolbar_aifc_renderer_selection'
956
- },
957
- param: 'isEnabled',
958
- defaultValue: false
959
- }),
960
943
  // Added 2025-10-10
961
944
  platform_use_llm_space_recommendations: createBooleanExperiment({
962
945
  productKeys: {
@@ -184,13 +184,6 @@ export declare const editorExperimentsConfig: {
184
184
  param: string;
185
185
  productKeys?: import("./types").ProductKeys;
186
186
  };
187
- platform_editor_insertion: {
188
- values: ("control" | "variant1")[];
189
- typeGuard: (value: unknown) => value is "control" | "variant1";
190
- defaultValue: "control" | "variant1";
191
- param: string;
192
- productKeys?: import("./types").ProductKeys;
193
- };
194
187
  platform_editor_hydratable_ui: {
195
188
  typeGuard: typeof import("./type-guards").isBoolean;
196
189
  defaultValue: boolean;
@@ -700,12 +693,6 @@ export declare const editorExperimentsConfig: {
700
693
  param: string;
701
694
  productKeys?: import("./types").ProductKeys;
702
695
  };
703
- platform_editor_toolbar_aifc_renderer_selection: {
704
- typeGuard: typeof import("./type-guards").isBoolean;
705
- defaultValue: boolean;
706
- param: string;
707
- productKeys?: import("./types").ProductKeys;
708
- };
709
696
  platform_use_llm_space_recommendations: {
710
697
  typeGuard: typeof import("./type-guards").isBoolean;
711
698
  defaultValue: boolean;
@@ -184,13 +184,6 @@ export declare const editorExperimentsConfig: {
184
184
  param: string;
185
185
  productKeys?: import("./types").ProductKeys;
186
186
  };
187
- platform_editor_insertion: {
188
- values: ("control" | "variant1")[];
189
- typeGuard: (value: unknown) => value is "control" | "variant1";
190
- defaultValue: "control" | "variant1";
191
- param: string;
192
- productKeys?: import("./types").ProductKeys;
193
- };
194
187
  platform_editor_hydratable_ui: {
195
188
  typeGuard: typeof import("./type-guards").isBoolean;
196
189
  defaultValue: boolean;
@@ -700,12 +693,6 @@ export declare const editorExperimentsConfig: {
700
693
  param: string;
701
694
  productKeys?: import("./types").ProductKeys;
702
695
  };
703
- platform_editor_toolbar_aifc_renderer_selection: {
704
- typeGuard: typeof import("./type-guards").isBoolean;
705
- defaultValue: boolean;
706
- param: string;
707
- productKeys?: import("./types").ProductKeys;
708
- };
709
696
  platform_use_llm_space_recommendations: {
710
697
  typeGuard: typeof import("./type-guards").isBoolean;
711
698
  defaultValue: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "13.31.0",
3
+ "version": "13.32.1",
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",