@atlaskit/tmp-editor-statsig 12.0.0 → 12.1.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,13 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 12.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`4a31ea74ba10f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4a31ea74ba10f) -
8
+ [ux] [ED-29057] create new ranks and groups for track changes section and render undo, redo and
9
+ diff in separate button groups behind platform_editor_toolbar_aifc_patch_2 gate
10
+
3
11
  ## 12.0.0
4
12
 
5
13
  ### Major Changes
@@ -812,5 +812,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
812
812
  },
813
813
  param: 'isEnabled',
814
814
  defaultValue: false
815
+ }),
816
+ // Added 2025-09-01
817
+ platform_editor_toolbar_aifc_patch_2: (0, _experimentBuilders.createBooleanExperiment)({
818
+ productKeys: {
819
+ confluence: 'platform_editor_toolbar_aifc_patch_2',
820
+ jira: 'platform_editor_toolbar_aifc_patch_2'
821
+ },
822
+ param: 'isEnabled',
823
+ defaultValue: false
815
824
  })
816
825
  };
@@ -806,5 +806,14 @@ export const editorExperimentsConfig = {
806
806
  },
807
807
  param: 'isEnabled',
808
808
  defaultValue: false
809
+ }),
810
+ // Added 2025-09-01
811
+ platform_editor_toolbar_aifc_patch_2: createBooleanExperiment({
812
+ productKeys: {
813
+ confluence: 'platform_editor_toolbar_aifc_patch_2',
814
+ jira: 'platform_editor_toolbar_aifc_patch_2'
815
+ },
816
+ param: 'isEnabled',
817
+ defaultValue: false
809
818
  })
810
819
  };
@@ -806,5 +806,14 @@ export var editorExperimentsConfig = {
806
806
  },
807
807
  param: 'isEnabled',
808
808
  defaultValue: false
809
+ }),
810
+ // Added 2025-09-01
811
+ platform_editor_toolbar_aifc_patch_2: createBooleanExperiment({
812
+ productKeys: {
813
+ confluence: 'platform_editor_toolbar_aifc_patch_2',
814
+ jira: 'platform_editor_toolbar_aifc_patch_2'
815
+ },
816
+ param: 'isEnabled',
817
+ defaultValue: false
809
818
  })
810
819
  };
@@ -599,4 +599,10 @@ export declare const editorExperimentsConfig: {
599
599
  param: string;
600
600
  productKeys?: import("./types").ProductKeys;
601
601
  };
602
+ platform_editor_toolbar_aifc_patch_2: {
603
+ typeGuard: typeof import("./type-guards").isBoolean;
604
+ defaultValue: boolean;
605
+ param: string;
606
+ productKeys?: import("./types").ProductKeys;
607
+ };
602
608
  };
@@ -599,4 +599,10 @@ export declare const editorExperimentsConfig: {
599
599
  param: string;
600
600
  productKeys?: import("./types").ProductKeys;
601
601
  };
602
+ platform_editor_toolbar_aifc_patch_2: {
603
+ typeGuard: typeof import("./type-guards").isBoolean;
604
+ defaultValue: boolean;
605
+ param: string;
606
+ productKeys?: import("./types").ProductKeys;
607
+ };
602
608
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "12.0.0",
3
+ "version": "12.1.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",