@atlaskit/tmp-editor-statsig 4.1.2 → 4.3.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,23 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 4.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#128664](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/128664)
8
+ [`abca3266336d9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/abca3266336d9) -
9
+ [ED-23250] Remove form element from MediaFromUrl and consolidate experiments and feature flags in
10
+ prepartion for jira release
11
+
12
+ ## 4.2.0
13
+
14
+ ### Minor Changes
15
+
16
+ - [#130262](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/130262)
17
+ [`236c73af67c7b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/236c73af67c7b) -
18
+ [ED-24873] This change is cleaning up code from the element templates experiment
19
+ `platform_editor_element_level_templates`.
20
+
3
21
  ## 4.1.2
4
22
 
5
23
  ### Patch Changes
@@ -63,15 +63,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
63
63
  typeGuard: _typeGuards.isBoolean,
64
64
  defaultValue: false
65
65
  },
66
- // Added 2024-08-29
67
- 'add-media-from-url': {
68
- productKeys: {
69
- confluence: 'platform_editor_add_media_from_url'
70
- },
71
- param: 'isEnabled',
72
- typeGuard: _typeGuards.isBoolean,
73
- defaultValue: false
74
- },
75
66
  // Added 2024-08-30
76
67
  'nested-dnd': {
77
68
  productKeys: {
@@ -57,15 +57,6 @@ export const editorExperimentsConfig = {
57
57
  typeGuard: isBoolean,
58
58
  defaultValue: false
59
59
  },
60
- // Added 2024-08-29
61
- 'add-media-from-url': {
62
- productKeys: {
63
- confluence: 'platform_editor_add_media_from_url'
64
- },
65
- param: 'isEnabled',
66
- typeGuard: isBoolean,
67
- defaultValue: false
68
- },
69
60
  // Added 2024-08-30
70
61
  'nested-dnd': {
71
62
  productKeys: {
@@ -57,15 +57,6 @@ export var editorExperimentsConfig = {
57
57
  typeGuard: isBoolean,
58
58
  defaultValue: false
59
59
  },
60
- // Added 2024-08-29
61
- 'add-media-from-url': {
62
- productKeys: {
63
- confluence: 'platform_editor_add_media_from_url'
64
- },
65
- param: 'isEnabled',
66
- typeGuard: isBoolean,
67
- defaultValue: false
68
- },
69
60
  // Added 2024-08-30
70
61
  'nested-dnd': {
71
62
  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" | "single_column_layouts" | "support_table_in_comment_jira" | "platform_editor_ai-prompts-placeholder" | "nested-tables-in-tables" | "contextual_formatting_toolbar" | "platform_editor_ai_unsplash_page_header" | "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" | "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" | "single_column_layouts" | "support_table_in_comment_jira" | "platform_editor_ai-prompts-placeholder" | "nested-tables-in-tables" | "contextual_formatting_toolbar" | "platform_editor_ai_unsplash_page_header" | "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: {
@@ -88,14 +88,6 @@ declare namespace eeTest {
88
88
  typeGuard: typeof import("./type-guards").isBoolean;
89
89
  defaultValue: boolean;
90
90
  };
91
- 'add-media-from-url': {
92
- productKeys: {
93
- confluence: string;
94
- };
95
- param: string;
96
- typeGuard: typeof import("./type-guards").isBoolean;
97
- defaultValue: boolean;
98
- };
99
91
  'nested-dnd': {
100
92
  productKeys: {
101
93
  confluence: string;
@@ -47,14 +47,6 @@ export declare const editorExperimentsConfig: {
47
47
  typeGuard: typeof isBoolean;
48
48
  defaultValue: boolean;
49
49
  };
50
- 'add-media-from-url': {
51
- productKeys: {
52
- confluence: string;
53
- };
54
- param: string;
55
- typeGuard: typeof isBoolean;
56
- defaultValue: boolean;
57
- };
58
50
  'nested-dnd': {
59
51
  productKeys: {
60
52
  confluence: string;
@@ -13,7 +13,6 @@ export declare let _overrides: Partial<{
13
13
  'test-new-experiments-package': boolean;
14
14
  'basic-text-transformations': boolean;
15
15
  'element-level-templates': boolean;
16
- 'add-media-from-url': boolean;
17
16
  'nested-dnd': boolean;
18
17
  'insert-menu-in-right-rail': boolean;
19
18
  support_table_in_comment: 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" | "single_column_layouts" | "support_table_in_comment_jira" | "platform_editor_ai-prompts-placeholder" | "nested-tables-in-tables" | "contextual_formatting_toolbar" | "platform_editor_ai_unsplash_page_header" | "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" | "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" | "single_column_layouts" | "support_table_in_comment_jira" | "platform_editor_ai-prompts-placeholder" | "nested-tables-in-tables" | "contextual_formatting_toolbar" | "platform_editor_ai_unsplash_page_header" | "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: {
@@ -88,14 +88,6 @@ declare namespace eeTest {
88
88
  typeGuard: typeof import("./type-guards").isBoolean;
89
89
  defaultValue: boolean;
90
90
  };
91
- 'add-media-from-url': {
92
- productKeys: {
93
- confluence: string;
94
- };
95
- param: string;
96
- typeGuard: typeof import("./type-guards").isBoolean;
97
- defaultValue: boolean;
98
- };
99
91
  'nested-dnd': {
100
92
  productKeys: {
101
93
  confluence: string;
@@ -47,14 +47,6 @@ export declare const editorExperimentsConfig: {
47
47
  typeGuard: typeof isBoolean;
48
48
  defaultValue: boolean;
49
49
  };
50
- 'add-media-from-url': {
51
- productKeys: {
52
- confluence: string;
53
- };
54
- param: string;
55
- typeGuard: typeof isBoolean;
56
- defaultValue: boolean;
57
- };
58
50
  'nested-dnd': {
59
51
  productKeys: {
60
52
  confluence: string;
@@ -13,7 +13,6 @@ export declare let _overrides: Partial<{
13
13
  'test-new-experiments-package': boolean;
14
14
  'basic-text-transformations': boolean;
15
15
  'element-level-templates': boolean;
16
- 'add-media-from-url': boolean;
17
16
  'nested-dnd': boolean;
18
17
  'insert-menu-in-right-rail': boolean;
19
18
  support_table_in_comment: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "4.1.2",
3
+ "version": "4.3.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",