@atlaskit/tmp-editor-statsig 12.12.0 → 12.13.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,16 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 12.13.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`52e588636f4d0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/52e588636f4d0) -
8
+ Add new 'changeColor' Editor Command to editor-plugin-text-color, add new keys for clear color
9
+ menu item, add new clear color menu item, add new platform_editor_toolbar_aifc_patch_4 experiment
10
+ - [`599faf4ddf537`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/599faf4ddf537) -
11
+ [ED-29230] Fixes the VC offender div.layout-section-container from unnecessarily mutating the DOM
12
+ by returning null instead of a div
13
+
3
14
  ## 12.12.0
4
15
 
5
16
  ### Minor Changes
@@ -618,6 +618,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
618
618
  param: 'isEnabled',
619
619
  defaultValue: false
620
620
  }),
621
+ //Added 2025-09-09
622
+ platform_editor_toolbar_aifc_patch_4: (0, _experimentBuilders.createBooleanExperiment)({
623
+ productKeys: {
624
+ jira: 'platform_editor_toolbar_aifc_patch_4',
625
+ confluence: 'platform_editor_toolbar_aifc_patch_4'
626
+ },
627
+ param: 'isEnabled',
628
+ defaultValue: false
629
+ }),
621
630
  //Added 2025-08-13
622
631
  platform_editor_ai_aifc: (0, _experimentBuilders.createBooleanExperiment)({
623
632
  productKeys: {
@@ -891,5 +900,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
891
900
  },
892
901
  param: 'isEnabled',
893
902
  defaultValue: false
903
+ }),
904
+ // Added 2025-09-09
905
+ platform_editor_layout_node_view_early_exit: (0, _experimentBuilders.createBooleanExperiment)({
906
+ productKeys: {
907
+ confluence: 'platform_editor_layout_node_view_early_exit'
908
+ },
909
+ param: 'isEnabled',
910
+ defaultValue: false
894
911
  })
895
912
  };
@@ -612,6 +612,15 @@ export const editorExperimentsConfig = {
612
612
  param: 'isEnabled',
613
613
  defaultValue: false
614
614
  }),
615
+ //Added 2025-09-09
616
+ platform_editor_toolbar_aifc_patch_4: createBooleanExperiment({
617
+ productKeys: {
618
+ jira: 'platform_editor_toolbar_aifc_patch_4',
619
+ confluence: 'platform_editor_toolbar_aifc_patch_4'
620
+ },
621
+ param: 'isEnabled',
622
+ defaultValue: false
623
+ }),
615
624
  //Added 2025-08-13
616
625
  platform_editor_ai_aifc: createBooleanExperiment({
617
626
  productKeys: {
@@ -885,5 +894,13 @@ export const editorExperimentsConfig = {
885
894
  },
886
895
  param: 'isEnabled',
887
896
  defaultValue: false
897
+ }),
898
+ // Added 2025-09-09
899
+ platform_editor_layout_node_view_early_exit: createBooleanExperiment({
900
+ productKeys: {
901
+ confluence: 'platform_editor_layout_node_view_early_exit'
902
+ },
903
+ param: 'isEnabled',
904
+ defaultValue: false
888
905
  })
889
906
  };
@@ -612,6 +612,15 @@ export var editorExperimentsConfig = {
612
612
  param: 'isEnabled',
613
613
  defaultValue: false
614
614
  }),
615
+ //Added 2025-09-09
616
+ platform_editor_toolbar_aifc_patch_4: createBooleanExperiment({
617
+ productKeys: {
618
+ jira: 'platform_editor_toolbar_aifc_patch_4',
619
+ confluence: 'platform_editor_toolbar_aifc_patch_4'
620
+ },
621
+ param: 'isEnabled',
622
+ defaultValue: false
623
+ }),
615
624
  //Added 2025-08-13
616
625
  platform_editor_ai_aifc: createBooleanExperiment({
617
626
  productKeys: {
@@ -885,5 +894,13 @@ export var editorExperimentsConfig = {
885
894
  },
886
895
  param: 'isEnabled',
887
896
  defaultValue: false
897
+ }),
898
+ // Added 2025-09-09
899
+ platform_editor_layout_node_view_early_exit: createBooleanExperiment({
900
+ productKeys: {
901
+ confluence: 'platform_editor_layout_node_view_early_exit'
902
+ },
903
+ param: 'isEnabled',
904
+ defaultValue: false
888
905
  })
889
906
  };
@@ -456,6 +456,12 @@ export declare const editorExperimentsConfig: {
456
456
  param: string;
457
457
  productKeys?: import("./types").ProductKeys;
458
458
  };
459
+ platform_editor_toolbar_aifc_patch_4: {
460
+ typeGuard: typeof import("./type-guards").isBoolean;
461
+ defaultValue: boolean;
462
+ param: string;
463
+ productKeys?: import("./types").ProductKeys;
464
+ };
459
465
  platform_editor_ai_aifc: {
460
466
  typeGuard: typeof import("./type-guards").isBoolean;
461
467
  defaultValue: boolean;
@@ -654,4 +660,10 @@ export declare const editorExperimentsConfig: {
654
660
  param: string;
655
661
  productKeys?: import("./types").ProductKeys;
656
662
  };
663
+ platform_editor_layout_node_view_early_exit: {
664
+ typeGuard: typeof import("./type-guards").isBoolean;
665
+ defaultValue: boolean;
666
+ param: string;
667
+ productKeys?: import("./types").ProductKeys;
668
+ };
657
669
  };
@@ -456,6 +456,12 @@ export declare const editorExperimentsConfig: {
456
456
  param: string;
457
457
  productKeys?: import("./types").ProductKeys;
458
458
  };
459
+ platform_editor_toolbar_aifc_patch_4: {
460
+ typeGuard: typeof import("./type-guards").isBoolean;
461
+ defaultValue: boolean;
462
+ param: string;
463
+ productKeys?: import("./types").ProductKeys;
464
+ };
459
465
  platform_editor_ai_aifc: {
460
466
  typeGuard: typeof import("./type-guards").isBoolean;
461
467
  defaultValue: boolean;
@@ -654,4 +660,10 @@ export declare const editorExperimentsConfig: {
654
660
  param: string;
655
661
  productKeys?: import("./types").ProductKeys;
656
662
  };
663
+ platform_editor_layout_node_view_early_exit: {
664
+ typeGuard: typeof import("./type-guards").isBoolean;
665
+ defaultValue: boolean;
666
+ param: string;
667
+ productKeys?: import("./types").ProductKeys;
668
+ };
657
669
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "12.12.0",
3
+ "version": "12.13.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",