@atlaskit/tmp-editor-statsig 64.1.0 → 65.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
|
+
## 65.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`e5cdd96dcf4f9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e5cdd96dcf4f9) -
|
|
8
|
+
Clean up platform_editor_hydratable_ui experiment (shipped as enabled)
|
|
9
|
+
|
|
3
10
|
## 64.1.0
|
|
4
11
|
|
|
5
12
|
### Minor Changes
|
|
@@ -422,14 +422,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
422
422
|
values: ['control', 'variant1'],
|
|
423
423
|
defaultValue: 'control'
|
|
424
424
|
}),
|
|
425
|
-
// Added 2025-09-03
|
|
426
|
-
platform_editor_hydratable_ui: (0, _experimentBuilders.createBooleanExperiment)({
|
|
427
|
-
productKeys: {
|
|
428
|
-
confluence: 'platform_editor_hydratable_ui'
|
|
429
|
-
},
|
|
430
|
-
param: 'isEnabled',
|
|
431
|
-
defaultValue: false
|
|
432
|
-
}),
|
|
433
425
|
// Added 2026-03-02
|
|
434
426
|
platform_editor_inline_card_dispatch_guard: (0, _experimentBuilders.createBooleanExperiment)({
|
|
435
427
|
productKeys: {
|
|
@@ -416,14 +416,6 @@ export const editorExperimentsConfig = {
|
|
|
416
416
|
values: ['control', 'variant1'],
|
|
417
417
|
defaultValue: 'control'
|
|
418
418
|
}),
|
|
419
|
-
// Added 2025-09-03
|
|
420
|
-
platform_editor_hydratable_ui: createBooleanExperiment({
|
|
421
|
-
productKeys: {
|
|
422
|
-
confluence: 'platform_editor_hydratable_ui'
|
|
423
|
-
},
|
|
424
|
-
param: 'isEnabled',
|
|
425
|
-
defaultValue: false
|
|
426
|
-
}),
|
|
427
419
|
// Added 2026-03-02
|
|
428
420
|
platform_editor_inline_card_dispatch_guard: createBooleanExperiment({
|
|
429
421
|
productKeys: {
|
|
@@ -416,14 +416,6 @@ export var editorExperimentsConfig = {
|
|
|
416
416
|
values: ['control', 'variant1'],
|
|
417
417
|
defaultValue: 'control'
|
|
418
418
|
}),
|
|
419
|
-
// Added 2025-09-03
|
|
420
|
-
platform_editor_hydratable_ui: createBooleanExperiment({
|
|
421
|
-
productKeys: {
|
|
422
|
-
confluence: 'platform_editor_hydratable_ui'
|
|
423
|
-
},
|
|
424
|
-
param: 'isEnabled',
|
|
425
|
-
defaultValue: false
|
|
426
|
-
}),
|
|
427
419
|
// Added 2026-03-02
|
|
428
420
|
platform_editor_inline_card_dispatch_guard: createBooleanExperiment({
|
|
429
421
|
productKeys: {
|
|
@@ -463,12 +463,6 @@ export declare const editorExperimentsConfig: {
|
|
|
463
463
|
productKeys?: ProductKeys;
|
|
464
464
|
typeGuard: IsBooleanType;
|
|
465
465
|
};
|
|
466
|
-
platform_editor_hydratable_ui: {
|
|
467
|
-
defaultValue: boolean;
|
|
468
|
-
param: string;
|
|
469
|
-
productKeys?: ProductKeys;
|
|
470
|
-
typeGuard: IsBooleanType;
|
|
471
|
-
};
|
|
472
466
|
platform_editor_inline_card_dispatch_guard: {
|
|
473
467
|
defaultValue: boolean;
|
|
474
468
|
param: string;
|
|
@@ -463,12 +463,6 @@ export declare const editorExperimentsConfig: {
|
|
|
463
463
|
productKeys?: ProductKeys;
|
|
464
464
|
typeGuard: IsBooleanType;
|
|
465
465
|
};
|
|
466
|
-
platform_editor_hydratable_ui: {
|
|
467
|
-
defaultValue: boolean;
|
|
468
|
-
param: string;
|
|
469
|
-
productKeys?: ProductKeys;
|
|
470
|
-
typeGuard: IsBooleanType;
|
|
471
|
-
};
|
|
472
466
|
platform_editor_inline_card_dispatch_guard: {
|
|
473
467
|
defaultValue: boolean;
|
|
474
468
|
param: string;
|
package/package.json
CHANGED