@atlaskit/tmp-editor-statsig 3.6.1 → 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,14 @@
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
+
3
12
  ## 3.6.1
4
13
 
5
14
  ### Patch 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: {
@@ -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: {
@@ -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: {
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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.1",
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",