@atlaskit/tmp-editor-statsig 4.6.1 → 4.6.3
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 +16 -0
- package/dist/cjs/experiments-config.js +0 -17
- package/dist/es2019/experiments-config.js +0 -17
- package/dist/esm/experiments-config.js +0 -17
- package/dist/types/editor-experiments-test-utils.d.ts +1 -17
- package/dist/types/experiments-config.d.ts +0 -16
- package/dist/types/setup.d.ts +0 -2
- package/dist/types-ts4.5/editor-experiments-test-utils.d.ts +1 -17
- package/dist/types-ts4.5/experiments-config.d.ts +0 -16
- package/dist/types-ts4.5/setup.d.ts +0 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 4.6.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#133479](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/133479)
|
|
8
|
+
[`57fe747245f32`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/57fe747245f32) -
|
|
9
|
+
Clean up experiment
|
|
10
|
+
|
|
11
|
+
## 4.6.2
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [#133802](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/133802)
|
|
16
|
+
[`f523489c8b68a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f523489c8b68a) -
|
|
17
|
+
[ux] ED-27217 Clean up experiment platform_editor_element_drag_and_drop_nested
|
|
18
|
+
|
|
3
19
|
## 4.6.1
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
@@ -45,15 +45,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
45
45
|
typeGuard: _typeGuards.isBoolean,
|
|
46
46
|
defaultValue: false
|
|
47
47
|
},
|
|
48
|
-
// Added 2024-08-30
|
|
49
|
-
'nested-dnd': {
|
|
50
|
-
productKeys: {
|
|
51
|
-
confluence: 'platform_editor_element_drag_and_drop_nested'
|
|
52
|
-
},
|
|
53
|
-
param: 'isEnabled',
|
|
54
|
-
typeGuard: _typeGuards.isBoolean,
|
|
55
|
-
defaultValue: false
|
|
56
|
-
},
|
|
57
48
|
// Added 2024-09-05
|
|
58
49
|
support_table_in_comment: {
|
|
59
50
|
productKeys: {
|
|
@@ -156,14 +147,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
156
147
|
typeGuard: _typeGuards.isBoolean,
|
|
157
148
|
defaultValue: false
|
|
158
149
|
},
|
|
159
|
-
expand_selection_range_to_include_inline_node: {
|
|
160
|
-
productKeys: {
|
|
161
|
-
confluence: 'expand_selection_range_to_include_inline_node'
|
|
162
|
-
},
|
|
163
|
-
param: 'isEnabled',
|
|
164
|
-
typeGuard: _typeGuards.isBoolean,
|
|
165
|
-
defaultValue: false
|
|
166
|
-
},
|
|
167
150
|
// Added 2024-12-05
|
|
168
151
|
platform_editor_blockquote_in_text_formatting_menu: {
|
|
169
152
|
productKeys: {
|
|
@@ -39,15 +39,6 @@ export const editorExperimentsConfig = {
|
|
|
39
39
|
typeGuard: isBoolean,
|
|
40
40
|
defaultValue: false
|
|
41
41
|
},
|
|
42
|
-
// Added 2024-08-30
|
|
43
|
-
'nested-dnd': {
|
|
44
|
-
productKeys: {
|
|
45
|
-
confluence: 'platform_editor_element_drag_and_drop_nested'
|
|
46
|
-
},
|
|
47
|
-
param: 'isEnabled',
|
|
48
|
-
typeGuard: isBoolean,
|
|
49
|
-
defaultValue: false
|
|
50
|
-
},
|
|
51
42
|
// Added 2024-09-05
|
|
52
43
|
support_table_in_comment: {
|
|
53
44
|
productKeys: {
|
|
@@ -150,14 +141,6 @@ export const editorExperimentsConfig = {
|
|
|
150
141
|
typeGuard: isBoolean,
|
|
151
142
|
defaultValue: false
|
|
152
143
|
},
|
|
153
|
-
expand_selection_range_to_include_inline_node: {
|
|
154
|
-
productKeys: {
|
|
155
|
-
confluence: 'expand_selection_range_to_include_inline_node'
|
|
156
|
-
},
|
|
157
|
-
param: 'isEnabled',
|
|
158
|
-
typeGuard: isBoolean,
|
|
159
|
-
defaultValue: false
|
|
160
|
-
},
|
|
161
144
|
// Added 2024-12-05
|
|
162
145
|
platform_editor_blockquote_in_text_formatting_menu: {
|
|
163
146
|
productKeys: {
|
|
@@ -39,15 +39,6 @@ export var editorExperimentsConfig = {
|
|
|
39
39
|
typeGuard: isBoolean,
|
|
40
40
|
defaultValue: false
|
|
41
41
|
},
|
|
42
|
-
// Added 2024-08-30
|
|
43
|
-
'nested-dnd': {
|
|
44
|
-
productKeys: {
|
|
45
|
-
confluence: 'platform_editor_element_drag_and_drop_nested'
|
|
46
|
-
},
|
|
47
|
-
param: 'isEnabled',
|
|
48
|
-
typeGuard: isBoolean,
|
|
49
|
-
defaultValue: false
|
|
50
|
-
},
|
|
51
42
|
// Added 2024-09-05
|
|
52
43
|
support_table_in_comment: {
|
|
53
44
|
productKeys: {
|
|
@@ -150,14 +141,6 @@ export var editorExperimentsConfig = {
|
|
|
150
141
|
typeGuard: isBoolean,
|
|
151
142
|
defaultValue: false
|
|
152
143
|
},
|
|
153
|
-
expand_selection_range_to_include_inline_node: {
|
|
154
|
-
productKeys: {
|
|
155
|
-
confluence: 'expand_selection_range_to_include_inline_node'
|
|
156
|
-
},
|
|
157
|
-
param: 'isEnabled',
|
|
158
|
-
typeGuard: isBoolean,
|
|
159
|
-
defaultValue: false
|
|
160
|
-
},
|
|
161
144
|
// Added 2024-12-05
|
|
162
145
|
platform_editor_blockquote_in_text_formatting_menu: {
|
|
163
146
|
productKeys: {
|
|
@@ -45,7 +45,7 @@ declare function eeTest<ExperimentName extends keyof EditorExperimentsConfig>(ex
|
|
|
45
45
|
false: DescribeBody;
|
|
46
46
|
}, otherExperiments?: EditorExperimentOverrides): void;
|
|
47
47
|
declare namespace eeTest {
|
|
48
|
-
var describe: <ExperimentName extends "example-boolean" | "example-multivariate" | "test-new-experiments-package" | "
|
|
48
|
+
var describe: <ExperimentName extends "example-boolean" | "example-multivariate" | "test-new-experiments-package" | "support_table_in_comment" | "platform_editor_exp_lazy_node_views" | "platform_renderer_table_sticky_scrollbar" | "nested-expand-in-expand" | "comment_on_bodied_extensions" | "advanced_layouts" | "single_column_layouts" | "support_table_in_comment_jira" | "platform_editor_ai-prompts-placeholder" | "nested-tables-in-tables" | "platform_editor_ai_unsplash_page_header" | "platform_editor_blockquote_in_text_formatting_menu" | "platform_editor_advanced_code_blocks" | "platform_editor_element_drag_and_drop_multiselect" | "live_pages_graceful_edit" | "platform_editor_ai_edit_response_in_preview" | "platform_editor_controls" | "platform_editor_nested_non_bodied_macros" | "editor_ai_inline_suggestion_date" | "platform_editor_insertion" | "platform_editor_inline_node_virtualization" | "platform_editor_vanilla_dom" | "editor_text_highlight_orange_to_yellow" | "platform_editor_ai_proactive_ai_nudge_score" | "platform_editor_markdown_next_media_plugin_exp">(experimentName: ExperimentName, describeName: string) => {
|
|
49
49
|
variant: (value: {
|
|
50
50
|
'example-boolean': {
|
|
51
51
|
productKeys: {
|
|
@@ -72,14 +72,6 @@ declare namespace eeTest {
|
|
|
72
72
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
73
73
|
defaultValue: boolean;
|
|
74
74
|
};
|
|
75
|
-
'nested-dnd': {
|
|
76
|
-
productKeys: {
|
|
77
|
-
confluence: string;
|
|
78
|
-
};
|
|
79
|
-
param: string;
|
|
80
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
81
|
-
defaultValue: boolean;
|
|
82
|
-
};
|
|
83
75
|
support_table_in_comment: {
|
|
84
76
|
productKeys: {
|
|
85
77
|
confluence: string;
|
|
@@ -168,14 +160,6 @@ declare namespace eeTest {
|
|
|
168
160
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
169
161
|
defaultValue: boolean;
|
|
170
162
|
};
|
|
171
|
-
expand_selection_range_to_include_inline_node: {
|
|
172
|
-
productKeys: {
|
|
173
|
-
confluence: string;
|
|
174
|
-
};
|
|
175
|
-
param: string;
|
|
176
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
177
|
-
defaultValue: boolean;
|
|
178
|
-
};
|
|
179
163
|
platform_editor_blockquote_in_text_formatting_menu: {
|
|
180
164
|
productKeys: {
|
|
181
165
|
confluence: string;
|
|
@@ -31,14 +31,6 @@ export declare const editorExperimentsConfig: {
|
|
|
31
31
|
typeGuard: typeof isBoolean;
|
|
32
32
|
defaultValue: boolean;
|
|
33
33
|
};
|
|
34
|
-
'nested-dnd': {
|
|
35
|
-
productKeys: {
|
|
36
|
-
confluence: string;
|
|
37
|
-
};
|
|
38
|
-
param: string;
|
|
39
|
-
typeGuard: typeof isBoolean;
|
|
40
|
-
defaultValue: boolean;
|
|
41
|
-
};
|
|
42
34
|
support_table_in_comment: {
|
|
43
35
|
productKeys: {
|
|
44
36
|
confluence: string;
|
|
@@ -127,14 +119,6 @@ export declare const editorExperimentsConfig: {
|
|
|
127
119
|
typeGuard: typeof isBoolean;
|
|
128
120
|
defaultValue: boolean;
|
|
129
121
|
};
|
|
130
|
-
expand_selection_range_to_include_inline_node: {
|
|
131
|
-
productKeys: {
|
|
132
|
-
confluence: string;
|
|
133
|
-
};
|
|
134
|
-
param: string;
|
|
135
|
-
typeGuard: typeof isBoolean;
|
|
136
|
-
defaultValue: boolean;
|
|
137
|
-
};
|
|
138
122
|
platform_editor_blockquote_in_text_formatting_menu: {
|
|
139
123
|
productKeys: {
|
|
140
124
|
confluence: string;
|
package/dist/types/setup.d.ts
CHANGED
|
@@ -11,7 +11,6 @@ export declare let _overrides: Partial<{
|
|
|
11
11
|
'example-boolean': boolean;
|
|
12
12
|
'example-multivariate': "one" | "two" | "three";
|
|
13
13
|
'test-new-experiments-package': boolean;
|
|
14
|
-
'nested-dnd': boolean;
|
|
15
14
|
support_table_in_comment: boolean;
|
|
16
15
|
platform_editor_exp_lazy_node_views: boolean;
|
|
17
16
|
platform_renderer_table_sticky_scrollbar: boolean;
|
|
@@ -23,7 +22,6 @@ export declare let _overrides: Partial<{
|
|
|
23
22
|
'platform_editor_ai-prompts-placeholder': "test" | "control";
|
|
24
23
|
'nested-tables-in-tables': boolean;
|
|
25
24
|
platform_editor_ai_unsplash_page_header: boolean;
|
|
26
|
-
expand_selection_range_to_include_inline_node: boolean;
|
|
27
25
|
platform_editor_blockquote_in_text_formatting_menu: boolean;
|
|
28
26
|
platform_editor_advanced_code_blocks: boolean;
|
|
29
27
|
platform_editor_element_drag_and_drop_multiselect: boolean;
|
|
@@ -45,7 +45,7 @@ declare function eeTest<ExperimentName extends keyof EditorExperimentsConfig>(ex
|
|
|
45
45
|
false: DescribeBody;
|
|
46
46
|
}, otherExperiments?: EditorExperimentOverrides): void;
|
|
47
47
|
declare namespace eeTest {
|
|
48
|
-
var describe: <ExperimentName extends "example-boolean" | "example-multivariate" | "test-new-experiments-package" | "
|
|
48
|
+
var describe: <ExperimentName extends "example-boolean" | "example-multivariate" | "test-new-experiments-package" | "support_table_in_comment" | "platform_editor_exp_lazy_node_views" | "platform_renderer_table_sticky_scrollbar" | "nested-expand-in-expand" | "comment_on_bodied_extensions" | "advanced_layouts" | "single_column_layouts" | "support_table_in_comment_jira" | "platform_editor_ai-prompts-placeholder" | "nested-tables-in-tables" | "platform_editor_ai_unsplash_page_header" | "platform_editor_blockquote_in_text_formatting_menu" | "platform_editor_advanced_code_blocks" | "platform_editor_element_drag_and_drop_multiselect" | "live_pages_graceful_edit" | "platform_editor_ai_edit_response_in_preview" | "platform_editor_controls" | "platform_editor_nested_non_bodied_macros" | "editor_ai_inline_suggestion_date" | "platform_editor_insertion" | "platform_editor_inline_node_virtualization" | "platform_editor_vanilla_dom" | "editor_text_highlight_orange_to_yellow" | "platform_editor_ai_proactive_ai_nudge_score" | "platform_editor_markdown_next_media_plugin_exp">(experimentName: ExperimentName, describeName: string) => {
|
|
49
49
|
variant: (value: {
|
|
50
50
|
'example-boolean': {
|
|
51
51
|
productKeys: {
|
|
@@ -72,14 +72,6 @@ declare namespace eeTest {
|
|
|
72
72
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
73
73
|
defaultValue: boolean;
|
|
74
74
|
};
|
|
75
|
-
'nested-dnd': {
|
|
76
|
-
productKeys: {
|
|
77
|
-
confluence: string;
|
|
78
|
-
};
|
|
79
|
-
param: string;
|
|
80
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
81
|
-
defaultValue: boolean;
|
|
82
|
-
};
|
|
83
75
|
support_table_in_comment: {
|
|
84
76
|
productKeys: {
|
|
85
77
|
confluence: string;
|
|
@@ -168,14 +160,6 @@ declare namespace eeTest {
|
|
|
168
160
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
169
161
|
defaultValue: boolean;
|
|
170
162
|
};
|
|
171
|
-
expand_selection_range_to_include_inline_node: {
|
|
172
|
-
productKeys: {
|
|
173
|
-
confluence: string;
|
|
174
|
-
};
|
|
175
|
-
param: string;
|
|
176
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
177
|
-
defaultValue: boolean;
|
|
178
|
-
};
|
|
179
163
|
platform_editor_blockquote_in_text_formatting_menu: {
|
|
180
164
|
productKeys: {
|
|
181
165
|
confluence: string;
|
|
@@ -31,14 +31,6 @@ export declare const editorExperimentsConfig: {
|
|
|
31
31
|
typeGuard: typeof isBoolean;
|
|
32
32
|
defaultValue: boolean;
|
|
33
33
|
};
|
|
34
|
-
'nested-dnd': {
|
|
35
|
-
productKeys: {
|
|
36
|
-
confluence: string;
|
|
37
|
-
};
|
|
38
|
-
param: string;
|
|
39
|
-
typeGuard: typeof isBoolean;
|
|
40
|
-
defaultValue: boolean;
|
|
41
|
-
};
|
|
42
34
|
support_table_in_comment: {
|
|
43
35
|
productKeys: {
|
|
44
36
|
confluence: string;
|
|
@@ -127,14 +119,6 @@ export declare const editorExperimentsConfig: {
|
|
|
127
119
|
typeGuard: typeof isBoolean;
|
|
128
120
|
defaultValue: boolean;
|
|
129
121
|
};
|
|
130
|
-
expand_selection_range_to_include_inline_node: {
|
|
131
|
-
productKeys: {
|
|
132
|
-
confluence: string;
|
|
133
|
-
};
|
|
134
|
-
param: string;
|
|
135
|
-
typeGuard: typeof isBoolean;
|
|
136
|
-
defaultValue: boolean;
|
|
137
|
-
};
|
|
138
122
|
platform_editor_blockquote_in_text_formatting_menu: {
|
|
139
123
|
productKeys: {
|
|
140
124
|
confluence: string;
|
|
@@ -11,7 +11,6 @@ export declare let _overrides: Partial<{
|
|
|
11
11
|
'example-boolean': boolean;
|
|
12
12
|
'example-multivariate': "one" | "two" | "three";
|
|
13
13
|
'test-new-experiments-package': boolean;
|
|
14
|
-
'nested-dnd': boolean;
|
|
15
14
|
support_table_in_comment: boolean;
|
|
16
15
|
platform_editor_exp_lazy_node_views: boolean;
|
|
17
16
|
platform_renderer_table_sticky_scrollbar: boolean;
|
|
@@ -23,7 +22,6 @@ export declare let _overrides: Partial<{
|
|
|
23
22
|
'platform_editor_ai-prompts-placeholder': "test" | "control";
|
|
24
23
|
'nested-tables-in-tables': boolean;
|
|
25
24
|
platform_editor_ai_unsplash_page_header: boolean;
|
|
26
|
-
expand_selection_range_to_include_inline_node: boolean;
|
|
27
25
|
platform_editor_blockquote_in_text_formatting_menu: boolean;
|
|
28
26
|
platform_editor_advanced_code_blocks: boolean;
|
|
29
27
|
platform_editor_element_drag_and_drop_multiselect: boolean;
|
package/package.json
CHANGED