@atlaskit/tmp-editor-statsig 89.4.0 → 90.0.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
|
+
## 90.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`54136b334c25a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/54136b334c25a) -
|
|
8
|
+
Clean up experiment cc_editor_ttvc_release_bundle_one
|
|
9
|
+
|
|
3
10
|
## 89.4.0
|
|
4
11
|
|
|
5
12
|
### Minor Changes
|
|
@@ -947,14 +947,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
947
947
|
param: 'isEnabled',
|
|
948
948
|
defaultValue: false
|
|
949
949
|
}),
|
|
950
|
-
// Added 2025-09-23
|
|
951
|
-
cc_editor_ttvc_release_bundle_one: (0, _experimentBuilders.createBooleanExperiment)({
|
|
952
|
-
productKeys: {
|
|
953
|
-
confluence: 'cc_editor_ttvc_release_bundle_one'
|
|
954
|
-
},
|
|
955
|
-
param: 'isEnabled',
|
|
956
|
-
defaultValue: false
|
|
957
|
-
}),
|
|
958
950
|
// Added 2025-10-01
|
|
959
951
|
// Added 2025-10-13
|
|
960
952
|
platform_editor_media_error_analytics: (0, _experimentBuilders.createBooleanExperiment)({
|
|
@@ -941,14 +941,6 @@ export const editorExperimentsConfig = {
|
|
|
941
941
|
param: 'isEnabled',
|
|
942
942
|
defaultValue: false
|
|
943
943
|
}),
|
|
944
|
-
// Added 2025-09-23
|
|
945
|
-
cc_editor_ttvc_release_bundle_one: createBooleanExperiment({
|
|
946
|
-
productKeys: {
|
|
947
|
-
confluence: 'cc_editor_ttvc_release_bundle_one'
|
|
948
|
-
},
|
|
949
|
-
param: 'isEnabled',
|
|
950
|
-
defaultValue: false
|
|
951
|
-
}),
|
|
952
944
|
// Added 2025-10-01
|
|
953
945
|
// Added 2025-10-13
|
|
954
946
|
platform_editor_media_error_analytics: createBooleanExperiment({
|
|
@@ -941,14 +941,6 @@ export var editorExperimentsConfig = {
|
|
|
941
941
|
param: 'isEnabled',
|
|
942
942
|
defaultValue: false
|
|
943
943
|
}),
|
|
944
|
-
// Added 2025-09-23
|
|
945
|
-
cc_editor_ttvc_release_bundle_one: createBooleanExperiment({
|
|
946
|
-
productKeys: {
|
|
947
|
-
confluence: 'cc_editor_ttvc_release_bundle_one'
|
|
948
|
-
},
|
|
949
|
-
param: 'isEnabled',
|
|
950
|
-
defaultValue: false
|
|
951
|
-
}),
|
|
952
944
|
// Added 2025-10-01
|
|
953
945
|
// Added 2025-10-13
|
|
954
946
|
platform_editor_media_error_analytics: createBooleanExperiment({
|
|
@@ -161,12 +161,6 @@ export declare const editorExperimentsConfig: {
|
|
|
161
161
|
productKeys?: ProductKeys;
|
|
162
162
|
typeGuard: IsBooleanType;
|
|
163
163
|
};
|
|
164
|
-
cc_editor_ttvc_release_bundle_one: {
|
|
165
|
-
defaultValue: boolean;
|
|
166
|
-
param: string;
|
|
167
|
-
productKeys?: ProductKeys;
|
|
168
|
-
typeGuard: IsBooleanType;
|
|
169
|
-
};
|
|
170
164
|
comment_on_bodied_extensions: {
|
|
171
165
|
defaultValue: boolean;
|
|
172
166
|
param: string;
|
|
@@ -161,12 +161,6 @@ export declare const editorExperimentsConfig: {
|
|
|
161
161
|
productKeys?: ProductKeys;
|
|
162
162
|
typeGuard: IsBooleanType;
|
|
163
163
|
};
|
|
164
|
-
cc_editor_ttvc_release_bundle_one: {
|
|
165
|
-
defaultValue: boolean;
|
|
166
|
-
param: string;
|
|
167
|
-
productKeys?: ProductKeys;
|
|
168
|
-
typeGuard: IsBooleanType;
|
|
169
|
-
};
|
|
170
164
|
comment_on_bodied_extensions: {
|
|
171
165
|
defaultValue: boolean;
|
|
172
166
|
param: string;
|
package/package.json
CHANGED