@atlaskit/tmp-editor-statsig 4.4.0 → 4.4.2

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
+ ## 4.4.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#133358](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/133358)
8
+ [`d2fa1a1a5d369`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d2fa1a1a5d369) -
9
+ [ED-24873] clean up platform_editor_element_level_templates
10
+
11
+ ## 4.4.1
12
+
13
+ ### Patch Changes
14
+
15
+ - [#132166](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/132166)
16
+ [`e1c6dcf47a8a2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e1c6dcf47a8a2) -
17
+ ED-24538 Clean up platform_editor_basic_text_transformations
18
+
3
19
  ## 4.4.0
4
20
 
5
21
  ### Minor Changes
@@ -45,24 +45,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
45
45
  typeGuard: _typeGuards.isBoolean,
46
46
  defaultValue: false
47
47
  },
48
- // Add 2024-08-14
49
- 'basic-text-transformations': {
50
- productKeys: {
51
- confluence: 'platform_editor_basic_text_transformations'
52
- },
53
- param: 'isEnabled',
54
- typeGuard: _typeGuards.isBoolean,
55
- defaultValue: false
56
- },
57
- // Added 2024-08-28
58
- 'element-level-templates': {
59
- productKeys: {
60
- confluence: 'platform_editor_element_level_templates'
61
- },
62
- param: 'isEnabled',
63
- typeGuard: _typeGuards.isBoolean,
64
- defaultValue: false
65
- },
66
48
  // Added 2024-08-30
67
49
  'nested-dnd': {
68
50
  productKeys: {
@@ -39,24 +39,6 @@ export const editorExperimentsConfig = {
39
39
  typeGuard: isBoolean,
40
40
  defaultValue: false
41
41
  },
42
- // Add 2024-08-14
43
- 'basic-text-transformations': {
44
- productKeys: {
45
- confluence: 'platform_editor_basic_text_transformations'
46
- },
47
- param: 'isEnabled',
48
- typeGuard: isBoolean,
49
- defaultValue: false
50
- },
51
- // Added 2024-08-28
52
- 'element-level-templates': {
53
- productKeys: {
54
- confluence: 'platform_editor_element_level_templates'
55
- },
56
- param: 'isEnabled',
57
- typeGuard: isBoolean,
58
- defaultValue: false
59
- },
60
42
  // Added 2024-08-30
61
43
  'nested-dnd': {
62
44
  productKeys: {
@@ -39,24 +39,6 @@ export var editorExperimentsConfig = {
39
39
  typeGuard: isBoolean,
40
40
  defaultValue: false
41
41
  },
42
- // Add 2024-08-14
43
- 'basic-text-transformations': {
44
- productKeys: {
45
- confluence: 'platform_editor_basic_text_transformations'
46
- },
47
- param: 'isEnabled',
48
- typeGuard: isBoolean,
49
- defaultValue: false
50
- },
51
- // Added 2024-08-28
52
- 'element-level-templates': {
53
- productKeys: {
54
- confluence: 'platform_editor_element_level_templates'
55
- },
56
- param: 'isEnabled',
57
- typeGuard: isBoolean,
58
- defaultValue: false
59
- },
60
42
  // Added 2024-08-30
61
43
  'nested-dnd': {
62
44
  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" | "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" | "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_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" | "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" | "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_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: {
@@ -72,22 +72,6 @@ declare namespace eeTest {
72
72
  typeGuard: typeof import("./type-guards").isBoolean;
73
73
  defaultValue: boolean;
74
74
  };
75
- 'basic-text-transformations': {
76
- productKeys: {
77
- confluence: string;
78
- };
79
- param: string;
80
- typeGuard: typeof import("./type-guards").isBoolean;
81
- defaultValue: boolean;
82
- };
83
- 'element-level-templates': {
84
- productKeys: {
85
- confluence: string;
86
- };
87
- param: string;
88
- typeGuard: typeof import("./type-guards").isBoolean;
89
- defaultValue: boolean;
90
- };
91
75
  'nested-dnd': {
92
76
  productKeys: {
93
77
  confluence: string;
@@ -31,22 +31,6 @@ export declare const editorExperimentsConfig: {
31
31
  typeGuard: typeof isBoolean;
32
32
  defaultValue: boolean;
33
33
  };
34
- 'basic-text-transformations': {
35
- productKeys: {
36
- confluence: string;
37
- };
38
- param: string;
39
- typeGuard: typeof isBoolean;
40
- defaultValue: boolean;
41
- };
42
- 'element-level-templates': {
43
- productKeys: {
44
- confluence: string;
45
- };
46
- param: string;
47
- typeGuard: typeof isBoolean;
48
- defaultValue: boolean;
49
- };
50
34
  'nested-dnd': {
51
35
  productKeys: {
52
36
  confluence: string;
@@ -11,8 +11,6 @@ export declare let _overrides: Partial<{
11
11
  'example-boolean': boolean;
12
12
  'example-multivariate': "one" | "two" | "three";
13
13
  'test-new-experiments-package': boolean;
14
- 'basic-text-transformations': boolean;
15
- 'element-level-templates': boolean;
16
14
  'nested-dnd': boolean;
17
15
  'insert-menu-in-right-rail': boolean;
18
16
  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" | "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" | "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_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" | "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" | "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_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: {
@@ -72,22 +72,6 @@ declare namespace eeTest {
72
72
  typeGuard: typeof import("./type-guards").isBoolean;
73
73
  defaultValue: boolean;
74
74
  };
75
- 'basic-text-transformations': {
76
- productKeys: {
77
- confluence: string;
78
- };
79
- param: string;
80
- typeGuard: typeof import("./type-guards").isBoolean;
81
- defaultValue: boolean;
82
- };
83
- 'element-level-templates': {
84
- productKeys: {
85
- confluence: string;
86
- };
87
- param: string;
88
- typeGuard: typeof import("./type-guards").isBoolean;
89
- defaultValue: boolean;
90
- };
91
75
  'nested-dnd': {
92
76
  productKeys: {
93
77
  confluence: string;
@@ -31,22 +31,6 @@ export declare const editorExperimentsConfig: {
31
31
  typeGuard: typeof isBoolean;
32
32
  defaultValue: boolean;
33
33
  };
34
- 'basic-text-transformations': {
35
- productKeys: {
36
- confluence: string;
37
- };
38
- param: string;
39
- typeGuard: typeof isBoolean;
40
- defaultValue: boolean;
41
- };
42
- 'element-level-templates': {
43
- productKeys: {
44
- confluence: string;
45
- };
46
- param: string;
47
- typeGuard: typeof isBoolean;
48
- defaultValue: boolean;
49
- };
50
34
  'nested-dnd': {
51
35
  productKeys: {
52
36
  confluence: string;
@@ -11,8 +11,6 @@ export declare let _overrides: Partial<{
11
11
  'example-boolean': boolean;
12
12
  'example-multivariate': "one" | "two" | "three";
13
13
  'test-new-experiments-package': boolean;
14
- 'basic-text-transformations': boolean;
15
- 'element-level-templates': boolean;
16
14
  'nested-dnd': boolean;
17
15
  'insert-menu-in-right-rail': boolean;
18
16
  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.4.0",
3
+ "version": "4.4.2",
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",