@atlaskit/tmp-editor-statsig 17.0.0 → 17.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,12 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 17.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`653c0c803b286`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/653c0c803b286) -
8
+ EDITOR-4620 Clean up platform_editor_toolbar_aifc_patch_6
9
+
3
10
  ## 17.0.0
4
11
 
5
12
  ### Major Changes
@@ -896,14 +896,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
896
896
  param: 'isEnabled',
897
897
  defaultValue: false
898
898
  }),
899
- // Added 2025-09-26
900
- platform_editor_toolbar_aifc_patch_6: (0, _experimentBuilders.createBooleanExperiment)({
901
- productKeys: {
902
- confluence: 'platform_editor_toolbar_aifc_patch_6'
903
- },
904
- param: 'isEnabled',
905
- defaultValue: false
906
- }),
907
899
  // Added 2025-10-01
908
900
  platform_inline_smartcard_connect_button_exp: (0, _experimentBuilders.createMultivariateExperiment)({
909
901
  productKeys: {
@@ -890,14 +890,6 @@ export const editorExperimentsConfig = {
890
890
  param: 'isEnabled',
891
891
  defaultValue: false
892
892
  }),
893
- // Added 2025-09-26
894
- platform_editor_toolbar_aifc_patch_6: createBooleanExperiment({
895
- productKeys: {
896
- confluence: 'platform_editor_toolbar_aifc_patch_6'
897
- },
898
- param: 'isEnabled',
899
- defaultValue: false
900
- }),
901
893
  // Added 2025-10-01
902
894
  platform_inline_smartcard_connect_button_exp: createMultivariateExperiment({
903
895
  productKeys: {
@@ -890,14 +890,6 @@ export var editorExperimentsConfig = {
890
890
  param: 'isEnabled',
891
891
  defaultValue: false
892
892
  }),
893
- // Added 2025-09-26
894
- platform_editor_toolbar_aifc_patch_6: createBooleanExperiment({
895
- productKeys: {
896
- confluence: 'platform_editor_toolbar_aifc_patch_6'
897
- },
898
- param: 'isEnabled',
899
- defaultValue: false
900
- }),
901
893
  // Added 2025-10-01
902
894
  platform_inline_smartcard_connect_button_exp: createMultivariateExperiment({
903
895
  productKeys: {
@@ -636,12 +636,6 @@ export declare const editorExperimentsConfig: {
636
636
  productKeys?: ProductKeys;
637
637
  typeGuard: IsBooleanType;
638
638
  };
639
- platform_editor_toolbar_aifc_patch_6: {
640
- defaultValue: boolean;
641
- param: string;
642
- productKeys?: ProductKeys;
643
- typeGuard: IsBooleanType;
644
- };
645
639
  platform_editor_usesharedpluginstateselector: {
646
640
  defaultValue: boolean;
647
641
  param: string;
@@ -636,12 +636,6 @@ export declare const editorExperimentsConfig: {
636
636
  productKeys?: ProductKeys;
637
637
  typeGuard: IsBooleanType;
638
638
  };
639
- platform_editor_toolbar_aifc_patch_6: {
640
- defaultValue: boolean;
641
- param: string;
642
- productKeys?: ProductKeys;
643
- typeGuard: IsBooleanType;
644
- };
645
639
  platform_editor_usesharedpluginstateselector: {
646
640
  defaultValue: boolean;
647
641
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "17.0.0",
3
+ "version": "17.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",