@atlaskit/tmp-editor-statsig 13.29.0 → 13.31.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,21 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 13.31.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`c094becfaeeaa`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c094becfaeeaa) -
8
+ EDITOR-2476 Introduce new utility method to check if nested tables is supported in the schema to
9
+ facilitate removal of gate `platform_editor_use_nested_table_pm_nodes`
10
+
11
+ ## 13.30.0
12
+
13
+ ### Minor Changes
14
+
15
+ - [`236d9310035ae`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/236d9310035ae) -
16
+ [https://product-fabric.atlassian.net/browse/ED-29205](ED-29205) - use native DOM element for
17
+ editor expand icon
18
+
3
19
  ## 13.29.0
4
20
 
5
21
  ### Minor Changes
@@ -768,6 +768,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
768
768
  param: 'isEnabled',
769
769
  defaultValue: false
770
770
  }),
771
+ platform_editor_native_expand_button: (0, _experimentBuilders.createBooleanExperiment)({
772
+ productKeys: {
773
+ confluence: 'platform_editor_native_expand_button'
774
+ },
775
+ param: 'isEnabled',
776
+ defaultValue: false
777
+ }),
771
778
  // Added 2025-08-28
772
779
  editor_enable_image_alignment_in_expand: (0, _experimentBuilders.createBooleanExperiment)({
773
780
  productKeys: {
@@ -1082,6 +1089,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1082
1089
  param: 'isEnabled',
1083
1090
  defaultValue: false
1084
1091
  }),
1092
+ // Added 2025-11-05
1093
+ platform_editor_nested_table_detection: (0, _experimentBuilders.createBooleanExperiment)({
1094
+ productKeys: {
1095
+ confluence: 'platform_editor_nested_table_detection'
1096
+ },
1097
+ param: 'isEnabled',
1098
+ defaultValue: false
1099
+ }),
1085
1100
  // Added 2025-10-24
1086
1101
  platform_editor_fix_clone_nesting_exp: (0, _experimentBuilders.createBooleanExperiment)({
1087
1102
  productKeys: {
@@ -762,6 +762,13 @@ export const editorExperimentsConfig = {
762
762
  param: 'isEnabled',
763
763
  defaultValue: false
764
764
  }),
765
+ platform_editor_native_expand_button: createBooleanExperiment({
766
+ productKeys: {
767
+ confluence: 'platform_editor_native_expand_button'
768
+ },
769
+ param: 'isEnabled',
770
+ defaultValue: false
771
+ }),
765
772
  // Added 2025-08-28
766
773
  editor_enable_image_alignment_in_expand: createBooleanExperiment({
767
774
  productKeys: {
@@ -1076,6 +1083,14 @@ export const editorExperimentsConfig = {
1076
1083
  param: 'isEnabled',
1077
1084
  defaultValue: false
1078
1085
  }),
1086
+ // Added 2025-11-05
1087
+ platform_editor_nested_table_detection: createBooleanExperiment({
1088
+ productKeys: {
1089
+ confluence: 'platform_editor_nested_table_detection'
1090
+ },
1091
+ param: 'isEnabled',
1092
+ defaultValue: false
1093
+ }),
1079
1094
  // Added 2025-10-24
1080
1095
  platform_editor_fix_clone_nesting_exp: createBooleanExperiment({
1081
1096
  productKeys: {
@@ -762,6 +762,13 @@ export var editorExperimentsConfig = {
762
762
  param: 'isEnabled',
763
763
  defaultValue: false
764
764
  }),
765
+ platform_editor_native_expand_button: createBooleanExperiment({
766
+ productKeys: {
767
+ confluence: 'platform_editor_native_expand_button'
768
+ },
769
+ param: 'isEnabled',
770
+ defaultValue: false
771
+ }),
765
772
  // Added 2025-08-28
766
773
  editor_enable_image_alignment_in_expand: createBooleanExperiment({
767
774
  productKeys: {
@@ -1076,6 +1083,14 @@ export var editorExperimentsConfig = {
1076
1083
  param: 'isEnabled',
1077
1084
  defaultValue: false
1078
1085
  }),
1086
+ // Added 2025-11-05
1087
+ platform_editor_nested_table_detection: createBooleanExperiment({
1088
+ productKeys: {
1089
+ confluence: 'platform_editor_nested_table_detection'
1090
+ },
1091
+ param: 'isEnabled',
1092
+ defaultValue: false
1093
+ }),
1079
1094
  // Added 2025-10-24
1080
1095
  platform_editor_fix_clone_nesting_exp: createBooleanExperiment({
1081
1096
  productKeys: {
@@ -561,6 +561,12 @@ export declare const editorExperimentsConfig: {
561
561
  param: string;
562
562
  productKeys?: import("./types").ProductKeys;
563
563
  };
564
+ platform_editor_native_expand_button: {
565
+ typeGuard: typeof import("./type-guards").isBoolean;
566
+ defaultValue: boolean;
567
+ param: string;
568
+ productKeys?: import("./types").ProductKeys;
569
+ };
564
570
  editor_enable_image_alignment_in_expand: {
565
571
  typeGuard: typeof import("./type-guards").isBoolean;
566
572
  defaultValue: boolean;
@@ -794,6 +800,12 @@ export declare const editorExperimentsConfig: {
794
800
  param: string;
795
801
  productKeys?: import("./types").ProductKeys;
796
802
  };
803
+ platform_editor_nested_table_detection: {
804
+ typeGuard: typeof import("./type-guards").isBoolean;
805
+ defaultValue: boolean;
806
+ param: string;
807
+ productKeys?: import("./types").ProductKeys;
808
+ };
797
809
  platform_editor_fix_clone_nesting_exp: {
798
810
  typeGuard: typeof import("./type-guards").isBoolean;
799
811
  defaultValue: boolean;
@@ -561,6 +561,12 @@ export declare const editorExperimentsConfig: {
561
561
  param: string;
562
562
  productKeys?: import("./types").ProductKeys;
563
563
  };
564
+ platform_editor_native_expand_button: {
565
+ typeGuard: typeof import("./type-guards").isBoolean;
566
+ defaultValue: boolean;
567
+ param: string;
568
+ productKeys?: import("./types").ProductKeys;
569
+ };
564
570
  editor_enable_image_alignment_in_expand: {
565
571
  typeGuard: typeof import("./type-guards").isBoolean;
566
572
  defaultValue: boolean;
@@ -794,6 +800,12 @@ export declare const editorExperimentsConfig: {
794
800
  param: string;
795
801
  productKeys?: import("./types").ProductKeys;
796
802
  };
803
+ platform_editor_nested_table_detection: {
804
+ typeGuard: typeof import("./type-guards").isBoolean;
805
+ defaultValue: boolean;
806
+ param: string;
807
+ productKeys?: import("./types").ProductKeys;
808
+ };
797
809
  platform_editor_fix_clone_nesting_exp: {
798
810
  typeGuard: typeof import("./type-guards").isBoolean;
799
811
  defaultValue: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "13.29.0",
3
+ "version": "13.31.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",