@atlaskit/tmp-editor-statsig 13.39.0 → 13.41.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,24 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 13.41.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`15164638b4d1a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/15164638b4d1a) -
8
+ [ux] [EDITOR-2461] handle ArrowUp navigation out of the Expand title
9
+
10
+ ### Patch Changes
11
+
12
+ - [`b5dc6946c55d9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b5dc6946c55d9) -
13
+ Clean up platform_editor_block_menu_layout_format
14
+
15
+ ## 13.40.0
16
+
17
+ ### Minor Changes
18
+
19
+ - [`c94c7bb357496`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c94c7bb357496) -
20
+ [ux] EDITOR-3317 Fix beahavior when pasting paragraph from panel into list inside panel
21
+
3
22
  ## 13.39.0
4
23
 
5
24
  ### Minor Changes
@@ -727,6 +727,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
727
727
  param: 'isEnabled',
728
728
  defaultValue: false
729
729
  }),
730
+ //Added 2025-11-19
731
+ platform_editor_pasting_text_in_panel: (0, _experimentBuilders.createBooleanExperiment)({
732
+ productKeys: {
733
+ confluence: 'platform_editor_pasting_text_in_panel'
734
+ },
735
+ param: 'isEnabled',
736
+ defaultValue: false
737
+ }),
730
738
  // Added 2025-07-31
731
739
  platform_editor_fix_a11y_aria_posinset_0: (0, _experimentBuilders.createBooleanExperiment)({
732
740
  productKeys: {
@@ -890,14 +898,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
890
898
  defaultValue: false
891
899
  }),
892
900
  // Added 2025-09-11
893
- platform_editor_block_menu_layout_format: (0, _experimentBuilders.createBooleanExperiment)({
894
- productKeys: {
895
- confluence: 'platform_editor_block_menu_layout_format'
896
- },
897
- param: 'isEnabled',
898
- defaultValue: false
899
- }),
900
- // Added 2025-09-11
901
901
  platform_editor_block_menu_expand_format: (0, _experimentBuilders.createBooleanExperiment)({
902
902
  productKeys: {
903
903
  confluence: 'platform_editor_block_menu_expand_format'
@@ -1119,5 +1119,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1119
1119
  },
1120
1120
  param: 'isEnabled',
1121
1121
  defaultValue: false
1122
+ }),
1123
+ // Added 2025-11-19
1124
+ platform_editor_lovability_navigation_fixes: (0, _experimentBuilders.createBooleanExperiment)({
1125
+ productKeys: {
1126
+ confluence: 'platform_editor_lovability_navigation_fixes'
1127
+ },
1128
+ param: 'isEnabled',
1129
+ defaultValue: false
1122
1130
  })
1123
1131
  };
@@ -721,6 +721,14 @@ export const editorExperimentsConfig = {
721
721
  param: 'isEnabled',
722
722
  defaultValue: false
723
723
  }),
724
+ //Added 2025-11-19
725
+ platform_editor_pasting_text_in_panel: createBooleanExperiment({
726
+ productKeys: {
727
+ confluence: 'platform_editor_pasting_text_in_panel'
728
+ },
729
+ param: 'isEnabled',
730
+ defaultValue: false
731
+ }),
724
732
  // Added 2025-07-31
