@atlaskit/tmp-editor-statsig 13.7.0 → 13.9.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/exp-test-overrides.js +0 -1
- package/dist/cjs/experiments-config.js +0 -16
- package/dist/es2019/exp-test-overrides.js +0 -1
- package/dist/es2019/experiments-config.js +0 -16
- package/dist/esm/exp-test-overrides.js +0 -1
- package/dist/esm/experiments-config.js +0 -16
- package/dist/types/experiments-config.d.ts +0 -12
- package/dist/types-ts4.5/experiments-config.d.ts +0 -12
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 13.9.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`0b4cd77e72217`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0b4cd77e72217) -
|
|
8
|
+
clean up references to platform_editor_controls_performance_fixes
|
|
9
|
+
|
|
10
|
+
## 13.8.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- [`3e586d8ee0ce4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3e586d8ee0ce4) -
|
|
15
|
+
Remove platform_editor_aifc_selection_toolbar_responsive exp and gate new logic in aiPlugin
|
|
16
|
+
|
|
3
17
|
## 13.7.0
|
|
4
18
|
|
|
5
19
|
### Minor Changes
|
|
@@ -32,7 +32,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
|
32
32
|
support_table_in_comment: false,
|
|
33
33
|
platform_editor_exp_lazy_node_views: false,
|
|
34
34
|
platform_renderer_table_sticky_scrollbar: false,
|
|
35
|
-
platform_editor_controls_performance_fixes: false,
|
|
36
35
|
platform_editor_prevent_toolbar_layout_shifts: false,
|
|
37
36
|
comment_on_bodied_extensions: false,
|
|
38
37
|
advanced_layouts: false,
|
|
@@ -118,14 +118,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
118
118
|
param: 'isEnabled',
|
|
119
119
|
defaultValue: false
|
|
120
120
|
}),
|
|
121
|
-
// Added 2025-05-28
|
|
122
|
-
platform_editor_controls_performance_fixes: (0, _experimentBuilders.createBooleanExperiment)({
|
|
123
|
-
productKeys: {
|
|
124
|
-
confluence: 'platform_editor_controls_performance_fixes'
|
|
125
|
-
},
|
|
126
|
-
param: 'isEnabled',
|
|
127
|
-
defaultValue: false
|
|
128
|
-
}),
|
|
129
121
|
// Added 2025-05-26
|
|
130
122
|
platform_editor_prevent_toolbar_layout_shifts: (0, _experimentBuilders.createBooleanExperiment)({
|
|
131
123
|
productKeys: {
|
|
@@ -921,14 +913,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
921
913
|
param: 'isEnabled',
|
|
922
914
|
defaultValue: false
|
|
923
915
|
}),
|
|
924
|
-
// Added 2025-09-05
|
|
925
|
-
platform_editor_aifc_selection_toolbar_responsive: (0, _experimentBuilders.createBooleanExperiment)({
|
|
926
|
-
productKeys: {
|
|
927
|
-
confluence: 'platform_editor_aifc_selection_toolbar_responsive'
|
|
928
|
-
},
|
|
929
|
-
param: 'isEnabled',
|
|
930
|
-
defaultValue: false
|
|
931
|
-
}),
|
|
932
916
|
// Added 2025-09-17
|
|
933
917
|
platform_editor_block_menu_keyboard_navigation: (0, _experimentBuilders.createBooleanExperiment)({
|
|
934
918
|
productKeys: {
|
|
@@ -26,7 +26,6 @@ export const testBooleanOverrides = {
|
|
|
26
26
|
support_table_in_comment: false,
|
|
27
27
|
platform_editor_exp_lazy_node_views: false,
|
|
28
28
|
platform_renderer_table_sticky_scrollbar: false,
|
|
29
|
-
platform_editor_controls_performance_fixes: false,
|
|
30
29
|
platform_editor_prevent_toolbar_layout_shifts: false,
|
|
31
30
|
comment_on_bodied_extensions: false,
|
|
32
31
|
advanced_layouts: false,
|
|
@@ -112,14 +112,6 @@ export const editorExperimentsConfig = {
|
|
|
112
112
|
param: 'isEnabled',
|
|
113
113
|
defaultValue: false
|
|
114
114
|
}),
|
|
115
|
-
// Added 2025-05-28
|
|
116
|
-
platform_editor_controls_performance_fixes: createBooleanExperiment({
|
|
117
|
-
productKeys: {
|
|
118
|
-
confluence: 'platform_editor_controls_performance_fixes'
|
|
119
|
-
},
|
|
120
|
-
param: 'isEnabled',
|
|
121
|
-
defaultValue: false
|
|
122
|
-
}),
|
|
123
115
|
// Added 2025-05-26
|
|
124
116
|
platform_editor_prevent_toolbar_layout_shifts: createBooleanExperiment({
|
|
125
117
|
productKeys: {
|
|
@@ -915,14 +907,6 @@ export const editorExperimentsConfig = {
|
|
|
915
907
|
param: 'isEnabled',
|
|
916
908
|
defaultValue: false
|
|
917
909
|
}),
|
|
918
|
-
// Added 2025-09-05
|
|
919
|
-
platform_editor_aifc_selection_toolbar_responsive: createBooleanExperiment({
|
|
920
|
-
productKeys: {
|
|
921
|
-
confluence: 'platform_editor_aifc_selection_toolbar_responsive'
|
|
922
|
-
},
|
|
923
|
-
param: 'isEnabled',
|
|
924
|
-
defaultValue: false
|
|
925
|
-
}),
|
|
926
910
|
// Added 2025-09-17
|
|
927
911
|
platform_editor_block_menu_keyboard_navigation: createBooleanExperiment({
|
|
928
912
|
productKeys: {
|
|
@@ -26,7 +26,6 @@ export var testBooleanOverrides = {
|
|
|
26
26
|
support_table_in_comment: false,
|
|
27
27
|
platform_editor_exp_lazy_node_views: false,
|
|
28
28
|
platform_renderer_table_sticky_scrollbar: false,
|
|
29
|
-
platform_editor_controls_performance_fixes: false,
|
|
30
29
|
platform_editor_prevent_toolbar_layout_shifts: false,
|
|
31
30
|
comment_on_bodied_extensions: false,
|
|
32
31
|
advanced_layouts: false,
|
|
@@ -112,14 +112,6 @@ export var editorExperimentsConfig = {
|
|
|
112
112
|
param: 'isEnabled',
|
|
113
113
|
defaultValue: false
|
|
114
114
|
}),
|
|
115
|
-
// Added 2025-05-28
|
|
116
|
-
platform_editor_controls_performance_fixes: createBooleanExperiment({
|
|
117
|
-
productKeys: {
|
|
118
|
-
confluence: 'platform_editor_controls_performance_fixes'
|
|
119
|
-
},
|
|
120
|
-
param: 'isEnabled',
|
|
121
|
-
defaultValue: false
|
|
122
|
-
}),
|
|
123
115
|
// Added 2025-05-26
|
|
124
116
|
platform_editor_prevent_toolbar_layout_shifts: createBooleanExperiment({
|
|
125
117
|
productKeys: {
|
|
@@ -915,14 +907,6 @@ export var editorExperimentsConfig = {
|
|
|
915
907
|
param: 'isEnabled',
|
|
916
908
|
defaultValue: false
|
|
917
909
|
}),
|
|
918
|
-
// Added 2025-09-05
|
|
919
|
-
platform_editor_aifc_selection_toolbar_responsive: createBooleanExperiment({
|
|
920
|
-
productKeys: {
|
|
921
|
-
confluence: 'platform_editor_aifc_selection_toolbar_responsive'
|
|
922
|
-
},
|
|
923
|
-
param: 'isEnabled',
|
|
924
|
-
defaultValue: false
|
|
925
|
-
}),
|
|
926
910
|
// Added 2025-09-17
|
|
927
911
|
platform_editor_block_menu_keyboard_navigation: createBooleanExperiment({
|
|
928
912
|
productKeys: {
|
|
@@ -79,12 +79,6 @@ export declare const editorExperimentsConfig: {
|
|
|
79
79
|
param: string;
|
|
80
80
|
productKeys?: import("./types").ProductKeys;
|
|
81
81
|
};
|
|
82
|
-
platform_editor_controls_performance_fixes: {
|
|
83
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
84
|
-
defaultValue: boolean;
|
|
85
|
-
param: string;
|
|
86
|
-
productKeys?: import("./types").ProductKeys;
|
|
87
|
-
};
|
|
88
82
|
platform_editor_prevent_toolbar_layout_shifts: {
|
|
89
83
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
90
84
|
defaultValue: boolean;
|
|
@@ -674,12 +668,6 @@ export declare const editorExperimentsConfig: {
|
|
|
674
668
|
param: string;
|
|
675
669
|
productKeys?: import("./types").ProductKeys;
|
|
676
670
|
};
|
|
677
|
-
platform_editor_aifc_selection_toolbar_responsive: {
|
|
678
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
679
|
-
defaultValue: boolean;
|
|
680
|
-
param: string;
|
|
681
|
-
productKeys?: import("./types").ProductKeys;
|
|
682
|
-
};
|
|
683
671
|
platform_editor_block_menu_keyboard_navigation: {
|
|
684
672
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
685
673
|
defaultValue: boolean;
|
|
@@ -79,12 +79,6 @@ export declare const editorExperimentsConfig: {
|
|
|
79
79
|
param: string;
|
|
80
80
|
productKeys?: import("./types").ProductKeys;
|
|
81
81
|
};
|
|
82
|
-
platform_editor_controls_performance_fixes: {
|
|
83
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
84
|
-
defaultValue: boolean;
|
|
85
|
-
param: string;
|
|
86
|
-
productKeys?: import("./types").ProductKeys;
|
|
87
|
-
};
|
|
88
82
|
platform_editor_prevent_toolbar_layout_shifts: {
|
|
89
83
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
90
84
|
defaultValue: boolean;
|
|
@@ -674,12 +668,6 @@ export declare const editorExperimentsConfig: {
|
|
|
674
668
|
param: string;
|
|
675
669
|
productKeys?: import("./types").ProductKeys;
|
|
676
670
|
};
|
|
677
|
-
platform_editor_aifc_selection_toolbar_responsive: {
|
|
678
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
679
|
-
defaultValue: boolean;
|
|
680
|
-
param: string;
|
|
681
|
-
productKeys?: import("./types").ProductKeys;
|
|
682
|
-
};
|
|
683
671
|
platform_editor_block_menu_keyboard_navigation: {
|
|
684
672
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
685
673
|
defaultValue: boolean;
|
package/package.json
CHANGED