@atlaskit/tmp-editor-statsig 16.24.0 → 16.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,12 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 16.25.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`ee5135bafb31d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ee5135bafb31d) -
8
+ [EDITOR-4495] clean up platform_editor_toolbar_aifc_patch_4
9
+
3
10
  ## 16.24.0
4
11
 
5
12
  ### Minor Changes
@@ -714,15 +714,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
714
714
  param: 'isEnabled',
715
715
  defaultValue: false
716
716
  }),
717
- //Added 2025-09-09
718
- platform_editor_toolbar_aifc_patch_4: (0, _experimentBuilders.createBooleanExperiment)({
719
- productKeys: {
720
- jira: 'platform_editor_toolbar_aifc_patch_4',
721
- confluence: 'platform_editor_toolbar_aifc_patch_4'
722
- },
723
- param: 'isEnabled',
724
- defaultValue: false
725
- }),
726
717
  // Added 2025-08-04
727
718
  platform_editor_floating_toolbar_button_aria_label: (0, _experimentBuilders.createBooleanExperiment)({
728
719
  productKeys: {
@@ -708,15 +708,6 @@ export const editorExperimentsConfig = {
708
708
  param: 'isEnabled',
709
709
  defaultValue: false
710
710
  }),
711
- //Added 2025-09-09
712
- platform_editor_toolbar_aifc_patch_4: createBooleanExperiment({
713
- productKeys: {
714
- jira: 'platform_editor_toolbar_aifc_patch_4',
715
- confluence: 'platform_editor_toolbar_aifc_patch_4'
716
- },
717
- param: 'isEnabled',
718
- defaultValue: false
719
- }),
720
711
  // Added 2025-08-04
721
712
  platform_editor_floating_toolbar_button_aria_label: createBooleanExperiment({
722
713
  productKeys: {
@@ -708,15 +708,6 @@ export var editorExperimentsConfig = {
708
708
  param: 'isEnabled',
709
709
  defaultValue: false
710
710
  }),
711
- //Added 2025-09-09
712
- platform_editor_toolbar_aifc_patch_4: createBooleanExperiment({
713
- productKeys: {
714
- jira: 'platform_editor_toolbar_aifc_patch_4',
715
- confluence: 'platform_editor_toolbar_aifc_patch_4'
716
- },
717
- param: 'isEnabled',
718
- defaultValue: false
719
- }),
720
711
  // Added 2025-08-04
721
712
  platform_editor_floating_toolbar_button_aria_label: createBooleanExperiment({
722
713
  productKeys: {
@@ -675,12 +675,6 @@ export declare const editorExperimentsConfig: {
675
675
  productKeys?: ProductKeys;
676
676
  typeGuard: IsBooleanType;
677
677
  };
678
- platform_editor_toolbar_aifc_patch_4: {
679
- defaultValue: boolean;
680
- param: string;
681
- productKeys?: ProductKeys;
682
- typeGuard: IsBooleanType;
683
- };
684
678
  platform_editor_toolbar_aifc_patch_6: {
685
679
  defaultValue: boolean;
686
680
  param: string;
@@ -675,12 +675,6 @@ export declare const editorExperimentsConfig: {
675
675
  productKeys?: ProductKeys;
676
676
  typeGuard: IsBooleanType;
677
677
  };
678
- platform_editor_toolbar_aifc_patch_4: {
679
- defaultValue: boolean;
680
- param: string;
681
- productKeys?: ProductKeys;
682
- typeGuard: IsBooleanType;
683
- };
684
678
  platform_editor_toolbar_aifc_patch_6: {
685
679
  defaultValue: boolean;
686
680
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "16.24.0",
3
+ "version": "16.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",