@atlaskit/adf-schema
Advanced tools
Comparing version 1.6.2 to 1.7.0
# @atlaskit/adf-schema | ||
## 1.7.0 | ||
- [minor] [6380484429](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6380484429): | ||
- ED-6485 Support breakout mark on layout-section. Retain breakout mark when toggling list nested within columns. | ||
## 1.6.2 | ||
@@ -4,0 +9,0 @@ - [patch] [d18b085e2a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d18b085e2a): |
export var layoutSection = { | ||
content: 'layoutColumn{2,3}', | ||
isolating: true, | ||
marks: 'breakout', | ||
parseDOM: [ | ||
@@ -5,0 +6,0 @@ { |
@@ -6,2 +6,3 @@ "use strict"; | ||
isolating: true, | ||
marks: 'breakout', | ||
parseDOM: [ | ||
@@ -8,0 +9,0 @@ { |
{ | ||
"name": "@atlaskit/adf-schema", | ||
"version": "1.6.2", | ||
"version": "1.7.0", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/adf-schema", | ||
"version": "1.6.2", | ||
"version": "1.7.0", | ||
"description": "Shared package that contains the ADF-schema (json) and ProseMirror node/mark specs", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
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
575342
13329