@atlaskit/tmp-editor-statsig 15.13.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,12 @@
|
|
|
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
|
+
|
|
3
10
|
## 15.13.0
|
|
4
11
|
|
|
5
12
|
### Minor Changes
|
|
@@ -1114,9 +1114,9 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1114
1114
|
defaultValue: 'control'
|
|
1115
1115
|
}),
|
|
1116
1116
|
// Added 2025-11-25
|
|
1117
|
-
|
|
1117
|
+
platform_editor_remove_ncsstepmetrics_plugin: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1118
1118
|
productKeys: {
|
|
1119
|
-
confluence: '
|
|
1119
|
+
confluence: 'platform_editor_remove_ncsstepmetrics_plugin'
|
|
1120
1120
|
},
|
|
1121
1121
|
param: 'isEnabled',
|
|
1122
1122
|
defaultValue: false
|
|
@@ -1108,9 +1108,9 @@ export const editorExperimentsConfig = {
|
|
|
1108
1108
|
defaultValue: 'control'
|
|
1109
1109
|
}),
|
|
1110
1110
|
// Added 2025-11-25
|
|
1111
|
-
|
|
1111
|
+
platform_editor_remove_ncsstepmetrics_plugin: createBooleanExperiment({
|
|
1112
1112
|
productKeys: {
|
|
1113
|
-
confluence: '
|
|
1113
|
+
confluence: 'platform_editor_remove_ncsstepmetrics_plugin'
|
|
1114
1114
|
},
|
|
1115
1115
|
param: 'isEnabled',
|
|
1116
1116
|
defaultValue: false
|
|
@@ -1108,9 +1108,9 @@ export var editorExperimentsConfig = {
|
|
|
1108
1108
|
defaultValue: 'control'
|
|
1109
1109
|
}),
|
|
1110
1110
|
// Added 2025-11-25
|
|
1111
|
-
|
|
1111
|
+
platform_editor_remove_ncsstepmetrics_plugin: createBooleanExperiment({
|
|
1112
1112
|
productKeys: {
|
|
1113
|
-
confluence: '
|
|
1113
|
+
confluence: 'platform_editor_remove_ncsstepmetrics_plugin'
|
|
1114
1114
|
},
|
|
1115
1115
|
param: 'isEnabled',
|
|
1116
1116
|
defaultValue: false
|
|
@@ -609,7 +609,7 @@ export declare const editorExperimentsConfig: {
|
|
|
609
609
|
productKeys?: ProductKeys;
|
|
610
610
|
typeGuard: IsBooleanType;
|
|
611
611
|
};
|
|
612
|
-
|
|
612
|
+
platform_editor_remove_ncsstepmetrics_plugin: {
|
|
613
613
|
defaultValue: boolean;
|
|
614
614
|
param: string;
|
|
615
615
|
productKeys?: ProductKeys;
|
|
@@ -609,7 +609,7 @@ export declare const editorExperimentsConfig: {
|
|
|
609
609
|
productKeys?: ProductKeys;
|
|
610
610
|
typeGuard: IsBooleanType;
|
|
611
611
|
};
|
|
612
|
-
|
|
612
|
+
platform_editor_remove_ncsstepmetrics_plugin: {
|
|
613
613
|
defaultValue: boolean;
|
|
614
614
|
param: string;
|
|
615
615
|
productKeys?: ProductKeys;
|
package/package.json
CHANGED