@atlaskit/editor-plugin-paste-options-toolbar 11.3.0 → 11.3.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-plugin-paste-options-toolbar
|
|
2
2
|
|
|
3
|
+
## 11.3.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`e5763b625793c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e5763b625793c) -
|
|
8
|
+
Fix tsdoc to remove `listItem` from list of non-structural container nodes.
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
3
11
|
## 11.3.0
|
|
4
12
|
|
|
5
13
|
### Minor Changes
|
|
@@ -10,7 +10,7 @@ exports.hasMixedNodes = void 0;
|
|
|
10
10
|
* rather than by content choice. Having different child types inside these
|
|
11
11
|
* nodes does NOT indicate mixed content.
|
|
12
12
|
*
|
|
13
|
-
* All other container nodes (
|
|
13
|
+
* All other container nodes (blockTaskItem, blockquote, panel,
|
|
14
14
|
* expand, layoutColumn, tableCell, tableHeader, bodiedExtension, etc.) hold
|
|
15
15
|
* rich block content, so mixed block children inside them IS mixing.
|
|
16
16
|
*/
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* rather than by content choice. Having different child types inside these
|
|
5
5
|
* nodes does NOT indicate mixed content.
|
|
6
6
|
*
|
|
7
|
-
* All other container nodes (
|
|
7
|
+
* All other container nodes (blockTaskItem, blockquote, panel,
|
|
8
8
|
* expand, layoutColumn, tableCell, tableHeader, bodiedExtension, etc.) hold
|
|
9
9
|
* rich block content, so mixed block children inside them IS mixing.
|
|
10
10
|
*/
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* rather than by content choice. Having different child types inside these
|
|
5
5
|
* nodes does NOT indicate mixed content.
|
|
6
6
|
*
|
|
7
|
-
* All other container nodes (
|
|
7
|
+
* All other container nodes (blockTaskItem, blockquote, panel,
|
|
8
8
|
* expand, layoutColumn, tableCell, tableHeader, bodiedExtension, etc.) hold
|
|
9
9
|
* rich block content, so mixed block children inside them IS mixing.
|
|
10
10
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-paste-options-toolbar",
|
|
3
|
-
"version": "11.3.
|
|
3
|
+
"version": "11.3.1",
|
|
4
4
|
"description": "Paste options toolbar for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"@emotion/react": "^11.7.1"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
|
-
"@atlaskit/editor-common": "^114.
|
|
52
|
+
"@atlaskit/editor-common": "^114.47.0",
|
|
53
53
|
"react": "^18.2.0",
|
|
54
54
|
"react-dom": "^18.2.0",
|
|
55
55
|
"react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0"
|