@atlaskit/adf-schema 52.4.23 → 52.5.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 +7 -0
- package/dist/cjs/next-schema/generated/markTypes.js +1 -3
- package/dist/cjs/next-schema/marks/fontSize.js +0 -2
- package/dist/es2019/next-schema/generated/markTypes.js +1 -3
- package/dist/es2019/next-schema/marks/fontSize.js +0 -2
- package/dist/esm/next-schema/generated/markTypes.js +1 -3
- package/dist/esm/next-schema/marks/fontSize.js +0 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @atlaskit/adf-schema
|
|
2
2
|
|
|
3
|
+
## 52.5.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`a0f40da6cf877`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a0f40da6cf877) -
|
|
8
|
+
Enable spanning on fontSize mark so font size is retained when pressing Enter on a new line
|
|
9
|
+
|
|
3
10
|
## 52.4.23
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
|
@@ -85,9 +85,7 @@ var em = exports.em = (0, _createPMSpecFactory.createPMMarkSpecFactory)({
|
|
|
85
85
|
var fontSize = exports.fontSize = (0, _createPMSpecFactory.createPMMarkSpecFactory)({
|
|
86
86
|
attrs: {
|
|
87
87
|
fontSize: {}
|
|
88
|
-
}
|
|
89
|
-
inclusive: false,
|
|
90
|
-
spanning: false
|
|
88
|
+
}
|
|
91
89
|
});
|
|
92
90
|
var fragment = exports.fragment = (0, _createPMSpecFactory.createPMMarkSpecFactory)({
|
|
93
91
|
attrs: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/adf-schema",
|
|
3
|
-
"version": "52.
|
|
3
|
+
"version": "52.5.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/"
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"@atlaskit/adf-schema-generator": "^2.2.0",
|
|
44
44
|
"@atlaskit/editor-prosemirror": "^7.3.0",
|
|
45
|
-
"@atlaskit/tmp-editor-statsig": "^62.
|
|
45
|
+
"@atlaskit/tmp-editor-statsig": "^62.3.0",
|
|
46
46
|
"@babel/runtime": "^7.0.0",
|
|
47
47
|
"css-color-names": "0.0.4",
|
|
48
48
|
"linkify-it": "^3.0.3",
|