@atlaskit/tmp-editor-statsig 11.6.0 → 11.8.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,20 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 11.8.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`463f3da1f7822`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/463f3da1f7822) -
8
+ ED-29040 add experiment platform_editor_toolbar_aifc_template_editor which enables the new toolbar
9
+ in the template editor
10
+
11
+ ## 11.7.0
12
+
13
+ ### Minor Changes
14
+
15
+ - [`c29118e6ca79d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c29118e6ca79d) -
16
+ ED-28986 create initial version of synced blocks
17
+
3
18
  ## 11.6.0
4
19
 
5
20
  ### Minor Changes
@@ -729,6 +729,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
729
729
  param: 'isEnabled',
730
730
  defaultValue: false
731
731
  }),
732
+ // Added 2025-08-10
733
+ platform_synced_block: (0, _experimentBuilders.createBooleanExperiment)({
734
+ productKeys: {
735
+ confluence: 'platform_synced_block'
736
+ },
737
+ param: 'isEnabled',
738
+ defaultValue: false
739
+ }),
732
740
  // Added 2025-08-06
733
741
  cc_improve_writing_on_paste: (0, _experimentBuilders.createBooleanExperiment)({
734
742
  productKeys: {
@@ -769,5 +777,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
769
777
  },
770
778
  param: 'isEnabled',
771
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
772
788
  })
773
789
  };
@@ -723,6 +723,14 @@ export const editorExperimentsConfig = {
723
723
  param: 'isEnabled',
724
724
  defaultValue: false
725
725
  }),
726
+ // Added 2025-08-10
727
+ platform_synced_block: createBooleanExperiment({
728
+ productKeys: {
729
+ confluence: 'platform_synced_block'
730
+ },
731
+ param: 'isEnabled',
732
+ defaultValue: false
733
+ }),
726
734
  // Added 2025-08-06
727
735
  cc_improve_writing_on_paste: createBooleanExperiment({
728
736
  productKeys: {
@@ -763,5 +771,13 @@ export const editorExperimentsConfig = {
763
771
  },
764
772
  param: 'isEnabled',
765
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
766
782
  })
767
783
  };
@@ -723,6 +723,14 @@ export var editorExperimentsConfig = {
723
723
  param: 'isEnabled',
724
724
  defaultValue: false
725
725
  }),
726
+ // Added 2025-08-10
727
+ platform_synced_block: createBooleanExperiment({
728
+ productKeys: {
729
+ confluence: 'platform_synced_block'
730
+ },
731
+ param: 'isEnabled',
732
+ defaultValue: false
733
+ }),
726
734
  // Added 2025-08-06
727
735
  cc_improve_writing_on_paste: createBooleanExperiment({
728
736
  productKeys: {
@@ -763,5 +771,13 @@ export var editorExperimentsConfig = {
763
771
  },
764
772
  param: 'isEnabled',
765
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
766
782
  })
767
783
  };
@@ -539,6 +539,12 @@ export declare const editorExperimentsConfig: {
539
539
  param: string;
540
540
  productKeys?: import("./types").ProductKeys;
541
541
  };
542
+ platform_synced_block: {
543
+ typeGuard: typeof import("./type-guards").isBoolean;
544
+ defaultValue: boolean;
545
+ param: string;
546
+ productKeys?: import("./types").ProductKeys;
547
+ };
542
548
  cc_improve_writing_on_paste: {
543
549
  typeGuard: typeof import("./type-guards").isBoolean;
544
550
  defaultValue: boolean;
@@ -569,4 +575,10 @@ export declare const editorExperimentsConfig: {
569
575
  param: string;
570
576
  productKeys?: import("./types").ProductKeys;
571
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
+ };
572
584
  };
@@ -539,6 +539,12 @@ export declare const editorExperimentsConfig: {
539
539
  param: string;
540
540
  productKeys?: import("./types").ProductKeys;
541
541
  };
542
+ platform_synced_block: {
543
+ typeGuard: typeof import("./type-guards").isBoolean;
544
+ defaultValue: boolean;
545
+ param: string;
546
+ productKeys?: import("./types").ProductKeys;
547
+ };
542
548
  cc_improve_writing_on_paste: {
543
549
  typeGuard: typeof import("./type-guards").isBoolean;
544
550
  defaultValue: boolean;
@@ -569,4 +575,10 @@ export declare const editorExperimentsConfig: {
569
575
  param: string;
570
576
  productKeys?: import("./types").ProductKeys;
571
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
+ };
572
584
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "11.6.0",
3
+ "version": "11.8.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",