@atlaskit/tmp-editor-statsig 5.9.0 → 5.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 +8 -0
- package/dist/cjs/experiments-config.js +8 -0
- package/dist/es2019/experiments-config.js +8 -0
- package/dist/esm/experiments-config.js +8 -0
- package/dist/types/editor-experiments-test-utils.d.ts +7 -1
- package/dist/types/experiments-config.d.ts +6 -0
- package/dist/types/setup.d.ts +1 -0
- package/dist/types-ts4.5/editor-experiments-test-utils.d.ts +7 -1
- package/dist/types-ts4.5/experiments-config.d.ts +6 -0
- package/dist/types-ts4.5/setup.d.ts +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 5.10.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#163546](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/163546)
|
|
8
|
+
[`d3faab1b963ad`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d3faab1b963ad) -
|
|
9
|
+
[ux] ED-28147 smart link support for cmd/ctrl click to open in new tab
|
|
10
|
+
|
|
3
11
|
## 5.9.0
|
|
4
12
|
|
|
5
13
|
### Minor Changes
|
|
@@ -188,6 +188,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
188
188
|
values: ['control', 'variant1'],
|
|
189
189
|
defaultValue: 'control'
|
|
190
190
|
}),
|
|
191
|
+
// Added 2025-06-02
|
|
192
|
+
platform_editor_smart_link_cmd_ctrl_click: (0, _experimentBuilders.createBooleanExperiment)({
|
|
193
|
+
productKeys: {
|
|
194
|
+
confluence: 'platform_editor_smart_link_cmd_ctrl_click'
|
|
195
|
+
},
|
|
196
|
+
param: 'isEnabled',
|
|
197
|
+
defaultValue: false
|
|
198
|
+
}),
|
|
191
199
|
// Added 28-02-2025
|
|
192
200
|
platform_editor_insertion: (0, _experimentBuilders.createMultivariateExperiment)({
|
|
193
201
|
productKeys: {
|
|
@@ -182,6 +182,14 @@ export const editorExperimentsConfig = {
|
|
|
182
182
|
values: ['control', 'variant1'],
|
|
183
183
|
defaultValue: 'control'
|
|
184
184
|
}),
|
|
185
|
+
// Added 2025-06-02
|
|
186
|
+
platform_editor_smart_link_cmd_ctrl_click: createBooleanExperiment({
|
|
187
|
+
productKeys: {
|
|
188
|
+
confluence: 'platform_editor_smart_link_cmd_ctrl_click'
|
|
189
|
+
},
|
|
190
|
+
param: 'isEnabled',
|
|
191
|
+
defaultValue: false
|
|
192
|
+
}),
|
|
185
193
|
// Added 28-02-2025
|
|
186
194
|
platform_editor_insertion: createMultivariateExperiment({
|
|
187
195
|
productKeys: {
|
|
@@ -182,6 +182,14 @@ export var editorExperimentsConfig = {
|
|
|
182
182
|
values: ['control', 'variant1'],
|
|
183
183
|
defaultValue: 'control'
|
|
184
184
|
}),
|
|
185
|
+
// Added 2025-06-02
|
|
186
|
+
platform_editor_smart_link_cmd_ctrl_click: createBooleanExperiment({
|
|
187
|
+
productKeys: {
|
|
188
|
+
confluence: 'platform_editor_smart_link_cmd_ctrl_click'
|
|
189
|
+
},
|
|
190
|
+
param: 'isEnabled',
|
|
191
|
+
defaultValue: false
|
|
192
|
+
}),
|
|
185
193
|
// Added 28-02-2025
|
|
186
194
|
platform_editor_insertion: createMultivariateExperiment({
|
|
187
195
|
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 "platform_editor_reduce_noisy_steps_ncs" | "example-boolean" | "example-multivariate" | "test-new-experiments-package" | "support_table_in_comment" | "platform_editor_exp_lazy_node_views" | "platform_renderer_table_sticky_scrollbar" | "platform_editor_controls_performance_fixes" | "platform_editor_prevent_toolbar_layout_shifts" | "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" | "platform_editor_ai_edit_response_in_preview" | "platform_editor_controls" | "platform_editor_insertion" | "platform_editor_vanilla_dom" | "editor_text_highlight_orange_to_yellow" | "platform_editor_ai_proactive_ai_nudge_parameters" | "platform_editor_offline_editing_web" | "editor_ai_inline_suggestion_date_v2" | "platform_editor_tables_drag_and_drop" | "platform_editor_tables_table_selector" | "platform_editor_usesharedpluginstateselector" | "platform_renderer_fix_analytics_memo_callback" | "editor_ai_contextual_selection_toolbar_button" | "editor_ai_converge_free_gen_on_rovo" | "editor_ai_cmd_palette_remove_retry" | "platform_editor_stop_width_reflows" | "platform_editor_core_static_emotion" | "editor_ai_comment_freegen_rovo" | "confluence_p2m_style_recalc_and_expand_joint_exp" | "platform_editor_nodevisibility" | "platform_editor_breakout_resizing" | "platform_editor_exp_disable_lnv" | "platform_editor_ai_quickstart_command" | "editor_ai_in_editor_streaming" | "platform_editor_hide_floating_toolbar_in_ssr" | "platform_editor_smart_card_open_overlay_perf" | "platform_editor_toolbar_rerender_optimization_exp" | "platform_editor_controls_toolbar_pinning_exp" | "platform_editor_ai_iw_full_page_adf_streaming">(experimentName: ExperimentName, describeName: string) => {
|
|
48
|
+
var describe: <ExperimentName extends "platform_editor_reduce_noisy_steps_ncs" | "example-boolean" | "example-multivariate" | "test-new-experiments-package" | "support_table_in_comment" | "platform_editor_exp_lazy_node_views" | "platform_renderer_table_sticky_scrollbar" | "platform_editor_controls_performance_fixes" | "platform_editor_prevent_toolbar_layout_shifts" | "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" | "platform_editor_ai_edit_response_in_preview" | "platform_editor_controls" | "platform_editor_smart_link_cmd_ctrl_click" | "platform_editor_insertion" | "platform_editor_vanilla_dom" | "editor_text_highlight_orange_to_yellow" | "platform_editor_ai_proactive_ai_nudge_parameters" | "platform_editor_offline_editing_web" | "editor_ai_inline_suggestion_date_v2" | "platform_editor_tables_drag_and_drop" | "platform_editor_tables_table_selector" | "platform_editor_usesharedpluginstateselector" | "platform_renderer_fix_analytics_memo_callback" | "editor_ai_contextual_selection_toolbar_button" | "editor_ai_converge_free_gen_on_rovo" | "editor_ai_cmd_palette_remove_retry" | "platform_editor_stop_width_reflows" | "platform_editor_core_static_emotion" | "editor_ai_comment_freegen_rovo" | "confluence_p2m_style_recalc_and_expand_joint_exp" | "platform_editor_nodevisibility" | "platform_editor_breakout_resizing" | "platform_editor_exp_disable_lnv" | "platform_editor_ai_quickstart_command" | "editor_ai_in_editor_streaming" | "platform_editor_hide_floating_toolbar_in_ssr" | "platform_editor_smart_card_open_overlay_perf" | "platform_editor_toolbar_rerender_optimization_exp" | "platform_editor_controls_toolbar_pinning_exp" | "platform_editor_ai_iw_full_page_adf_streaming">(experimentName: ExperimentName, describeName: string) => {
|
|
49
49
|
variant: (value: {
|
|
50
50
|
platform_editor_reduce_noisy_steps_ncs: {
|
|
51
51
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
@@ -176,6 +176,12 @@ declare namespace eeTest {
|
|
|
176
176
|
productKeys?: import("./types").ProductKeys | undefined;
|
|
177
177
|
param: string;
|
|
178
178
|
};
|
|
179
|
+
platform_editor_smart_link_cmd_ctrl_click: {
|
|
180
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
181
|
+
defaultValue: boolean;
|
|
182
|
+
productKeys?: import("./types").ProductKeys | undefined;
|
|
183
|
+
param: string;
|
|
184
|
+
};
|
|
179
185
|
platform_editor_insertion: {
|
|
180
186
|
values: ("control" | "variant1")[];
|
|
181
187
|
typeGuard: (value: unknown) => value is "control" | "variant1";
|
|
@@ -134,6 +134,12 @@ export declare const editorExperimentsConfig: {
|
|
|
134
134
|
productKeys?: import("./types").ProductKeys | undefined;
|
|
135
135
|
param: string;
|
|
136
136
|
};
|
|
137
|
+
platform_editor_smart_link_cmd_ctrl_click: {
|
|
138
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
139
|
+
defaultValue: boolean;
|
|
140
|
+
productKeys?: import("./types").ProductKeys | undefined;
|
|
141
|
+
param: string;
|
|
142
|
+
};
|
|
137
143
|
platform_editor_insertion: {
|
|
138
144
|
values: ("control" | "variant1")[];
|
|
139
145
|
typeGuard: (value: unknown) => value is "control" | "variant1";
|
package/dist/types/setup.d.ts
CHANGED
|
@@ -29,6 +29,7 @@ export declare let _overrides: Partial<{
|
|
|
29
29
|
platform_editor_element_drag_and_drop_multiselect: boolean;
|
|
30
30
|
platform_editor_ai_edit_response_in_preview: boolean;
|
|
31
31
|
platform_editor_controls: "control" | "variant1";
|
|
32
|
+
platform_editor_smart_link_cmd_ctrl_click: boolean;
|
|
32
33
|
platform_editor_insertion: "control" | "variant1";
|
|
33
34
|
platform_editor_vanilla_dom: boolean;
|
|
34
35
|
editor_text_highlight_orange_to_yellow: "test" | "control";
|
|
@@ -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 "platform_editor_reduce_noisy_steps_ncs" | "example-boolean" | "example-multivariate" | "test-new-experiments-package" | "support_table_in_comment" | "platform_editor_exp_lazy_node_views" | "platform_renderer_table_sticky_scrollbar" | "platform_editor_controls_performance_fixes" | "platform_editor_prevent_toolbar_layout_shifts" | "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" | "platform_editor_ai_edit_response_in_preview" | "platform_editor_controls" | "platform_editor_insertion" | "platform_editor_vanilla_dom" | "editor_text_highlight_orange_to_yellow" | "platform_editor_ai_proactive_ai_nudge_parameters" | "platform_editor_offline_editing_web" | "editor_ai_inline_suggestion_date_v2" | "platform_editor_tables_drag_and_drop" | "platform_editor_tables_table_selector" | "platform_editor_usesharedpluginstateselector" | "platform_renderer_fix_analytics_memo_callback" | "editor_ai_contextual_selection_toolbar_button" | "editor_ai_converge_free_gen_on_rovo" | "editor_ai_cmd_palette_remove_retry" | "platform_editor_stop_width_reflows" | "platform_editor_core_static_emotion" | "editor_ai_comment_freegen_rovo" | "confluence_p2m_style_recalc_and_expand_joint_exp" | "platform_editor_nodevisibility" | "platform_editor_breakout_resizing" | "platform_editor_exp_disable_lnv" | "platform_editor_ai_quickstart_command" | "editor_ai_in_editor_streaming" | "platform_editor_hide_floating_toolbar_in_ssr" | "platform_editor_smart_card_open_overlay_perf" | "platform_editor_toolbar_rerender_optimization_exp" | "platform_editor_controls_toolbar_pinning_exp" | "platform_editor_ai_iw_full_page_adf_streaming">(experimentName: ExperimentName, describeName: string) => {
|
|
48
|
+
var describe: <ExperimentName extends "platform_editor_reduce_noisy_steps_ncs" | "example-boolean" | "example-multivariate" | "test-new-experiments-package" | "support_table_in_comment" | "platform_editor_exp_lazy_node_views" | "platform_renderer_table_sticky_scrollbar" | "platform_editor_controls_performance_fixes" | "platform_editor_prevent_toolbar_layout_shifts" | "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" | "platform_editor_ai_edit_response_in_preview" | "platform_editor_controls" | "platform_editor_smart_link_cmd_ctrl_click" | "platform_editor_insertion" | "platform_editor_vanilla_dom" | "editor_text_highlight_orange_to_yellow" | "platform_editor_ai_proactive_ai_nudge_parameters" | "platform_editor_offline_editing_web" | "editor_ai_inline_suggestion_date_v2" | "platform_editor_tables_drag_and_drop" | "platform_editor_tables_table_selector" | "platform_editor_usesharedpluginstateselector" | "platform_renderer_fix_analytics_memo_callback" | "editor_ai_contextual_selection_toolbar_button" | "editor_ai_converge_free_gen_on_rovo" | "editor_ai_cmd_palette_remove_retry" | "platform_editor_stop_width_reflows" | "platform_editor_core_static_emotion" | "editor_ai_comment_freegen_rovo" | "confluence_p2m_style_recalc_and_expand_joint_exp" | "platform_editor_nodevisibility" | "platform_editor_breakout_resizing" | "platform_editor_exp_disable_lnv" | "platform_editor_ai_quickstart_command" | "editor_ai_in_editor_streaming" | "platform_editor_hide_floating_toolbar_in_ssr" | "platform_editor_smart_card_open_overlay_perf" | "platform_editor_toolbar_rerender_optimization_exp" | "platform_editor_controls_toolbar_pinning_exp" | "platform_editor_ai_iw_full_page_adf_streaming">(experimentName: ExperimentName, describeName: string) => {
|
|
49
49
|
variant: (value: {
|
|
50
50
|
platform_editor_reduce_noisy_steps_ncs: {
|
|
51
51
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
@@ -176,6 +176,12 @@ declare namespace eeTest {
|
|
|
176
176
|
productKeys?: import("./types").ProductKeys | undefined;
|
|
177
177
|
param: string;
|
|
178
178
|
};
|
|
179
|
+
platform_editor_smart_link_cmd_ctrl_click: {
|
|
180
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
181
|
+
defaultValue: boolean;
|
|
182
|
+
productKeys?: import("./types").ProductKeys | undefined;
|
|
183
|
+
param: string;
|
|
184
|
+
};
|
|
179
185
|
platform_editor_insertion: {
|
|
180
186
|
values: ("control" | "variant1")[];
|
|
181
187
|
typeGuard: (value: unknown) => value is "control" | "variant1";
|
|
@@ -134,6 +134,12 @@ export declare const editorExperimentsConfig: {
|
|
|
134
134
|
productKeys?: import("./types").ProductKeys | undefined;
|
|
135
135
|
param: string;
|
|
136
136
|
};
|
|
137
|
+
platform_editor_smart_link_cmd_ctrl_click: {
|
|
138
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
139
|
+
defaultValue: boolean;
|
|
140
|
+
productKeys?: import("./types").ProductKeys | undefined;
|
|
141
|
+
param: string;
|
|
142
|
+
};
|
|
137
143
|
platform_editor_insertion: {
|
|
138
144
|
values: ("control" | "variant1")[];
|
|
139
145
|
typeGuard: (value: unknown) => value is "control" | "variant1";
|
|
@@ -29,6 +29,7 @@ export declare let _overrides: Partial<{
|
|
|
29
29
|
platform_editor_element_drag_and_drop_multiselect: boolean;
|
|
30
30
|
platform_editor_ai_edit_response_in_preview: boolean;
|
|
31
31
|
platform_editor_controls: "control" | "variant1";
|
|
32
|
+
platform_editor_smart_link_cmd_ctrl_click: boolean;
|
|
32
33
|
platform_editor_insertion: "control" | "variant1";
|
|
33
34
|
platform_editor_vanilla_dom: boolean;
|
|
34
35
|
editor_text_highlight_orange_to_yellow: "test" | "control";
|
package/package.json
CHANGED