@atlaskit/tmp-editor-statsig 13.8.0 → 13.10.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 -2
- package/dist/cjs/experiments-config.js +0 -16
- package/dist/es2019/exp-test-overrides.js +0 -2
- package/dist/es2019/experiments-config.js +0 -16
- package/dist/esm/exp-test-overrides.js +0 -2
- 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.10.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`1a90419a2ae30`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1a90419a2ae30) -
|
|
8
|
+
[ED-29484] remove references to platform_editor_smart_link_cmd_ctrl_click
|
|
9
|
+
|
|
10
|
+
## 13.9.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- [`0b4cd77e72217`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0b4cd77e72217) -
|
|
15
|
+
clean up references to platform_editor_controls_performance_fixes
|
|
16
|
+
|
|
3
17
|
## 13.8.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,
|
|
@@ -43,7 +42,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
|
43
42
|
platform_editor_blockquote_in_text_formatting_menu: false,
|
|
44
43
|
platform_editor_element_drag_and_drop_multiselect: false,
|
|
45
44
|
platform_editor_ai_edit_response_in_preview: false,
|
|
46
|
-
platform_editor_smart_link_cmd_ctrl_click: false,
|
|
47
45
|
platform_editor_offline_editing_web: false,
|
|
48
46
|
platform_editor_tables_drag_and_drop: false,
|
|
49
47
|
platform_editor_tables_table_selector: 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: {
|
|
@@ -250,14 +242,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
250
242
|
param: 'isEnabled',
|
|
251
243
|
defaultValue: false
|
|
252
244
|
}),
|
|
253
|
-
// Added 2025-06-02
|
|
254
|
-
platform_editor_smart_link_cmd_ctrl_click: (0, _experimentBuilders.createBooleanExperiment)({
|
|
255
|
-
productKeys: {
|
|
256
|
-
confluence: 'platform_editor_smart_link_cmd_ctrl_click'
|
|
257
|
-
},
|
|
258
|
-
param: 'isEnabled',
|
|
259
|
-
defaultValue: false
|
|
260
|
-
}),
|
|
261
245
|
// Added 28-02-2025
|
|
262
246
|
platform_editor_insertion: (0, _experimentBuilders.createMultivariateExperiment)({
|
|
263
247
|
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,
|
|
@@ -37,7 +36,6 @@ export const testBooleanOverrides = {
|
|
|
37
36
|
platform_editor_blockquote_in_text_formatting_menu: false,
|
|
38
37
|
platform_editor_element_drag_and_drop_multiselect: false,
|
|
39
38
|
platform_editor_ai_edit_response_in_preview: false,
|
|
40
|
-
platform_editor_smart_link_cmd_ctrl_click: false,
|
|
41
39
|
platform_editor_offline_editing_web: false,
|
|
42
40
|
platform_editor_tables_drag_and_drop: false,
|
|
43
41
|
platform_editor_tables_table_selector: 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: {
|
|
@@ -244,14 +236,6 @@ export const editorExperimentsConfig = {
|
|
|
244
236
|
param: 'isEnabled',
|
|
245
237
|
defaultValue: false
|
|
246
238
|
}),
|
|
247
|
-
// Added 2025-06-02
|
|
248
|
-
platform_editor_smart_link_cmd_ctrl_click: createBooleanExperiment({
|
|
249
|
-
productKeys: {
|
|
250
|
-
confluence: 'platform_editor_smart_link_cmd_ctrl_click'
|
|
251
|
-
},
|
|
252
|
-
param: 'isEnabled',
|
|
253
|
-
defaultValue: false
|
|
254
|
-
}),
|
|
255
239
|
// Added 28-02-2025
|
|
256
240
|
platform_editor_insertion: createMultivariateExperiment({
|
|
257
241
|
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,
|
|
@@ -37,7 +36,6 @@ export var testBooleanOverrides = {
|
|
|
37
36
|
platform_editor_blockquote_in_text_formatting_menu: false,
|
|
38
37
|
platform_editor_element_drag_and_drop_multiselect: false,
|
|
39
38
|
platform_editor_ai_edit_response_in_preview: false,
|
|
40
|
-
platform_editor_smart_link_cmd_ctrl_click: false,
|
|
41
39
|
platform_editor_offline_editing_web: false,
|
|
42
40
|
platform_editor_tables_drag_and_drop: false,
|
|
43
41
|
platform_editor_tables_table_selector: 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: {
|
|
@@ -244,14 +236,6 @@ export var editorExperimentsConfig = {
|
|
|
244
236
|
param: 'isEnabled',
|
|
245
237
|
defaultValue: false
|
|
246
238
|
}),
|
|
247
|
-
// Added 2025-06-02
|
|
248
|
-
platform_editor_smart_link_cmd_ctrl_click: createBooleanExperiment({
|
|
249
|
-
productKeys: {
|
|
250
|
-
confluence: 'platform_editor_smart_link_cmd_ctrl_click'
|
|
251
|
-
},
|
|
252
|
-
param: 'isEnabled',
|
|
253
|
-
defaultValue: false
|
|
254
|
-
}),
|
|
255
239
|
// Added 28-02-2025
|
|
256
240
|
platform_editor_insertion: createMultivariateExperiment({
|
|
257
241
|
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;
|
|
@@ -177,12 +171,6 @@ export declare const editorExperimentsConfig: {
|
|
|
177
171
|
param: string;
|
|
178
172
|
productKeys?: import("./types").ProductKeys;
|
|
179
173
|
};
|
|
180
|
-
platform_editor_smart_link_cmd_ctrl_click: {
|
|
181
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
182
|
-
defaultValue: boolean;
|
|
183
|
-
param: string;
|
|
184
|
-
productKeys?: import("./types").ProductKeys;
|
|
185
|
-
};
|
|
186
174
|
platform_editor_insertion: {
|
|
187
175
|
values: ("control" | "variant1")[];
|
|
188
176
|
typeGuard: (value: unknown) => value is "control" | "variant1";
|
|
@@ -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;
|
|
@@ -177,12 +171,6 @@ export declare const editorExperimentsConfig: {
|
|
|
177
171
|
param: string;
|
|
178
172
|
productKeys?: import("./types").ProductKeys;
|
|
179
173
|
};
|
|
180
|
-
platform_editor_smart_link_cmd_ctrl_click: {
|
|
181
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
182
|
-
defaultValue: boolean;
|
|
183
|
-
param: string;
|
|
184
|
-
productKeys?: import("./types").ProductKeys;
|
|
185
|
-
};
|
|
186
174
|
platform_editor_insertion: {
|
|
187
175
|
values: ("control" | "variant1")[];
|
|
188
176
|
typeGuard: (value: unknown) => value is "control" | "variant1";
|
package/package.json
CHANGED