@atlaskit/tmp-editor-statsig 13.23.0 → 13.25.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,23 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 13.25.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`68059d62a8bbc`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/68059d62a8bbc) -
8
+ ED-29461 Clean up platform_editor_toolbar_task_list_menu_item
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+
14
+ ## 13.24.0
15
+
16
+ ### Minor Changes
17
+
18
+ - [`54ccde94eb18c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/54ccde94eb18c) -
19
+ ED-29459 Clean up platform_editor_toolbar_aifc_toolbar_analytic
20
+
3
21
  ## 13.23.0
4
22
 
5
23
  ### Minor Changes
@@ -243,14 +243,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
243
243
  param: 'isEnabled',
244
244
  defaultValue: false
245
245
  }),
246
- platform_editor_toolbar_aifc_toolbar_analytic: (0, _experimentBuilders.createBooleanExperiment)({
247
- productKeys: {
248
- confluence: 'platform_editor_toolbar_aifc_toolbar_analytic',
249
- jira: 'platform_editor_toolbar_aifc_toolbar_analytic'
250
- },
251
- param: 'isEnabled',
252
- defaultValue: false
253
- }),
254
246
  // Added 2025-02-10
255
247
  platform_editor_controls: (0, _experimentBuilders.createMultivariateExperiment)({
256
248
  productKeys: {
@@ -948,14 +940,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
948
940
  param: 'isEnabled',
949
941
  defaultValue: false
950
942
  }),
951
- // Added 10-09-2025
952
- platform_editor_toolbar_task_list_menu_item: (0, _experimentBuilders.createBooleanExperiment)({
953
- productKeys: {
954
- confluence: 'platform_editor_toolbar_task_list_menu_item'
955
- },
956
- param: 'isEnabled',
957
- defaultValue: false
958
- }),
959
943
  // Added 2025-09-15
960
944
  platform_editor_toolbar_aifc_patch_5: (0, _experimentBuilders.createBooleanExperiment)({
961
945
  productKeys: {
@@ -237,14 +237,6 @@ export const editorExperimentsConfig = {
237
237
  param: 'isEnabled',
238
238
  defaultValue: false
239
239
  }),
240
- platform_editor_toolbar_aifc_toolbar_analytic: createBooleanExperiment({
241
- productKeys: {
242
- confluence: 'platform_editor_toolbar_aifc_toolbar_analytic',
243
- jira: 'platform_editor_toolbar_aifc_toolbar_analytic'
244
- },
245
- param: 'isEnabled',
246
- defaultValue: false
247
- }),
248
240
  // Added 2025-02-10
249
241
  platform_editor_controls: createMultivariateExperiment({
250
242
  productKeys: {
@@ -942,14 +934,6 @@ export const editorExperimentsConfig = {
942
934
  param: 'isEnabled',
943
935
  defaultValue: false
944
936
  }),
945
- // Added 10-09-2025
946
- platform_editor_toolbar_task_list_menu_item: createBooleanExperiment({
947
- productKeys: {
948
- confluence: 'platform_editor_toolbar_task_list_menu_item'
949
- },
950
- param: 'isEnabled',
951
- defaultValue: false
952
- }),
953
937
  // Added 2025-09-15
954
938
  platform_editor_toolbar_aifc_patch_5: createBooleanExperiment({
955
939
  productKeys: {
@@ -237,14 +237,6 @@ export var editorExperimentsConfig = {
237
237
  param: 'isEnabled',
238
238
  defaultValue: false
239
239
  }),
240
- platform_editor_toolbar_aifc_toolbar_analytic: createBooleanExperiment({
241
- productKeys: {
242
- confluence: 'platform_editor_toolbar_aifc_toolbar_analytic',
243
- jira: 'platform_editor_toolbar_aifc_toolbar_analytic'
244
- },
245
- param: 'isEnabled',
246
- defaultValue: false
247
- }),
248
240
  // Added 2025-02-10
249
241
  platform_editor_controls: createMultivariateExperiment({
250
242
  productKeys: {
@@ -942,14 +934,6 @@ export var editorExperimentsConfig = {
942
934
  param: 'isEnabled',
943
935
  defaultValue: false
944
936
  }),
945
- // Added 10-09-2025
946
- platform_editor_toolbar_task_list_menu_item: createBooleanExperiment({
947
- productKeys: {
948
- confluence: 'platform_editor_toolbar_task_list_menu_item'
949
- },
950
- param: 'isEnabled',
951
- defaultValue: false
952
- }),
953
937
  // Added 2025-09-15
954
938
  platform_editor_toolbar_aifc_patch_5: createBooleanExperiment({
955
939
  productKeys: {
@@ -171,12 +171,6 @@ export declare const editorExperimentsConfig: {
171
171
  param: string;
172
172
  productKeys?: import("./types").ProductKeys;
173
173
  };
174
- platform_editor_toolbar_aifc_toolbar_analytic: {
175
- typeGuard: typeof import("./type-guards").isBoolean;
176
- defaultValue: boolean;
177
- param: string;
178
- productKeys?: import("./types").ProductKeys;
179
- };
180
174
  platform_editor_controls: {
181
175
  values: ("control" | "variant1")[];
182
176
  typeGuard: (value: unknown) => value is "control" | "variant1";
@@ -694,12 +688,6 @@ export declare const editorExperimentsConfig: {
694
688
  param: string;
695
689
  productKeys?: import("./types").ProductKeys;
696
690
  };
697
- platform_editor_toolbar_task_list_menu_item: {
698
- typeGuard: typeof import("./type-guards").isBoolean;
699
- defaultValue: boolean;
700
- param: string;
701
- productKeys?: import("./types").ProductKeys;
702
- };
703
691
  platform_editor_toolbar_aifc_patch_5: {
704
692
  typeGuard: typeof import("./type-guards").isBoolean;
705
693
  defaultValue: boolean;
@@ -171,12 +171,6 @@ export declare const editorExperimentsConfig: {
171
171
  param: string;
172
172
  productKeys?: import("./types").ProductKeys;
173
173
  };
174
- platform_editor_toolbar_aifc_toolbar_analytic: {
175
- typeGuard: typeof import("./type-guards").isBoolean;
176
- defaultValue: boolean;
177
- param: string;
178
- productKeys?: import("./types").ProductKeys;
179
- };
180
174
  platform_editor_controls: {
181
175
  values: ("control" | "variant1")[];
182
176
  typeGuard: (value: unknown) => value is "control" | "variant1";
@@ -694,12 +688,6 @@ export declare const editorExperimentsConfig: {
694
688
  param: string;
695
689
  productKeys?: import("./types").ProductKeys;
696
690
  };
697
- platform_editor_toolbar_task_list_menu_item: {
698
- typeGuard: typeof import("./type-guards").isBoolean;
699
- defaultValue: boolean;
700
- param: string;
701
- productKeys?: import("./types").ProductKeys;
702
- };
703
691
  platform_editor_toolbar_aifc_patch_5: {
704
692
  typeGuard: typeof import("./type-guards").isBoolean;
705
693
  defaultValue: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "13.23.0",
3
+ "version": "13.25.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",