@atlaskit/tmp-editor-statsig 12.16.0 → 12.18.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 +14 -0
- package/dist/cjs/experiments-config.js +17 -0
- package/dist/es2019/experiments-config.js +17 -0
- package/dist/esm/experiments-config.js +17 -0
- package/dist/types/experiments-config.d.ts +12 -0
- package/dist/types-ts4.5/experiments-config.d.ts +12 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 12.18.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`cebd8f9171426`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cebd8f9171426) -
|
|
8
|
+
[ux] ED-29159 Implement transform task inside lists - handle logic
|
|
9
|
+
|
|
10
|
+
## 12.17.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- [`cef73d344aa16`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cef73d344aa16) -
|
|
15
|
+
EDITOR-1391 add analytics event for initial editor width
|
|
16
|
+
|
|
3
17
|
## 12.16.0
|
|
4
18
|
|
|
5
19
|
### Minor Changes
|
|
@@ -900,6 +900,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
900
900
|
param: 'isEnabled',
|
|
901
901
|
defaultValue: false
|
|
902
902
|
}),
|
|
903
|
+
// Added 2025-09-08
|
|
904
|
+
platform_editor_editor_width_analytics: (0, _experimentBuilders.createBooleanExperiment)({
|
|
905
|
+
productKeys: {
|
|
906
|
+
confluence: 'platform_editor_editor_width_analytics',
|
|
907
|
+
jira: 'platform_editor_editor_width_analytics'
|
|
908
|
+
},
|
|
909
|
+
param: 'isEnabled',
|
|
910
|
+
defaultValue: false
|
|
911
|
+
}),
|
|
903
912
|
// Added 2025-09-02
|
|
904
913
|
platform_editor_ttvc_nodes_in_viewport: (0, _experimentBuilders.createBooleanExperiment)({
|
|
905
914
|
productKeys: {
|
|
@@ -948,5 +957,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
948
957
|
},
|
|
949
958
|
param: 'isEnabled',
|
|
950
959
|
defaultValue: false
|
|
960
|
+
}),
|
|
961
|
+
// Added 10-09-2025
|
|
962
|
+
platform_editor_toolbar_task_list_menu_item: (0, _experimentBuilders.createBooleanExperiment)({
|
|
963
|
+
productKeys: {
|
|
964
|
+
confluence: 'platform_editor_toolbar_task_list_menu_item'
|
|
965
|
+
},
|
|
966
|
+
param: 'isEnabled',
|
|
967
|
+
defaultValue: false
|
|
951
968
|
})
|
|
952
969
|
};
|
|
@@ -894,6 +894,15 @@ export const editorExperimentsConfig = {
|
|
|
894
894
|
param: 'isEnabled',
|
|
895
895
|
defaultValue: false
|
|
896
896
|
}),
|
|
897
|
+
// Added 2025-09-08
|
|
898
|
+
platform_editor_editor_width_analytics: createBooleanExperiment({
|
|
899
|
+
productKeys: {
|
|
900
|
+
confluence: 'platform_editor_editor_width_analytics',
|
|
901
|
+
jira: 'platform_editor_editor_width_analytics'
|
|
902
|
+
},
|
|
903
|
+
param: 'isEnabled',
|
|
904
|
+
defaultValue: false
|
|
905
|
+
}),
|
|
897
906
|
// Added 2025-09-02
|
|
898
907
|
platform_editor_ttvc_nodes_in_viewport: createBooleanExperiment({
|
|
899
908
|
productKeys: {
|
|
@@ -942,5 +951,13 @@ export const editorExperimentsConfig = {
|
|
|
942
951
|
},
|
|
943
952
|
param: 'isEnabled',
|
|
944
953
|
defaultValue: false
|
|
954
|
+
}),
|
|
955
|
+
// Added 10-09-2025
|
|
956
|
+
platform_editor_toolbar_task_list_menu_item: createBooleanExperiment({
|
|
957
|
+
productKeys: {
|
|
958
|
+
confluence: 'platform_editor_toolbar_task_list_menu_item'
|
|
959
|
+
},
|
|
960
|
+
param: 'isEnabled',
|
|
961
|
+
defaultValue: false
|
|
945
962
|
})
|
|
946
963
|
};
|
|
@@ -894,6 +894,15 @@ export var editorExperimentsConfig = {
|
|
|
894
894
|
param: 'isEnabled',
|
|
895
895
|
defaultValue: false
|
|
896
896
|
}),
|
|
897
|
+
// Added 2025-09-08
|
|
898
|
+
platform_editor_editor_width_analytics: createBooleanExperiment({
|
|
899
|
+
productKeys: {
|
|
900
|
+
confluence: 'platform_editor_editor_width_analytics',
|
|
901
|
+
jira: 'platform_editor_editor_width_analytics'
|
|
902
|
+
},
|
|
903
|
+
param: 'isEnabled',
|
|
904
|
+
defaultValue: false
|
|
905
|
+
}),
|
|
897
906
|
// Added 2025-09-02
|
|
898
907
|
platform_editor_ttvc_nodes_in_viewport: createBooleanExperiment({
|
|
899
908
|
productKeys: {
|
|
@@ -942,5 +951,13 @@ export var editorExperimentsConfig = {
|
|
|
942
951
|
},
|
|
943
952
|
param: 'isEnabled',
|
|
944
953
|
defaultValue: false
|
|
954
|
+
}),
|
|
955
|
+
// Added 10-09-2025
|
|
956
|
+
platform_editor_toolbar_task_list_menu_item: createBooleanExperiment({
|
|
957
|
+
productKeys: {
|
|
958
|
+
confluence: 'platform_editor_toolbar_task_list_menu_item'
|
|
959
|
+
},
|
|
960
|
+
param: 'isEnabled',
|
|
961
|
+
defaultValue: false
|
|
945
962
|
})
|
|
946
963
|
};
|
|
@@ -660,6 +660,12 @@ export declare const editorExperimentsConfig: {
|
|
|
660
660
|
param: string;
|
|
661
661
|
productKeys?: import("./types").ProductKeys;
|
|
662
662
|
};
|
|
663
|
+
platform_editor_editor_width_analytics: {
|
|
664
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
665
|
+
defaultValue: boolean;
|
|
666
|
+
param: string;
|
|
667
|
+
productKeys?: import("./types").ProductKeys;
|
|
668
|
+
};
|
|
663
669
|
platform_editor_ttvc_nodes_in_viewport: {
|
|
664
670
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
665
671
|
defaultValue: boolean;
|
|
@@ -696,4 +702,10 @@ export declare const editorExperimentsConfig: {
|
|
|
696
702
|
param: string;
|
|
697
703
|
productKeys?: import("./types").ProductKeys;
|
|
698
704
|
};
|
|
705
|
+
platform_editor_toolbar_task_list_menu_item: {
|
|
706
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
707
|
+
defaultValue: boolean;
|
|
708
|
+
param: string;
|
|
709
|
+
productKeys?: import("./types").ProductKeys;
|
|
710
|
+
};
|
|
699
711
|
};
|
|
@@ -660,6 +660,12 @@ export declare const editorExperimentsConfig: {
|
|
|
660
660
|
param: string;
|
|
661
661
|
productKeys?: import("./types").ProductKeys;
|
|
662
662
|
};
|
|
663
|
+
platform_editor_editor_width_analytics: {
|
|
664
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
665
|
+
defaultValue: boolean;
|
|
666
|
+
param: string;
|
|
667
|
+
productKeys?: import("./types").ProductKeys;
|
|
668
|
+
};
|
|
663
669
|
platform_editor_ttvc_nodes_in_viewport: {
|
|
664
670
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
665
671
|
defaultValue: boolean;
|
|
@@ -696,4 +702,10 @@ export declare const editorExperimentsConfig: {
|
|
|
696
702
|
param: string;
|
|
697
703
|
productKeys?: import("./types").ProductKeys;
|
|
698
704
|
};
|
|
705
|
+
platform_editor_toolbar_task_list_menu_item: {
|
|
706
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
707
|
+
defaultValue: boolean;
|
|
708
|
+
param: string;
|
|
709
|
+
productKeys?: import("./types").ProductKeys;
|
|
710
|
+
};
|
|
699
711
|
};
|
package/package.json
CHANGED