@atlaskit/tmp-editor-statsig 2.41.0 → 2.42.1
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 +18 -0
- package/dist/cjs/experiments-config.js +0 -19
- package/dist/es2019/experiments-config.js +0 -19
- package/dist/esm/experiments-config.js +0 -19
- 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,23 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 2.42.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#111057](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/111057)
|
|
8
|
+
[`a87f76f559c65`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a87f76f559c65) -
|
|
9
|
+
EDF-2382 Cleaned up platform_editor_ai_change_tone_floating_toolbar, defaulted to control
|
|
10
|
+
behaviour.
|
|
11
|
+
|
|
12
|
+
## 2.42.0
|
|
13
|
+
|
|
14
|
+
### Minor Changes
|
|
15
|
+
|
|
16
|
+
- [#107782](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/107782)
|
|
17
|
+
[`cccc7a8347929`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/cccc7a8347929) -
|
|
18
|
+
[ux] ED-26378 Remove editor_nest_media_and_codeblock_in_quotes_jira and
|
|
19
|
+
nestMediaAndCodeblockInQuote
|
|
20
|
+
|
|
3
21
|
## 2.41.0
|
|
4
22
|
|
|
5
23
|
### Minor Changes
|
|
@@ -118,16 +118,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
118
118
|
defaultValue: false
|
|
119
119
|
},
|
|
120
120
|
// Added 2024-09-18
|
|
121
|
-
// https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/platform_editor_nest_media_and_codeblock_in_quotes/setup
|
|
122
|
-
'nest-media-and-codeblock-in-quote': {
|
|
123
|
-
productKeys: {
|
|
124
|
-
confluence: 'platform_editor_nest_media_and_codeblock_in_quotes'
|
|
125
|
-
},
|
|
126
|
-
param: 'isEnabled',
|
|
127
|
-
typeGuard: _typeGuards.isBoolean,
|
|
128
|
-
defaultValue: false
|
|
129
|
-
},
|
|
130
|
-
// Added 2024-09-18
|
|
131
121
|
// https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/platform_editor_nest_nested_expand_in_expand/setup
|
|
132
122
|
'nested-expand-in-expand': {
|
|
133
123
|
productKeys: {
|
|
@@ -203,15 +193,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
203
193
|
typeGuard: _typeGuards.isBoolean,
|
|
204
194
|
defaultValue: false
|
|
205
195
|
},
|
|
206
|
-
// Added 2024-11-06
|
|
207
|
-
platform_editor_ai_change_tone_floating_toolbar: {
|
|
208
|
-
productKeys: {
|
|
209
|
-
confluence: 'platform_editor_ai_change_tone_floating_toolbar'
|
|
210
|
-
},
|
|
211
|
-
param: 'isEnabled',
|
|
212
|
-
typeGuard: _typeGuards.isBoolean,
|
|
213
|
-
defaultValue: false
|
|
214
|
-
},
|
|
215
196
|
// Added 2024-11-13
|
|
216
197
|
issue_view_action_items: {
|
|
217
198
|
productKeys: {
|
|
@@ -112,16 +112,6 @@ export const editorExperimentsConfig = {
|
|
|
112
112
|
defaultValue: false
|
|
113
113
|
},
|
|
114
114
|
// Added 2024-09-18
|
|
115
|
-
// https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/platform_editor_nest_media_and_codeblock_in_quotes/setup
|
|
116
|
-
'nest-media-and-codeblock-in-quote': {
|
|
117
|
-
productKeys: {
|
|
118
|
-
confluence: 'platform_editor_nest_media_and_codeblock_in_quotes'
|
|
119
|
-
},
|
|
120
|
-
param: 'isEnabled',
|
|
121
|
-
typeGuard: isBoolean,
|
|
122
|
-
defaultValue: false
|
|
123
|
-
},
|
|
124
|
-
// Added 2024-09-18
|
|
125
115
|
// https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/platform_editor_nest_nested_expand_in_expand/setup
|
|
126
116
|
'nested-expand-in-expand': {
|
|
127
117
|
productKeys: {
|
|
@@ -197,15 +187,6 @@ export const editorExperimentsConfig = {
|
|
|
197
187
|
typeGuard: isBoolean,
|
|
198
188
|
defaultValue: false
|
|
199
189
|
},
|
|
200
|
-
// Added 2024-11-06
|
|
201
|
-
platform_editor_ai_change_tone_floating_toolbar: {
|
|
202
|
-
productKeys: {
|
|
203
|
-
confluence: 'platform_editor_ai_change_tone_floating_toolbar'
|
|
204
|
-
},
|
|
205
|
-
param: 'isEnabled',
|
|
206
|
-
typeGuard: isBoolean,
|
|
207
|
-
defaultValue: false
|
|
208
|
-
},
|
|
209
190
|
// Added 2024-11-13
|
|
210
191
|
issue_view_action_items: {
|
|
211
192
|
productKeys: {
|
|
@@ -112,16 +112,6 @@ export var editorExperimentsConfig = {
|
|
|
112
112
|
defaultValue: false
|
|
113
113
|
},
|
|
114
114
|
// Added 2024-09-18
|
|
115
|
-
// https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/platform_editor_nest_media_and_codeblock_in_quotes/setup
|
|
116
|
-
'nest-media-and-codeblock-in-quote': {
|
|
117
|
-
productKeys: {
|
|
118
|
-
confluence: 'platform_editor_nest_media_and_codeblock_in_quotes'
|
|
119
|
-
},
|
|
120
|
-
param: 'isEnabled',
|
|
121
|
-
typeGuard: isBoolean,
|
|
122
|
-
defaultValue: false
|
|
123
|
-
},
|
|
124
|
-
// Added 2024-09-18
|
|
125
115
|
// https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/platform_editor_nest_nested_expand_in_expand/setup
|
|
126
116
|
'nested-expand-in-expand': {
|
|
127
117
|
productKeys: {
|
|
@@ -197,15 +187,6 @@ export var editorExperimentsConfig = {
|
|
|
197
187
|
typeGuard: isBoolean,
|
|
198
188
|
defaultValue: false
|
|
199
189
|
},
|
|
200
|
-
// Added 2024-11-06
|
|
201
|
-
platform_editor_ai_change_tone_floating_toolbar: {
|
|
202
|
-
productKeys: {
|
|
203
|
-
confluence: 'platform_editor_ai_change_tone_floating_toolbar'
|
|
204
|
-
},
|
|
205
|
-
param: 'isEnabled',
|
|
206
|
-
typeGuard: isBoolean,
|
|
207
|
-
defaultValue: false
|
|
208
|
-
},
|
|
209
190
|
// Added 2024-11-13
|
|
210
191
|
issue_view_action_items: {
|
|
211
192
|
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" | "basic-text-transformations" | "element-level-templates" | "add-media-from-url" | "nested-dnd" | "insert-menu-in-right-rail" | "support_table_in_comment" | "platform_editor_exp_lazy_node_views" | "platform_renderer_table_sticky_scrollbar" | "
|
|
48
|
+
var describe: <ExperimentName extends "example-boolean" | "example-multivariate" | "test-new-experiments-package" | "basic-text-transformations" | "element-level-templates" | "add-media-from-url" | "nested-dnd" | "insert-menu-in-right-rail" | "support_table_in_comment" | "platform_editor_exp_lazy_node_views" | "platform_renderer_table_sticky_scrollbar" | "nested-expand-in-expand" | "editor_ai_-_multi_prompts" | "comment_on_bodied_extensions" | "advanced_layouts" | "support_table_in_comment_jira" | "comment_on_inline_node_spotlight" | "platform_editor_ai-prompts-placeholder" | "nested-tables-in-tables" | "issue_view_action_items" | "contextual_formatting_toolbar" | "platform_editor_ai_1p_smart_link_unfurl_in_prompt" | "platform_editor_ai_unsplash_page_header" | "platform_editor_ai_advanced_prompts" | "expand_selection_range_to_include_inline_node" | "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_contextual_formatting_toolbar_v2" | "platform_editor_ai_edit_response_in_preview" | "platform_editor_ai_jira_content_read_url">(experimentName: ExperimentName, describeName: string) => {
|
|
49
49
|
variant: (value: {
|
|
50
50
|
'example-boolean': {
|
|
51
51
|
productKeys: {
|
|
@@ -136,14 +136,6 @@ declare namespace eeTest {
|
|
|
136
136
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
137
137
|
defaultValue: boolean;
|
|
138
138
|
};
|
|
139
|
-
'nest-media-and-codeblock-in-quote': {
|
|
140
|
-
productKeys: {
|
|
141
|
-
confluence: string;
|
|
142
|
-
};
|
|
143
|
-
param: string;
|
|
144
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
145
|
-
defaultValue: boolean;
|
|
146
|
-
};
|
|
147
139
|
'nested-expand-in-expand': {
|
|
148
140
|
productKeys: {
|
|
149
141
|
confluence: string;
|
|
@@ -208,14 +200,6 @@ declare namespace eeTest {
|
|
|
208
200
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
209
201
|
defaultValue: boolean;
|
|
210
202
|
};
|
|
211
|
-
platform_editor_ai_change_tone_floating_toolbar: {
|
|
212
|
-
productKeys: {
|
|
213
|
-
confluence: string;
|
|
214
|
-
};
|
|
215
|
-
param: string;
|
|
216
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
217
|
-
defaultValue: boolean;
|
|
218
|
-
};
|
|
219
203
|
issue_view_action_items: {
|
|
220
204
|
productKeys: {
|
|
221
205
|
jira: string;
|
|
@@ -95,14 +95,6 @@ export declare const editorExperimentsConfig: {
|
|
|
95
95
|
typeGuard: typeof isBoolean;
|
|
96
96
|
defaultValue: boolean;
|
|
97
97
|
};
|
|
98
|
-
'nest-media-and-codeblock-in-quote': {
|
|
99
|
-
productKeys: {
|
|
100
|
-
confluence: string;
|
|
101
|
-
};
|
|
102
|
-
param: string;
|
|
103
|
-
typeGuard: typeof isBoolean;
|
|
104
|
-
defaultValue: boolean;
|
|
105
|
-
};
|
|
106
98
|
'nested-expand-in-expand': {
|
|
107
99
|
productKeys: {
|
|
108
100
|
confluence: string;
|
|
@@ -167,14 +159,6 @@ export declare const editorExperimentsConfig: {
|
|
|
167
159
|
typeGuard: typeof isBoolean;
|
|
168
160
|
defaultValue: boolean;
|
|
169
161
|
};
|
|
170
|
-
platform_editor_ai_change_tone_floating_toolbar: {
|
|
171
|
-
productKeys: {
|
|
172
|
-
confluence: string;
|
|
173
|
-
};
|
|
174
|
-
param: string;
|
|
175
|
-
typeGuard: typeof isBoolean;
|
|
176
|
-
defaultValue: boolean;
|
|
177
|
-
};
|
|
178
162
|
issue_view_action_items: {
|
|
179
163
|
productKeys: {
|
|
180
164
|
jira: string;
|
package/dist/types/setup.d.ts
CHANGED
|
@@ -19,7 +19,6 @@ export declare let _overrides: Partial<{
|
|
|
19
19
|
support_table_in_comment: boolean;
|
|
20
20
|
platform_editor_exp_lazy_node_views: boolean;
|
|
21
21
|
platform_renderer_table_sticky_scrollbar: boolean;
|
|
22
|
-
'nest-media-and-codeblock-in-quote': boolean;
|
|
23
22
|
'nested-expand-in-expand': boolean;
|
|
24
23
|
'editor_ai_-_multi_prompts': "test" | "control";
|
|
25
24
|
comment_on_bodied_extensions: boolean;
|
|
@@ -28,7 +27,6 @@ export declare let _overrides: Partial<{
|
|
|
28
27
|
comment_on_inline_node_spotlight: boolean;
|
|
29
28
|
'platform_editor_ai-prompts-placeholder': "test" | "control";
|
|
30
29
|
'nested-tables-in-tables': boolean;
|
|
31
|
-
platform_editor_ai_change_tone_floating_toolbar: boolean;
|
|
32
30
|
issue_view_action_items: boolean;
|
|
33
31
|
contextual_formatting_toolbar: boolean;
|
|
34
32
|
platform_editor_ai_1p_smart_link_unfurl_in_prompt: 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" | "basic-text-transformations" | "element-level-templates" | "add-media-from-url" | "nested-dnd" | "insert-menu-in-right-rail" | "support_table_in_comment" | "platform_editor_exp_lazy_node_views" | "platform_renderer_table_sticky_scrollbar" | "
|
|
48
|
+
var describe: <ExperimentName extends "example-boolean" | "example-multivariate" | "test-new-experiments-package" | "basic-text-transformations" | "element-level-templates" | "add-media-from-url" | "nested-dnd" | "insert-menu-in-right-rail" | "support_table_in_comment" | "platform_editor_exp_lazy_node_views" | "platform_renderer_table_sticky_scrollbar" | "nested-expand-in-expand" | "editor_ai_-_multi_prompts" | "comment_on_bodied_extensions" | "advanced_layouts" | "support_table_in_comment_jira" | "comment_on_inline_node_spotlight" | "platform_editor_ai-prompts-placeholder" | "nested-tables-in-tables" | "issue_view_action_items" | "contextual_formatting_toolbar" | "platform_editor_ai_1p_smart_link_unfurl_in_prompt" | "platform_editor_ai_unsplash_page_header" | "platform_editor_ai_advanced_prompts" | "expand_selection_range_to_include_inline_node" | "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_contextual_formatting_toolbar_v2" | "platform_editor_ai_edit_response_in_preview" | "platform_editor_ai_jira_content_read_url">(experimentName: ExperimentName, describeName: string) => {
|
|
49
49
|
variant: (value: {
|
|
50
50
|
'example-boolean': {
|
|
51
51
|
productKeys: {
|
|
@@ -136,14 +136,6 @@ declare namespace eeTest {
|
|
|
136
136
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
137
137
|
defaultValue: boolean;
|
|
138
138
|
};
|
|
139
|
-
'nest-media-and-codeblock-in-quote': {
|
|
140
|
-
productKeys: {
|
|
141
|
-
confluence: string;
|
|
142
|
-
};
|
|
143
|
-
param: string;
|
|
144
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
145
|
-
defaultValue: boolean;
|
|
146
|
-
};
|
|
147
139
|
'nested-expand-in-expand': {
|
|
148
140
|
productKeys: {
|
|
149
141
|
confluence: string;
|
|
@@ -208,14 +200,6 @@ declare namespace eeTest {
|
|
|
208
200
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
209
201
|
defaultValue: boolean;
|
|
210
202
|
};
|
|
211
|
-
platform_editor_ai_change_tone_floating_toolbar: {
|
|
212
|
-
productKeys: {
|
|
213
|
-
confluence: string;
|
|
214
|
-
};
|
|
215
|
-
param: string;
|
|
216
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
217
|
-
defaultValue: boolean;
|
|
218
|
-
};
|
|
219
203
|
issue_view_action_items: {
|
|
220
204
|
productKeys: {
|
|
221
205
|
jira: string;
|
|
@@ -95,14 +95,6 @@ export declare const editorExperimentsConfig: {
|
|
|
95
95
|
typeGuard: typeof isBoolean;
|
|
96
96
|
defaultValue: boolean;
|
|
97
97
|
};
|
|
98
|
-
'nest-media-and-codeblock-in-quote': {
|
|
99
|
-
productKeys: {
|
|
100
|
-
confluence: string;
|
|
101
|
-
};
|
|
102
|
-
param: string;
|
|
103
|
-
typeGuard: typeof isBoolean;
|
|
104
|
-
defaultValue: boolean;
|
|
105
|
-
};
|
|
106
98
|
'nested-expand-in-expand': {
|
|
107
99
|
productKeys: {
|
|
108
100
|
confluence: string;
|
|
@@ -167,14 +159,6 @@ export declare const editorExperimentsConfig: {
|
|
|
167
159
|
typeGuard: typeof isBoolean;
|
|
168
160
|
defaultValue: boolean;
|
|
169
161
|
};
|
|
170
|
-
platform_editor_ai_change_tone_floating_toolbar: {
|
|
171
|
-
productKeys: {
|
|
172
|
-
confluence: string;
|
|
173
|
-
};
|
|
174
|
-
param: string;
|
|
175
|
-
typeGuard: typeof isBoolean;
|
|
176
|
-
defaultValue: boolean;
|
|
177
|
-
};
|
|
178
162
|
issue_view_action_items: {
|
|
179
163
|
productKeys: {
|
|
180
164
|
jira: string;
|
|
@@ -19,7 +19,6 @@ export declare let _overrides: Partial<{
|
|
|
19
19
|
support_table_in_comment: boolean;
|
|
20
20
|
platform_editor_exp_lazy_node_views: boolean;
|
|
21
21
|
platform_renderer_table_sticky_scrollbar: boolean;
|
|
22
|
-
'nest-media-and-codeblock-in-quote': boolean;
|
|
23
22
|
'nested-expand-in-expand': boolean;
|
|
24
23
|
'editor_ai_-_multi_prompts': "test" | "control";
|
|
25
24
|
comment_on_bodied_extensions: boolean;
|
|
@@ -28,7 +27,6 @@ export declare let _overrides: Partial<{
|
|
|
28
27
|
comment_on_inline_node_spotlight: boolean;
|
|
29
28
|
'platform_editor_ai-prompts-placeholder': "test" | "control";
|
|
30
29
|
'nested-tables-in-tables': boolean;
|
|
31
|
-
platform_editor_ai_change_tone_floating_toolbar: boolean;
|
|
32
30
|
issue_view_action_items: boolean;
|
|
33
31
|
contextual_formatting_toolbar: boolean;
|
|
34
32
|
platform_editor_ai_1p_smart_link_unfurl_in_prompt: boolean;
|
package/package.json
CHANGED