@atlaskit/tmp-editor-statsig 13.25.0 → 13.27.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.27.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`3c501a06f7c8b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3c501a06f7c8b) -
8
+ [EDITOR-2460] add new experiment to config file
9
+
10
+ ## 13.26.0
11
+
12
+ ### Minor Changes
13
+
14
+ - [`7faacb80f6865`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7faacb80f6865) -
15
+ Remove platform_editor_toolbar_aifc_exp_code_toggle experiment
16
+ - [`29d0693bd5373`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/29d0693bd5373) -
17
+ EDITOR-2581 Fire event for suppressAllToolbars api being used
18
+
3
19
  ## 13.25.0
4
20
 
5
21
  ### Minor Changes
@@ -312,6 +312,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
312
312
  values: ['control', 'test'],
313
313
  defaultValue: 'control'
314
314
  }),
315
+ // Added 2025-10-31
316
+ platform_editor_lovability_suppress_toolbar_event: (0, _experimentBuilders.createBooleanExperiment)({
317
+ productKeys: {
318
+ confluence: 'platform_editor_lovability_suppress_toolbar_event',
319
+ jira: 'platform_editor_lovability_suppress_toolbar_event'
320
+ },
321
+ param: 'isEnabled',
322
+ defaultValue: false
323
+ }),
315
324
  // Added 2025-04-17
316
325
  platform_editor_tables_drag_and_drop: (0, _experimentBuilders.createBooleanExperiment)({
317
326
  productKeys: {
@@ -815,15 +824,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
815
824
  param: 'isEnabled',
816
825
  defaultValue: false
817
826
  }),
818
- // Added 2025-08-29
819
- platform_editor_toolbar_aifc_exp_code_toggle: (0, _experimentBuilders.createBooleanExperiment)({
820
- productKeys: {
821
- confluence: 'platform_editor_toolbar_aifc_exp_code_toggle',
822
- jira: 'platform_editor_toolbar_aifc_exp_code_toggle'
823
- },
824
- param: 'isEnabled',
825
- defaultValue: false
826
- }),
827
827
  // Added 2025-08-27
828
828
  platform_editor_toolbar_support_custom_components: (0, _experimentBuilders.createBooleanExperiment)({
829
829
  productKeys: {
@@ -1098,5 +1098,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1098
1098
  param: 'cohort',
1099
1099
  values: ['control', 'test_with_overflow', 'test_without_overflow'],
1100
1100
  defaultValue: 'control'
1101
+ }),
1102
+ // Added 2025-10-29
1103
+ platform_editor_lovability_inline_code: (0, _experimentBuilders.createBooleanExperiment)({
1104
+ productKeys: {
1105
+ confluence: 'platform_editor_lovability_inline_code'
1106
+ },
1107
+ param: 'isEnabled',
1108
+ defaultValue: false
1101
1109
  })
1102
1110
  };
@@ -306,6 +306,15 @@ export const editorExperimentsConfig = {
306
306
  values: ['control', 'test'],
307
307
  defaultValue: 'control'
308
308
  }),
309
+ // Added 2025-10-31
310
+ platform_editor_lovability_suppress_toolbar_event: createBooleanExperiment({
311
+ productKeys: {
312
+ confluence: 'platform_editor_lovability_suppress_toolbar_event',
313
+ jira: 'platform_editor_lovability_suppress_toolbar_event'
314
+ },
315
+ param: 'isEnabled',
316
+ defaultValue: false
317
+ }),
309
318
  // Added 2025-04-17
310
319
  platform_editor_tables_drag_and_drop: createBooleanExperiment({
311
320
  productKeys: {
@@ -809,15 +818,6 @@ export const editorExperimentsConfig = {
809
818
  param: 'isEnabled',
810
819
  defaultValue: false
811
820
  }),
812
- // Added 2025-08-29
813
- platform_editor_toolbar_aifc_exp_code_toggle: createBooleanExperiment({
814
- productKeys: {
815
- confluence: 'platform_editor_toolbar_aifc_exp_code_toggle',
816
- jira: 'platform_editor_toolbar_aifc_exp_code_toggle'
817
- },
818
- param: 'isEnabled',
819
- defaultValue: false
820
- }),
821
821
  // Added 2025-08-27
822
822
  platform_editor_toolbar_support_custom_components: createBooleanExperiment({
823
823
  productKeys: {
@@ -1092,5 +1092,13 @@ export const editorExperimentsConfig = {
1092
1092
  param: 'cohort',
1093
1093
  values: ['control', 'test_with_overflow', 'test_without_overflow'],
1094
1094
  defaultValue: 'control'
1095
+ }),
1096
+ // Added 2025-10-29
1097
+ platform_editor_lovability_inline_code: createBooleanExperiment({
1098
+ productKeys: {
1099
+ confluence: 'platform_editor_lovability_inline_code'
1100
+ },
1101
+ param: 'isEnabled',
1102
+ defaultValue: false
1095
1103
  })
1096
1104
  };
@@ -306,6 +306,15 @@ export var editorExperimentsConfig = {
306
306
  values: ['control', 'test'],
307
307
  defaultValue: 'control'
308
308
  }),
309
+ // Added 2025-10-31
310
+ platform_editor_lovability_suppress_toolbar_event: createBooleanExperiment({
311
+ productKeys: {
312
+ confluence: 'platform_editor_lovability_suppress_toolbar_event',
313
+ jira: 'platform_editor_lovability_suppress_toolbar_event'
314
+ },
315
+ param: 'isEnabled',
316
+ defaultValue: false
317
+ }),
309
318
  // Added 2025-04-17
310
319
  platform_editor_tables_drag_and_drop: createBooleanExperiment({
311
320
  productKeys: {
@@ -809,15 +818,6 @@ export var editorExperimentsConfig = {
809
818
  param: 'isEnabled',
810
819
  defaultValue: false
811
820
  }),
812
- // Added 2025-08-29
813
- platform_editor_toolbar_aifc_exp_code_toggle: createBooleanExperiment({
814
- productKeys: {
815
- confluence: 'platform_editor_toolbar_aifc_exp_code_toggle',
816
- jira: 'platform_editor_toolbar_aifc_exp_code_toggle'
817
- },
818
- param: 'isEnabled',
819
- defaultValue: false
820
- }),
821
821
  // Added 2025-08-27
822
822
  platform_editor_toolbar_support_custom_components: createBooleanExperiment({
823
823
  productKeys: {
@@ -1092,5 +1092,13 @@ export var editorExperimentsConfig = {
1092
1092
  param: 'cohort',
1093
1093
  values: ['control', 'test_with_overflow', 'test_without_overflow'],
1094
1094
  defaultValue: 'control'
1095
+ }),
1096
+ // Added 2025-10-29
1097
+ platform_editor_lovability_inline_code: createBooleanExperiment({
1098
+ productKeys: {
1099
+ confluence: 'platform_editor_lovability_inline_code'
1100
+ },
1101
+ param: 'isEnabled',
1102
+ defaultValue: false
1095
1103
  })
1096
1104
  };
@@ -223,6 +223,12 @@ export declare const editorExperimentsConfig: {
223
223
  param: string;
224
224
  productKeys?: import("./types").ProductKeys;
225
225
  };
226
+ platform_editor_lovability_suppress_toolbar_event: {
227
+ typeGuard: typeof import("./type-guards").isBoolean;
228
+ defaultValue: boolean;
229
+ param: string;
230
+ productKeys?: import("./types").ProductKeys;
231
+ };
226
232
  platform_editor_tables_drag_and_drop: {
227
233
  typeGuard: typeof import("./type-guards").isBoolean;
228
234
  defaultValue: boolean;
@@ -597,12 +603,6 @@ export declare const editorExperimentsConfig: {
597
603
  param: string;
598
604
  productKeys?: import("./types").ProductKeys;
599
605
  };
600
- platform_editor_toolbar_aifc_exp_code_toggle: {
601
- typeGuard: typeof import("./type-guards").isBoolean;
602
- defaultValue: boolean;
603
- param: string;
604
- productKeys?: import("./types").ProductKeys;
605
- };
606
606
  platform_editor_toolbar_support_custom_components: {
607
607
  typeGuard: typeof import("./type-guards").isBoolean;
608
608
  defaultValue: boolean;
@@ -807,4 +807,10 @@ export declare const editorExperimentsConfig: {
807
807
  param: string;
808
808
  productKeys?: import("./types").ProductKeys;
809
809
  };
810
+ platform_editor_lovability_inline_code: {
811
+ typeGuard: typeof import("./type-guards").isBoolean;
812
+ defaultValue: boolean;
813
+ param: string;
814
+ productKeys?: import("./types").ProductKeys;
815
+ };
810
816
  };
@@ -223,6 +223,12 @@ export declare const editorExperimentsConfig: {
223
223
  param: string;
224
224
  productKeys?: import("./types").ProductKeys;
225
225
  };
226
+ platform_editor_lovability_suppress_toolbar_event: {
227
+ typeGuard: typeof import("./type-guards").isBoolean;
228
+ defaultValue: boolean;
229
+ param: string;
230
+ productKeys?: import("./types").ProductKeys;
231
+ };
226
232
  platform_editor_tables_drag_and_drop: {
227
233
  typeGuard: typeof import("./type-guards").isBoolean;
228
234
  defaultValue: boolean;
@@ -597,12 +603,6 @@ export declare const editorExperimentsConfig: {
597
603
  param: string;
598
604
  productKeys?: import("./types").ProductKeys;
599
605
  };
600
- platform_editor_toolbar_aifc_exp_code_toggle: {
601
- typeGuard: typeof import("./type-guards").isBoolean;
602
- defaultValue: boolean;
603
- param: string;
604
- productKeys?: import("./types").ProductKeys;
605
- };
606
606
  platform_editor_toolbar_support_custom_components: {
607
607
  typeGuard: typeof import("./type-guards").isBoolean;
608
608
  defaultValue: boolean;
@@ -807,4 +807,10 @@ export declare const editorExperimentsConfig: {
807
807
  param: string;
808
808
  productKeys?: import("./types").ProductKeys;
809
809
  };
810
+ platform_editor_lovability_inline_code: {
811
+ typeGuard: typeof import("./type-guards").isBoolean;
812
+ defaultValue: boolean;
813
+ param: string;
814
+ productKeys?: import("./types").ProductKeys;
815
+ };
810
816
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "13.25.0",
3
+ "version": "13.27.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",