@atlaskit/tmp-editor-statsig 15.12.0 → 15.14.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,23 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 15.14.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`8f6e124ff820f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8f6e124ff820f) -
|
|
8
|
+
Fix case platform_editor_remove_ncsstepmetrics_plugin
|
|
9
|
+
|
|
10
|
+
## 15.13.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- [`b6a737b41d065`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b6a737b41d065) -
|
|
15
|
+
Clean up experiment platform_editor_fix_clone_nesting_exp
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
|
|
3
21
|
## 15.12.0
|
|
4
22
|
|
|
5
23
|
### 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: {
|
|
@@ -1122,9 +1114,9 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1122
1114
|
defaultValue: 'control'
|
|
1123
1115
|
}),
|
|
1124
1116
|
// Added 2025-11-25
|
|
1125
|
-
|
|
1117
|
+
platform_editor_remove_ncsstepmetrics_plugin: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1126
1118
|
productKeys: {
|
|
1127
|
-
confluence: '
|
|
1119
|
+
confluence: 'platform_editor_remove_ncsstepmetrics_plugin'
|
|
1128
1120
|
},
|
|
1129
1121
|
param: 'isEnabled',
|
|
1130
1122
|
defaultValue: false
|
|
@@ -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: {
|
|
@@ -1116,9 +1108,9 @@ export const editorExperimentsConfig = {
|
|
|
1116
1108
|
defaultValue: 'control'
|
|
1117
1109
|
}),
|
|
1118
1110
|
// Added 2025-11-25
|
|
1119
|
-
|
|
1111
|
+
platform_editor_remove_ncsstepmetrics_plugin: createBooleanExperiment({
|
|
1120
1112
|
productKeys: {
|
|
1121
|
-
confluence: '
|
|
1113
|
+
confluence: 'platform_editor_remove_ncsstepmetrics_plugin'
|
|
1122
1114
|
},
|
|
1123
1115
|
param: 'isEnabled',
|
|
1124
1116
|
defaultValue: false
|
|
@@ -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: {
|
|
@@ -1116,9 +1108,9 @@ export var editorExperimentsConfig = {
|
|
|
1116
1108
|
defaultValue: 'control'
|
|
1117
1109
|
}),
|
|
1118
1110
|
// Added 2025-11-25
|
|
1119
|
-
|
|
1111
|
+
platform_editor_remove_ncsstepmetrics_plugin: createBooleanExperiment({
|
|
1120
1112
|
productKeys: {
|
|
1121
|
-
confluence: '
|
|
1113
|
+
confluence: 'platform_editor_remove_ncsstepmetrics_plugin'
|
|
1122
1114
|
},
|
|
1123
1115
|
param: 'isEnabled',
|
|
1124
1116
|
defaultValue: false
|
|
@@ -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;
|
|
@@ -615,7 +609,7 @@ export declare const editorExperimentsConfig: {
|
|
|
615
609
|
productKeys?: ProductKeys;
|
|
616
610
|
typeGuard: IsBooleanType;
|
|
617
611
|
};
|
|
618
|
-
|
|
612
|
+
platform_editor_remove_ncsstepmetrics_plugin: {
|
|
619
613
|
defaultValue: boolean;
|
|
620
614
|
param: string;
|
|
621
615
|
productKeys?: 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;
|
|
@@ -615,7 +609,7 @@ export declare const editorExperimentsConfig: {
|
|
|
615
609
|
productKeys?: ProductKeys;
|
|
616
610
|
typeGuard: IsBooleanType;
|
|
617
611
|
};
|
|
618
|
-
|
|
612
|
+
platform_editor_remove_ncsstepmetrics_plugin: {
|
|
619
613
|
defaultValue: boolean;
|
|
620
614
|
param: string;
|
|
621
615
|
productKeys?: ProductKeys;
|
package/package.json
CHANGED