@atlaskit/tmp-editor-statsig 15.3.0 → 15.4.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,12 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 15.4.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`4ac3023fb991b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4ac3023fb991b) -
|
|
8
|
+
EDITOR-2478 Clean up experiment `platform_editor_nested_table_detection`
|
|
9
|
+
|
|
3
10
|
## 15.3.0
|
|
4
11
|
|
|
5
12
|
### Minor Changes
|
|
@@ -1075,14 +1075,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1075
1075
|
param: 'isEnabled',
|
|
1076
1076
|
defaultValue: false
|
|
1077
1077
|
}),
|
|
1078
|
-
// Added 2025-11-05
|
|
1079
|
-
platform_editor_nested_table_detection: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1080
|
-
productKeys: {
|
|
1081
|
-
confluence: 'platform_editor_nested_table_detection'
|
|
1082
|
-
},
|
|
1083
|
-
param: 'isEnabled',
|
|
1084
|
-
defaultValue: false
|
|
1085
|
-
}),
|
|
1086
1078
|
// Added 2025-10-24
|
|
1087
1079
|
platform_editor_fix_clone_nesting_exp: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1088
1080
|
productKeys: {
|
|
@@ -1069,14 +1069,6 @@ export const editorExperimentsConfig = {
|
|
|
1069
1069
|
param: 'isEnabled',
|
|
1070
1070
|
defaultValue: false
|
|
1071
1071
|
}),
|
|
1072
|
-
// Added 2025-11-05
|
|
1073
|
-
platform_editor_nested_table_detection: createBooleanExperiment({
|
|
1074
|
-
productKeys: {
|
|
1075
|
-
confluence: 'platform_editor_nested_table_detection'
|
|
1076
|
-
},
|
|
1077
|
-
param: 'isEnabled',
|
|
1078
|
-
defaultValue: false
|
|
1079
|
-
}),
|
|
1080
1072
|
// Added 2025-10-24
|
|
1081
1073
|
platform_editor_fix_clone_nesting_exp: createBooleanExperiment({
|
|
1082
1074
|
productKeys: {
|
|
@@ -1069,14 +1069,6 @@ export var editorExperimentsConfig = {
|
|
|
1069
1069
|
param: 'isEnabled',
|
|
1070
1070
|
defaultValue: false
|
|
1071
1071
|
}),
|
|
1072
|
-
// Added 2025-11-05
|
|
1073
|
-
platform_editor_nested_table_detection: createBooleanExperiment({
|
|
1074
|
-
productKeys: {
|
|
1075
|
-
confluence: 'platform_editor_nested_table_detection'
|
|
1076
|
-
},
|
|
1077
|
-
param: 'isEnabled',
|
|
1078
|
-
defaultValue: false
|
|
1079
|
-
}),
|
|
1080
1072
|
// Added 2025-10-24
|
|
1081
1073
|
platform_editor_fix_clone_nesting_exp: createBooleanExperiment({
|
|
1082
1074
|
productKeys: {
|
|
@@ -522,12 +522,6 @@ export declare const editorExperimentsConfig: {
|
|
|
522
522
|
productKeys?: ProductKeys;
|
|
523
523
|
typeGuard: IsBooleanType;
|
|
524
524
|
};
|
|
525
|
-
platform_editor_nested_table_detection: {
|
|
526
|
-
defaultValue: boolean;
|
|
527
|
-
param: string;
|
|
528
|
-
productKeys?: ProductKeys;
|
|
529
|
-
typeGuard: IsBooleanType;
|
|
530
|
-
};
|
|
531
525
|
platform_editor_nested_table_refresh_width_fix: {
|
|
532
526
|
defaultValue: boolean;
|
|
533
527
|
param: string;
|
|
@@ -522,12 +522,6 @@ export declare const editorExperimentsConfig: {
|
|
|
522
522
|
productKeys?: ProductKeys;
|
|
523
523
|
typeGuard: IsBooleanType;
|
|
524
524
|
};
|
|
525
|
-
platform_editor_nested_table_detection: {
|
|
526
|
-
defaultValue: boolean;
|
|
527
|
-
param: string;
|
|
528
|
-
productKeys?: ProductKeys;
|
|
529
|
-
typeGuard: IsBooleanType;
|
|
530
|
-
};
|
|
531
525
|
platform_editor_nested_table_refresh_width_fix: {
|
|
532
526
|
defaultValue: boolean;
|
|
533
527
|
param: string;
|
package/package.json
CHANGED