@atlaskit/editor-plugins 12.1.8 → 12.2.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-plugins
|
|
2
2
|
|
|
3
|
+
## 12.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`a0aa8f73bbd02`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a0aa8f73bbd02) -
|
|
8
|
+
[ux] EDITOR-5466 Introduce new popup menu for paste actions which includes existing functionality
|
|
9
|
+
used by the existing floatingToolbar implementation
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
15
|
+
## 12.1.9
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
|
|
3
21
|
## 12.1.8
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { pasteOptionsToolbarPlugin } from '@atlaskit/editor-plugin-paste-options-toolbar';
|
|
2
|
-
export type { PasteOptionsToolbarPlugin, PasteOptionsToolbarPluginDependencies, } from '@atlaskit/editor-plugin-paste-options-toolbar';
|
|
2
|
+
export type { PasteOptionsToolbarPlugin, PasteOptionsToolbarPluginDependencies, PasteOptionsToolbarSharedState, } from '@atlaskit/editor-plugin-paste-options-toolbar';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { pasteOptionsToolbarPlugin } from '@atlaskit/editor-plugin-paste-options-toolbar';
|
|
2
|
-
export type { PasteOptionsToolbarPlugin, PasteOptionsToolbarPluginDependencies, } from '@atlaskit/editor-plugin-paste-options-toolbar';
|
|
2
|
+
export type { PasteOptionsToolbarPlugin, PasteOptionsToolbarPluginDependencies, PasteOptionsToolbarSharedState, } from '@atlaskit/editor-plugin-paste-options-toolbar';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugins",
|
|
3
|
-
"version": "12.
|
|
3
|
+
"version": "12.2.0",
|
|
4
4
|
"description": "A convenience facade package that exposes all @atlaskit/editor-plugin-* plugins so that users can add this package without having to manually add all their plugins",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -31,25 +31,25 @@
|
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@atlaskit/editor-plugin-accessibility-utils": "7.0.15",
|
|
34
|
-
"@atlaskit/editor-plugin-alignment": "8.0.
|
|
34
|
+
"@atlaskit/editor-plugin-alignment": "8.0.21",
|
|
35
35
|
"@atlaskit/editor-plugin-analytics": "7.0.16",
|
|
36
|
-
"@atlaskit/editor-plugin-annotation": "7.1.
|
|
37
|
-
"@atlaskit/editor-plugin-avatar-group": "8.0.
|
|
36
|
+
"@atlaskit/editor-plugin-annotation": "7.1.18",
|
|
37
|
+
"@atlaskit/editor-plugin-avatar-group": "8.0.5",
|
|
38
38
|
"@atlaskit/editor-plugin-base": "8.0.15",
|
|
39
39
|
"@atlaskit/editor-plugin-batch-attribute-updates": "7.0.0",
|
|
40
40
|
"@atlaskit/editor-plugin-before-primary-toolbar": "7.0.2",
|
|
41
41
|
"@atlaskit/editor-plugin-better-type-history": "7.0.0",
|
|
42
|
-
"@atlaskit/editor-plugin-block-controls": "8.6.
|
|
43
|
-
"@atlaskit/editor-plugin-block-menu": "6.1.
|
|
44
|
-
"@atlaskit/editor-plugin-block-type": "11.2.
|
|
42
|
+
"@atlaskit/editor-plugin-block-controls": "8.6.1",
|
|
43
|
+
"@atlaskit/editor-plugin-block-menu": "6.1.2",
|
|
44
|
+
"@atlaskit/editor-plugin-block-type": "11.2.22",
|
|
45
45
|
"@atlaskit/editor-plugin-border": "7.0.0",
|
|
46
|
-
"@atlaskit/editor-plugin-breakout": "7.0.
|
|
46
|
+
"@atlaskit/editor-plugin-breakout": "7.0.19",
|
|
47
47
|
"@atlaskit/editor-plugin-caption": "7.0.0",
|
|
48
|
-
"@atlaskit/editor-plugin-card": "12.3.
|
|
48
|
+
"@atlaskit/editor-plugin-card": "12.3.13",
|
|
49
49
|
"@atlaskit/editor-plugin-clear-marks-on-empty-doc": "7.0.0",
|
|
50
50
|
"@atlaskit/editor-plugin-clipboard": "7.0.0",
|
|
51
51
|
"@atlaskit/editor-plugin-code-bidi-warning": "7.0.14",
|
|
52
|
-
"@atlaskit/editor-plugin-code-block": "9.0.
|
|
52
|
+
"@atlaskit/editor-plugin-code-block": "9.0.21",
|
|
53
53
|
"@atlaskit/editor-plugin-collab-edit": "8.0.15",
|
|
54
54
|
"@atlaskit/editor-plugin-composition": "6.0.0",
|
|
55
55
|
"@atlaskit/editor-plugin-connectivity": "7.0.1",
|
|
@@ -57,75 +57,75 @@
|
|
|
57
57
|
"@atlaskit/editor-plugin-content-insertion": "7.0.0",
|
|
58
58
|
"@atlaskit/editor-plugin-context-identifier": "7.0.0",
|
|
59
59
|
"@atlaskit/editor-plugin-context-panel": "9.0.0",
|
|
60
|
-
"@atlaskit/editor-plugin-copy-button": "7.1.
|
|
60
|
+
"@atlaskit/editor-plugin-copy-button": "7.1.6",
|
|
61
61
|
"@atlaskit/editor-plugin-custom-autoformat": "7.0.0",
|
|
62
62
|
"@atlaskit/editor-plugin-data-consumer": "7.0.0",
|
|
63
|
-
"@atlaskit/editor-plugin-date": "9.1.
|
|
63
|
+
"@atlaskit/editor-plugin-date": "9.1.19",
|
|
64
64
|
"@atlaskit/editor-plugin-decorations": "7.0.16",
|
|
65
65
|
"@atlaskit/editor-plugin-editor-disabled": "7.0.2",
|
|
66
66
|
"@atlaskit/editor-plugin-editor-viewmode": "9.0.0",
|
|
67
67
|
"@atlaskit/editor-plugin-editor-viewmode-effects": "7.0.1",
|
|
68
|
-
"@atlaskit/editor-plugin-emoji": "8.1.
|
|
68
|
+
"@atlaskit/editor-plugin-emoji": "8.1.19",
|
|
69
69
|
"@atlaskit/editor-plugin-engagement-platform": "8.0.0",
|
|
70
|
-
"@atlaskit/editor-plugin-expand": "8.3.
|
|
71
|
-
"@atlaskit/editor-plugin-extension": "10.1.
|
|
70
|
+
"@atlaskit/editor-plugin-expand": "8.3.3",
|
|
71
|
+
"@atlaskit/editor-plugin-extension": "10.1.9",
|
|
72
72
|
"@atlaskit/editor-plugin-feature-flags": "6.0.0",
|
|
73
73
|
"@atlaskit/editor-plugin-feedback-dialog": "7.0.0",
|
|
74
|
-
"@atlaskit/editor-plugin-find-replace": "7.0.
|
|
75
|
-
"@atlaskit/editor-plugin-floating-toolbar": "9.1.
|
|
74
|
+
"@atlaskit/editor-plugin-find-replace": "7.0.20",
|
|
75
|
+
"@atlaskit/editor-plugin-floating-toolbar": "9.1.21",
|
|
76
76
|
"@atlaskit/editor-plugin-focus": "6.0.0",
|
|
77
77
|
"@atlaskit/editor-plugin-fragment": "7.0.0",
|
|
78
78
|
"@atlaskit/editor-plugin-grid": "7.0.13",
|
|
79
79
|
"@atlaskit/editor-plugin-guideline": "7.0.2",
|
|
80
|
-
"@atlaskit/editor-plugin-help-dialog": "7.2.
|
|
81
|
-
"@atlaskit/editor-plugin-highlight": "7.3.
|
|
80
|
+
"@atlaskit/editor-plugin-help-dialog": "7.2.1",
|
|
81
|
+
"@atlaskit/editor-plugin-highlight": "7.3.20",
|
|
82
82
|
"@atlaskit/editor-plugin-history": "7.0.0",
|
|
83
|
-
"@atlaskit/editor-plugin-hyperlink": "9.0.
|
|
83
|
+
"@atlaskit/editor-plugin-hyperlink": "9.0.19",
|
|
84
84
|
"@atlaskit/editor-plugin-image-upload": "7.0.0",
|
|
85
85
|
"@atlaskit/editor-plugin-indentation": "7.0.0",
|
|
86
|
-
"@atlaskit/editor-plugin-insert-block": "8.7.
|
|
86
|
+
"@atlaskit/editor-plugin-insert-block": "8.7.5",
|
|
87
87
|
"@atlaskit/editor-plugin-interaction": "14.0.0",
|
|
88
|
-
"@atlaskit/editor-plugin-layout": "7.0.
|
|
88
|
+
"@atlaskit/editor-plugin-layout": "7.0.21",
|
|
89
89
|
"@atlaskit/editor-plugin-limited-mode": "4.0.15",
|
|
90
|
-
"@atlaskit/editor-plugin-list": "9.0.
|
|
90
|
+
"@atlaskit/editor-plugin-list": "9.0.20",
|
|
91
91
|
"@atlaskit/editor-plugin-local-id": "5.1.14",
|
|
92
|
-
"@atlaskit/editor-plugin-loom": "9.3.
|
|
92
|
+
"@atlaskit/editor-plugin-loom": "9.3.4",
|
|
93
93
|
"@atlaskit/editor-plugin-max-content-size": "7.0.0",
|
|
94
|
-
"@atlaskit/editor-plugin-media": "9.5.
|
|
95
|
-
"@atlaskit/editor-plugin-media-editing": "1.4.
|
|
96
|
-
"@atlaskit/editor-plugin-media-insert": "18.0.
|
|
97
|
-
"@atlaskit/editor-plugin-mentions": "9.3.
|
|
94
|
+
"@atlaskit/editor-plugin-media": "9.5.7",
|
|
95
|
+
"@atlaskit/editor-plugin-media-editing": "1.4.4",
|
|
96
|
+
"@atlaskit/editor-plugin-media-insert": "18.0.2",
|
|
97
|
+
"@atlaskit/editor-plugin-mentions": "9.3.1",
|
|
98
98
|
"@atlaskit/editor-plugin-metrics": "8.0.13",
|
|
99
99
|
"@atlaskit/editor-plugin-ncs-step-metrics": "6.0.0",
|
|
100
|
-
"@atlaskit/editor-plugin-panel": "9.0.
|
|
101
|
-
"@atlaskit/editor-plugin-paste": "8.2.
|
|
102
|
-
"@atlaskit/editor-plugin-paste-options-toolbar": "8.0
|
|
100
|
+
"@atlaskit/editor-plugin-panel": "9.0.24",
|
|
101
|
+
"@atlaskit/editor-plugin-paste": "8.2.5",
|
|
102
|
+
"@atlaskit/editor-plugin-paste-options-toolbar": "8.1.0",
|
|
103
103
|
"@atlaskit/editor-plugin-placeholder": "7.2.18",
|
|
104
|
-
"@atlaskit/editor-plugin-placeholder-text": "8.0.
|
|
104
|
+
"@atlaskit/editor-plugin-placeholder-text": "8.0.18",
|
|
105
105
|
"@atlaskit/editor-plugin-primary-toolbar": "8.0.13",
|
|
106
|
-
"@atlaskit/editor-plugin-quick-insert": "7.4.
|
|
106
|
+
"@atlaskit/editor-plugin-quick-insert": "7.4.5",
|
|
107
107
|
"@atlaskit/editor-plugin-rule": "7.0.0",
|
|
108
108
|
"@atlaskit/editor-plugin-save-on-enter": "7.0.0",
|
|
109
109
|
"@atlaskit/editor-plugin-scroll-into-view": "7.0.0",
|
|
110
110
|
"@atlaskit/editor-plugin-selection": "7.0.20",
|
|
111
|
-
"@atlaskit/editor-plugin-selection-extension": "10.3.
|
|
111
|
+
"@atlaskit/editor-plugin-selection-extension": "10.3.19",
|
|
112
112
|
"@atlaskit/editor-plugin-selection-marker": "7.0.15",
|
|
113
|
-
"@atlaskit/editor-plugin-selection-toolbar": "8.1.
|
|
113
|
+
"@atlaskit/editor-plugin-selection-toolbar": "8.1.18",
|
|
114
114
|
"@atlaskit/editor-plugin-show-diff": "4.0.14",
|
|
115
|
-
"@atlaskit/editor-plugin-status": "8.1.
|
|
115
|
+
"@atlaskit/editor-plugin-status": "8.1.21",
|
|
116
116
|
"@atlaskit/editor-plugin-submit-editor": "7.0.0",
|
|
117
|
-
"@atlaskit/editor-plugin-synced-block": "5.3.
|
|
118
|
-
"@atlaskit/editor-plugin-table": "17.3.
|
|
119
|
-
"@atlaskit/editor-plugin-tasks-and-decisions": "10.1.
|
|
120
|
-
"@atlaskit/editor-plugin-text-color": "7.2.
|
|
121
|
-
"@atlaskit/editor-plugin-text-formatting": "7.2.
|
|
117
|
+
"@atlaskit/editor-plugin-synced-block": "5.3.30",
|
|
118
|
+
"@atlaskit/editor-plugin-table": "17.3.27",
|
|
119
|
+
"@atlaskit/editor-plugin-tasks-and-decisions": "10.1.23",
|
|
120
|
+
"@atlaskit/editor-plugin-text-color": "7.2.24",
|
|
121
|
+
"@atlaskit/editor-plugin-text-formatting": "7.2.22",
|
|
122
122
|
"@atlaskit/editor-plugin-toolbar": "4.1.22",
|
|
123
|
-
"@atlaskit/editor-plugin-toolbar-lists-indentation": "8.0.
|
|
123
|
+
"@atlaskit/editor-plugin-toolbar-lists-indentation": "8.0.23",
|
|
124
124
|
"@atlaskit/editor-plugin-track-changes": "6.0.19",
|
|
125
125
|
"@atlaskit/editor-plugin-type-ahead": "7.0.20",
|
|
126
126
|
"@atlaskit/editor-plugin-ufo": "7.0.1",
|
|
127
127
|
"@atlaskit/editor-plugin-ui-control-registry": "0.0.0",
|
|
128
|
-
"@atlaskit/editor-plugin-undo-redo": "7.3.
|
|
128
|
+
"@atlaskit/editor-plugin-undo-redo": "7.3.17",
|
|
129
129
|
"@atlaskit/editor-plugin-unsupported-content": "7.0.0",
|
|
130
130
|
"@atlaskit/editor-plugin-user-intent": "5.0.0",
|
|
131
131
|
"@atlaskit/editor-plugin-user-preferences": "5.0.13",
|