@atlaskit/adf-schema 44.6.0 → 44.6.2

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,17 @@
1
1
  # @atlaskit/adf-schema
2
2
 
3
+ ## 44.6.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 976a85b: Remove validator spec marks override for inlineCard
8
+
9
+ ## 44.6.1
10
+
11
+ ### Patch Changes
12
+
13
+ - d58545f: Alphabetically sort nodes in generated json schema & validator spec
14
+
3
15
  ## 44.6.0
4
16
 
5
17
  ### Minor Changes
@@ -29,18 +29,6 @@ var inlineCard = exports.inlineCard = (0, _adfSchemaGenerator.adfNode)('inlineCa
29
29
  },
30
30
  stage0: {
31
31
  marks: [_annotation.annotation, _unsupportedNodeAttribute.unsupportedNodeAttribute, _unsupportedMark.unsupportedMark]
32
- },
33
- DANGEROUS_MANUAL_OVERRIDE: {
34
- 'validator-spec': {
35
- 'props.marks': {
36
- reason: '@DSLCompatibilityException - Annotation mark is in variant, but not full schema. However this has been added for compatibility with current validator.',
37
- value: {
38
- items: ['annotation'],
39
- optional: true,
40
- type: 'array'
41
- }
42
- }
43
- }
44
32
  }
45
33
  }).variant('with_annotation', {
46
34
  marks: [_annotation.annotation, _unsupportedMark.unsupportedMark, _unsupportedNodeAttribute.unsupportedNodeAttribute]