@atlaskit/editor-plugin-block-type 3.15.9 → 3.16.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 +14 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,19 @@
|
|
1
1
|
# @atlaskit/editor-plugin-block-type
|
2
2
|
|
3
|
+
## 3.16.0
|
4
|
+
|
5
|
+
### Minor Changes
|
6
|
+
|
7
|
+
- [#151190](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/151190)
|
8
|
+
[`a3723b1cdede2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a3723b1cdede2) -
|
9
|
+
[ux] [ED-25037] this change bumps @atlaskit/adf-schema from 40.9.0 to 40.9.4 which makes the
|
10
|
+
blockquote selectable, adds missing marks to the PM node spec and fixes a bug that converted
|
11
|
+
pasted external images to media groups.
|
12
|
+
|
13
|
+
### Patch Changes
|
14
|
+
|
15
|
+
- Updated dependencies
|
16
|
+
|
3
17
|
## 3.15.9
|
4
18
|
|
5
19
|
### Patch Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@atlaskit/editor-plugin-block-type",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.16.0",
|
4
4
|
"description": "BlockType plugin for @atlaskit/editor-core",
|
5
5
|
"author": "Atlassian Pty Ltd",
|
6
6
|
"license": "Apache-2.0",
|
@@ -33,9 +33,9 @@
|
|
33
33
|
"./styles": "./src/styles.ts"
|
34
34
|
},
|
35
35
|
"dependencies": {
|
36
|
-
"@atlaskit/adf-schema": "^40.9.
|
37
|
-
"@atlaskit/editor-common": "^93.
|
38
|
-
"@atlaskit/editor-plugin-analytics": "^1.
|
36
|
+
"@atlaskit/adf-schema": "^40.9.4",
|
37
|
+
"@atlaskit/editor-common": "^93.3.0",
|
38
|
+
"@atlaskit/editor-plugin-analytics": "^1.9.0",
|
39
39
|
"@atlaskit/editor-plugin-primary-toolbar": "^2.0.0",
|
40
40
|
"@atlaskit/editor-prosemirror": "6.0.0",
|
41
41
|
"@atlaskit/editor-shared-styles": "^3.0.0",
|
@@ -58,7 +58,7 @@
|
|
58
58
|
"@af/visual-regression": "*",
|
59
59
|
"@atlaskit/analytics-next": "^10.1.0",
|
60
60
|
"@atlaskit/editor-plugin-quick-insert": "^1.4.0",
|
61
|
-
"@atlaskit/editor-plugin-type-ahead": "^1.
|
61
|
+
"@atlaskit/editor-plugin-type-ahead": "^1.9.0",
|
62
62
|
"@atlaskit/ssr": "*",
|
63
63
|
"@atlaskit/visual-regression": "*",
|
64
64
|
"@testing-library/react": "^12.1.5",
|