@atlaskit/tmp-editor-statsig 189.0.0 → 190.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
|
+
## 190.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`077f0fa90b5c9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/077f0fa90b5c9) -
|
|
8
|
+
Clean up experiment `platform_editor_prevent_taskitem_remount`
|
|
9
|
+
|
|
3
10
|
## 189.0.0
|
|
4
11
|
|
|
5
12
|
### Major Changes
|
|
@@ -633,14 +633,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
633
633
|
param: 'isEnabled',
|
|
634
634
|
defaultValue: false
|
|
635
635
|
}),
|
|
636
|
-
// Added 2025-09-16
|
|
637
|
-
platform_editor_prevent_taskitem_remount: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
638
|
-
productKeys: {
|
|
639
|
-
confluence: 'platform_editor_prevent_taskitem_remount'
|
|
640
|
-
},
|
|
641
|
-
param: 'isEnabled',
|
|
642
|
-
defaultValue: false
|
|
643
|
-
}),
|
|
644
636
|
// Added 2025-09-01
|
|
645
637
|
cc_editor_ai_content_mode: (0, _createMultivariateExperiment.createMultivariateExperiment)({
|
|
646
638
|
productKeys: {
|
|
@@ -627,14 +627,6 @@ export const editorExperimentsConfig = {
|
|
|
627
627
|
param: 'isEnabled',
|
|
628
628
|
defaultValue: false
|
|
629
629
|
}),
|
|
630
|
-
// Added 2025-09-16
|
|
631
|
-
platform_editor_prevent_taskitem_remount: createBooleanExperiment({
|
|
632
|
-
productKeys: {
|
|
633
|
-
confluence: 'platform_editor_prevent_taskitem_remount'
|
|
634
|
-
},
|
|
635
|
-
param: 'isEnabled',
|
|
636
|
-
defaultValue: false
|
|
637
|
-
}),
|
|
638
630
|
// Added 2025-09-01
|
|
639
631
|
cc_editor_ai_content_mode: createMultivariateExperiment({
|
|
640
632
|
productKeys: {
|
|
@@ -627,14 +627,6 @@ export var editorExperimentsConfig = {
|
|
|
627
627
|
param: 'isEnabled',
|
|
628
628
|
defaultValue: false
|
|
629
629
|
}),
|
|
630
|
-
// Added 2025-09-16
|
|
631
|
-
platform_editor_prevent_taskitem_remount: createBooleanExperiment({
|
|
632
|
-
productKeys: {
|
|
633
|
-
confluence: 'platform_editor_prevent_taskitem_remount'
|
|
634
|
-
},
|
|
635
|
-
param: 'isEnabled',
|
|
636
|
-
defaultValue: false
|
|
637
|
-
}),
|
|
638
630
|
// Added 2025-09-01
|
|
639
631
|
cc_editor_ai_content_mode: createMultivariateExperiment({
|
|
640
632
|
productKeys: {
|
|
@@ -460,12 +460,6 @@ export declare const editorExperimentsConfig: {
|
|
|
460
460
|
productKeys?: ProductKeys;
|
|
461
461
|
typeGuard: IsBooleanType;
|
|
462
462
|
};
|
|
463
|
-
platform_editor_prevent_taskitem_remount: {
|
|
464
|
-
defaultValue: boolean;
|
|
465
|
-
param: string;
|
|
466
|
-
productKeys?: ProductKeys;
|
|
467
|
-
typeGuard: IsBooleanType;
|
|
468
|
-
};
|
|
469
463
|
platform_editor_preview_panel_responsiveness: {
|
|
470
464
|
defaultValue: boolean;
|
|
471
465
|
param: string;
|
package/package.json
CHANGED