@atlaskit/editor-json-transformer 8.31.3 → 8.31.4
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 +8 -0
- package/docs/0-intro.tsx +2 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/editor-json-transformer
|
|
2
2
|
|
|
3
|
+
## 8.31.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`e3779b75fdeca`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e3779b75fdeca) -
|
|
8
|
+
EDITOR-1643 Promote syncBlock and bodiedSyncBlock to full schema
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
3
11
|
## 8.31.3
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
package/docs/0-intro.tsx
CHANGED
|
@@ -2,7 +2,7 @@ import React from 'react';
|
|
|
2
2
|
|
|
3
3
|
import { AtlassianInternalWarning, code, Example, md } from '@atlaskit/docs';
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
const _default_1: React.ReactElement = md`
|
|
6
6
|
${(<AtlassianInternalWarning />)}
|
|
7
7
|
|
|
8
8
|
This transformer allows encoding ProseMirror Node in JSON format.
|
|
@@ -28,3 +28,4 @@ This transformer allows encoding ProseMirror Node in JSON format.
|
|
|
28
28
|
/>
|
|
29
29
|
)}
|
|
30
30
|
`;
|
|
31
|
+
export default _default_1;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-json-transformer",
|
|
3
|
-
"version": "8.31.
|
|
3
|
+
"version": "8.31.4",
|
|
4
4
|
"description": "JSON transformer",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
}
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@atlaskit/adf-schema": "^51.
|
|
32
|
+
"@atlaskit/adf-schema": "^51.5.1",
|
|
33
33
|
"@atlaskit/adf-utils": "^19.26.0",
|
|
34
34
|
"@atlaskit/editor-prosemirror": "7.0.0",
|
|
35
35
|
"@babel/runtime": "^7.0.0",
|