@atlaskit/tmp-editor-statsig 4.12.0 → 4.13.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,13 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 4.13.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#142156](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/142156)
8
+ [`9e2d56551d2cc`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9e2d56551d2cc) -
9
+ Remove WithPluginState from Table via platform_editor_usesharedpluginstateselector
10
+
3
11
  ## 4.12.0
4
12
 
5
13
  ### Minor Changes
@@ -301,5 +301,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
301
301
  param: 'isEnabled',
302
302
  typeGuard: _typeGuards.isBoolean,
303
303
  defaultValue: false
304
+ },
305
+ // Added 2025-04-23
306
+ platform_editor_usesharedpluginstateselector: {
307
+ productKeys: {
308
+ confluence: 'platform_editor_usesharedpluginstateselector'
309
+ },
310
+ param: 'isEnabled',
311
+ typeGuard: _typeGuards.isBoolean,
312
+ defaultValue: false
304
313
  }
305
314
  };
@@ -295,5 +295,14 @@ export const editorExperimentsConfig = {
295
295
  param: 'isEnabled',
296
296
  typeGuard: isBoolean,
297
297
  defaultValue: false
298
+ },
299
+ // Added 2025-04-23
300
+ platform_editor_usesharedpluginstateselector: {
301
+ productKeys: {
302
+ confluence: 'platform_editor_usesharedpluginstateselector'
303
+ },
304
+ param: 'isEnabled',
305
+ typeGuard: isBoolean,
306
+ defaultValue: false
298
307
  }
299
308
  };
@@ -295,5 +295,14 @@ export var editorExperimentsConfig = {
295
295
  param: 'isEnabled',
296
296
  typeGuard: isBoolean,
297
297
  defaultValue: false
298
+ },
299
+ // Added 2025-04-23
300
+ platform_editor_usesharedpluginstateselector: {
301
+ productKeys: {
302
+ confluence: 'platform_editor_usesharedpluginstateselector'
303
+ },
304
+ param: 'isEnabled',
305
+ typeGuard: isBoolean,
306
+ defaultValue: false
298
307
  }
299
308
  };
