@atlaskit/adf-schema 23.1.0 → 23.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 +6 -0
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/json-schema/v1/full.json +6 -0
- package/dist/json-schema/v1/stage-0.json +6 -0
- package/dist/types/schema/nodes/media-inline.d.ts +1 -0
- package/json-schema/v1/full.json +6 -0
- package/json-schema/v1/stage-0.json +6 -0
- package/package.json +2 -2
- package/report.api.md +1562 -0
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,11 @@
|
|
1
1
|
# @atlaskit/adf-schema
|
2
2
|
|
3
|
+
## 23.2.0
|
4
|
+
|
5
|
+
### Minor Changes
|
6
|
+
|
7
|
+
- [`4d8c675bd2a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4d8c675bd2a) - EDM-3779 Hotfix: Extend Media Inline ADF Schema to have type attribute
|
8
|
+
|
3
9
|
## 23.1.0
|
4
10
|
|
5
11
|
### Minor Changes
|
package/dist/cjs/version.json
CHANGED
package/dist/es2019/version.json
CHANGED
package/dist/esm/version.json
CHANGED
package/json-schema/v1/full.json
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@atlaskit/adf-schema",
|
3
|
-
"version": "23.
|
3
|
+
"version": "23.2.0",
|
4
4
|
"description": "Shared package that contains the ADF-schema (json) and ProseMirror node/mark specs",
|
5
5
|
"publishConfig": {
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
@@ -51,7 +51,7 @@
|
|
51
51
|
"prosemirror-transform": "1.3.2"
|
52
52
|
},
|
53
53
|
"devDependencies": {
|
54
|
-
"@atlaskit/adf-utils": "^17.
|
54
|
+
"@atlaskit/adf-utils": "^17.1.0",
|
55
55
|
"@atlaskit/editor-json-transformer": "^8.7.0",
|
56
56
|
"@atlaskit/editor-test-helpers": "^17.0.0",
|
57
57
|
"@atlaskit/json-schema-generator": "^3.2.0",
|