@atlaskit/adf-schema 23.0.2 → 23.1.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 +11 -0
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/version.json +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,16 @@
|
|
1
1
|
# @atlaskit/adf-schema
|
2
2
|
|
3
|
+
## 23.1.0
|
4
|
+
|
5
|
+
### Minor Changes
|
6
|
+
|
7
|
+
- [`8949731bc6a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8949731bc6a) - ED-14608: Migrate adf-utils imports in atlassian-frontend to new child entry points to improve treeshaking
|
8
|
+
|
9
|
+
### Patch Changes
|
10
|
+
|
11
|
+
- [`f0d6141f46c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f0d6141f46c) - ED-14114: added tests to ensure consistency between ADF/ProseMirror schemas for default Mark attributes
|
12
|
+
- Updated dependencies
|
13
|
+
|
3
14
|
## 23.0.2
|
4
15
|
|
5
16
|
### Patch Changes
|
package/dist/cjs/version.json
CHANGED
package/dist/es2019/version.json
CHANGED
package/dist/esm/version.json
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@atlaskit/adf-schema",
|
3
|
-
"version": "23.0
|
3
|
+
"version": "23.1.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/"
|
@@ -38,7 +38,7 @@
|
|
38
38
|
"ak-postbuild": "yarn build:json-schema"
|
39
39
|
},
|
40
40
|
"dependencies": {
|
41
|
-
"@atlaskit/codemod-utils": "^4.
|
41
|
+
"@atlaskit/codemod-utils": "^4.1.0",
|
42
42
|
"@atlaskit/editor-tables": "^2.1.0",
|
43
43
|
"@babel/runtime": "^7.0.0",
|
44
44
|
"@types/linkify-it": "^2.0.4",
|
@@ -51,11 +51,11 @@
|
|
51
51
|
"prosemirror-transform": "1.3.2"
|
52
52
|
},
|
53
53
|
"devDependencies": {
|
54
|
-
"@atlaskit/adf-utils": "^
|
54
|
+
"@atlaskit/adf-utils": "^17.0.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",
|
58
|
-
"@atlassian/adf-sample": "^1.
|
58
|
+
"@atlassian/adf-sample": "^1.1.0",
|
59
59
|
"@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
|
60
60
|
"@types/prosemirror-history": "^1.0.1",
|
61
61
|
"ajv": "^6.12.6",
|