@atlaskit/adf-schema
Advanced tools
Comparing version 2.4.1 to 2.5.0
# @atlaskit/adf-schema | ||
## 2.5.0 | ||
- [minor] [64dd2ab46f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/64dd2ab46f): | ||
- ED-6558 Fix clicking to set the cursor placement after an inline node that's at the end of a line. Set the default style attribute of Status nodes to be empty instead of 'null'. | ||
## 2.4.1 | ||
@@ -4,0 +9,0 @@ - [patch] [97e555c168](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/97e555c168): |
@@ -31,2 +31,3 @@ export var inlineExtension = { | ||
'data-parameters': JSON.stringify(node.attrs.parameters), | ||
contenteditable: 'false', | ||
}; | ||
@@ -33,0 +34,0 @@ return ['span', attrs]; |
@@ -10,3 +10,3 @@ import { uuid } from '../../utils/uuid'; | ||
localId: { default: uuid.generate() }, | ||
style: { default: null }, | ||
style: { default: '' }, | ||
}, | ||
@@ -34,2 +34,3 @@ parseDOM: [ | ||
'data-style': style, | ||
contenteditable: 'false', | ||
}; | ||
@@ -36,0 +37,0 @@ return ['span', attrs, text]; |
@@ -33,2 +33,3 @@ "use strict"; | ||
'data-parameters': JSON.stringify(node.attrs.parameters), | ||
contenteditable: 'false', | ||
}; | ||
@@ -35,0 +36,0 @@ return ['span', attrs]; |
@@ -12,3 +12,3 @@ "use strict"; | ||
localId: { default: uuid_1.uuid.generate() }, | ||
style: { default: null }, | ||
style: { default: '' }, | ||
}, | ||
@@ -36,2 +36,3 @@ parseDOM: [ | ||
'data-style': style, | ||
contenteditable: 'false', | ||
}; | ||
@@ -38,0 +39,0 @@ return ['span', attrs, text]; |
{ | ||
"name": "@atlaskit/adf-schema", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/adf-schema", | ||
"version": "2.4.1", | ||
"version": "2.5.0", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/adf-schema", | ||
"version": "2.4.1", | ||
"version": "2.5.0", | ||
"description": "Shared package that contains the ADF-schema (json) and ProseMirror node/mark specs", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
{ | ||
"name": "@atlaskit/adf-schema", | ||
"version": "2.4.1", | ||
"version": "2.5.0", | ||
"sideEffects": false | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
700381
18391