@atlaskit/tmp-editor-statsig 2.42.1 → 2.44.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 +17 -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,22 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 2.44.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#111240](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/111240)
|
|
8
|
+
[`de6e6869aa62d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/de6e6869aa62d) -
|
|
9
|
+
[ux] EDF-2393: Cleanup platform_editor_ai_1p_smart_link_unfurl_in_prompt experiment code
|
|
10
|
+
references and autoformatting plugin integration in confluence
|
|
11
|
+
|
|
12
|
+
## 2.43.0
|
|
13
|
+
|
|
14
|
+
### Minor Changes
|
|
15
|
+
|
|
16
|
+
- [#110672](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/110672)
|
|
17
|
+
[`29afa832aa7c9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/29afa832aa7c9) -
|
|
18
|
+
Remove a stale experiment
|
|
19
|
+
|
|
3
20
|
## 2.42.1
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
|
@@ -165,16 +165,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
165
165
|
typeGuard: _typeGuards.isBoolean,
|
|
166
166
|
defaultValue: false
|
|
167
167
|
},
|
|
168
|
-
// Added 2024-10-25
|
|
169
|
-
// https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/platform_editor_comment_on_inline_node_spotlight/setup
|
|
170
|
-
comment_on_inline_node_spotlight: {
|
|
171
|
-
productKeys: {
|
|
172
|
-
confluence: 'platform_editor_comment_on_inline_node_spotlight'
|
|
173
|
-
},
|
|
174
|
-
param: 'isEnabled',
|
|
175
|
-
typeGuard: _typeGuards.isBoolean,
|
|
176
|
-
defaultValue: false
|
|
177
|
-
},
|
|
178
168
|
'platform_editor_ai-prompts-placeholder': {
|
|
179
169
|
productKeys: {
|
|
180
170
|
confluence: 'platform_editor_ai-prompts-placeholder'
|
|
@@ -211,15 +201,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
211
201
|
typeGuard: _typeGuards.isBoolean,
|
|
212
202
|
defaultValue: false
|
|
213
203
|
},
|
|
214
|
-
// Added 2024-11-19
|
|
215
|
-
platform_editor_ai_1p_smart_link_unfurl_in_prompt: {
|
|
216
|
-
productKeys: {
|
|
217
|
-
confluence: 'platform_editor_ai_1p_smart_link_unfurl_in_prompt'
|
|
218
|
-
},
|
|
219
|
-
param: 'isEnabled',
|
|
220
|
-
typeGuard: _typeGuards.isBoolean,
|
|
221
|
-
defaultValue: false
|
|
222
|
-
},
|
|
223
204
|
// Added 2024-11-26
|
|
224
205
|
platform_editor_ai_unsplash_page_header: {
|
|
225
206
|
productKeys: {
|
|
@@ -159,16 +159,6 @@ export const editorExperimentsConfig = {
|
|
|
159
159
|
typeGuard: isBoolean,
|
|
160
160
|
defaultValue: false
|
|
161
161
|
},
|
|
162
|
-
// Added 2024-10-25
|
|
163
|
-
// https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/platform_editor_comment_on_inline_node_spotlight/setup
|
|
164
|
-
comment_on_inline_node_spotlight: {
|
|
165
|
-
productKeys: {
|
|
166
|
-
confluence: 'platform_editor_comment_on_inline_node_spotlight'
|
|
167
|
-
},
|
|
168
|
-
param: 'isEnabled',
|
|
169
|
-
typeGuard: isBoolean,
|
|
170
|
-
defaultValue: false
|
|
171
|
-
},
|
|
172
162
|
'platform_editor_ai-prompts-placeholder': {
|
|
173
163
|
productKeys: {
|
|
174
164
|
confluence: 'platform_editor_ai-prompts-placeholder'
|
|
@@ -205,15 +195,6 @@ export const editorExperimentsConfig = {
|
|
|
205
195
|
typeGuard: isBoolean,
|
|
206
196
|
defaultValue: false
|
|
207
197
|
},
|
|
208
|
-
// Added 2024-11-19
|
|
209
|
-
platform_editor_ai_1p_smart_link_unfurl_in_prompt: {
|
|
210
|
-
productKeys: {
|
|
211
|
-
confluence: 'platform_editor_ai_1p_smart_link_unfurl_in_prompt'
|
|
212
|
-
},
|
|
213
|
-
param: 'isEnabled',
|
|
214
|
-
typeGuard: isBoolean,
|
|
215
|
-
defaultValue: false
|
|
216
|
-
},
|
|
217
198
|
// Added 2024-11-26
|
|
218
199
|
platform_editor_ai_unsplash_page_header: {
|
|
219
200
|
productKeys: {
|
|
@@ -159,16 +159,6 @@ export var editorExperimentsConfig = {
|
|
|
159
159
|
typeGuard: isBoolean,
|
|
160
160
|
defaultValue: false
|
|
161
161
|
},
|
|
162
|
-
// Added 2024-10-25
|
|
163
|
-
// https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/platform_editor_comment_on_inline_node_spotlight/setup
|
|
164
|
-
comment_on_inline_node_spotlight: {
|
|
165
|
-
productKeys: {
|
|
166
|
-
confluence: 'platform_editor_comment_on_inline_node_spotlight'
|
|
167
|
-
},
|
|
168
|
-
param: 'isEnabled',
|
|
169
|
-
typeGuard: isBoolean,
|
|
170
|
-
defaultValue: false
|
|
171
|
-
},
|
|
172
162
|
'platform_editor_ai-prompts-placeholder': {
|
|
173
163
|
productKeys: {
|
|
174
164
|
confluence: 'platform_editor_ai-prompts-placeholder'
|
|
@@ -205,15 +195,6 @@ export var editorExperimentsConfig = {
|
|
|
205
195
|
typeGuard: isBoolean,
|
|
206
196
|
defaultValue: false
|
|
207
197
|
},
|
|
208
|
-
// Added 2024-11-19
|
|
209
|
-
platform_editor_ai_1p_smart_link_unfurl_in_prompt: {
|
|
210
|
-
productKeys: {
|
|
211
|
-
confluence: 'platform_editor_ai_1p_smart_link_unfurl_in_prompt'
|
|
212
|
-
},
|
|
213
|
-
param: 'isEnabled',
|
|
214
|
-
typeGuard: isBoolean,
|
|
215
|
-
defaultValue: false
|
|
216
|
-
},
|
|
217
198
|
// Added 2024-11-26
|
|
218
199
|
platform_editor_ai_unsplash_page_header: {
|
|
219
200
|
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" | "nested-expand-in-expand" | "editor_ai_-_multi_prompts" | "comment_on_bodied_extensions" | "advanced_layouts" | "support_table_in_comment_jira" | "
|
|
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" | "platform_editor_ai-prompts-placeholder" | "nested-tables-in-tables" | "issue_view_action_items" | "contextual_formatting_toolbar" | "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: {
|
|
@@ -176,14 +176,6 @@ declare namespace eeTest {
|
|
|
176
176
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
177
177
|
defaultValue: boolean;
|
|
178
178
|
};
|
|
179
|
-
comment_on_inline_node_spotlight: {
|
|
180
|
-
productKeys: {
|
|
181
|
-
confluence: string;
|
|
182
|
-
};
|
|
183
|
-
param: string;
|
|
184
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
185
|
-
defaultValue: boolean;
|
|
186
|
-
};
|
|
187
179
|
'platform_editor_ai-prompts-placeholder': {
|
|
188
180
|
productKeys: {
|
|
189
181
|
confluence: string;
|
|
@@ -216,14 +208,6 @@ declare namespace eeTest {
|
|
|
216
208
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
217
209
|
defaultValue: boolean;
|
|
218
210
|
};
|
|
219
|
-
platform_editor_ai_1p_smart_link_unfurl_in_prompt: {
|
|
220
|
-
productKeys: {
|
|
221
|
-
confluence: string;
|
|
222
|
-
};
|
|
223
|
-
param: string;
|
|
224
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
225
|
-
defaultValue: boolean;
|
|
226
|
-
};
|
|
227
211
|
platform_editor_ai_unsplash_page_header: {
|
|
228
212
|
productKeys: {
|
|
229
213
|
confluence: string;
|
|
@@ -135,14 +135,6 @@ export declare const editorExperimentsConfig: {
|
|
|
135
135
|
typeGuard: typeof isBoolean;
|
|
136
136
|
defaultValue: boolean;
|
|
137
137
|
};
|
|
138
|
-
comment_on_inline_node_spotlight: {
|
|
139
|
-
productKeys: {
|
|
140
|
-
confluence: string;
|
|
141
|
-
};
|
|
142
|
-
param: string;
|
|
143
|
-
typeGuard: typeof isBoolean;
|
|
144
|
-
defaultValue: boolean;
|
|
145
|
-
};
|
|
146
138
|
'platform_editor_ai-prompts-placeholder': {
|
|
147
139
|
productKeys: {
|
|
148
140
|
confluence: string;
|
|
@@ -175,14 +167,6 @@ export declare const editorExperimentsConfig: {
|
|
|
175
167
|
typeGuard: typeof isBoolean;
|
|
176
168
|
defaultValue: boolean;
|
|
177
169
|
};
|
|
178
|
-
platform_editor_ai_1p_smart_link_unfurl_in_prompt: {
|
|
179
|
-
productKeys: {
|
|
180
|
-
confluence: string;
|
|
181
|
-
};
|
|
182
|
-
param: string;
|
|
183
|
-
typeGuard: typeof isBoolean;
|
|
184
|
-
defaultValue: boolean;
|
|
185
|
-
};
|
|
186
170
|
platform_editor_ai_unsplash_page_header: {
|
|
187
171
|
productKeys: {
|
|
188
172
|
confluence: string;
|
package/dist/types/setup.d.ts
CHANGED
|
@@ -24,12 +24,10 @@ export declare let _overrides: Partial<{
|
|
|
24
24
|
comment_on_bodied_extensions: boolean;
|
|
25
25
|
advanced_layouts: boolean;
|
|
26
26
|
support_table_in_comment_jira: boolean;
|
|
27
|
-
comment_on_inline_node_spotlight: boolean;
|
|
28
27
|
'platform_editor_ai-prompts-placeholder': "test" | "control";
|
|
29
28
|
'nested-tables-in-tables': boolean;
|
|
30
29
|
issue_view_action_items: boolean;
|
|
31
30
|
contextual_formatting_toolbar: boolean;
|
|
32
|
-
platform_editor_ai_1p_smart_link_unfurl_in_prompt: boolean;
|
|
33
31
|
platform_editor_ai_unsplash_page_header: boolean;
|
|
34
32
|
platform_editor_ai_advanced_prompts: boolean;
|
|
35
33
|
expand_selection_range_to_include_inline_node: 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" | "nested-expand-in-expand" | "editor_ai_-_multi_prompts" | "comment_on_bodied_extensions" | "advanced_layouts" | "support_table_in_comment_jira" | "
|
|
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" | "platform_editor_ai-prompts-placeholder" | "nested-tables-in-tables" | "issue_view_action_items" | "contextual_formatting_toolbar" | "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: {
|
|
@@ -176,14 +176,6 @@ declare namespace eeTest {
|
|
|
176
176
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
177
177
|
defaultValue: boolean;
|
|
178
178
|
};
|
|
179
|
-
comment_on_inline_node_spotlight: {
|
|
180
|
-
productKeys: {
|
|
181
|
-
confluence: string;
|
|
182
|
-
};
|
|
183
|
-
param: string;
|
|
184
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
185
|
-
defaultValue: boolean;
|
|
186
|
-
};
|
|
187
179
|
'platform_editor_ai-prompts-placeholder': {
|
|
188
180
|
productKeys: {
|
|
189
181
|
confluence: string;
|
|
@@ -216,14 +208,6 @@ declare namespace eeTest {
|
|
|
216
208
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
217
209
|
defaultValue: boolean;
|
|
218
210
|
};
|
|
219
|
-
platform_editor_ai_1p_smart_link_unfurl_in_prompt: {
|
|
220
|
-
productKeys: {
|
|
221
|
-
confluence: string;
|
|
222
|
-
};
|
|
223
|
-
param: string;
|
|
224
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
225
|
-
defaultValue: boolean;
|
|
226
|
-
};
|
|
227
211
|
platform_editor_ai_unsplash_page_header: {
|
|
228
212
|
productKeys: {
|
|
229
213
|
confluence: string;
|
|
@@ -135,14 +135,6 @@ export declare const editorExperimentsConfig: {
|
|
|
135
135
|
typeGuard: typeof isBoolean;
|
|
136
136
|
defaultValue: boolean;
|
|
137
137
|
};
|
|
138
|
-
comment_on_inline_node_spotlight: {
|
|
139
|
-
productKeys: {
|
|
140
|
-
confluence: string;
|
|
141
|
-
};
|
|
142
|
-
param: string;
|
|
143
|
-
typeGuard: typeof isBoolean;
|
|
144
|
-
defaultValue: boolean;
|
|
145
|
-
};
|
|
146
138
|
'platform_editor_ai-prompts-placeholder': {
|
|
147
139
|
productKeys: {
|
|
148
140
|
confluence: string;
|
|
@@ -175,14 +167,6 @@ export declare const editorExperimentsConfig: {
|
|
|
175
167
|
typeGuard: typeof isBoolean;
|
|
176
168
|
defaultValue: boolean;
|
|
177
169
|
};
|
|
178
|
-
platform_editor_ai_1p_smart_link_unfurl_in_prompt: {
|
|
179
|
-
productKeys: {
|
|
180
|
-
confluence: string;
|
|
181
|
-
};
|
|
182
|
-
param: string;
|
|
183
|
-
typeGuard: typeof isBoolean;
|
|
184
|
-
defaultValue: boolean;
|
|
185
|
-
};
|
|
186
170
|
platform_editor_ai_unsplash_page_header: {
|
|
187
171
|
productKeys: {
|
|
188
172
|
confluence: string;
|
|
@@ -24,12 +24,10 @@ export declare let _overrides: Partial<{
|
|
|
24
24
|
comment_on_bodied_extensions: boolean;
|
|
25
25
|
advanced_layouts: boolean;
|
|
26
26
|
support_table_in_comment_jira: boolean;
|
|
27
|
-
comment_on_inline_node_spotlight: boolean;
|
|
28
27
|
'platform_editor_ai-prompts-placeholder': "test" | "control";
|
|
29
28
|
'nested-tables-in-tables': boolean;
|
|
30
29
|
issue_view_action_items: boolean;
|
|
31
30
|
contextual_formatting_toolbar: boolean;
|
|
32
|
-
platform_editor_ai_1p_smart_link_unfurl_in_prompt: boolean;
|
|
33
31
|
platform_editor_ai_unsplash_page_header: boolean;
|
|
34
32
|
platform_editor_ai_advanced_prompts: boolean;
|
|
35
33
|
expand_selection_range_to_include_inline_node: boolean;
|
package/package.json
CHANGED