@atlaskit/tmp-editor-statsig 2.33.0 → 2.33.1

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
+ ## 2.33.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#102069](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/102069)
8
+ [`3d4c9e1a85d9c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3d4c9e1a85d9c) -
9
+ Clean up platform_editor_dnd_input_performance_optimisation experiment
10
+
3
11
  ## 2.33.0
4
12
 
5
13
  ### Minor Changes
@@ -54,15 +54,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
54
54
  typeGuard: _typeGuards.isBoolean,
55
55
  defaultValue: false
56
56
  },
57
- // Added 2024-08-27
58
- 'dnd-input-performance-optimisation': {
59
- productKeys: {
60
- confluence: 'platform_editor_dnd_input_performance_optimisation'
61
- },
62
- param: 'isEnabled',
63
- typeGuard: _typeGuards.isBoolean,
64
- defaultValue: false
65
- },
66
57
  // Added 2024-08-28
67
58
  'element-level-templates': {
68
59
  productKeys: {
@@ -48,15 +48,6 @@ export const editorExperimentsConfig = {
48
48
  typeGuard: isBoolean,
49
49
  defaultValue: false
50
50
  },
51
- // Added 2024-08-27
52
- 'dnd-input-performance-optimisation': {
53
- productKeys: {
54
- confluence: 'platform_editor_dnd_input_performance_optimisation'
55
- },
56
- param: 'isEnabled',
57
- typeGuard: isBoolean,
58
- defaultValue: false
59
- },
60
51
  // Added 2024-08-28
61
52
  'element-level-templates': {
62
53
  productKeys: {
@@ -48,15 +48,6 @@ export var editorExperimentsConfig = {
48
48
  typeGuard: isBoolean,
49
49
  defaultValue: false
50
50
  },
51
- // Added 2024-08-27
52
- 'dnd-input-performance-optimisation': {
53
- productKeys: {
54
- confluence: 'platform_editor_dnd_input_performance_optimisation'
55
- },
56
- param: 'isEnabled',
57
- typeGuard: isBoolean,
58
- defaultValue: false
59
- },
60
51
  // Added 2024-08-28
61
52
  'element-level-templates': {
62
53
  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" | "dnd-input-performance-optimisation" | "element-level-templates" | "add-media-from-url" | "nested-dnd" | "table-nested-dnd" | "insert-menu-in-right-rail" | "support_table_in_comment" | "platform_editor_exp_lazy_node_views" | "platform_renderer_table_sticky_scrollbar" | "nest-media-and-codeblock-in-quote" | "nested-expand-in-expand" | "platform_editor_table_use_shared_state_hook" | "editor_ai_-_multi_prompts" | "comment_on_bodied_extensions" | "advanced_layouts" | "support_table_in_comment_jira" | "comment_on_inline_node_spotlight" | "platform_editor_ai-prompts-placeholder" | "nested-tables-in-tables" | "platform_editor_ai_mentions_support" | "platform_editor_ai_change_tone_floating_toolbar" | "issue_view_action_items" | "contextual_formatting_toolbar" | "platform_editor_ai_1p_smart_link_unfurl_in_prompt" | "platform_editor_ai_draft_with_ai" | "platform_editor_ai_unsplash_page_header" | "expand_selection_range_to_include_inline_node" | "platform_editor_blockquote_in_text_formatting_menu">(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" | "table-nested-dnd" | "insert-menu-in-right-rail" | "support_table_in_comment" | "platform_editor_exp_lazy_node_views" | "platform_renderer_table_sticky_scrollbar" | "nest-media-and-codeblock-in-quote" | "nested-expand-in-expand" | "platform_editor_table_use_shared_state_hook" | "editor_ai_-_multi_prompts" | "comment_on_bodied_extensions" | "advanced_layouts" | "support_table_in_comment_jira" | "comment_on_inline_node_spotlight" | "platform_editor_ai-prompts-placeholder" | "nested-tables-in-tables" | "platform_editor_ai_mentions_support" | "platform_editor_ai_change_tone_floating_toolbar" | "issue_view_action_items" | "contextual_formatting_toolbar" | "platform_editor_ai_1p_smart_link_unfurl_in_prompt" | "platform_editor_ai_draft_with_ai" | "platform_editor_ai_unsplash_page_header" | "expand_selection_range_to_include_inline_node" | "platform_editor_blockquote_in_text_formatting_menu">(experimentName: ExperimentName, describeName: string) => {
49
49
  variant: (value: {
50
50
  'example-boolean': {
51
51
  productKeys: {
@@ -80,14 +80,6 @@ declare namespace eeTest {
80
80
  typeGuard: typeof import("./type-guards").isBoolean;
81
81
  defaultValue: boolean;
82
82
  };
83
- 'dnd-input-performance-optimisation': {
84
- productKeys: {
85
- confluence: string;
86
- };
87
- param: string;
88
- typeGuard: typeof import("./type-guards").isBoolean;
89
- defaultValue: boolean;
90
- };
91
83
  'element-level-templates': {
92
84
  productKeys: {
93
85
  confluence: string;
@@ -39,14 +39,6 @@ export declare const editorExperimentsConfig: {
39
39
  typeGuard: typeof isBoolean;
40
40
  defaultValue: boolean;
41
41
  };
42
- 'dnd-input-performance-optimisation': {
43
- productKeys: {
44
- confluence: string;
45
- };
46
- param: string;
47
- typeGuard: typeof isBoolean;
48
- defaultValue: boolean;
49
- };
50
42
  'element-level-templates': {
51
43
  productKeys: {
52
44
  confluence: string;
@@ -7,7 +7,6 @@ export declare let _overrides: Partial<{
7
7
  'example-multivariate': "one" | "two" | "three";
8
8
  'test-new-experiments-package': boolean;
9
9
  'basic-text-transformations': boolean;
10
- 'dnd-input-performance-optimisation': boolean;
11
10
  'element-level-templates': boolean;
12
11
  'add-media-from-url': boolean;
13
12
  'nested-dnd': 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" | "dnd-input-performance-optimisation" | "element-level-templates" | "add-media-from-url" | "nested-dnd" | "table-nested-dnd" | "insert-menu-in-right-rail" | "support_table_in_comment" | "platform_editor_exp_lazy_node_views" | "platform_renderer_table_sticky_scrollbar" | "nest-media-and-codeblock-in-quote" | "nested-expand-in-expand" | "platform_editor_table_use_shared_state_hook" | "editor_ai_-_multi_prompts" | "comment_on_bodied_extensions" | "advanced_layouts" | "support_table_in_comment_jira" | "comment_on_inline_node_spotlight" | "platform_editor_ai-prompts-placeholder" | "nested-tables-in-tables" | "platform_editor_ai_mentions_support" | "platform_editor_ai_change_tone_floating_toolbar" | "issue_view_action_items" | "contextual_formatting_toolbar" | "platform_editor_ai_1p_smart_link_unfurl_in_prompt" | "platform_editor_ai_draft_with_ai" | "platform_editor_ai_unsplash_page_header" | "expand_selection_range_to_include_inline_node" | "platform_editor_blockquote_in_text_formatting_menu">(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" | "table-nested-dnd" | "insert-menu-in-right-rail" | "support_table_in_comment" | "platform_editor_exp_lazy_node_views" | "platform_renderer_table_sticky_scrollbar" | "nest-media-and-codeblock-in-quote" | "nested-expand-in-expand" | "platform_editor_table_use_shared_state_hook" | "editor_ai_-_multi_prompts" | "comment_on_bodied_extensions" | "advanced_layouts" | "support_table_in_comment_jira" | "comment_on_inline_node_spotlight" | "platform_editor_ai-prompts-placeholder" | "nested-tables-in-tables" | "platform_editor_ai_mentions_support" | "platform_editor_ai_change_tone_floating_toolbar" | "issue_view_action_items" | "contextual_formatting_toolbar" | "platform_editor_ai_1p_smart_link_unfurl_in_prompt" | "platform_editor_ai_draft_with_ai" | "platform_editor_ai_unsplash_page_header" | "expand_selection_range_to_include_inline_node" | "platform_editor_blockquote_in_text_formatting_menu">(experimentName: ExperimentName, describeName: string) => {
49
49
  variant: (value: {
50
50
  'example-boolean': {
51
51
  productKeys: {
@@ -80,14 +80,6 @@ declare namespace eeTest {
80
80
  typeGuard: typeof import("./type-guards").isBoolean;
81
81
  defaultValue: boolean;
82
82
  };
83
- 'dnd-input-performance-optimisation': {
84
- productKeys: {
85
- confluence: string;
86
- };
87
- param: string;
88
- typeGuard: typeof import("./type-guards").isBoolean;
89
- defaultValue: boolean;
90
- };
91
83
  'element-level-templates': {
92
84
  productKeys: {
93
85
  confluence: string;
@@ -39,14 +39,6 @@ export declare const editorExperimentsConfig: {
39
39
  typeGuard: typeof isBoolean;
40
40
  defaultValue: boolean;
41
41
  };
42
- 'dnd-input-performance-optimisation': {
43
- productKeys: {
44
- confluence: string;
45
- };
46
- param: string;
47
- typeGuard: typeof isBoolean;
48
- defaultValue: boolean;
49
- };
50
42
  'element-level-templates': {
51
43
  productKeys: {
52
44
  confluence: string;
@@ -7,7 +7,6 @@ export declare let _overrides: Partial<{
7
7
  'example-multivariate': "one" | "two" | "three";
8
8
  'test-new-experiments-package': boolean;
9
9
  'basic-text-transformations': boolean;
10
- 'dnd-input-performance-optimisation': boolean;
11
10
  'element-level-templates': boolean;
12
11
  'add-media-from-url': boolean;
13
12
  'nested-dnd': boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "2.33.0",
3
+ "version": "2.33.1",
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",