@atlaskit/tmp-editor-statsig 11.7.0 → 11.8.1

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,20 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 11.8.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`1eba43a7b680d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1eba43a7b680d) -
8
+ ED-29000 - Add platform_editor_toolbar_aifc_patch_1 experiment
9
+
10
+ ## 11.8.0
11
+
12
+ ### Minor Changes
13
+
14
+ - [`463f3da1f7822`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/463f3da1f7822) -
15
+ ED-29040 add experiment platform_editor_toolbar_aifc_template_editor which enables the new toolbar
16
+ in the template editor
17
+
3
18
  ## 11.7.0
4
19
 
5
20
  ### Minor Changes
@@ -777,5 +777,21 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
777
777
  },
778
778
  param: 'isEnabled',
779
779
  defaultValue: false
780
+ }),
781
+ // Added 2025-08-25
782
+ platform_editor_toolbar_aifc_template_editor: (0, _experimentBuilders.createBooleanExperiment)({
783
+ productKeys: {
784
+ confluence: 'platform_editor_toolbar_aifc_template_editor'
785
+ },
786
+ param: 'isEnabled',
787
+ defaultValue: false
788
+ }),
789
+ // Added 2025-08-26
790
+ platform_editor_toolbar_aifc_patch_1: (0, _experimentBuilders.createBooleanExperiment)({
791
+ productKeys: {
792
+ confluence: 'platform_editor_toolbar_aifc_patch_1'
793
+ },
794
+ param: 'isEnabled',
795
+ defaultValue: false
780
796
  })
781
797
  };
@@ -771,5 +771,21 @@ export const editorExperimentsConfig = {
771
771
  },
772
772
  param: 'isEnabled',
773
773
  defaultValue: false
774
+ }),
775
+ // Added 2025-08-25
776
+ platform_editor_toolbar_aifc_template_editor: createBooleanExperiment({
777
+ productKeys: {
778
+ confluence: 'platform_editor_toolbar_aifc_template_editor'
779
+ },
780
+ param: 'isEnabled',
781
+ defaultValue: false
782
+ }),
783
+ // Added 2025-08-26
784
+ platform_editor_toolbar_aifc_patch_1: createBooleanExperiment({
785
+ productKeys: {
786
+ confluence: 'platform_editor_toolbar_aifc_patch_1'
787
+ },
788
+ param: 'isEnabled',
789
+ defaultValue: false
774
790
  })
775
791
  };
@@ -771,5 +771,21 @@ export var editorExperimentsConfig = {
771
771
  },
772
772
  param: 'isEnabled',
773
773
  defaultValue: false
774
+ }),
775
+ // Added 2025-08-25
776
+ platform_editor_toolbar_aifc_template_editor: createBooleanExperiment({
777
+ productKeys: {
778
+ confluence: 'platform_editor_toolbar_aifc_template_editor'
779
+ },
780
+ param: 'isEnabled',
781
+ defaultValue: false
782
+ }),
783
+ // Added 2025-08-26
784
+ platform_editor_toolbar_aifc_patch_1: createBooleanExperiment({
785
+ productKeys: {
786
+ confluence: 'platform_editor_toolbar_aifc_patch_1'
787
+ },
788
+ param: 'isEnabled',
789
+ defaultValue: false
774
790
  })
775
791
  };
@@ -575,4 +575,16 @@ export declare const editorExperimentsConfig: {
575
575
  param: string;
576
576
  productKeys?: import("./types").ProductKeys;
577
577
  };
578
+ platform_editor_toolbar_aifc_template_editor: {
579
+ typeGuard: typeof import("./type-guards").isBoolean;
580
+ defaultValue: boolean;
581
+ param: string;
582
+ productKeys?: import("./types").ProductKeys;
583
+ };
584
+ platform_editor_toolbar_aifc_patch_1: {
585
+ typeGuard: typeof import("./type-guards").isBoolean;
586
+ defaultValue: boolean;
587
+ param: string;
588
+ productKeys?: import("./types").ProductKeys;
589
+ };
578
590
  };
@@ -575,4 +575,16 @@ export declare const editorExperimentsConfig: {
575
575
  param: string;
576
576
  productKeys?: import("./types").ProductKeys;
577
577
  };
578
+ platform_editor_toolbar_aifc_template_editor: {
579
+ typeGuard: typeof import("./type-guards").isBoolean;
580
+ defaultValue: boolean;
581
+ param: string;
582
+ productKeys?: import("./types").ProductKeys;
583
+ };
584
+ platform_editor_toolbar_aifc_patch_1: {
585
+ typeGuard: typeof import("./type-guards").isBoolean;
586
+ defaultValue: boolean;
587
+ param: string;
588
+ productKeys?: import("./types").ProductKeys;
589
+ };
578
590
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "11.7.0",
3
+ "version": "11.8.1",
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",
@@ -31,15 +31,6 @@
31
31
  }
32
32
  },
33
33
  "atlaskit:src": "src/index.ts",
34
- "af:exports": {
35
- "./setup": "./src/setup.ts",
36
- "./experiments": "./src/experiments.ts",
37
- "./experiments-config": "./src/experiments-config.ts",
38
- "./editor-experiments-test-utils": "./src/editor-experiments-test-utils.ts",
39
- "./expVal": "./src/expVal.ts",
40
- "./exp-val-equals": "./src/exp-val-equals.ts",
41
- "./exp-val-equals-no-exposure": "./src/exp-val-equals-no-exposure.ts"
42
- },
43
34
  "dependencies": {
44
35
  "@atlaskit/feature-gate-js-client": "^5.5.0",
45
36
  "@babel/runtime": "^7.0.0"