725
733
  platform_editor_fix_a11y_aria_posinset_0: createBooleanExperiment({
726
734
  productKeys: {
@@ -884,14 +892,6 @@ export const editorExperimentsConfig = {
884
892
  defaultValue: false
885
893
  }),
886
894
  // Added 2025-09-11
887
- platform_editor_block_menu_layout_format: createBooleanExperiment({
888
- productKeys: {
889
- confluence: 'platform_editor_block_menu_layout_format'
890
- },
891
- param: 'isEnabled',
892
- defaultValue: false
893
- }),
894
- // Added 2025-09-11
895
895
  platform_editor_block_menu_expand_format: createBooleanExperiment({
896
896
  productKeys: {
897
897
  confluence: 'platform_editor_block_menu_expand_format'
@@ -1113,5 +1113,13 @@ export const editorExperimentsConfig = {
1113
1113
  },
1114
1114
  param: 'isEnabled',
1115
1115
  defaultValue: false
1116
+ }),
1117
+ // Added 2025-11-19
1118
+ platform_editor_lovability_navigation_fixes: createBooleanExperiment({
1119
+ productKeys: {
1120
+ confluence: 'platform_editor_lovability_navigation_fixes'
1121
+ },
1122
+ param: 'isEnabled',
1123
+ defaultValue: false
1116
1124
  })
1117
1125
  };
@@ -721,6 +721,14 @@ export var editorExperimentsConfig = {
721
721
  param: 'isEnabled',
722
722
  defaultValue: false
723
723
  }),
724
+ //Added 2025-11-19
725
+ platform_editor_pasting_text_in_panel: createBooleanExperiment({
726
+ productKeys: {
727
+ confluence: 'platform_editor_pasting_text_in_panel'
728
+ },
729
+ param: 'isEnabled',
730
+ defaultValue: false
731
+ }),
724
732
  // Added 2025-07-31
725
733
  platform_editor_fix_a11y_aria_posinset_0: createBooleanExperiment({
726
734
  productKeys: {
@@ -884,14 +892,6 @@ export var editorExperimentsConfig = {
884
892
  defaultValue: false
885
893
  }),
886
894
  // Added 2025-09-11
887
- platform_editor_block_menu_layout_format: createBooleanExperiment({
888
- productKeys: {
889
- confluence: 'platform_editor_block_menu_layout_format'
890
- },
891
- param: 'isEnabled',
892
- defaultValue: false
893
- }),
894
- // Added 2025-09-11
895
895
  platform_editor_block_menu_expand_format: createBooleanExperiment({
896
896
  productKeys: {
897
897
  confluence: 'platform_editor_block_menu_expand_format'
@@ -1113,5 +1113,13 @@ export var editorExperimentsConfig = {
1113
1113
  },
1114
1114
  param: 'isEnabled',
1115
1115
  defaultValue: false
1116
+ }),
1117
+ // Added 2025-11-19
1118
+ platform_editor_lovability_navigation_fixes: createBooleanExperiment({
1119
+ productKeys: {
1120
+ confluence: 'platform_editor_lovability_navigation_fixes'
1121
+ },
1122
+ param: 'isEnabled',
1123
+ defaultValue: false
1116
1124
  })
1117
1125
  };
@@ -530,6 +530,12 @@ export declare const editorExperimentsConfig: {
530
530
  param: string;
531
531
  productKeys?: import("./types").ProductKeys;
532
532
  };
533
+ platform_editor_pasting_text_in_panel: {
534
+ typeGuard: typeof import("./type-guards").isBoolean;
535
+ defaultValue: boolean;
536
+ param: string;
537
+ productKeys?: import("./types").ProductKeys;
538
+ };
533
539
  platform_editor_fix_a11y_aria_posinset_0: {
534
540
  typeGuard: typeof import("./type-guards").isBoolean;
535
541
  defaultValue: boolean;
@@ -651,12 +657,6 @@ export declare const editorExperimentsConfig: {
651
657
  param: string;
652
658
  productKeys?: import("./types").ProductKeys;
653
659
  };
654
- platform_editor_block_menu_layout_format: {
655
- typeGuard: typeof import("./type-guards").isBoolean;
656
- defaultValue: boolean;
657
- param: string;
658
- productKeys?: import("./types").ProductKeys;
659
- };
660
660
  platform_editor_block_menu_expand_format: {
661
661
  typeGuard: typeof import("./type-guards").isBoolean;
662
662
  defaultValue: boolean;
@@ -824,4 +824,10 @@ export declare const editorExperimentsConfig: {
824
824
  param: string;
825
825
  productKeys?: import("./types").ProductKeys;
826
826
  };
827
+ platform_editor_lovability_navigation_fixes: {
828
+ typeGuard: typeof import("./type-guards").isBoolean;
829
+ defaultValue: boolean;
830
+ param: string;
831
+ productKeys?: import("./types").ProductKeys;
832
+ };
827
833
  };
@@ -530,6 +530,12 @@ export declare const editorExperimentsConfig: {
530
530
  param: string;
531
531
  productKeys?: import("./types").ProductKeys;
532
532
  };
533
+ platform_editor_pasting_text_in_panel: {
534
+ typeGuard: typeof import("./type-guards").isBoolean;
535
+ defaultValue: boolean;
536
+ param: string;
537
+ productKeys?: import("./types").ProductKeys;
538
+ };
533
539
  platform_editor_fix_a11y_aria_posinset_0: {
534
540
  typeGuard: typeof import("./type-guards").isBoolean;
535
541
  defaultValue: boolean;
@@ -651,12 +657,6 @@ export declare const editorExperimentsConfig: {
651
657
  param: string;
652
658
  productKeys?: import("./types").ProductKeys;
653
659
  };
654
- platform_editor_block_menu_layout_format: {
655
- typeGuard: typeof import("./type-guards").isBoolean;
656
- defaultValue: boolean;
657
- param: string;
658
- productKeys?: import("./types").ProductKeys;
659
- };
660
660
  platform_editor_block_menu_expand_format: {
661
661
  typeGuard: typeof import("./type-guards").isBoolean;
662
662
  defaultValue: boolean;
@@ -824,4 +824,10 @@ export declare const editorExperimentsConfig: {
824
824
  param: string;
825
825
  productKeys?: import("./types").ProductKeys;
826
826
  };
827
+ platform_editor_lovability_navigation_fixes: {
828
+ typeGuard: typeof import("./type-guards").isBoolean;
829
+ defaultValue: boolean;
830
+ param: string;
831
+ productKeys?: import("./types").ProductKeys;
832
+ };
827
833
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "13.39.0",
3
+ "version": "13.41.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",