@atlaskit/adf-schema
Advanced tools
Comparing version 2.9.0 to 2.10.0
# @atlaskit/adf-schema | ||
## 2.10.0 | ||
### Minor Changes | ||
- [minor][3d9136e483](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3d9136e483): | ||
ED-7182: Promoting annotation to full schema | ||
## 2.9.0 | ||
@@ -4,0 +12,0 @@ |
import { MarkSpec } from 'prosemirror-model'; | ||
/** | ||
* @name annotation_mark | ||
* @stage 0 | ||
*/ | ||
@@ -6,0 +5,0 @@ export interface AnnotationMarkDefinition { |
import { MarkSpec } from 'prosemirror-model'; | ||
/** | ||
* @name annotation_mark | ||
* @stage 0 | ||
*/ | ||
@@ -6,0 +5,0 @@ export interface AnnotationMarkDefinition { |
{ | ||
"name": "@atlaskit/adf-schema", | ||
"version": "2.8.1", | ||
"version": "2.9.0", | ||
"sideEffects": false | ||
} |
@@ -250,2 +250,35 @@ { | ||
}, | ||
"annotation_mark": { | ||
"type": "object", | ||
"properties": { | ||
"type": { | ||
"enum": [ | ||
"annotation" | ||
] | ||
}, | ||
"attrs": { | ||
"type": "object", | ||
"properties": { | ||
"id": { | ||
"type": "string" | ||
}, | ||
"annotationType": { | ||
"enum": [ | ||
"inlineComment" | ||
] | ||
} | ||
}, | ||
"required": [ | ||
"id", | ||
"annotationType" | ||
], | ||
"additionalProperties": false | ||
} | ||
}, | ||
"required": [ | ||
"type", | ||
"attrs" | ||
], | ||
"additionalProperties": false | ||
}, | ||
"paragraph_node": { | ||
@@ -2078,2 +2111,5 @@ "type": "object", | ||
"$ref": "#/definitions/action_mark" | ||
}, | ||
{ | ||
"$ref": "#/definitions/annotation_mark" | ||
} | ||
@@ -2105,2 +2141,5 @@ ] | ||
"$ref": "#/definitions/link_mark" | ||
}, | ||
{ | ||
"$ref": "#/definitions/annotation_mark" | ||
} | ||
@@ -2107,0 +2146,0 @@ ] |
{ | ||
"name": "@atlaskit/adf-schema", | ||
"version": "2.9.0", | ||
"version": "2.10.0", | ||
"sideEffects": false | ||
} |
@@ -250,2 +250,35 @@ { | ||
}, | ||
"annotation_mark": { | ||
"type": "object", | ||
"properties": { | ||
"type": { | ||
"enum": [ | ||
"annotation" | ||
] | ||
}, | ||
"attrs": { | ||
"type": "object", | ||
"properties": { | ||
"id": { | ||
"type": "string" | ||
}, | ||
"annotationType": { | ||
"enum": [ | ||
"inlineComment" | ||
] | ||
} | ||
}, | ||
"required": [ | ||
"id", | ||
"annotationType" | ||
], | ||
"additionalProperties": false | ||
} | ||
}, | ||
"required": [ | ||
"type", | ||
"attrs" | ||
], | ||
"additionalProperties": false | ||
}, | ||
"paragraph_node": { | ||
@@ -2078,2 +2111,5 @@ "type": "object", | ||
"$ref": "#/definitions/action_mark" | ||
}, | ||
{ | ||
"$ref": "#/definitions/annotation_mark" | ||
} | ||
@@ -2105,2 +2141,5 @@ ] | ||
"$ref": "#/definitions/link_mark" | ||
}, | ||
{ | ||
"$ref": "#/definitions/annotation_mark" | ||
} | ||
@@ -2107,0 +2146,0 @@ ] |
{ | ||
"name": "@atlaskit/adf-schema", | ||
"version": "2.9.0", | ||
"version": "2.10.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.9.0", | ||
"version": "2.10.0", | ||
"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
721540
18939