@atlaskit/tmp-editor-statsig 13.8.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 +7 -0
- package/dist/cjs/exp-test-overrides.js +0 -1
- package/dist/cjs/experiments-config.js +0 -8
- package/dist/es2019/exp-test-overrides.js +0 -1
- package/dist/es2019/experiments-config.js +0 -8
- package/dist/esm/exp-test-overrides.js +0 -1
- package/dist/esm/experiments-config.js +0 -8
- package/dist/types/experiments-config.d.ts +0 -6
- package/dist/types-ts4.5/experiments-config.d.ts +0 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
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
|
+
|
|
3
10
|
## 13.8.0
|
|
4
11
|
|
|
5
12
|
### 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: {
|
|
@@ -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: {
|
|
@@ -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: {
|
|
@@ -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;
|
|
@@ -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;
|
package/package.json
CHANGED