@atlaskit/adf-schema
Advanced tools
Comparing version 2.5.5 to 2.5.6
@@ -6,3 +6,3 @@ [ | ||
"stats": { | ||
"size": 56457, | ||
"size": 56458, | ||
"gzipSize": 13737 | ||
@@ -23,6 +23,6 @@ } | ||
"stats": { | ||
"size": 116511, | ||
"gzipSize": 31932 | ||
"size": 116512, | ||
"gzipSize": 31931 | ||
} | ||
} | ||
] |
# @atlaskit/adf-schema | ||
## 2.5.6 | ||
- [patch] [80cf1c1e82](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/80cf1c1e82): | ||
- [ED-6654] Update prosemirror-view to 1.8.9 that fixes a few issues with mouse selections on prosemirror like click on table and the controls doesn't show up | ||
## 2.5.5 | ||
@@ -4,0 +9,0 @@ - Updated dependencies [7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107): |
@@ -35,5 +35,5 @@ export var layoutColumn = { | ||
} | ||
return ['div', attrs, 0]; | ||
return ['div', attrs, ['div', {}, 0]]; | ||
}, | ||
}; | ||
//# sourceMappingURL=layout-column.js.map |
@@ -37,5 +37,5 @@ "use strict"; | ||
} | ||
return ['div', attrs, 0]; | ||
return ['div', attrs, ['div', {}, 0]]; | ||
}, | ||
}; | ||
//# sourceMappingURL=layout-column.js.map |
{ | ||
"name": "@atlaskit/adf-schema", | ||
"version": "2.5.4", | ||
"version": "2.5.5", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/adf-schema", | ||
"version": "2.5.5", | ||
"version": "2.5.6", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/adf-schema", | ||
"version": "2.5.5", | ||
"version": "2.5.6", | ||
"description": "Shared package that contains the ADF-schema (json) and ProseMirror node/mark specs", | ||
@@ -34,3 +34,3 @@ "license": "Apache-2.0", | ||
"prosemirror-model": "^1.7.0", | ||
"prosemirror-view": "^1.8.3", | ||
"prosemirror-view": "^1.8.9", | ||
"tslib": "^1.9.3" | ||
@@ -40,3 +40,3 @@ }, | ||
"@atlaskit/editor-json-transformer": "^6.0.0", | ||
"@atlaskit/editor-test-helpers": "^9.0.0", | ||
"@atlaskit/editor-test-helpers": "^9.0.1", | ||
"@atlaskit/json-schema-generator": "^2.1.1", | ||
@@ -43,0 +43,0 @@ "ajv": "^4.11.3", |
{ | ||
"name": "@atlaskit/adf-schema", | ||
"version": "2.5.5", | ||
"version": "2.5.6", | ||
"sideEffects": false | ||
} |
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
701566
Updatedprosemirror-view@^1.8.9