@atlaskit/tmp-editor-statsig 5.9.0 → 5.11.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 CHANGED
@@ -1,5 +1,21 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 5.11.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#165562](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/165562)
8
+ [`59af663a32c9a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/59af663a32c9a) -
9
+ Reduce block control re-renders under experiment
10
+
11
+ ## 5.10.0
12
+
13
+ ### Minor Changes
14
+
15
+ - [#163546](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/163546)
16
+ [`d3faab1b963ad`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d3faab1b963ad) -
17
+ [ux] ED-28147 smart link support for cmd/ctrl click to open in new tab
18
+
3
19
  ## 5.9.0
4
20
 
5
21
  ### Minor Changes
@@ -22,6 +22,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
22
22
  param: 'isEnabled',
23
23
  defaultValue: false
24
24
  }),
25
+ // Added 2025-06-02
26
+ platform_editor_block_control_optimise_render: (0, _experimentBuilders.createBooleanExperiment)({
27
+ productKeys: {
28
+ confluence: 'platform_editor_block_control_optimise_render'
29
+ },
30
+ param: 'isEnabled',
31
+ defaultValue: false
32
+ }),
25
33
  // Added 2024-08-08
26
34
  'example-boolean': (0, _experimentBuilders.createBooleanExperiment)({
27
35
  productKeys: {
@@ -188,6 +196,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
188
196
  values: ['control', 'variant1'],
189
197
  defaultValue: 'control'
190
198
  }),
199
+ // Added 2025-06-02
200
+ platform_editor_smart_link_cmd_ctrl_click: (0, _experimentBuilders.createBooleanExperiment)({
201
+ productKeys: {
202
+ confluence: 'platform_editor_smart_link_cmd_ctrl_click'
203
+ },
204
+ param: 'isEnabled',
205
+ defaultValue: false
206
+ }),
191
207
  // Added 28-02-2025
192
208
  platform_editor_insertion: (0, _experimentBuilders.createMultivariateExperiment)({
193
209
  productKeys: {
@@ -16,6 +16,14 @@ export const editorExperimentsConfig = {
16
16
  param: 'isEnabled',
17
17
  defaultValue: false
18
18
  }),
19
+ // Added 2025-06-02
20
+ platform_editor_block_control_optimise_render: createBooleanExperiment({
21
+ productKeys: {
22
+ confluence: 'platform_editor_block_control_optimise_render'
23
+ },
24
+ param: 'isEnabled',
25
+ defaultValue: false
26
+ }),
19
27
  // Added 2024-08-08
20
28
  'example-boolean': createBooleanExperiment({
21
29
  productKeys: {
@@ -182,6 +190,14 @@ export const editorExperimentsConfig = {
182
190
  values: ['control', 'variant1'],
183
191
  defaultValue: 'control'
184
192
  }),
193
+ // Added 2025-06-02
194
+ platform_editor_smart_link_cmd_ctrl_click: createBooleanExperiment({
195
+ productKeys: {
196
+ confluence: 'platform_editor_smart_link_cmd_ctrl_click'
197
+ },
198
+ param: 'isEnabled',
199
+ defaultValue: false
200
+ }),
185
201
  // Added 28-02-2025
186
202
  platform_editor_insertion: createMultivariateExperiment({
187
203
  productKeys: {
@@ -16,6 +16,14 @@ export var editorExperimentsConfig = {
16
16
  param: 'isEnabled',
17
17
  defaultValue: false
18
18
  }),
19
+ // Added 2025-06-02
20
+ platform_editor_block_control_optimise_render: createBooleanExperiment({
21
+ productKeys: {
22
+ confluence: 'platform_editor_block_control_optimise_render'
23
+ },
24
+ param: 'isEnabled',
25
+ defaultValue: false
26
+ }),
19
27
  // Added 2024-08-08
20
28
  'example-boolean': createBooleanExperiment({
21
29
  productKeys: {
@@ -182,6 +190,14 @@ export var editorExperimentsConfig = {
182
190
  values: ['control', 'variant1'],
183
191
  defaultValue: 'control'
184
192
  }),
193
+ // Added 2025-06-02
194
+ platform_editor_smart_link_cmd_ctrl_click: createBooleanExperiment({
195
+ productKeys: {
196
+ confluence: 'platform_editor_smart_link_cmd_ctrl_click'
197
+ },
198
+ param: 'isEnabled',
199
+ defaultValue: false
200
+ }),
185
201
  // Added 28-02-2025
186
202
  platform_editor_insertion: createMultivariateExperiment({
187
203
  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" | "platform_editor_block_control_optimise_render" | "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;
@@ -53,6 +53,12 @@ declare namespace eeTest {
53
53
  productKeys?: import("./types").ProductKeys | undefined;
54
54
  param: string;
55
55
  };
56
+ platform_editor_block_control_optimise_render: {
57
+ typeGuard: typeof import("./type-guards").isBoolean;
58
+ defaultValue: boolean;
59
+ productKeys?: import("./types").ProductKeys | undefined;
60
+ param: string;
61
+ };
56
62
  'example-boolean': {
57
63
  typeGuard: typeof import("./type-guards").isBoolean;
58
64
  defaultValue: boolean;
@@ -176,6 +182,12 @@ declare namespace eeTest {
176
182
  productKeys?: import("./types").ProductKeys | undefined;
177
183
  param: string;
178
184
  };
185
+ platform_editor_smart_link_cmd_ctrl_click: {
186
+ typeGuard: typeof import("./type-guards").isBoolean;
187
+ defaultValue: boolean;
188
+ productKeys?: import("./types").ProductKeys | undefined;
189
+ param: string;
190
+ };
179
191
  platform_editor_insertion: {
180
192
  values: ("control" | "variant1")[];
181
193
  typeGuard: (value: unknown) => value is "control" | "variant1";
@@ -11,6 +11,12 @@ export declare const editorExperimentsConfig: {
11
11
  productKeys?: import("./types").ProductKeys | undefined;
12
12
  param: string;
13
13
  };
14
+ platform_editor_block_control_optimise_render: {
15
+ typeGuard: typeof import("./type-guards").isBoolean;
16
+ defaultValue: boolean;
17
+ productKeys?: import("./types").ProductKeys | undefined;
18
+ param: string;
19
+ };
14
20
  'example-boolean': {
15
21
  typeGuard: typeof import("./type-guards").isBoolean;
16
22
  defaultValue: boolean;
@@ -134,6 +140,12 @@ export declare const editorExperimentsConfig: {
134
140
  productKeys?: import("./types").ProductKeys | undefined;
135
141
  param: string;
136
142
  };
143
+ platform_editor_smart_link_cmd_ctrl_click: {
144
+ typeGuard: typeof import("./type-guards").isBoolean;
145
+ defaultValue: boolean;
146
+ productKeys?: import("./types").ProductKeys | undefined;
147
+ param: string;
148
+ };
137
149
  platform_editor_insertion: {
138
150
  values: ("control" | "variant1")[];
139
151
  typeGuard: (value: unknown) => value is "control" | "variant1";
@@ -9,6 +9,7 @@ export type EditorExperimentParamOverrides = {
9
9
  };
10
10
  export declare let _overrides: Partial<{
11
11
  platform_editor_reduce_noisy_steps_ncs: boolean;
12
+ platform_editor_block_control_optimise_render: boolean;
12
13
  'example-boolean': boolean;
13
14
  'example-multivariate': "one" | "two" | "three";
14
15
  'test-new-experiments-package': boolean;
@@ -29,6 +30,7 @@ export declare let _overrides: Partial<{
29
30
  platform_editor_element_drag_and_drop_multiselect: boolean;
30
31
  platform_editor_ai_edit_response_in_preview: boolean;
31
32
  platform_editor_controls: "control" | "variant1";
33
+ platform_editor_smart_link_cmd_ctrl_click: boolean;
32
34
  platform_editor_insertion: "control" | "variant1";
33
35
  platform_editor_vanilla_dom: boolean;
34
36
  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" | "platform_editor_block_control_optimise_render" | "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;
@@ -53,6 +53,12 @@ declare namespace eeTest {
53
53
  productKeys?: import("./types").ProductKeys | undefined;
54
54
  param: string;
55
55
  };
56
+ platform_editor_block_control_optimise_render: {
57
+ typeGuard: typeof import("./type-guards").isBoolean;
58
+ defaultValue: boolean;
59
+ productKeys?: import("./types").ProductKeys | undefined;
60
+ param: string;
61
+ };
56
62
  'example-boolean': {
57
63
  typeGuard: typeof import("./type-guards").isBoolean;
58
64
  defaultValue: boolean;
@@ -176,6 +182,12 @@ declare namespace eeTest {
176
182
  productKeys?: import("./types").ProductKeys | undefined;
177
183
  param: string;
178
184
  };
185
+ platform_editor_smart_link_cmd_ctrl_click: {
186
+ typeGuard: typeof import("./type-guards").isBoolean;
187
+ defaultValue: boolean;
188
+ productKeys?: import("./types").ProductKeys | undefined;
189
+ param: string;
190
+ };
179
191
  platform_editor_insertion: {
180
192
  values: ("control" | "variant1")[];
181
193
  typeGuard: (value: unknown) => value is "control" | "variant1";
@@ -11,6 +11,12 @@ export declare const editorExperimentsConfig: {
11
11
  productKeys?: import("./types").ProductKeys | undefined;
12
12
  param: string;
13
13
  };
14
+ platform_editor_block_control_optimise_render: {
15
+ typeGuard: typeof import("./type-guards").isBoolean;
16
+ defaultValue: boolean;
17
+ productKeys?: import("./types").ProductKeys | undefined;
18
+ param: string;
19
+ };
14
20
  'example-boolean': {
15
21
  typeGuard: typeof import("./type-guards").isBoolean;
16
22
  defaultValue: boolean;
@@ -134,6 +140,12 @@ export declare const editorExperimentsConfig: {
134
140
  productKeys?: import("./types").ProductKeys | undefined;
135
141
  param: string;
136
142
  };
143
+ platform_editor_smart_link_cmd_ctrl_click: {
144
+ typeGuard: typeof import("./type-guards").isBoolean;
145
+ defaultValue: boolean;
146
+ productKeys?: import("./types").ProductKeys | undefined;
147
+ param: string;
148
+ };
137
149
  platform_editor_insertion: {
138
150
  values: ("control" | "variant1")[];
139
151
  typeGuard: (value: unknown) => value is "control" | "variant1";
@@ -9,6 +9,7 @@ export type EditorExperimentParamOverrides = {
9
9
  };
10
10
  export declare let _overrides: Partial<{
11
11
  platform_editor_reduce_noisy_steps_ncs: boolean;
12
+ platform_editor_block_control_optimise_render: boolean;
12
13
  'example-boolean': boolean;
13
14
  'example-multivariate': "one" | "two" | "three";
14
15
  'test-new-experiments-package': boolean;
@@ -29,6 +30,7 @@ export declare let _overrides: Partial<{
29
30
  platform_editor_element_drag_and_drop_multiselect: boolean;
30
31
  platform_editor_ai_edit_response_in_preview: boolean;
31
32
  platform_editor_controls: "control" | "variant1";
33
+ platform_editor_smart_link_cmd_ctrl_click: boolean;
32
34
  platform_editor_insertion: "control" | "variant1";
33
35
  platform_editor_vanilla_dom: boolean;
34
36
  editor_text_highlight_orange_to_yellow: "test" | "control";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "5.9.0",
3
+ "version": "5.11.0",
4
4
  "description": "Temp plugin to ease use of statsig feature flags until platform feature flags are available",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",