@atlaskit/editor-plugin-tasks-and-decisions 2.12.10 → 2.12.12

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,20 @@
1
1
  # @atlaskit/editor-plugin-tasks-and-decisions
2
2
 
3
+ ## 2.12.12
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 2.12.11
10
+
11
+ ### Patch Changes
12
+
13
+ - [#170579](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/170579)
14
+ [`f9d3dc2a8b76d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f9d3dc2a8b76d) -
15
+ [ux] Adds lists and indentation items to the selection toolbar
16
+ - Updated dependencies
17
+
3
18
  ## 2.12.10
4
19
 
5
20
  ### Patch Changes
@@ -4,7 +4,7 @@ import type { SafePlugin } from '@atlaskit/editor-common/safe-plugin';
4
4
  import type { Command, ExtractInjectionAPI } from '@atlaskit/editor-common/types';
5
5
  import type { Schema } from '@atlaskit/editor-prosemirror/model';
6
6
  import type { TasksAndDecisionsPlugin } from '../types';
7
- type IndentationInputMethod = INPUT_METHOD.KEYBOARD | INPUT_METHOD.TOOLBAR;
7
+ type IndentationInputMethod = INPUT_METHOD.KEYBOARD | INPUT_METHOD.TOOLBAR | INPUT_METHOD.FLOATING_TB;
8
8
  export declare const getUnindentCommand: (editorAnalyticsAPI: EditorAnalyticsAPI | undefined) => (inputMethod?: IndentationInputMethod) => Command;
9
9
  export declare const getIndentCommand: (editorAnalyticsAPI: EditorAnalyticsAPI | undefined) => (inputMethod?: IndentationInputMethod) => Command;
10
10
  export declare function keymapPlugin(schema: Schema, api: ExtractInjectionAPI<TasksAndDecisionsPlugin> | undefined, allowNestedTasks?: boolean, consumeTabs?: boolean): SafePlugin | undefined;
@@ -4,7 +4,7 @@ import type { SafePlugin } from '@atlaskit/editor-common/safe-plugin';
4
4
  import type { Command, ExtractInjectionAPI } from '@atlaskit/editor-common/types';
5
5
  import type { Schema } from '@atlaskit/editor-prosemirror/model';
6
6
  import type { TasksAndDecisionsPlugin } from '../types';
7
- type IndentationInputMethod = INPUT_METHOD.KEYBOARD | INPUT_METHOD.TOOLBAR;
7
+ type IndentationInputMethod = INPUT_METHOD.KEYBOARD | INPUT_METHOD.TOOLBAR | INPUT_METHOD.FLOATING_TB;
8
8
  export declare const getUnindentCommand: (editorAnalyticsAPI: EditorAnalyticsAPI | undefined) => (inputMethod?: IndentationInputMethod) => Command;
9
9
  export declare const getIndentCommand: (editorAnalyticsAPI: EditorAnalyticsAPI | undefined) => (inputMethod?: IndentationInputMethod) => Command;
10
10
  export declare function keymapPlugin(schema: Schema, api: ExtractInjectionAPI<TasksAndDecisionsPlugin> | undefined, allowNestedTasks?: boolean, consumeTabs?: boolean): SafePlugin | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-tasks-and-decisions",
3
- "version": "2.12.10",
3
+ "version": "2.12.12",
4
4
  "description": "Tasks and decisions plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -34,21 +34,21 @@
34
34
  "@atlaskit/adf-schema": "^46.1.0",
35
35
  "@atlaskit/analytics-namespaced-context": "^6.12.0",
36
36
  "@atlaskit/analytics-next": "^10.1.0",
37
- "@atlaskit/editor-common": "^95.8.0",
37
+ "@atlaskit/editor-common": "^95.9.0",
38
38
  "@atlaskit/editor-plugin-analytics": "^1.10.0",
39
39
  "@atlaskit/editor-plugin-context-identifier": "^1.3.0",
40
40
  "@atlaskit/editor-plugin-editor-viewmode": "2.1.11",
41
41
  "@atlaskit/editor-plugin-type-ahead": "^1.10.0",
42
- "@atlaskit/editor-prosemirror": "6.0.0",
42
+ "@atlaskit/editor-prosemirror": "6.2.1",
43
43
  "@atlaskit/heading": "3.1.0",
44
- "@atlaskit/icon": "22.26.0",
44
+ "@atlaskit/icon": "22.28.0",
45
45
  "@atlaskit/platform-feature-flags": "^0.3.0",
46
46
  "@atlaskit/popup": "1.29.5",
47
47
  "@atlaskit/primitives": "13.3.0",
48
48
  "@atlaskit/prosemirror-input-rules": "^3.2.0",
49
49
  "@atlaskit/task-decision": "^17.11.0",
50
50
  "@atlaskit/tmp-editor-statsig": "^2.21.0",
51
- "@atlaskit/tokens": "2.3.0",
51
+ "@atlaskit/tokens": "2.4.0",
52
52
  "@babel/runtime": "^7.0.0",
53
53
  "@emotion/react": "^11.7.1"
54
54
  },