@atlaskit/adf-schema 52.4.23 → 52.5.1

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 CHANGED
@@ -1,5 +1,18 @@
1
1
  # @atlaskit/adf-schema
2
2
 
3
+ ## 52.5.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 52.5.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [`a0f40da6cf877`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a0f40da6cf877) -
14
+ Enable spanning on fontSize mark so font size is retained when pressing Enter on a new line
15
+
3
16
  ## 52.4.23
4
17
 
5
18
  ### 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: {
@@ -21,8 +21,6 @@ var _adfSchemaGenerator = require("@atlaskit/adf-schema-generator");
21
21
  * ```
22
22
  */
23
23
  var fontSize = exports.fontSize = (0, _adfSchemaGenerator.adfMark)('fontSize').define({
24
- spanning: false,
25
- inclusive: false,
26
24
  attrs: {
27
25
  fontSize: {
28
26
  type: 'enum',
@@ -79,9 +79,7 @@ export const em = createPMMarkSpecFactory({
79
79
  export const fontSize = createPMMarkSpecFactory({
80
80
  attrs: {
81
81
  fontSize: {}
82
- },
83
- inclusive: false,
84
- spanning: false
82
+ }
85
83
  });
86
84
  export const fragment = createPMMarkSpecFactory({
87
85
  attrs: {
@@ -16,8 +16,6 @@ import { adfMark } from '@atlaskit/adf-schema-generator';
16
16
  * ```
17
17
  */
18
18
  export const fontSize = adfMark('fontSize').define({
19
- spanning: false,
20
- inclusive: false,
21
19
  attrs: {
22
20
  fontSize: {
23
21
  type: 'enum',
@@ -79,9 +79,7 @@ export var em = createPMMarkSpecFactory({
79
79
  export var fontSize = createPMMarkSpecFactory({
80
80
  attrs: {
81
81
  fontSize: {}
82
- },
83
- inclusive: false,
84
- spanning: false
82
+ }
85
83
  });
86
84
  export var fragment = createPMMarkSpecFactory({
87
85
  attrs: {
@@ -16,8 +16,6 @@ import { adfMark } from '@atlaskit/adf-schema-generator';
16
16
  * ```
17
17
  */
18
18
  export var fontSize = adfMark('fontSize').define({
19
- spanning: false,
20
- inclusive: false,
21
19
  attrs: {
22
20
  fontSize: {
23
21
  type: 'enum',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/adf-schema",
3
- "version": "52.4.23",
3
+ "version": "52.5.1",
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.0.0",
45
+ "@atlaskit/tmp-editor-statsig": "^63.0.0",
46
46
  "@babel/runtime": "^7.0.0",
47
47
  "css-color-names": "0.0.4",
48
48
  "linkify-it": "^3.0.3",