@atlaskit/tmp-editor-statsig 100.0.0 → 101.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,16 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 101.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`01c0f76dfce1e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/01c0f76dfce1e) -
|
|
8
|
+
Cleanup experiment `platform_editor_media_vc_fixes_patch1`.
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
|
|
3
14
|
## 100.0.0
|
|
4
15
|
|
|
5
16
|
### Major Changes
|
|
@@ -233,14 +233,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
233
233
|
param: 'isEnabled',
|
|
234
234
|
defaultValue: false
|
|
235
235
|
}),
|
|
236
|
-
// Added 2026-03-24
|
|
237
|
-
platform_editor_media_vc_fixes_patch1: (0, _experimentBuilders.createBooleanExperiment)({
|
|
238
|
-
productKeys: {
|
|
239
|
-
confluence: 'platform_editor_media_vc_fixes_patch1'
|
|
240
|
-
},
|
|
241
|
-
param: 'isEnabled',
|
|
242
|
-
defaultValue: false
|
|
243
|
-
}),
|
|
244
236
|
// Added 2026-03-06
|
|
245
237
|
platform_editor_media_reliability_observability: (0, _experimentBuilders.createBooleanExperiment)({
|
|
246
238
|
productKeys: {
|
|
@@ -227,14 +227,6 @@ export const editorExperimentsConfig = {
|
|
|
227
227
|
param: 'isEnabled',
|
|
228
228
|
defaultValue: false
|
|
229
229
|
}),
|
|
230
|
-
// Added 2026-03-24
|
|
231
|
-
platform_editor_media_vc_fixes_patch1: createBooleanExperiment({
|
|
232
|
-
productKeys: {
|
|
233
|
-
confluence: 'platform_editor_media_vc_fixes_patch1'
|
|
234
|
-
},
|
|
235
|
-
param: 'isEnabled',
|
|
236
|
-
defaultValue: false
|
|
237
|
-
}),
|
|
238
230
|
// Added 2026-03-06
|
|
239
231
|
platform_editor_media_reliability_observability: createBooleanExperiment({
|
|
240
232
|
productKeys: {
|
|
@@ -227,14 +227,6 @@ export var editorExperimentsConfig = {
|
|
|
227
227
|
param: 'isEnabled',
|
|
228
228
|
defaultValue: false
|
|
229
229
|
}),
|
|
230
|
-
// Added 2026-03-24
|
|
231
|
-
platform_editor_media_vc_fixes_patch1: createBooleanExperiment({
|
|
232
|
-
productKeys: {
|
|
233
|
-
confluence: 'platform_editor_media_vc_fixes_patch1'
|
|
234
|
-
},
|
|
235
|
-
param: 'isEnabled',
|
|
236
|
-
defaultValue: false
|
|
237
|
-
}),
|
|
238
230
|
// Added 2026-03-06
|
|
239
231
|
platform_editor_media_reliability_observability: createBooleanExperiment({
|
|
240
232
|
productKeys: {
|
|
@@ -531,12 +531,6 @@ export declare const editorExperimentsConfig: {
|
|
|
531
531
|
productKeys?: ProductKeys;
|
|
532
532
|
typeGuard: IsBooleanType;
|
|
533
533
|
};
|
|
534
|
-
platform_editor_media_vc_fixes_patch1: {
|
|
535
|
-
defaultValue: boolean;
|
|
536
|
-
param: string;
|
|
537
|
-
productKeys?: ProductKeys;
|
|
538
|
-
typeGuard: IsBooleanType;
|
|
539
|
-
};
|
|
540
534
|
platform_editor_native_embeds: {
|
|
541
535
|
defaultValue: boolean;
|
|
542
536
|
param: string;
|
|
@@ -531,12 +531,6 @@ export declare const editorExperimentsConfig: {
|
|
|
531
531
|
productKeys?: ProductKeys;
|
|
532
532
|
typeGuard: IsBooleanType;
|
|
533
533
|
};
|
|
534
|
-
platform_editor_media_vc_fixes_patch1: {
|
|
535
|
-
defaultValue: boolean;
|
|
536
|
-
param: string;
|
|
537
|
-
productKeys?: ProductKeys;
|
|
538
|
-
typeGuard: IsBooleanType;
|
|
539
|
-
};
|
|
540
534
|
platform_editor_native_embeds: {
|
|
541
535
|
defaultValue: boolean;
|
|
542
536
|
param: string;
|
package/package.json
CHANGED