@atlaskit/editor-plugins 12.1.9 → 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,17 @@
|
|
|
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
|
+
|
|
3
15
|
## 12.1.9
|
|
4
16
|
|
|
5
17
|
### 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",
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"@atlaskit/editor-plugin-ncs-step-metrics": "6.0.0",
|
|
100
100
|
"@atlaskit/editor-plugin-panel": "9.0.24",
|
|
101
101
|
"@atlaskit/editor-plugin-paste": "8.2.5",
|
|
102
|
-
"@atlaskit/editor-plugin-paste-options-toolbar": "8.0
|
|
102
|
+
"@atlaskit/editor-plugin-paste-options-toolbar": "8.1.0",
|
|
103
103
|
"@atlaskit/editor-plugin-placeholder": "7.2.18",
|
|
104
104
|
"@atlaskit/editor-plugin-placeholder-text": "8.0.18",
|
|
105
105
|
"@atlaskit/editor-plugin-primary-toolbar": "8.0.13",
|