@atlaskit/adf-utils 19.0.9 → 19.0.11
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 +87 -75
- package/dist/cjs/builders/marks/alignment.js +2 -3
- package/dist/cjs/builders/marks/annotation.js +2 -3
- package/dist/cjs/builders/marks/border.js +2 -3
- package/dist/cjs/builders/marks/breakout.js +2 -3
- package/dist/cjs/builders/marks/code.js +2 -3
- package/dist/cjs/builders/marks/data-consumer.js +2 -3
- package/dist/cjs/builders/marks/em.js +2 -3
- package/dist/cjs/builders/marks/fragment.js +2 -3
- package/dist/cjs/builders/marks/indentation.js +2 -3
- package/dist/cjs/builders/marks/link.js +2 -3
- package/dist/cjs/builders/marks/strike.js +2 -3
- package/dist/cjs/builders/marks/strong.js +2 -3
- package/dist/cjs/builders/marks/subsup.js +2 -3
- package/dist/cjs/builders/marks/text-color.js +2 -3
- package/dist/cjs/builders/marks/underline.js +2 -3
- package/dist/cjs/builders/nodes/block-card.js +2 -3
- package/dist/cjs/builders/nodes/blockquote.js +2 -3
- package/dist/cjs/builders/nodes/bodied-extension.js +2 -3
- package/dist/cjs/builders/nodes/bullet-list.js +2 -3
- package/dist/cjs/builders/nodes/caption.js +2 -3
- package/dist/cjs/builders/nodes/code-block.js +2 -3
- package/dist/cjs/builders/nodes/date.js +2 -3
- package/dist/cjs/builders/nodes/decision-item.js +2 -3
- package/dist/cjs/builders/nodes/decision-list.js +2 -3
- package/dist/cjs/builders/nodes/doc.js +2 -3
- package/dist/cjs/builders/nodes/embed-card.js +2 -3
- package/dist/cjs/builders/nodes/emoji.js +2 -3
- package/dist/cjs/builders/nodes/expand.js +2 -3
- package/dist/cjs/builders/nodes/extension.js +2 -3
- package/dist/cjs/builders/nodes/hard-break.js +2 -3
- package/dist/cjs/builders/nodes/heading.js +2 -3
- package/dist/cjs/builders/nodes/inline-card.js +2 -3
- package/dist/cjs/builders/nodes/inline-extension.js +2 -3
- package/dist/cjs/builders/nodes/layout-column.js +2 -3
- package/dist/cjs/builders/nodes/layout-section.js +2 -3
- package/dist/cjs/builders/nodes/list-item.js +2 -3
- package/dist/cjs/builders/nodes/media-group.js +2 -3
- package/dist/cjs/builders/nodes/media-inline.js +2 -3
- package/dist/cjs/builders/nodes/media-single.js +2 -3
- package/dist/cjs/builders/nodes/media.js +2 -3
- package/dist/cjs/builders/nodes/mention.js +2 -3
- package/dist/cjs/builders/nodes/multi-bodied-extension.js +18 -0
- package/dist/cjs/builders/nodes/nested-expand.js +2 -3
- package/dist/cjs/builders/nodes/ordered-list.js +2 -3
- package/dist/cjs/builders/nodes/panel.js +2 -3
- package/dist/cjs/builders/nodes/paragraph.js +2 -3
- package/dist/cjs/builders/nodes/placeholder.js +2 -3
- package/dist/cjs/builders/nodes/rule.js +2 -3
- package/dist/cjs/builders/nodes/status.js +2 -3
- package/dist/cjs/builders/nodes/table-cell.js +2 -3
- package/dist/cjs/builders/nodes/table-header.js +2 -3
- package/dist/cjs/builders/nodes/table-row.js +2 -3
- package/dist/cjs/builders/nodes/table.js +2 -3
- package/dist/cjs/builders/nodes/task-item.js +2 -3
- package/dist/cjs/builders/nodes/task-list.js +2 -3
- package/dist/cjs/builders/nodes/text.js +2 -3
- package/dist/cjs/empty-adf.js +2 -3
- package/dist/cjs/scrub/default-node-replacements.js +2 -3
- package/dist/cjs/scrub/default-value-replacements.js +2 -3
- package/dist/cjs/scrub/hash.js +2 -3
- package/dist/cjs/scrub/scrub-adf.js +2 -3
- package/dist/cjs/scrub/scrub-content.js +4 -7
- package/dist/cjs/transforms/dedupe-marks-transform.js +5 -6
- package/dist/cjs/transforms/helpers.js +2 -3
- package/dist/cjs/transforms/indentation-marks-transform.js +3 -4
- package/dist/cjs/transforms/invalid-media-content-transform.js +2 -3
- package/dist/cjs/transforms/media-link-transform.js +3 -4
- package/dist/cjs/transforms/nodes-missing-content-transform.js +5 -6
- package/dist/cjs/transforms/text-link-code-transform.js +2 -3
- package/dist/cjs/validator/rules.js +2 -3
- package/dist/cjs/validator/specs/alignment.js +2 -3
- package/dist/cjs/validator/specs/annotation.js +2 -3
- package/dist/cjs/validator/specs/atomic_inline.js +1 -2
- package/dist/cjs/validator/specs/blockCard.js +2 -3
- package/dist/cjs/validator/specs/block_content.js +1 -2
- package/dist/cjs/validator/specs/blockquote.js +2 -3
- package/dist/cjs/validator/specs/bodiedExtension.js +2 -3
- package/dist/cjs/validator/specs/bodiedExtension_with_marks.js +2 -3
- package/dist/cjs/validator/specs/border.js +2 -3
- package/dist/cjs/validator/specs/breakout.js +2 -3
- package/dist/cjs/validator/specs/bulletList.js +2 -3
- package/dist/cjs/validator/specs/caption.js +2 -3
- package/dist/cjs/validator/specs/code.js +2 -3
- package/dist/cjs/validator/specs/codeBlock.js +2 -3
- package/dist/cjs/validator/specs/codeBlock_with_marks.js +2 -3
- package/dist/cjs/validator/specs/codeBlock_with_no_marks.js +2 -3
- package/dist/cjs/validator/specs/code_inline.js +2 -3
- package/dist/cjs/validator/specs/dataConsumer.js +2 -3
- package/dist/cjs/validator/specs/date.js +2 -3
- package/dist/cjs/validator/specs/decisionItem.js +2 -3
- package/dist/cjs/validator/specs/decisionList.js +2 -3
- package/dist/cjs/validator/specs/doc.js +3 -4
- package/dist/cjs/validator/specs/em.js +2 -3
- package/dist/cjs/validator/specs/embedCard.js +2 -3
- package/dist/cjs/validator/specs/emoji.js +2 -3
- package/dist/cjs/validator/specs/expand.js +2 -3
- package/dist/cjs/validator/specs/expand_with_breakout_mark.js +2 -3
- package/dist/cjs/validator/specs/expand_with_no_mark.js +2 -3
- package/dist/cjs/validator/specs/extension.js +2 -3
- package/dist/cjs/validator/specs/extensionFrame.js +19 -0
- package/dist/cjs/validator/specs/extension_with_marks.js +2 -3
- package/dist/cjs/validator/specs/formatted_text_inline.js +2 -3
- package/dist/cjs/validator/specs/fragment.js +2 -3
- package/dist/cjs/validator/specs/hardBreak.js +2 -3
- package/dist/cjs/validator/specs/heading.js +2 -3
- package/dist/cjs/validator/specs/heading_with_alignment.js +2 -3
- package/dist/cjs/validator/specs/heading_with_indentation.js +2 -3
- package/dist/cjs/validator/specs/heading_with_no_marks.js +2 -3
- package/dist/cjs/validator/specs/indentation.js +2 -3
- package/dist/cjs/validator/specs/index.js +14 -0
- package/dist/cjs/validator/specs/inline.js +1 -2
- package/dist/cjs/validator/specs/inlineCard.js +2 -3
- package/dist/cjs/validator/specs/inlineExtension.js +2 -3
- package/dist/cjs/validator/specs/inlineExtension_with_marks.js +2 -3
- package/dist/cjs/validator/specs/inline_comment_marker.js +2 -3
- package/dist/cjs/validator/specs/layoutColumn.js +2 -3
- package/dist/cjs/validator/specs/layoutSection.js +2 -3
- package/dist/cjs/validator/specs/layoutSection_full.js +2 -3
- package/dist/cjs/validator/specs/layoutSection_with_single_column.js +2 -3
- package/dist/cjs/validator/specs/link.js +2 -3
- package/dist/cjs/validator/specs/link_text_inline.js +2 -3
- package/dist/cjs/validator/specs/listItem.js +2 -3
- package/dist/cjs/validator/specs/media.js +2 -3
- package/dist/cjs/validator/specs/mediaGroup.js +2 -3
- package/dist/cjs/validator/specs/mediaInline.js +2 -3
- package/dist/cjs/validator/specs/mediaSingle.js +2 -3
- package/dist/cjs/validator/specs/mediaSingle_caption.js +2 -3
- package/dist/cjs/validator/specs/mediaSingle_full.js +2 -3
- package/dist/cjs/validator/specs/mention.js +2 -3
- package/dist/cjs/validator/specs/multiBodiedExtension.js +58 -0
- package/dist/cjs/validator/specs/nestedExpand.js +2 -3
- package/dist/cjs/validator/specs/nestedExpand_content.js +2 -3
- package/dist/cjs/validator/specs/nestedExpand_with_no_marks.js +2 -3
- package/dist/cjs/validator/specs/non_nestable_block_content.js +1 -2
- package/dist/cjs/validator/specs/orderedList.js +2 -3
- package/dist/cjs/validator/specs/panel.js +2 -3
- package/dist/cjs/validator/specs/paragraph.js +2 -3
- package/dist/cjs/validator/specs/paragraph_with_alignment.js +2 -3
- package/dist/cjs/validator/specs/paragraph_with_indentation.js +2 -3
- package/dist/cjs/validator/specs/paragraph_with_no_marks.js +2 -3
- package/dist/cjs/validator/specs/placeholder.js +2 -3
- package/dist/cjs/validator/specs/rule.js +2 -3
- package/dist/cjs/validator/specs/status.js +2 -3
- package/dist/cjs/validator/specs/strike.js +2 -3
- package/dist/cjs/validator/specs/strong.js +2 -3
- package/dist/cjs/validator/specs/subsup.js +2 -3
- package/dist/cjs/validator/specs/table.js +2 -3
- package/dist/cjs/validator/specs/tableCell.js +2 -3
- package/dist/cjs/validator/specs/tableCell_content.js +2 -3
- package/dist/cjs/validator/specs/tableHeader.js +2 -3
- package/dist/cjs/validator/specs/tableRow.js +2 -3
- package/dist/cjs/validator/specs/taskItem.js +2 -3
- package/dist/cjs/validator/specs/taskList.js +2 -3
- package/dist/cjs/validator/specs/text.js +2 -3
- package/dist/cjs/validator/specs/textColor.js +2 -3
- package/dist/cjs/validator/specs/underline.js +2 -3
- package/dist/cjs/validator/utils.js +9 -17
- package/dist/cjs/validator/validator.js +2 -2
- package/dist/es2019/builders/nodes/multi-bodied-extension.js +5 -0
- package/dist/es2019/validator/specs/doc.js +1 -1
- package/dist/es2019/validator/specs/extensionFrame.js +13 -0
- package/dist/es2019/validator/specs/index.js +2 -0
- package/dist/es2019/validator/specs/multiBodiedExtension.js +52 -0
- package/dist/esm/builders/nodes/multi-bodied-extension.js +12 -0
- package/dist/esm/transforms/dedupe-marks-transform.js +3 -3
- package/dist/esm/transforms/indentation-marks-transform.js +1 -1
- package/dist/esm/transforms/media-link-transform.js +1 -1
- package/dist/esm/transforms/nodes-missing-content-transform.js +3 -3
- package/dist/esm/validator/specs/doc.js +1 -1
- package/dist/esm/validator/specs/extensionFrame.js +13 -0
- package/dist/esm/validator/specs/index.js +2 -0
- package/dist/esm/validator/specs/multiBodiedExtension.js +52 -0
- package/dist/esm/validator/validator.js +2 -2
- package/dist/types/builders/nodes/doc.d.ts +2 -2
- package/dist/types/builders/nodes/multi-bodied-extension.d.ts +2 -0
- package/dist/types/validator/specs/extensionFrame.d.ts +14 -0
- package/dist/types/validator/specs/index.d.ts +2 -0
- package/dist/types/validator/specs/multiBodiedExtension.d.ts +53 -0
- package/dist/types-ts4.5/builders/nodes/doc.d.ts +2 -2
- package/dist/types-ts4.5/builders/nodes/multi-bodied-extension.d.ts +2 -0
- package/dist/types-ts4.5/validator/specs/extensionFrame.d.ts +14 -0
- package/dist/types-ts4.5/validator/specs/index.d.ts +2 -0
- package/dist/types-ts4.5/validator/specs/multiBodiedExtension.d.ts +53 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,68 +1,80 @@
|
|
|
1
1
|
# @atlaskit/adf-utils
|
|
2
2
|
|
|
3
|
+
## 19.0.11
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#43379](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43379) [`482c025520d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/482c025520d) - ED-20763 Upgrade ADF schema version to 33.2.3 for MBE nodes.
|
|
8
|
+
|
|
9
|
+
## 19.0.10
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#39749](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39749) [`e6b69f455c3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e6b69f455c3) - Connect yarn changeset to packages, upgrade adf-schema
|
|
14
|
+
|
|
3
15
|
## 19.0.9
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
6
18
|
|
|
7
|
-
- [`f040aac6bd1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f040aac6bd1) - ADFEXP-524: unskip consistency.ts in adf-utils
|
|
19
|
+
- [#40343](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40343) [`f040aac6bd1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f040aac6bd1) - ADFEXP-524: unskip consistency.ts in adf-utils
|
|
8
20
|
|
|
9
21
|
## 19.0.8
|
|
10
22
|
|
|
11
23
|
### Patch Changes
|
|
12
24
|
|
|
13
|
-
- [`02417310e08`](https://bitbucket.org/atlassian/atlassian-frontend/commits/02417310e08) - Fix broken generate:spec in adf-utils
|
|
25
|
+
- [#40119](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40119) [`02417310e08`](https://bitbucket.org/atlassian/atlassian-frontend/commits/02417310e08) - Fix broken generate:spec in adf-utils
|
|
14
26
|
|
|
15
27
|
## 19.0.7
|
|
16
28
|
|
|
17
29
|
### Patch Changes
|
|
18
30
|
|
|
19
|
-
- [`aeb5c9a01e8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aeb5c9a01e8) - Delete adf-schema from AFE and rely on npm package for adf-schema
|
|
31
|
+
- [#39481](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39481) [`aeb5c9a01e8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aeb5c9a01e8) - Delete adf-schema from AFE and rely on npm package for adf-schema
|
|
20
32
|
- [`4b4dcfe0bba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4b4dcfe0bba) - Delete adf-schema, use published version
|
|
21
33
|
|
|
22
34
|
## 19.0.6
|
|
23
35
|
|
|
24
36
|
### Patch Changes
|
|
25
37
|
|
|
26
|
-
- [`818087ca71e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/818087ca71e) - ADFEXP-542: fix validate test
|
|
38
|
+
- [#39532](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39532) [`818087ca71e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/818087ca71e) - ADFEXP-542: fix validate test
|
|
27
39
|
|
|
28
40
|
## 19.0.5
|
|
29
41
|
|
|
30
42
|
### Patch Changes
|
|
31
43
|
|
|
32
|
-
- [`33cb07de05f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/33cb07de05f) - change adf-schema to fixed versioning
|
|
44
|
+
- [#38976](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38976) [`33cb07de05f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/33cb07de05f) - change adf-schema to fixed versioning
|
|
33
45
|
|
|
34
46
|
## 19.0.4
|
|
35
47
|
|
|
36
48
|
### Patch Changes
|
|
37
49
|
|
|
38
|
-
- [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
|
|
50
|
+
- [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162) [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
|
|
39
51
|
|
|
40
52
|
## 19.0.3
|
|
41
53
|
|
|
42
54
|
### Patch Changes
|
|
43
55
|
|
|
44
|
-
- [`106c54b0ce4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/106c54b0ce4) - [ux] ED-15896 - Added support for unsupported nodes in listItem
|
|
56
|
+
- [#37934](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37934) [`106c54b0ce4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/106c54b0ce4) - [ux] ED-15896 - Added support for unsupported nodes in listItem
|
|
45
57
|
- Updated dependencies
|
|
46
58
|
|
|
47
59
|
## 19.0.2
|
|
48
60
|
|
|
49
61
|
### Patch Changes
|
|
50
62
|
|
|
51
|
-
- [`9064e2d0f28`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9064e2d0f28) - [ux] HOT-104783 Reverting https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37639
|
|
63
|
+
- [#38316](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38316) [`9064e2d0f28`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9064e2d0f28) - [ux] HOT-104783 Reverting https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37639
|
|
52
64
|
- Updated dependencies
|
|
53
65
|
|
|
54
66
|
## 19.0.1
|
|
55
67
|
|
|
56
68
|
### Patch Changes
|
|
57
69
|
|
|
58
|
-
- [`30d82d3462c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/30d82d3462c) - [ED-19175] add missing support for the unsupportedBlock in table related nodes
|
|
70
|
+
- [#37639](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37639) [`30d82d3462c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/30d82d3462c) - [ED-19175] add missing support for the unsupportedBlock in table related nodes
|
|
59
71
|
- Updated dependencies
|
|
60
72
|
|
|
61
73
|
## 19.0.0
|
|
62
74
|
|
|
63
75
|
### Major Changes
|
|
64
76
|
|
|
65
|
-
- [`68ef7e6146c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/68ef7e6146c) - [ADF change] added widthType attribute to mediaSingle node, to support fixed width media node.
|
|
77
|
+
- [#35517](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35517) [`68ef7e6146c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/68ef7e6146c) - [ADF change] added widthType attribute to mediaSingle node, to support fixed width media node.
|
|
66
78
|
|
|
67
79
|
### Patch Changes
|
|
68
80
|
|
|
@@ -72,32 +84,32 @@
|
|
|
72
84
|
|
|
73
85
|
### Patch Changes
|
|
74
86
|
|
|
75
|
-
- [`c630941e8ca`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c630941e8ca) - Fix validation spec and modify default card node replacement where rest of the attributes are spread on top of replaced URL
|
|
87
|
+
- [#34936](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34936) [`c630941e8ca`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c630941e8ca) - Fix validation spec and modify default card node replacement where rest of the attributes are spread on top of replaced URL
|
|
76
88
|
|
|
77
89
|
## 18.4.2
|
|
78
90
|
|
|
79
91
|
### Patch Changes
|
|
80
92
|
|
|
81
|
-
- [`bf7e8e4968b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bf7e8e4968b) - ED-15895 add unsupportedinline support to caption
|
|
93
|
+
- [#35185](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35185) [`bf7e8e4968b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bf7e8e4968b) - ED-15895 add unsupportedinline support to caption
|
|
82
94
|
|
|
83
95
|
## 18.4.1
|
|
84
96
|
|
|
85
97
|
### Patch Changes
|
|
86
98
|
|
|
87
|
-
- [`6de13a329d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6de13a329d4) - Move `width` and `layout` out from `datasource` into `attr` root (context blockCard node)
|
|
99
|
+
- [#35085](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35085) [`6de13a329d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6de13a329d4) - Move `width` and `layout` out from `datasource` into `attr` root (context blockCard node)
|
|
88
100
|
- Updated dependencies
|
|
89
101
|
|
|
90
102
|
## 18.4.0
|
|
91
103
|
|
|
92
104
|
### Minor Changes
|
|
93
105
|
|
|
94
|
-
- [`55d241a3794`](https://bitbucket.org/atlassian/atlassian-frontend/commits/55d241a3794) - Improve ADF validation by making deeper and stricter array checks as well as ability to have deep attribute structures.
|
|
106
|
+
- [#34998](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34998) [`55d241a3794`](https://bitbucket.org/atlassian/atlassian-frontend/commits/55d241a3794) - Improve ADF validation by making deeper and stricter array checks as well as ability to have deep attribute structures.
|
|
95
107
|
|
|
96
108
|
## 18.3.0
|
|
97
109
|
|
|
98
110
|
### Minor Changes
|
|
99
111
|
|
|
100
|
-
- [`f3d2c08d61b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f3d2c08d61b) - Adds new datasource attribute to existing blockCard node
|
|
112
|
+
- [#34887](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34887) [`f3d2c08d61b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f3d2c08d61b) - Adds new datasource attribute to existing blockCard node
|
|
101
113
|
|
|
102
114
|
### Patch Changes
|
|
103
115
|
|
|
@@ -107,26 +119,26 @@
|
|
|
107
119
|
|
|
108
120
|
### Patch Changes
|
|
109
121
|
|
|
110
|
-
- [`94561f309f3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/94561f309f3) - New stage-0 change: custom "width" attribute on Tables nodes
|
|
122
|
+
- [#34192](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34192) [`94561f309f3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/94561f309f3) - New stage-0 change: custom "width" attribute on Tables nodes
|
|
111
123
|
- Updated dependencies
|
|
112
124
|
|
|
113
125
|
## 18.2.2
|
|
114
126
|
|
|
115
127
|
### Patch Changes
|
|
116
128
|
|
|
117
|
-
- [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
|
|
129
|
+
- [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793) [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
|
|
118
130
|
|
|
119
131
|
## 18.2.1
|
|
120
132
|
|
|
121
133
|
### Patch Changes
|
|
122
134
|
|
|
123
|
-
- [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
|
|
135
|
+
- [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649) [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
|
|
124
136
|
|
|
125
137
|
## 18.2.0
|
|
126
138
|
|
|
127
139
|
### Minor Changes
|
|
128
140
|
|
|
129
|
-
- [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
|
|
141
|
+
- [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258) [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
|
|
130
142
|
|
|
131
143
|
### Patch Changes
|
|
132
144
|
|
|
@@ -136,20 +148,20 @@
|
|
|
136
148
|
|
|
137
149
|
### Patch Changes
|
|
138
150
|
|
|
139
|
-
- [`ac684305b74`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac684305b74) - [ED-17495] Avoid adding two unsupportedNodeAttribute marks as duplicate marks are invalid ADF
|
|
151
|
+
- [#33004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33004) [`ac684305b74`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac684305b74) - [ED-17495] Avoid adding two unsupportedNodeAttribute marks as duplicate marks are invalid ADF
|
|
140
152
|
|
|
141
153
|
## 18.1.1
|
|
142
154
|
|
|
143
155
|
### Patch Changes
|
|
144
156
|
|
|
145
|
-
- [`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY remove before merging to master; dupe adf-schema via adf-utils
|
|
157
|
+
- [#32424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32424) [`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY remove before merging to master; dupe adf-schema via adf-utils
|
|
146
158
|
- Updated dependencies
|
|
147
159
|
|
|
148
160
|
## 18.1.0
|
|
149
161
|
|
|
150
162
|
### Minor Changes
|
|
151
163
|
|
|
152
|
-
- [`bf04c417bfd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bf04c417bfd) - Add "border" mark to stage0 ADF schema
|
|
164
|
+
- [#31891](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31891) [`bf04c417bfd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bf04c417bfd) - Add "border" mark to stage0 ADF schema
|
|
153
165
|
|
|
154
166
|
### Patch Changes
|
|
155
167
|
|
|
@@ -159,7 +171,7 @@
|
|
|
159
171
|
|
|
160
172
|
### Patch Changes
|
|
161
173
|
|
|
162
|
-
- [`6b52583b688`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6b52583b688) - ED-15974 Currently nodes are validated against single spec.
|
|
174
|
+
- [#31299](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31299) [`6b52583b688`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6b52583b688) - ED-15974 Currently nodes are validated against single spec.
|
|
163
175
|
When a node has multiple specs, like mediaSingle, the first spec is used to validate the node.
|
|
164
176
|
Therefore, the validation fails with an error `INVALID_CONTENT_LENGTH` when the correct spec is not selected for validation.
|
|
165
177
|
|
|
@@ -169,27 +181,27 @@
|
|
|
169
181
|
|
|
170
182
|
### Patch Changes
|
|
171
183
|
|
|
172
|
-
- [`eab04c03dbc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eab04c03dbc) - ED-15641 Update transfromIndentationMarks() to remove heading indention from tableHeaders.
|
|
184
|
+
- [#29470](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29470) [`eab04c03dbc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eab04c03dbc) - ED-15641 Update transfromIndentationMarks() to remove heading indention from tableHeaders.
|
|
173
185
|
- Updated dependencies
|
|
174
186
|
|
|
175
187
|
## 18.0.2
|
|
176
188
|
|
|
177
189
|
### Patch Changes
|
|
178
190
|
|
|
179
|
-
- [`15e6a59ab9b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/15e6a59ab9b) - Dummy changeset to trigger product integrator to use latest adf-utils from develop.
|
|
191
|
+
- [#28932](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28932) [`15e6a59ab9b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/15e6a59ab9b) - Dummy changeset to trigger product integrator to use latest adf-utils from develop.
|
|
180
192
|
|
|
181
193
|
## 18.0.1
|
|
182
194
|
|
|
183
195
|
### Patch Changes
|
|
184
196
|
|
|
185
|
-
- [`070984d00ea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/070984d00ea) - Dummy changeset to trigger product integrator to use latest adf-utils from develop
|
|
197
|
+
- [#28374](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28374) [`070984d00ea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/070984d00ea) - Dummy changeset to trigger product integrator to use latest adf-utils from develop
|
|
186
198
|
- Updated dependencies
|
|
187
199
|
|
|
188
200
|
## 18.0.0
|
|
189
201
|
|
|
190
202
|
### Major Changes
|
|
191
203
|
|
|
192
|
-
- [`5d317ed8aa3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5d317ed8aa3) - [ux] ED-15882: Implement custom starting numbers for orderedList nodes in adf-schema, editor, renderer, transformers behind restartNumberedLists feature flag. Users will be able to set a custom starting number when typing to create a numbered list in the Editor and this will be persisted across Renderer and other format transformations.
|
|
204
|
+
- [#28090](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28090) [`5d317ed8aa3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5d317ed8aa3) - [ux] ED-15882: Implement custom starting numbers for orderedList nodes in adf-schema, editor, renderer, transformers behind restartNumberedLists feature flag. Users will be able to set a custom starting number when typing to create a numbered list in the Editor and this will be persisted across Renderer and other format transformations.
|
|
193
205
|
|
|
194
206
|
Note: restartNumberedLists will be off by default. To enable it, consumers will need to set <Editor featureFlags={{ restartNumberedLists: true }}> or <Renderer featureFlags={{ restartNumberedLists: true }}>
|
|
195
207
|
|
|
@@ -201,13 +213,13 @@
|
|
|
201
213
|
|
|
202
214
|
### Patch Changes
|
|
203
215
|
|
|
204
|
-
- [`17014a9004c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/17014a9004c) - [ux] ED-15632 preprocess invalid media adf to avoid empty mediaSingle node and duplicated captions and media inside mediaSingle.The document will be transformed for this cases and validation error not thrown.When mediaSingle with empty content is encountered - it will be removed.When mediaSingle with duplicated captions or media nodes is encountered - duplicate captions or media nodes will be removed, prioritising removal of nodes with empty content first.
|
|
216
|
+
- [#26712](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26712) [`17014a9004c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/17014a9004c) - [ux] ED-15632 preprocess invalid media adf to avoid empty mediaSingle node and duplicated captions and media inside mediaSingle.The document will be transformed for this cases and validation error not thrown.When mediaSingle with empty content is encountered - it will be removed.When mediaSingle with duplicated captions or media nodes is encountered - duplicate captions or media nodes will be removed, prioritising removal of nodes with empty content first.
|
|
205
217
|
|
|
206
218
|
## 17.1.4
|
|
207
219
|
|
|
208
220
|
### Patch Changes
|
|
209
221
|
|
|
210
|
-
- [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5`
|
|
222
|
+
- [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874) [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5`
|
|
211
223
|
|
|
212
224
|
## 17.1.3
|
|
213
225
|
|
|
@@ -219,20 +231,20 @@
|
|
|
219
231
|
|
|
220
232
|
### Patch Changes
|
|
221
233
|
|
|
222
|
-
- [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade Typescript from `4.2.4` to `4.3.5`.
|
|
234
|
+
- [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492) [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade Typescript from `4.2.4` to `4.3.5`.
|
|
223
235
|
|
|
224
236
|
## 17.1.1
|
|
225
237
|
|
|
226
238
|
### Patch Changes
|
|
227
239
|
|
|
228
|
-
- [`fecd5f5c96c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fecd5f5c96c) - ED-15067 Added paragraph_with_indentation to block content to allow indented paragraphs inside of layout columns. Prior to this change, it was possible to add indentation but it resulted in an unsupported mark.
|
|
240
|
+
- [#23381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23381) [`fecd5f5c96c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fecd5f5c96c) - ED-15067 Added paragraph_with_indentation to block content to allow indented paragraphs inside of layout columns. Prior to this change, it was possible to add indentation but it resulted in an unsupported mark.
|
|
229
241
|
- Updated dependencies
|
|
230
242
|
|
|
231
243
|
## 17.1.0
|
|
232
244
|
|
|
233
245
|
### Minor Changes
|
|
234
246
|
|
|
235
|
-
- [`4d8c675bd2a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4d8c675bd2a) - EDM-3779 Hotfix: Extend Media Inline ADF Schema to have type attribute
|
|
247
|
+
- [#22875](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22875) [`4d8c675bd2a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4d8c675bd2a) - EDM-3779 Hotfix: Extend Media Inline ADF Schema to have type attribute
|
|
236
248
|
|
|
237
249
|
### Patch Changes
|
|
238
250
|
|
|
@@ -242,7 +254,7 @@
|
|
|
242
254
|
|
|
243
255
|
### Major Changes
|
|
244
256
|
|
|
245
|
-
- [`844b8278b4d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/844b8278b4d) - ED-14608: Migrate adf-utils to modern child entry points, remove default entry point, add codemods to enforce migration.
|
|
257
|
+
- [#21570](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21570) [`844b8278b4d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/844b8278b4d) - ED-14608: Migrate adf-utils to modern child entry points, remove default entry point, add codemods to enforce migration.
|
|
246
258
|
|
|
247
259
|
As we will no longer support the default entry point, imports such as the example below:
|
|
248
260
|
|
|
@@ -298,7 +310,7 @@
|
|
|
298
310
|
|
|
299
311
|
`npx @atlaskit/codemod-cli /path/to/target/directory`
|
|
300
312
|
|
|
301
|
-
See [documentation on DAC](https://
|
|
313
|
+
See [documentation on DAC](https://hello.atlassian.net/wiki/spaces/AF/pages/2627171992/Codemods) for general codemod guidance.
|
|
302
314
|
|
|
303
315
|
### Patch Changes
|
|
304
316
|
|
|
@@ -309,7 +321,7 @@
|
|
|
309
321
|
|
|
310
322
|
### Patch Changes
|
|
311
323
|
|
|
312
|
-
- [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade to TypeScript 4.2.4
|
|
324
|
+
- [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650) [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade to TypeScript 4.2.4
|
|
313
325
|
|
|
314
326
|
## 16.0.1
|
|
315
327
|
|
|
@@ -321,11 +333,11 @@
|
|
|
321
333
|
|
|
322
334
|
### Major Changes
|
|
323
335
|
|
|
324
|
-
- [`304351e4b1e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/304351e4b1e) - CETI-241 - Added additional panel ADF attributes (panelIconId, panelIconText) to uniquely identify custom panel emojis. The change has been categorised as major since it is a change to the full-schema ADF. However, the custom panel feature is behind a feature flag, has not yet been released to production, and is only currently planned for release to Confluence. See ADF change #61 for further details.
|
|
336
|
+
- [#18526](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18526) [`304351e4b1e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/304351e4b1e) - CETI-241 - Added additional panel ADF attributes (panelIconId, panelIconText) to uniquely identify custom panel emojis. The change has been categorised as major since it is a change to the full-schema ADF. However, the custom panel feature is behind a feature flag, has not yet been released to production, and is only currently planned for release to Confluence. See ADF change #61 for further details.
|
|
325
337
|
|
|
326
338
|
### Patch Changes
|
|
327
339
|
|
|
328
|
-
- [`2f5133aedd7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2f5133aedd7) - ED-13881 Update existing imports from @atlaskit/adf-schema to use declarative entry points
|
|
340
|
+
- [#16752](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16752) [`2f5133aedd7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2f5133aedd7) - ED-13881 Update existing imports from @atlaskit/adf-schema to use declarative entry points
|
|
329
341
|
- [`3b49ff824ec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3b49ff824ec) - ED-14043 update prosemirror schema to only allow link mark on children of paragraph and mediaSingle
|
|
330
342
|
- Updated dependencies
|
|
331
343
|
|
|
@@ -348,13 +360,13 @@
|
|
|
348
360
|
|
|
349
361
|
### Patch Changes
|
|
350
362
|
|
|
351
|
-
- [`60a8ae28c1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/60a8ae28c1f) - [ux] HOT-97965: Strip code marks from text nodes when code and link marks both exist
|
|
363
|
+
- [#18233](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18233) [`60a8ae28c1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/60a8ae28c1f) - [ux] HOT-97965: Strip code marks from text nodes when code and link marks both exist
|
|
352
364
|
|
|
353
365
|
## 14.4.0
|
|
354
366
|
|
|
355
367
|
### Minor Changes
|
|
356
368
|
|
|
357
|
-
- [`83154234335`](https://bitbucket.org/atlassian/atlassian-frontend/commits/83154234335) - ED-13522 Add safe URL check to ADF validator (smart cards now show as unsupported content if the check fails)
|
|
369
|
+
- [#15998](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15998) [`83154234335`](https://bitbucket.org/atlassian/atlassian-frontend/commits/83154234335) - ED-13522 Add safe URL check to ADF validator (smart cards now show as unsupported content if the check fails)
|
|
358
370
|
- [`8bbb96540ea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8bbb96540ea) - Add "fragment" mark to stage0 ADF schema
|
|
359
371
|
|
|
360
372
|
### Patch Changes
|
|
@@ -365,7 +377,7 @@
|
|
|
365
377
|
|
|
366
378
|
### Minor Changes
|
|
367
379
|
|
|
368
|
-
- [`cf853e39278`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf853e39278) - Add single column support for layouts
|
|
380
|
+
- [#14319](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14319) [`cf853e39278`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf853e39278) - Add single column support for layouts
|
|
369
381
|
|
|
370
382
|
### Patch Changes
|
|
371
383
|
|
|
@@ -375,7 +387,7 @@
|
|
|
375
387
|
|
|
376
388
|
### Minor Changes
|
|
377
389
|
|
|
378
|
-
- [`ad67f6684f1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ad67f6684f1) - Add MediaInline to ADF Stage0 schema
|
|
390
|
+
- [#13864](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13864) [`ad67f6684f1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ad67f6684f1) - Add MediaInline to ADF Stage0 schema
|
|
379
391
|
|
|
380
392
|
### Patch Changes
|
|
381
393
|
|
|
@@ -391,7 +403,7 @@
|
|
|
391
403
|
|
|
392
404
|
### Minor Changes
|
|
393
405
|
|
|
394
|
-
- [`9fef23ee77c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9fef23ee77c) - ED-12477 Add unsupported node capability to Media Group
|
|
406
|
+
- [#11649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11649) [`9fef23ee77c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9fef23ee77c) - ED-12477 Add unsupported node capability to Media Group
|
|
395
407
|
- [`fc04f067e14`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fc04f067e14) - Fix DataConsumer mark builder type
|
|
396
408
|
|
|
397
409
|
### Patch Changes
|
|
@@ -402,7 +414,7 @@
|
|
|
402
414
|
|
|
403
415
|
### Major Changes
|
|
404
416
|
|
|
405
|
-
- [`7e6fe5abae9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7e6fe5abae9) - revert heading with indentation in table cell content
|
|
417
|
+
- [#11379](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11379) [`7e6fe5abae9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7e6fe5abae9) - revert heading with indentation in table cell content
|
|
406
418
|
|
|
407
419
|
### Patch Changes
|
|
408
420
|
|
|
@@ -412,7 +424,7 @@
|
|
|
412
424
|
|
|
413
425
|
### Major Changes
|
|
414
426
|
|
|
415
|
-
- [`9d3472d1a17`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d3472d1a17) - ED-12889: Remove heading with indentation from table cell content
|
|
427
|
+
- [#11113](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11113) [`9d3472d1a17`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d3472d1a17) - ED-12889: Remove heading with indentation from table cell content
|
|
416
428
|
|
|
417
429
|
### Minor Changes
|
|
418
430
|
|
|
@@ -426,7 +438,7 @@
|
|
|
426
438
|
|
|
427
439
|
### Minor Changes
|
|
428
440
|
|
|
429
|
-
- [`1fbe305bf7d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1fbe305bf7d) - ED-12273 Unsupported content support for Layout
|
|
441
|
+
- [#10569](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10569) [`1fbe305bf7d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1fbe305bf7d) - ED-12273 Unsupported content support for Layout
|
|
430
442
|
|
|
431
443
|
### Patch Changes
|
|
432
444
|
|
|
@@ -436,7 +448,7 @@
|
|
|
436
448
|
|
|
437
449
|
### Minor Changes
|
|
438
450
|
|
|
439
|
-
- [`8c84c29006b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8c84c29006b) - Improve data-consumer mark being nested, aAdd basic doc tests for data consumer
|
|
451
|
+
- [#10230](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10230) [`8c84c29006b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8c84c29006b) - Improve data-consumer mark being nested, aAdd basic doc tests for data consumer
|
|
440
452
|
- [`621f12ec284`](https://bitbucket.org/atlassian/atlassian-frontend/commits/621f12ec284) - Update adf util specs to support unsupported content changes
|
|
441
453
|
|
|
442
454
|
### Patch Changes
|
|
@@ -447,7 +459,7 @@
|
|
|
447
459
|
|
|
448
460
|
### Minor Changes
|
|
449
461
|
|
|
450
|
-
- [`357edf7b4a1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/357edf7b4a1) - ED-12266 Extend code block to support UnsupportedInline content.
|
|
462
|
+
- [#9756](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9756) [`357edf7b4a1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/357edf7b4a1) - ED-12266 Extend code block to support UnsupportedInline content.
|
|
451
463
|
|
|
452
464
|
### Patch Changes
|
|
453
465
|
|
|
@@ -457,7 +469,7 @@
|
|
|
457
469
|
|
|
458
470
|
### Major Changes
|
|
459
471
|
|
|
460
|
-
- [`accd87f8116`](https://bitbucket.org/atlassian/atlassian-frontend/commits/accd87f8116) - ED-10216 Remove sanitizeNode helper function
|
|
472
|
+
- [#9510](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9510) [`accd87f8116`](https://bitbucket.org/atlassian/atlassian-frontend/commits/accd87f8116) - ED-10216 Remove sanitizeNode helper function
|
|
461
473
|
|
|
462
474
|
BREAKING CHANGE:
|
|
463
475
|
|
|
@@ -482,7 +494,7 @@
|
|
|
482
494
|
|
|
483
495
|
### Minor Changes
|
|
484
496
|
|
|
485
|
-
- [`6d748ea5140`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6d748ea5140) - New stage-0 data consumer mark in ADF schema
|
|
497
|
+
- [#9083](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9083) [`6d748ea5140`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6d748ea5140) - New stage-0 data consumer mark in ADF schema
|
|
486
498
|
|
|
487
499
|
### Patch Changes
|
|
488
500
|
|
|
@@ -492,26 +504,26 @@
|
|
|
492
504
|
|
|
493
505
|
### Patch Changes
|
|
494
506
|
|
|
495
|
-
- [`ffbe78153cf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ffbe78153cf) - New stage0 ADF change: localId attribute on Table nodes
|
|
507
|
+
- [#8644](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8644) [`ffbe78153cf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ffbe78153cf) - New stage0 ADF change: localId attribute on Table nodes
|
|
496
508
|
- Updated dependencies
|
|
497
509
|
|
|
498
510
|
## 11.8.0
|
|
499
511
|
|
|
500
512
|
### Minor Changes
|
|
501
513
|
|
|
502
|
-
- [`586040bf70b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/586040bf70b) - Ensure that all children are validated in new error path
|
|
514
|
+
- [#7762](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7762) [`586040bf70b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/586040bf70b) - Ensure that all children are validated in new error path
|
|
503
515
|
|
|
504
516
|
## 11.7.1
|
|
505
517
|
|
|
506
518
|
### Patch Changes
|
|
507
519
|
|
|
508
|
-
- [`7374ce442af`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7374ce442af) - Scrub content in array attributes
|
|
520
|
+
- [#7721](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7721) [`7374ce442af`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7374ce442af) - Scrub content in array attributes
|
|
509
521
|
|
|
510
522
|
## 11.7.0
|
|
511
523
|
|
|
512
524
|
### Minor Changes
|
|
513
525
|
|
|
514
|
-
- [`70f47afdee`](https://bitbucket.org/atlassian/atlassian-frontend/commits/70f47afdee) - Added unsupportedBlock support for mediaSingle as a child
|
|
526
|
+
- [#7425](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7425) [`70f47afdee`](https://bitbucket.org/atlassian/atlassian-frontend/commits/70f47afdee) - Added unsupportedBlock support for mediaSingle as a child
|
|
515
527
|
- [`549740c01d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/549740c01d) - Exported the validator errors map
|
|
516
528
|
Convert nodes that are after an invalid length to be unsupported
|
|
517
529
|
|
|
@@ -523,7 +535,7 @@
|
|
|
523
535
|
|
|
524
536
|
### Minor Changes
|
|
525
537
|
|
|
526
|
-
- [`f523768cdc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f523768cdc) - Fix validator and schema for Image Captions
|
|
538
|
+
- [#7170](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7170) [`f523768cdc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f523768cdc) - Fix validator and schema for Image Captions
|
|
527
539
|
|
|
528
540
|
### Patch Changes
|
|
529
541
|
|
|
@@ -533,19 +545,19 @@
|
|
|
533
545
|
|
|
534
546
|
### Minor Changes
|
|
535
547
|
|
|
536
|
-
- [`9697099745`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9697099745) - NO-ISSUE: replace media and smart links with valid nodes
|
|
548
|
+
- [#6838](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6838) [`9697099745`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9697099745) - NO-ISSUE: replace media and smart links with valid nodes
|
|
537
549
|
|
|
538
550
|
## 11.4.0
|
|
539
551
|
|
|
540
552
|
### Minor Changes
|
|
541
553
|
|
|
542
|
-
- [`4d9d11c246`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4d9d11c246) - Fixes nodes with multiple validation specs to return node with most suitable spec.
|
|
554
|
+
- [#6833](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6833) [`4d9d11c246`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4d9d11c246) - Fixes nodes with multiple validation specs to return node with most suitable spec.
|
|
543
555
|
|
|
544
556
|
## 11.3.0
|
|
545
557
|
|
|
546
558
|
### Minor Changes
|
|
547
559
|
|
|
548
|
-
- [`9b1c48edd1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9b1c48edd1) - Revert ED-10820 to resolve broken validator
|
|
560
|
+
- [#6571](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6571) [`9b1c48edd1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9b1c48edd1) - Revert ED-10820 to resolve broken validator
|
|
549
561
|
|
|
550
562
|
### Patch Changes
|
|
551
563
|
|
|
@@ -556,43 +568,43 @@
|
|
|
556
568
|
|
|
557
569
|
### Patch Changes
|
|
558
570
|
|
|
559
|
-
- [`e6f6e57465`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e6f6e57465) - NO-ISSUE: replace unicode glyphs including emojis
|
|
571
|
+
- [#6437](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6437) [`e6f6e57465`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e6f6e57465) - NO-ISSUE: replace unicode glyphs including emojis
|
|
560
572
|
|
|
561
573
|
## 11.2.1
|
|
562
574
|
|
|
563
575
|
### Patch Changes
|
|
564
576
|
|
|
565
|
-
- [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile packages using babel rather than tsc
|
|
577
|
+
- [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857) [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile packages using babel rather than tsc
|
|
566
578
|
|
|
567
579
|
## 11.2.0
|
|
568
580
|
|
|
569
581
|
### Minor Changes
|
|
570
582
|
|
|
571
|
-
- [`24af67e112`](https://bitbucket.org/atlassian/atlassian-frontend/commits/24af67e112) - NO-ISSUE: allow consumers to specify per-type node replacements
|
|
583
|
+
- [#6393](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6393) [`24af67e112`](https://bitbucket.org/atlassian/atlassian-frontend/commits/24af67e112) - NO-ISSUE: allow consumers to specify per-type node replacements
|
|
572
584
|
|
|
573
585
|
## 11.1.2
|
|
574
586
|
|
|
575
587
|
### Patch Changes
|
|
576
588
|
|
|
577
|
-
- [`b0203bf159`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b0203bf159) - NO-ISSUE: retain numeric characters
|
|
589
|
+
- [#6340](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6340) [`b0203bf159`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b0203bf159) - NO-ISSUE: retain numeric characters
|
|
578
590
|
|
|
579
591
|
## 11.1.1
|
|
580
592
|
|
|
581
593
|
### Patch Changes
|
|
582
594
|
|
|
583
|
-
- [`b7e3b9c8f2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b7e3b9c8f2) - retain non-word characters and case when scrubbing
|
|
595
|
+
- [#6308](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6308) [`b7e3b9c8f2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b7e3b9c8f2) - retain non-word characters and case when scrubbing
|
|
584
596
|
|
|
585
597
|
## 11.1.0
|
|
586
598
|
|
|
587
599
|
### Minor Changes
|
|
588
600
|
|
|
589
|
-
- [`988bc9cfc9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/988bc9cfc9) - ED-10676: ADF scrub util
|
|
601
|
+
- [#5877](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5877) [`988bc9cfc9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/988bc9cfc9) - ED-10676: ADF scrub util
|
|
590
602
|
|
|
591
603
|
## 11.0.0
|
|
592
604
|
|
|
593
605
|
### Major Changes
|
|
594
606
|
|
|
595
|
-
- [`f2fbde158a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f2fbde158a) - getEmptyADF() returns correct DocNode type
|
|
607
|
+
- [#5860](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5860) [`f2fbde158a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f2fbde158a) - getEmptyADF() returns correct DocNode type
|
|
596
608
|
|
|
597
609
|
### Minor Changes
|
|
598
610
|
|
|
@@ -607,7 +619,7 @@
|
|
|
607
619
|
|
|
608
620
|
### Minor Changes
|
|
609
621
|
|
|
610
|
-
- [`a41378f853`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a41378f853) - Refactor & fix few cases of unsupported node attributes:
|
|
622
|
+
- [#5516](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5516) [`a41378f853`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a41378f853) - Refactor & fix few cases of unsupported node attributes:
|
|
611
623
|
|
|
612
624
|
- Preseve attributes on nodes which do not support any attributes
|
|
613
625
|
- Add unsupportedNodeAttribute to bulletList, layoutSection etc.
|
|
@@ -621,7 +633,7 @@
|
|
|
621
633
|
|
|
622
634
|
### Patch Changes
|
|
623
635
|
|
|
624
|
-
- [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules compiler option.
|
|
636
|
+
- [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497) [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules compiler option.
|
|
625
637
|
This requires version 3.8 of Typescript, read more about how we handle Typescript versions here: https://atlaskit.atlassian.com/get-started
|
|
626
638
|
Also add `typescript` to `devDependencies` to denote version that the package was built with.
|
|
627
639
|
|
|
@@ -629,7 +641,7 @@
|
|
|
629
641
|
|
|
630
642
|
### Minor Changes
|
|
631
643
|
|
|
632
|
-
- [`6e237a6753`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6e237a6753) - Add optional caption to mediaSingle in adf schema for stage 0
|
|
644
|
+
- [#4749](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4749) [`6e237a6753`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6e237a6753) - Add optional caption to mediaSingle in adf schema for stage 0
|
|
633
645
|
|
|
634
646
|
### Patch Changes
|
|
635
647
|
|
|
@@ -640,7 +652,7 @@
|
|
|
640
652
|
|
|
641
653
|
### Minor Changes
|
|
642
654
|
|
|
643
|
-
- [`aa03ba4b0b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aa03ba4b0b) - ED-9733 Preserve known mark on node which does not support it.
|
|
655
|
+
- [#4424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4424) [`aa03ba4b0b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aa03ba4b0b) - ED-9733 Preserve known mark on node which does not support it.
|
|
644
656
|
- [`e4114d7053`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e4114d7053) - ED-9607 - Preserve Unsupported Node attributes
|
|
645
657
|
|
|
646
658
|
### Patch Changes
|
|
@@ -651,7 +663,7 @@
|
|
|
651
663
|
|
|
652
664
|
### Patch Changes
|
|
653
665
|
|
|
654
|
-
- [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded to TypeScript 3.9.6 and tslib to 2.0.0
|
|
666
|
+
- [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885) [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded to TypeScript 3.9.6 and tslib to 2.0.0
|
|
655
667
|
|
|
656
668
|
Since tslib is a dependency for all our packages we recommend that products also follow this tslib upgrade
|
|
657
669
|
to prevent duplicates of tslib being bundled.
|
|
@@ -660,13 +672,13 @@
|
|
|
660
672
|
|
|
661
673
|
### Patch Changes
|
|
662
674
|
|
|
663
|
-
- [`76165ad82f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/76165ad82f) - Bump required because of conflicts on wadmal release
|
|
675
|
+
- [#4393](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4393) [`76165ad82f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/76165ad82f) - Bump required because of conflicts on wadmal release
|
|
664
676
|
|
|
665
677
|
## 10.2.0
|
|
666
678
|
|
|
667
679
|
### Minor Changes
|
|
668
680
|
|
|
669
|
-
- [`0f5b0a3f5d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0f5b0a3f5d) - CS-2944 Traversing visitor function provides current node's depth inside document tree
|
|
681
|
+
- [#3823](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3823) [`0f5b0a3f5d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0f5b0a3f5d) - CS-2944 Traversing visitor function provides current node's depth inside document tree
|
|
670
682
|
- [`d55f8066fd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d55f8066fd) - ED-9569 Preserve unsupported mark attribute and value
|
|
671
683
|
- [`abce19a6d1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/abce19a6d1) - Remove hard coded branching for Tuples
|
|
672
684
|
Remove `forceContentValidation`
|
|
@@ -682,7 +694,7 @@
|
|
|
682
694
|
|
|
683
695
|
### Minor Changes
|
|
684
696
|
|
|
685
|
-
- [`b7c4fc3b08`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b7c4fc3b08) - Preseve unsupported mark from getting lost
|
|
697
|
+
- [#3428](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3428) [`b7c4fc3b08`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b7c4fc3b08) - Preseve unsupported mark from getting lost
|
|
686
698
|
|
|
687
699
|
### Patch Changes
|
|
688
700
|
|
|
@@ -692,7 +704,7 @@
|
|
|
692
704
|
|
|
693
705
|
### Major Changes
|
|
694
706
|
|
|
695
|
-
- [`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) - Officially dropping IE11 support, from this version onwards there are no warranties of the package working in IE11.
|
|
707
|
+
- [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335) [`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) - Officially dropping IE11 support, from this version onwards there are no warranties of the package working in IE11.
|
|
696
708
|
For more information see: https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
|
|
697
709
|
|
|
698
710
|
### Patch Changes
|
|
@@ -703,7 +715,7 @@
|
|
|
703
715
|
|
|
704
716
|
### Minor Changes
|
|
705
717
|
|
|
706
|
-
- [`0ae829a4ea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0ae829a4ea) - EDM-648: Adds resizing and alignment to embed cards
|
|
718
|
+
- [#2443](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2443) [`0ae829a4ea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0ae829a4ea) - EDM-648: Adds resizing and alignment to embed cards
|
|
707
719
|
|
|
708
720
|
### Patch Changes
|
|
709
721
|
|
|
@@ -713,7 +725,7 @@
|
|
|
713
725
|
|
|
714
726
|
### Minor Changes
|
|
715
727
|
|
|
716
|
-
- [`50c333ab3a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/50c333ab3a) - EDM-216: Adds EmbedCards in the Editor under the flag - allowEmbeds in the UNSAFE_cards prop
|
|
728
|
+
- [#2137](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2137) [`50c333ab3a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/50c333ab3a) - EDM-216: Adds EmbedCards in the Editor under the flag - allowEmbeds in the UNSAFE_cards prop
|
|
717
729
|
|
|
718
730
|
### Patch Changes
|
|
719
731
|
|
|
@@ -5,12 +5,11 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.alignment = void 0;
|
|
7
7
|
var _applyMark = require("../utils/apply-mark");
|
|
8
|
-
var alignment = function alignment(attrs) {
|
|
8
|
+
var alignment = exports.alignment = function alignment(attrs) {
|
|
9
9
|
return function (maybeNode) {
|
|
10
10
|
return (0, _applyMark.applyMark)({
|
|
11
11
|
type: 'alignment',
|
|
12
12
|
attrs: attrs
|
|
13
13
|
}, maybeNode);
|
|
14
14
|
};
|
|
15
|
-
};
|
|
16
|
-
exports.alignment = alignment;
|
|
15
|
+
};
|