@atlaskit/tmp-editor-statsig 3.6.0 → 4.0.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,22 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 4.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [#126060](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/126060)
8
+ [`fe137e1387076`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/fe137e1387076) -
9
+ Clean up Action Items experiment in Editor. Overriding the Quick Insert Action description and
10
+ Task Item placeholder will now always take effect.
11
+
12
+ ## 3.6.1
13
+
14
+ ### Patch Changes
15
+
16
+ - [#123036](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/123036)
17
+ [`08a3386cf1088`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/08a3386cf1088) -
18
+ Editor virtualization experiment adjustment, fixes
19
+
3
20
  ## 3.6.0
4
21
 
5
22
  ### Minor Changes
@@ -183,15 +183,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
183
183
  typeGuard: _typeGuards.isBoolean,
184
184
  defaultValue: false
185
185
  },
186
- // Added 2024-11-13
187
- issue_view_action_items: {
188
- productKeys: {
189
- jira: 'issue_view_action_items'
190
- },
191
- param: 'isActionItemsEnabled',
192
- typeGuard: _typeGuards.isBoolean,
193
- defaultValue: false
194
- },
195
186
  // Added 2024-11-18
196
187
  contextual_formatting_toolbar: {
197
188
  productKeys: {
@@ -324,7 +315,7 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
324
315
  confluence: 'platform_editor_inline_node_virtualization'
325
316
  },
326
317
  param: 'variant',
327
- typeGuard: (0, _typeGuards.oneOf)(['control', 'fallbackall', 'fallbackoffscreen']),
318
+ typeGuard: (0, _typeGuards.oneOf)(['control', 'fallback-small', 'fallback-large']),
328
319
  defaultValue: 'control'
329
320
  },
330
321
  // Added 2025-03-03
@@ -177,15 +177,6 @@ export const editorExperimentsConfig = {
177
177
  typeGuard: isBoolean,
178
178
  defaultValue: false
179
179
  },
180
- // Added 2024-11-13
181
- issue_view_action_items: {
182
- productKeys: {
183
- jira: 'issue_view_action_items'
184
- },
185
- param: 'isActionItemsEnabled',
186
- typeGuard: isBoolean,
187
- defaultValue: false
188
- },
189
180
  // Added 2024-11-18
190
181
  contextual_formatting_toolbar: {
191
182
  productKeys: {
@@ -318,7 +309,7 @@ export const editorExperimentsConfig = {
318
309
  confluence: 'platform_editor_inline_node_virtualization'
319
310
  },
320
311
  param: 'variant',
321
- typeGuard: oneOf(['control', 'fallbackall', 'fallbackoffscreen']),
312
+ typeGuard: oneOf(['control', 'fallback-small', 'fallback-large']),
322
313
  defaultValue: 'control'
323
314
  },
324
315
  // Added 2025-03-03
@@ -177,15 +177,6 @@ export var editorExperimentsConfig = {
177
177
  typeGuard: isBoolean,
178
178
  defaultValue: false
179
179
  },
180
- // Added 2024-11-13
181
- issue_view_action_items: {
182
- productKeys: {
183
- jira: 'issue_view_action_items'
184
- },
185
- param: 'isActionItemsEnabled',
186
- typeGuard: isBoolean,
187
- defaultValue: false
188
- },
189
180
  // Added 2024-11-18
190
181
  contextual_formatting_toolbar: {
191
182
  productKeys: {
@@ -318,7 +309,7 @@ export var editorExperimentsConfig = {
318
309
  confluence: 'platform_editor_inline_node_virtualization'
319
310
  },
320
311
  param: 'variant',
321
- typeGuard: oneOf(['control', 'fallbackall', 'fallbackoffscreen']),
312
+ typeGuard: oneOf(['control', 'fallback-small', 'fallback-large']),
322
313
  defaultValue: 'control'
323
314
  },
324
315
  // Added 2025-03-03
@@ -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" | "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_controls" | "platform_editor_nested_non_bodied_macros" | "editor_ai_inline_suggestion_date" | "platform_editor_insertion" | "platform_editor_inline_node_virtualization" | "platform_editor_cmd_a_progressively_select_nodes" | "editor_text_highlight_orange_to_yellow">(experimentName: ExperimentName, describeName: string) => {
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" | "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_controls" | "platform_editor_nested_non_bodied_macros" | "editor_ai_inline_suggestion_date" | "platform_editor_insertion" | "platform_editor_inline_node_virtualization" | "platform_editor_cmd_a_progressively_select_nodes" | "editor_text_highlight_orange_to_yellow">(experimentName: ExperimentName, describeName: string) => {
49
49
  variant: (value: {
50
50
  'example-boolean': {
51
51
  productKeys: {
@@ -192,14 +192,6 @@ declare namespace eeTest {
192
192
  typeGuard: typeof import("./type-guards").isBoolean;
193
193
  defaultValue: boolean;
194
194
  };
195
- issue_view_action_items: {
196
- productKeys: {
197
- jira: string;
198
- };
199
- param: string;
200
- typeGuard: typeof import("./type-guards").isBoolean;
201
- defaultValue: boolean;
202
- };
203
195
  contextual_formatting_toolbar: {
204
196
  productKeys: {
205
197
  confluence: string;
@@ -317,7 +309,7 @@ declare namespace eeTest {
317
309
  confluence: string;
318
310
  };
319
311
  param: string;
320
- typeGuard: (value: unknown) => value is "control" | "fallbackall" | "fallbackoffscreen";
312
+ typeGuard: (value: unknown) => value is "control" | "fallback-small" | "fallback-large";
321
313
  defaultValue: string;
322
314
  };
323
315
  platform_editor_cmd_a_progressively_select_nodes: {
@@ -151,14 +151,6 @@ export declare const editorExperimentsConfig: {
151
151
  typeGuard: typeof isBoolean;
152
152
  defaultValue: boolean;
153
153
  };
154
- issue_view_action_items: {
155
- productKeys: {
156
- jira: string;
157
- };
158
- param: string;
159
- typeGuard: typeof isBoolean;
160
- defaultValue: boolean;
161
- };
162
154
  contextual_formatting_toolbar: {
163
155
  productKeys: {
164
156
  confluence: string;
@@ -276,7 +268,7 @@ export declare const editorExperimentsConfig: {
276
268
  confluence: string;
277
269
  };
278
270
  param: string;
279
- typeGuard: (value: unknown) => value is "control" | "fallbackall" | "fallbackoffscreen";
271
+ typeGuard: (value: unknown) => value is "control" | "fallback-small" | "fallback-large";
280
272
  defaultValue: string;
281
273
  };
282
274
  platform_editor_cmd_a_progressively_select_nodes: {
@@ -26,7 +26,6 @@ export declare let _overrides: Partial<{
26
26
  support_table_in_comment_jira: boolean;
27
27
  'platform_editor_ai-prompts-placeholder': "test" | "control";
28
28
  'nested-tables-in-tables': boolean;
29
- issue_view_action_items: boolean;
30
29
  contextual_formatting_toolbar: boolean;
31
30
  platform_editor_ai_unsplash_page_header: boolean;
32
31
  platform_editor_ai_advanced_prompts: 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" | "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_controls" | "platform_editor_nested_non_bodied_macros" | "editor_ai_inline_suggestion_date" | "platform_editor_insertion" | "platform_editor_inline_node_virtualization" | "platform_editor_cmd_a_progressively_select_nodes" | "editor_text_highlight_orange_to_yellow">(experimentName: ExperimentName, describeName: string) => {
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" | "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_controls" | "platform_editor_nested_non_bodied_macros" | "editor_ai_inline_suggestion_date" | "platform_editor_insertion" | "platform_editor_inline_node_virtualization" | "platform_editor_cmd_a_progressively_select_nodes" | "editor_text_highlight_orange_to_yellow">(experimentName: ExperimentName, describeName: string) => {
49
49
  variant: (value: {
50
50
  'example-boolean': {
51
51
  productKeys: {
@@ -192,14 +192,6 @@ declare namespace eeTest {
192
192
  typeGuard: typeof import("./type-guards").isBoolean;
193
193
  defaultValue: boolean;
194
194
  };
195
- issue_view_action_items: {
196
- productKeys: {
197
- jira: string;
198
- };
199
- param: string;
200
- typeGuard: typeof import("./type-guards").isBoolean;
201
- defaultValue: boolean;
202
- };
203
195
  contextual_formatting_toolbar: {
204
196
  productKeys: {
205
197
  confluence: string;
@@ -317,7 +309,7 @@ declare namespace eeTest {
317
309
  confluence: string;
318
310
  };
319
311
  param: string;
320
- typeGuard: (value: unknown) => value is "control" | "fallbackall" | "fallbackoffscreen";
312
+ typeGuard: (value: unknown) => value is "control" | "fallback-small" | "fallback-large";
321
313
  defaultValue: string;
322
314
  };
323
315
  platform_editor_cmd_a_progressively_select_nodes: {
@@ -151,14 +151,6 @@ export declare const editorExperimentsConfig: {
151
151
  typeGuard: typeof isBoolean;
152
152
  defaultValue: boolean;
153
153
  };
154
- issue_view_action_items: {
155
- productKeys: {
156
- jira: string;
157
- };
158
- param: string;
159
- typeGuard: typeof isBoolean;
160
- defaultValue: boolean;
161
- };
162
154
  contextual_formatting_toolbar: {
163
155
  productKeys: {
164
156
  confluence: string;
@@ -276,7 +268,7 @@ export declare const editorExperimentsConfig: {
276
268
  confluence: string;
277
269
  };
278
270
  param: string;
279
- typeGuard: (value: unknown) => value is "control" | "fallbackall" | "fallbackoffscreen";
271
+ typeGuard: (value: unknown) => value is "control" | "fallback-small" | "fallback-large";
280
272
  defaultValue: string;
281
273
  };
282
274
  platform_editor_cmd_a_progressively_select_nodes: {
@@ -26,7 +26,6 @@ export declare let _overrides: Partial<{
26
26
  support_table_in_comment_jira: boolean;
27
27
  'platform_editor_ai-prompts-placeholder': "test" | "control";
28
28
  'nested-tables-in-tables': boolean;
29
- issue_view_action_items: boolean;
30
29
  contextual_formatting_toolbar: boolean;
31
30
  platform_editor_ai_unsplash_page_header: boolean;
32
31
  platform_editor_ai_advanced_prompts: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "3.6.0",
3
+ "version": "4.0.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",