@@ -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" | "support_table_in_comment" | "platform_editor_exp_lazy_node_views" | "platform_renderer_table_sticky_scrollbar" | "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" | "live_pages_graceful_edit" | "platform_editor_ai_edit_response_in_preview" | "platform_editor_controls" | "platform_editor_controls_shadow" | "platform_editor_nested_non_bodied_macros" | "platform_editor_insertion" | "platform_editor_inline_node_virtualization" | "platform_editor_vanilla_dom" | "editor_text_highlight_orange_to_yellow" | "platform_editor_ai_proactive_ai_nudge_parameters" | "platform_editor_offline_editing_web" | "platform_editor_markdown_next_media_plugin_exp" | "editor_ai_inline_suggestion_date_v2" | "platform_editor_tables_drag_and_drop" | "platform_editor_tables_table_selector">(experimentName: ExperimentName, describeName: string) => {
48
+ var describe: <ExperimentName extends "example-boolean" | "example-multivariate" | "test-new-experiments-package" | "support_table_in_comment" | "platform_editor_exp_lazy_node_views" | "platform_renderer_table_sticky_scrollbar" | "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" | "live_pages_graceful_edit" | "platform_editor_ai_edit_response_in_preview" | "platform_editor_controls" | "platform_editor_controls_shadow" | "platform_editor_nested_non_bodied_macros" | "platform_editor_insertion" | "platform_editor_inline_node_virtualization" | "platform_editor_vanilla_dom" | "editor_text_highlight_orange_to_yellow" | "platform_editor_ai_proactive_ai_nudge_parameters" | "platform_editor_offline_editing_web" | "platform_editor_markdown_next_media_plugin_exp" | "editor_ai_inline_suggestion_date_v2" | "platform_editor_tables_drag_and_drop" | "platform_editor_tables_table_selector" | "platform_editor_usesharedpluginstateselector">(experimentName: ExperimentName, describeName: string) => {
49
49
  variant: (value: {
50
50
  'example-boolean': {
51
51
  productKeys: {
@@ -321,6 +321,14 @@ declare namespace eeTest {
321
321
  typeGuard: typeof import("./type-guards").isBoolean;
322
322
  defaultValue: boolean;
323
323
  };
324
+ platform_editor_usesharedpluginstateselector: {
325
+ productKeys: {
326
+ confluence: string;
327
+ };
328
+ param: string;
329
+ typeGuard: typeof import("./type-guards").isBoolean;
330
+ defaultValue: boolean;
331
+ };
324
332
  }[ExperimentName]["defaultValue"], describeBody: jest.EmptyFunction) => void;
325
333
  each: (describeBody: jest.EmptyFunction) => void;
326
334
  };
@@ -255,4 +255,12 @@ export declare const editorExperimentsConfig: {
255
255
  typeGuard: typeof isBoolean;
256
256
  defaultValue: boolean;
257
257
  };
258
+ platform_editor_usesharedpluginstateselector: {
259
+ productKeys: {
260
+ confluence: string;
261
+ };
262
+ param: string;
263
+ typeGuard: typeof isBoolean;
264
+ defaultValue: boolean;
265
+ };
258
266
  };
@@ -39,6 +39,7 @@ export declare let _overrides: Partial<{
39
39
  editor_ai_inline_suggestion_date_v2: "test" | "control";
40
40
  platform_editor_tables_drag_and_drop: boolean;
41
41
  platform_editor_tables_table_selector: boolean;
42
+ platform_editor_usesharedpluginstateselector: boolean;
42
43
  }>;
43
44
  export declare let _paramOverrides: EditorExperimentParamOverrides;
44
45
  export declare let _product: 'confluence' | 'jira' | 'test' | undefined;
@@ -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" | "support_table_in_comment" | "platform_editor_exp_lazy_node_views" | "platform_renderer_table_sticky_scrollbar" | "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" | "live_pages_graceful_edit" | "platform_editor_ai_edit_response_in_preview" | "platform_editor_controls" | "platform_editor_controls_shadow" | "platform_editor_nested_non_bodied_macros" | "platform_editor_insertion" | "platform_editor_inline_node_virtualization" | "platform_editor_vanilla_dom" | "editor_text_highlight_orange_to_yellow" | "platform_editor_ai_proactive_ai_nudge_parameters" | "platform_editor_offline_editing_web" | "platform_editor_markdown_next_media_plugin_exp" | "editor_ai_inline_suggestion_date_v2" | "platform_editor_tables_drag_and_drop" | "platform_editor_tables_table_selector">(experimentName: ExperimentName, describeName: string) => {
48
+ var describe: <ExperimentName extends "example-boolean" | "example-multivariate" | "test-new-experiments-package" | "support_table_in_comment" | "platform_editor_exp_lazy_node_views" | "platform_renderer_table_sticky_scrollbar" | "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" | "live_pages_graceful_edit" | "platform_editor_ai_edit_response_in_preview" | "platform_editor_controls" | "platform_editor_controls_shadow" | "platform_editor_nested_non_bodied_macros" | "platform_editor_insertion" | "platform_editor_inline_node_virtualization" | "platform_editor_vanilla_dom" | "editor_text_highlight_orange_to_yellow" | "platform_editor_ai_proactive_ai_nudge_parameters" | "platform_editor_offline_editing_web" | "platform_editor_markdown_next_media_plugin_exp" | "editor_ai_inline_suggestion_date_v2" | "platform_editor_tables_drag_and_drop" | "platform_editor_tables_table_selector" | "platform_editor_usesharedpluginstateselector">(experimentName: ExperimentName, describeName: string) => {
49
49
  variant: (value: {
50
50
  'example-boolean': {
51
51
  productKeys: {
@@ -321,6 +321,14 @@ declare namespace eeTest {
321
321
  typeGuard: typeof import("./type-guards").isBoolean;
322
322
  defaultValue: boolean;
323
323
  };
324
+ platform_editor_usesharedpluginstateselector: {
325
+ productKeys: {
326
+ confluence: string;
327
+ };
328
+ param: string;
329
+ typeGuard: typeof import("./type-guards").isBoolean;
330
+ defaultValue: boolean;
331
+ };
324
332
  }[ExperimentName]["defaultValue"], describeBody: jest.EmptyFunction) => void;
325
333
  each: (describeBody: jest.EmptyFunction) => void;
326
334
  };
@@ -255,4 +255,12 @@ export declare const editorExperimentsConfig: {
255
255
  typeGuard: typeof isBoolean;
256
256
  defaultValue: boolean;
257
257
  };
258
+ platform_editor_usesharedpluginstateselector: {
259
+ productKeys: {
260
+ confluence: string;
261
+ };
262
+ param: string;
263
+ typeGuard: typeof isBoolean;
264
+ defaultValue: boolean;
265
+ };
258
266
  };
@@ -39,6 +39,7 @@ export declare let _overrides: Partial<{
39
39
  editor_ai_inline_suggestion_date_v2: "test" | "control";
40
40
  platform_editor_tables_drag_and_drop: boolean;
41
41
  platform_editor_tables_table_selector: boolean;
42
+ platform_editor_usesharedpluginstateselector: boolean;
42
43
  }>;
43
44
  export declare let _paramOverrides: EditorExperimentParamOverrides;
44
45
  export declare let _product: 'confluence' | 'jira' | 'test' | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "4.12.0",
3
+ "version": "4.13.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",