@atlaskit/tmp-editor-statsig 15.12.0 → 15.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,16 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 15.13.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`b6a737b41d065`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b6a737b41d065) -
|
|
8
|
+
Clean up experiment platform_editor_fix_clone_nesting_exp
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
|
|
3
14
|
## 15.12.0
|
|
4
15
|
|
|
5
16
|
### Minor Changes
|
|
@@ -1054,14 +1054,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1054
1054
|
param: 'isEnabled',
|
|
1055
1055
|
defaultValue: false
|
|
1056
1056
|
}),
|
|
1057
|
-
// Added 2025-10-24
|
|
1058
|
-
platform_editor_fix_clone_nesting_exp: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1059
|
-
productKeys: {
|
|
1060
|
-
confluence: 'platform_editor_fix_clone_nesting_exp'
|
|
1061
|
-
},
|
|
1062
|
-
param: 'isEnabled',
|
|
1063
|
-
defaultValue: false
|
|
1064
|
-
}),
|
|
1065
1057
|
// Added 2025-10-27
|
|
1066
1058
|
platform_editor_table_sticky_header_improvements: (0, _experimentBuilders.createMultivariateExperiment)({
|
|
1067
1059
|
productKeys: {
|
|
@@ -1048,14 +1048,6 @@ export const editorExperimentsConfig = {
|
|
|
1048
1048
|
param: 'isEnabled',
|
|
1049
1049
|
defaultValue: false
|
|
1050
1050
|
}),
|
|
1051
|
-
// Added 2025-10-24
|
|
1052
|
-
platform_editor_fix_clone_nesting_exp: createBooleanExperiment({
|
|
1053
|
-
productKeys: {
|
|
1054
|
-
confluence: 'platform_editor_fix_clone_nesting_exp'
|
|
1055
|
-
},
|
|
1056
|
-
param: 'isEnabled',
|
|
1057
|
-
defaultValue: false
|
|
1058
|
-
}),
|
|
1059
1051
|
// Added 2025-10-27
|
|
1060
1052
|
platform_editor_table_sticky_header_improvements: createMultivariateExperiment({
|
|
1061
1053
|
productKeys: {
|
|
@@ -1048,14 +1048,6 @@ export var editorExperimentsConfig = {
|
|
|
1048
1048
|
param: 'isEnabled',
|
|
1049
1049
|
defaultValue: false
|
|
1050
1050
|
}),
|
|
1051
|
-
// Added 2025-10-24
|
|
1052
|
-
platform_editor_fix_clone_nesting_exp: createBooleanExperiment({
|
|
1053
|
-
productKeys: {
|
|
1054
|
-
confluence: 'platform_editor_fix_clone_nesting_exp'
|
|
1055
|
-
},
|
|
1056
|
-
param: 'isEnabled',
|
|
1057
|
-
defaultValue: false
|
|
1058
|
-
}),
|
|
1059
1051
|
// Added 2025-10-27
|
|
1060
1052
|
platform_editor_table_sticky_header_improvements: createMultivariateExperiment({
|
|
1061
1053
|
productKeys: {
|
|
@@ -422,12 +422,6 @@ export declare const editorExperimentsConfig: {
|
|
|
422
422
|
productKeys?: ProductKeys;
|
|
423
423
|
typeGuard: IsBooleanType;
|
|
424
424
|
};
|
|
425
|
-
platform_editor_fix_clone_nesting_exp: {
|
|
426
|
-
defaultValue: boolean;
|
|
427
|
-
param: string;
|
|
428
|
-
productKeys?: ProductKeys;
|
|
429
|
-
typeGuard: IsBooleanType;
|
|
430
|
-
};
|
|
431
425
|
platform_editor_fix_quick_insert_consistency_exp: {
|
|
432
426
|
defaultValue: boolean;
|
|
433
427
|
param: string;
|
|
@@ -422,12 +422,6 @@ export declare const editorExperimentsConfig: {
|
|
|
422
422
|
productKeys?: ProductKeys;
|
|
423
423
|
typeGuard: IsBooleanType;
|
|
424
424
|
};
|
|
425
|
-
platform_editor_fix_clone_nesting_exp: {
|
|
426
|
-
defaultValue: boolean;
|
|
427
|
-
param: string;
|
|
428
|
-
productKeys?: ProductKeys;
|
|
429
|
-
typeGuard: IsBooleanType;
|
|
430
|
-
};
|
|
431
425
|
platform_editor_fix_quick_insert_consistency_exp: {
|
|
432
426
|
defaultValue: boolean;
|
|
433
427
|
param: string;
|
package/package.json
CHANGED