@atlaskit/tmp-editor-statsig 13.24.0 → 13.25.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
|
+
## 13.25.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`68059d62a8bbc`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/68059d62a8bbc) -
|
|
8
|
+
ED-29461 Clean up platform_editor_toolbar_task_list_menu_item
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
|
|
3
14
|
## 13.24.0
|
|
4
15
|
|
|
5
16
|
### Minor Changes
|
|
@@ -940,14 +940,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
940
940
|
param: 'isEnabled',
|
|
941
941
|
defaultValue: false
|
|
942
942
|
}),
|
|
943
|
-
// Added 10-09-2025
|
|
944
|
-
platform_editor_toolbar_task_list_menu_item: (0, _experimentBuilders.createBooleanExperiment)({
|
|
945
|
-
productKeys: {
|
|
946
|
-
confluence: 'platform_editor_toolbar_task_list_menu_item'
|
|
947
|
-
},
|
|
948
|
-
param: 'isEnabled',
|
|
949
|
-
defaultValue: false
|
|
950
|
-
}),
|
|
951
943
|
// Added 2025-09-15
|
|
952
944
|
platform_editor_toolbar_aifc_patch_5: (0, _experimentBuilders.createBooleanExperiment)({
|
|
953
945
|
productKeys: {
|
|
@@ -934,14 +934,6 @@ export const editorExperimentsConfig = {
|
|
|
934
934
|
param: 'isEnabled',
|
|
935
935
|
defaultValue: false
|
|
936
936
|
}),
|
|
937
|
-
// Added 10-09-2025
|
|
938
|
-
platform_editor_toolbar_task_list_menu_item: createBooleanExperiment({
|
|
939
|
-
productKeys: {
|
|
940
|
-
confluence: 'platform_editor_toolbar_task_list_menu_item'
|
|
941
|
-
},
|
|
942
|
-
param: 'isEnabled',
|
|
943
|
-
defaultValue: false
|
|
944
|
-
}),
|
|
945
937
|
// Added 2025-09-15
|
|
946
938
|
platform_editor_toolbar_aifc_patch_5: createBooleanExperiment({
|
|
947
939
|
productKeys: {
|
|
@@ -934,14 +934,6 @@ export var editorExperimentsConfig = {
|
|
|
934
934
|
param: 'isEnabled',
|
|
935
935
|
defaultValue: false
|
|
936
936
|
}),
|
|
937
|
-
// Added 10-09-2025
|
|
938
|
-
platform_editor_toolbar_task_list_menu_item: createBooleanExperiment({
|
|
939
|
-
productKeys: {
|
|
940
|
-
confluence: 'platform_editor_toolbar_task_list_menu_item'
|
|
941
|
-
},
|
|
942
|
-
param: 'isEnabled',
|
|
943
|
-
defaultValue: false
|
|
944
|
-
}),
|
|
945
937
|
// Added 2025-09-15
|
|
946
938
|
platform_editor_toolbar_aifc_patch_5: createBooleanExperiment({
|
|
947
939
|
productKeys: {
|
|
@@ -688,12 +688,6 @@ export declare const editorExperimentsConfig: {
|
|
|
688
688
|
param: string;
|
|
689
689
|
productKeys?: import("./types").ProductKeys;
|
|
690
690
|
};
|
|
691
|
-
platform_editor_toolbar_task_list_menu_item: {
|
|
692
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
693
|
-
defaultValue: boolean;
|
|
694
|
-
param: string;
|
|
695
|
-
productKeys?: import("./types").ProductKeys;
|
|
696
|
-
};
|
|
697
691
|
platform_editor_toolbar_aifc_patch_5: {
|
|
698
692
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
699
693
|
defaultValue: boolean;
|
|
@@ -688,12 +688,6 @@ export declare const editorExperimentsConfig: {
|
|
|
688
688
|
param: string;
|
|
689
689
|
productKeys?: import("./types").ProductKeys;
|
|
690
690
|
};
|
|
691
|
-
platform_editor_toolbar_task_list_menu_item: {
|
|
692
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
693
|
-
defaultValue: boolean;
|
|
694
|
-
param: string;
|
|
695
|
-
productKeys?: import("./types").ProductKeys;
|
|
696
|
-
};
|
|
697
691
|
platform_editor_toolbar_aifc_patch_5: {
|
|
698
692
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
699
693
|
defaultValue: boolean;
|
package/package.json
CHANGED