@atlaskit/tmp-editor-statsig 12.11.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,23 @@
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
+
14
+ ## 12.12.0
15
+
16
+ ### Minor Changes
17
+
18
+ - [`5de213b733131`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5de213b733131) -
19
+ [ux] ED-29123 fix paragraph shifting on hover when next to image with wrap-right/left
20
+
3
21
  ## 12.11.0
4
22
 
5
23
  ### 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: {
@@ -875,6 +884,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
875
884
  param: 'isEnabled',
876
885
  defaultValue: false
877
886
  }),
887
+ // Added 2025-09-11
888
+ platform_editor_quick_insert_image_wrap_right_fix: (0, _experimentBuilders.createBooleanExperiment)({
889
+ productKeys: {
890
+ confluence: 'platform_editor_quick_insert_image_wrap_right_fix'
891
+ },
892
+ param: 'isEnabled',
893
+ defaultValue: false
894
+ }),
878
895
  // Added 03-09-2025
879
896
  cc_editor_interactivity_monitoring: (0, _experimentBuilders.createBooleanExperiment)({
880
897
  productKeys: {
@@ -883,5 +900,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
883
900
  },
884
901
  param: 'isEnabled',
885
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
886
911
  })
887
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: {
@@ -869,6 +878,14 @@ export const editorExperimentsConfig = {
869
878
  param: 'isEnabled',
870
879
  defaultValue: false
871
880
  }),
881
+ // Added 2025-09-11
882
+ platform_editor_quick_insert_image_wrap_right_fix: createBooleanExperiment({
883
+ productKeys: {
884
+ confluence: 'platform_editor_quick_insert_image_wrap_right_fix'
885
+ },
886
+ param: 'isEnabled',
887
+ defaultValue: false
888
+ }),
872
889
  // Added 03-09-2025
873
890
  cc_editor_interactivity_monitoring: createBooleanExperiment({
874
891
  productKeys: {
@@ -877,5 +894,13 @@ export const editorExperimentsConfig = {
877
894
  },
878
895
  param: 'isEnabled',
879
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
880
905
  })
881
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: {
@@ -869,6 +878,14 @@ export var editorExperimentsConfig = {
869
878
  param: 'isEnabled',
870
879
  defaultValue: false
871
880
  }),
881
+ // Added 2025-09-11
882
+ platform_editor_quick_insert_image_wrap_right_fix: createBooleanExperiment({
883
+ productKeys: {
884
+ confluence: 'platform_editor_quick_insert_image_wrap_right_fix'
885
+ },
886
+ param: 'isEnabled',
887
+ defaultValue: false
888
+ }),
872
889
  // Added 03-09-2025
873
890
  cc_editor_interactivity_monitoring: createBooleanExperiment({
874
891
  productKeys: {
@@ -877,5 +894,13 @@ export var editorExperimentsConfig = {
877
894
  },
878
895
  param: 'isEnabled',
879
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
880
905
  })
881
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;
@@ -642,10 +648,22 @@ export declare const editorExperimentsConfig: {
642
648
  param: string;
643
649
  productKeys?: import("./types").ProductKeys;
644
650
  };
651
+ platform_editor_quick_insert_image_wrap_right_fix: {
652
+ typeGuard: typeof import("./type-guards").isBoolean;
653
+ defaultValue: boolean;
654
+ param: string;
655
+ productKeys?: import("./types").ProductKeys;
656
+ };
645
657
  cc_editor_interactivity_monitoring: {
646
658
  typeGuard: typeof import("./type-guards").isBoolean;
647
659
  defaultValue: boolean;
648
660
  param: string;
649
661
  productKeys?: import("./types").ProductKeys;
650
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
+ };
651
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;
@@ -642,10 +648,22 @@ export declare const editorExperimentsConfig: {
642
648
  param: string;
643
649
  productKeys?: import("./types").ProductKeys;
644
650
  };
651
+ platform_editor_quick_insert_image_wrap_right_fix: {
652
+ typeGuard: typeof import("./type-guards").isBoolean;
653
+ defaultValue: boolean;
654
+ param: string;
655
+ productKeys?: import("./types").ProductKeys;
656
+ };
645
657
  cc_editor_interactivity_monitoring: {
646
658
  typeGuard: typeof import("./type-guards").isBoolean;
647
659
  defaultValue: boolean;
648
660
  param: string;
649
661
  productKeys?: import("./types").ProductKeys;
650
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
+ };
651
669
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "12.11.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",