@atlaskit/tmp-editor-statsig 89.3.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,19 @@
|
|
|
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
|
+
|
|
10
|
+
## 89.4.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- [`aaf0bc9f036a7`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/aaf0bc9f036a7) -
|
|
15
|
+
[ux] Experiment change, update priority of link quick insert item
|
|
16
|
+
|
|
3
17
|
## 89.3.0
|
|
4
18
|
|
|
5
19
|
### Minor Changes
|
|
@@ -147,6 +147,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
147
147
|
param: 'isEnabled',
|
|
148
148
|
defaultValue: false
|
|
149
149
|
}),
|
|
150
|
+
confluence_quick_insert_embeds: (0, _experimentBuilders.createBooleanExperiment)({
|
|
151
|
+
productKeys: {
|
|
152
|
+
confluence: 'confluence_quick_insert_embeds'
|
|
153
|
+
},
|
|
154
|
+
param: 'isEnabled',
|
|
155
|
+
defaultValue: false
|
|
156
|
+
}),
|
|
150
157
|
confluence_remix_icon_right_side: (0, _experimentBuilders.createBooleanExperiment)({
|
|
151
158
|
productKeys: {
|
|
152
159
|
confluence: 'confluence_remix_icon_right_side'
|
|
@@ -940,14 +947,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
940
947
|
param: 'isEnabled',
|
|
941
948
|
defaultValue: false
|
|
942
949
|
}),
|
|
943
|
-
// Added 2025-09-23
|
|
944
|
-
cc_editor_ttvc_release_bundle_one: (0, _experimentBuilders.createBooleanExperiment)({
|
|
945
|
-
productKeys: {
|
|
946
|
-
confluence: 'cc_editor_ttvc_release_bundle_one'
|
|
947
|
-
},
|
|
948
|
-
param: 'isEnabled',
|
|
949
|
-
defaultValue: false
|
|
950
|
-
}),
|
|
951
950
|
// Added 2025-10-01
|
|
952
951
|
// Added 2025-10-13
|
|
953
952
|
platform_editor_media_error_analytics: (0, _experimentBuilders.createBooleanExperiment)({
|
|
@@ -141,6 +141,13 @@ export const editorExperimentsConfig = {
|
|
|
141
141
|
param: 'isEnabled',
|
|
142
142
|
defaultValue: false
|
|
143
143
|
}),
|
|
144
|
+
confluence_quick_insert_embeds: createBooleanExperiment({
|
|
145
|
+
productKeys: {
|
|
146
|
+
confluence: 'confluence_quick_insert_embeds'
|
|
147
|
+
},
|
|
148
|
+
param: 'isEnabled',
|
|
149
|
+
defaultValue: false
|
|
150
|
+
}),
|
|
144
151
|
confluence_remix_icon_right_side: createBooleanExperiment({
|
|
145
152
|
productKeys: {
|
|
146
153
|
confluence: 'confluence_remix_icon_right_side'
|
|
@@ -934,14 +941,6 @@ export const editorExperimentsConfig = {
|
|
|
934
941
|
param: 'isEnabled',
|
|
935
942
|
defaultValue: false
|
|
936
943
|
}),
|
|
937
|
-
// Added 2025-09-23
|
|
938
|
-
cc_editor_ttvc_release_bundle_one: createBooleanExperiment({
|
|
939
|
-
productKeys: {
|
|
940
|
-
confluence: 'cc_editor_ttvc_release_bundle_one'
|
|
941
|
-
},
|
|
942
|
-
param: 'isEnabled',
|
|
943
|
-
defaultValue: false
|
|
944
|
-
}),
|
|
945
944
|
// Added 2025-10-01
|
|
946
945
|
// Added 2025-10-13
|
|
947
946
|
platform_editor_media_error_analytics: createBooleanExperiment({
|
|
@@ -141,6 +141,13 @@ export var editorExperimentsConfig = {
|
|
|
141
141
|
param: 'isEnabled',
|
|
142
142
|
defaultValue: false
|
|
143
143
|
}),
|
|
144
|
+
confluence_quick_insert_embeds: createBooleanExperiment({
|
|
145
|
+
productKeys: {
|
|
146
|
+
confluence: 'confluence_quick_insert_embeds'
|
|
147
|
+
},
|
|
148
|
+
param: 'isEnabled',
|
|
149
|
+
defaultValue: false
|
|
150
|
+
}),
|
|
144
151
|
confluence_remix_icon_right_side: createBooleanExperiment({
|
|
145
152
|
productKeys: {
|
|
146
153
|
confluence: 'confluence_remix_icon_right_side'
|
|
@@ -934,14 +941,6 @@ export var editorExperimentsConfig = {
|
|
|
934
941
|
param: 'isEnabled',
|
|
935
942
|
defaultValue: false
|
|
936
943
|
}),
|
|
937
|
-
// Added 2025-09-23
|
|
938
|
-
cc_editor_ttvc_release_bundle_one: createBooleanExperiment({
|
|
939
|
-
productKeys: {
|
|
940
|
-
confluence: 'cc_editor_ttvc_release_bundle_one'
|
|
941
|
-
},
|
|
942
|
-
param: 'isEnabled',
|
|
943
|
-
defaultValue: false
|
|
944
|
-
}),
|
|
945
944
|
// Added 2025-10-01
|
|
946
945
|
// Added 2025-10-13
|
|
947
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;
|
|
@@ -275,6 +269,12 @@ export declare const editorExperimentsConfig: {
|
|
|
275
269
|
productKeys?: ProductKeys;
|
|
276
270
|
typeGuard: IsBooleanType;
|
|
277
271
|
};
|
|
272
|
+
confluence_quick_insert_embeds: {
|
|
273
|
+
defaultValue: boolean;
|
|
274
|
+
param: string;
|
|
275
|
+
productKeys?: ProductKeys;
|
|
276
|
+
typeGuard: IsBooleanType;
|
|
277
|
+
};
|
|
278
278
|
platform_editor_layout_keywords: {
|
|
279
279
|
defaultValue: boolean;
|
|
280
280
|
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;
|
|
@@ -275,6 +269,12 @@ export declare const editorExperimentsConfig: {
|
|
|
275
269
|
productKeys?: ProductKeys;
|
|
276
270
|
typeGuard: IsBooleanType;
|
|
277
271
|
};
|
|
272
|
+
confluence_quick_insert_embeds: {
|
|
273
|
+
defaultValue: boolean;
|
|
274
|
+
param: string;
|
|
275
|
+
productKeys?: ProductKeys;
|
|
276
|
+
typeGuard: IsBooleanType;
|
|
277
|
+
};
|
|
278
278
|
platform_editor_layout_keywords: {
|
|
279
279
|
defaultValue: boolean;
|
|
280
280
|
param: string;
|
package/package.json
CHANGED