@atlaskit/tmp-editor-statsig 13.30.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,13 @@
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
+
3
11
  ## 13.30.0
4
12
 
5
13
  ### Minor Changes
@@ -1089,6 +1089,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1089
1089
  param: 'isEnabled',
1090
1090
  defaultValue: false
1091
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
+ }),
1092
1100
  // Added 2025-10-24
1093
1101
  platform_editor_fix_clone_nesting_exp: (0, _experimentBuilders.createBooleanExperiment)({
1094
1102
  productKeys: {
@@ -1083,6 +1083,14 @@ export const editorExperimentsConfig = {
1083
1083
  param: 'isEnabled',
1084
1084
  defaultValue: false
1085
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
+ }),
1086
1094
  // Added 2025-10-24
1087
1095
  platform_editor_fix_clone_nesting_exp: createBooleanExperiment({
1088
1096
  productKeys: {
@@ -1083,6 +1083,14 @@ export var editorExperimentsConfig = {
1083
1083
  param: 'isEnabled',
1084
1084
  defaultValue: false
1085
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
+ }),
1086
1094
  // Added 2025-10-24
1087
1095
  platform_editor_fix_clone_nesting_exp: createBooleanExperiment({
1088
1096
  productKeys: {
@@ -800,6 +800,12 @@ export declare const editorExperimentsConfig: {
800
800
  param: string;
801
801
  productKeys?: import("./types").ProductKeys;
802
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
+ };
803
809
  platform_editor_fix_clone_nesting_exp: {
804
810
  typeGuard: typeof import("./type-guards").isBoolean;
805
811
  defaultValue: boolean;
@@ -800,6 +800,12 @@ export declare const editorExperimentsConfig: {
800
800
  param: string;
801
801
  productKeys?: import("./types").ProductKeys;
802
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
+ };
803
809
  platform_editor_fix_clone_nesting_exp: {
804
810
  typeGuard: typeof import("./type-guards").isBoolean;
805
811
  defaultValue: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "13.30.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",