@atlaskit/adf-utils 19.2.1 → 19.3.0
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 +968 -957
- package/afm-jira/tsconfig.json +24 -0
- package/codemods/17.0.0-update-imports-to-new-entry-points.ts +128 -136
- package/codemods/__tests__/next-update-imports-to-new-entry-points.ts +35 -35
- package/codemods/helpers/entry-points.ts +20 -28
- package/codemods/types/entry-points.ts +4 -4
- package/dist/cjs/validator/validator.js +3 -4
- package/dist/es2019/validator/validator.js +3 -4
- package/dist/esm/validator/validator.js +3 -4
- package/dist/types/builders/marks/alignment.d.ts +2 -2
- package/dist/types/builders/marks/annotation.d.ts +2 -2
- package/dist/types/builders/marks/border.d.ts +2 -2
- package/dist/types/builders/marks/breakout.d.ts +2 -2
- package/dist/types/builders/marks/code.d.ts +1 -1
- package/dist/types/builders/marks/data-consumer.d.ts +2 -2
- package/dist/types/builders/marks/em.d.ts +1 -1
- package/dist/types/builders/marks/fragment.d.ts +2 -2
- package/dist/types/builders/marks/indentation.d.ts +2 -2
- package/dist/types/builders/marks/link.d.ts +2 -2
- package/dist/types/builders/marks/strike.d.ts +1 -1
- package/dist/types/builders/marks/strong.d.ts +1 -1
- package/dist/types/builders/marks/subsup.d.ts +2 -2
- package/dist/types/builders/marks/text-color.d.ts +2 -2
- package/dist/types/builders/marks/underline.d.ts +1 -1
- package/dist/types/builders/nodes/block-card.d.ts +1 -1
- package/dist/types/builders/nodes/blockquote.d.ts +1 -1
- package/dist/types/builders/nodes/bodied-extension.d.ts +1 -1
- package/dist/types/builders/nodes/bullet-list.d.ts +1 -1
- package/dist/types/builders/nodes/caption.d.ts +1 -1
- package/dist/types/builders/nodes/code-block.d.ts +1 -1
- package/dist/types/builders/nodes/date.d.ts +1 -1
- package/dist/types/builders/nodes/decision-item.d.ts +1 -1
- package/dist/types/builders/nodes/decision-list.d.ts +1 -1
- package/dist/types/builders/nodes/embed-card.d.ts +1 -1
- package/dist/types/builders/nodes/expand.d.ts +1 -1
- package/dist/types/builders/nodes/extension.d.ts +1 -1
- package/dist/types/builders/nodes/hard-break.d.ts +1 -1
- package/dist/types/builders/nodes/heading.d.ts +1 -1
- package/dist/types/builders/nodes/inline-card.d.ts +1 -1
- package/dist/types/builders/nodes/inline-extension.d.ts +1 -1
- package/dist/types/builders/nodes/layout-column.d.ts +1 -1
- package/dist/types/builders/nodes/layout-section.d.ts +1 -1
- package/dist/types/builders/nodes/list-item.d.ts +1 -1
- package/dist/types/builders/nodes/media-group.d.ts +1 -1
- package/dist/types/builders/nodes/media-inline.d.ts +1 -1
- package/dist/types/builders/nodes/media-single.d.ts +1 -1
- package/dist/types/builders/nodes/media.d.ts +1 -1
- package/dist/types/builders/nodes/mention.d.ts +1 -1
- package/dist/types/builders/nodes/nested-expand.d.ts +1 -1
- package/dist/types/builders/nodes/ordered-list.d.ts +1 -1
- package/dist/types/builders/nodes/panel.d.ts +1 -1
- package/dist/types/builders/nodes/paragraph.d.ts +1 -1
- package/dist/types/builders/nodes/placeholder.d.ts +1 -1
- package/dist/types/builders/nodes/rule.d.ts +1 -1
- package/dist/types/builders/nodes/status.d.ts +1 -1
- package/dist/types/builders/nodes/table-cell.d.ts +1 -1
- package/dist/types/builders/nodes/table-header.d.ts +1 -1
- package/dist/types/builders/nodes/table-row.d.ts +1 -1
- package/dist/types/builders/nodes/table.d.ts +1 -1
- package/dist/types/builders/nodes/task-item.d.ts +1 -1
- package/dist/types/builders/nodes/task-list.d.ts +1 -1
- package/dist/types/builders/nodes/text.d.ts +1 -1
- package/dist/types/builders/utils/apply-mark.d.ts +1 -1
- package/dist/types/builders/utils/create-text-nodes.d.ts +1 -1
- package/dist/types/empty-adf.d.ts +1 -1
- package/dist/types/scrub/default-node-replacements.d.ts +2 -2
- package/dist/types/scrub/scrub-adf.d.ts +3 -3
- package/dist/types/scrub/scrub-content.d.ts +1 -1
- package/dist/types/transforms/helpers.d.ts +1 -1
- package/dist/types/transforms/indentation-marks-transform.d.ts +1 -1
- package/dist/types/transforms/invalid-media-content-transform.d.ts +1 -1
- package/dist/types/transforms/media-link-transform.d.ts +1 -1
- package/dist/types/transforms/nodes-missing-content-transform.d.ts +1 -1
- package/dist/types/transforms/text-link-code-transform.d.ts +1 -1
- package/dist/types/traverse/filter.d.ts +1 -1
- package/dist/types/traverse/map.d.ts +1 -1
- package/dist/types/traverse/reduce.d.ts +1 -1
- package/dist/types/traverse/traverse.d.ts +1 -1
- package/dist/types-ts4.5/builders/marks/alignment.d.ts +2 -2
- package/dist/types-ts4.5/builders/marks/annotation.d.ts +2 -2
- package/dist/types-ts4.5/builders/marks/border.d.ts +2 -2
- package/dist/types-ts4.5/builders/marks/breakout.d.ts +2 -2
- package/dist/types-ts4.5/builders/marks/code.d.ts +1 -1
- package/dist/types-ts4.5/builders/marks/data-consumer.d.ts +2 -2
- package/dist/types-ts4.5/builders/marks/em.d.ts +1 -1
- package/dist/types-ts4.5/builders/marks/fragment.d.ts +2 -2
- package/dist/types-ts4.5/builders/marks/indentation.d.ts +2 -2
- package/dist/types-ts4.5/builders/marks/link.d.ts +2 -2
- package/dist/types-ts4.5/builders/marks/strike.d.ts +1 -1
- package/dist/types-ts4.5/builders/marks/strong.d.ts +1 -1
- package/dist/types-ts4.5/builders/marks/subsup.d.ts +2 -2
- package/dist/types-ts4.5/builders/marks/text-color.d.ts +2 -2
- package/dist/types-ts4.5/builders/marks/underline.d.ts +1 -1
- package/dist/types-ts4.5/builders/nodes/block-card.d.ts +1 -1
- package/dist/types-ts4.5/builders/nodes/blockquote.d.ts +1 -1
- package/dist/types-ts4.5/builders/nodes/bodied-extension.d.ts +1 -1
- package/dist/types-ts4.5/builders/nodes/bullet-list.d.ts +1 -1
- package/dist/types-ts4.5/builders/nodes/caption.d.ts +1 -1
- package/dist/types-ts4.5/builders/nodes/code-block.d.ts +1 -1
- package/dist/types-ts4.5/builders/nodes/date.d.ts +1 -1
- package/dist/types-ts4.5/builders/nodes/decision-item.d.ts +1 -1
- package/dist/types-ts4.5/builders/nodes/decision-list.d.ts +1 -1
- package/dist/types-ts4.5/builders/nodes/embed-card.d.ts +1 -1
- package/dist/types-ts4.5/builders/nodes/expand.d.ts +1 -1
- package/dist/types-ts4.5/builders/nodes/extension.d.ts +1 -1
- package/dist/types-ts4.5/builders/nodes/hard-break.d.ts +1 -1
- package/dist/types-ts4.5/builders/nodes/heading.d.ts +1 -1
- package/dist/types-ts4.5/builders/nodes/inline-card.d.ts +1 -1
- package/dist/types-ts4.5/builders/nodes/inline-extension.d.ts +1 -1
- package/dist/types-ts4.5/builders/nodes/layout-column.d.ts +1 -1
- package/dist/types-ts4.5/builders/nodes/layout-section.d.ts +1 -1
- package/dist/types-ts4.5/builders/nodes/list-item.d.ts +1 -1
- package/dist/types-ts4.5/builders/nodes/media-group.d.ts +1 -1
- package/dist/types-ts4.5/builders/nodes/media-inline.d.ts +1 -1
- package/dist/types-ts4.5/builders/nodes/media-single.d.ts +1 -1
- package/dist/types-ts4.5/builders/nodes/media.d.ts +1 -1
- package/dist/types-ts4.5/builders/nodes/mention.d.ts +1 -1
- package/dist/types-ts4.5/builders/nodes/nested-expand.d.ts +1 -1
- package/dist/types-ts4.5/builders/nodes/ordered-list.d.ts +1 -1
- package/dist/types-ts4.5/builders/nodes/panel.d.ts +1 -1
- package/dist/types-ts4.5/builders/nodes/paragraph.d.ts +1 -1
- package/dist/types-ts4.5/builders/nodes/placeholder.d.ts +1 -1
- package/dist/types-ts4.5/builders/nodes/rule.d.ts +1 -1
- package/dist/types-ts4.5/builders/nodes/status.d.ts +1 -1
- package/dist/types-ts4.5/builders/nodes/table-cell.d.ts +1 -1
- package/dist/types-ts4.5/builders/nodes/table-header.d.ts +1 -1
- package/dist/types-ts4.5/builders/nodes/table-row.d.ts +1 -1
- package/dist/types-ts4.5/builders/nodes/table.d.ts +1 -1
- package/dist/types-ts4.5/builders/nodes/task-item.d.ts +1 -1
- package/dist/types-ts4.5/builders/nodes/task-list.d.ts +1 -1
- package/dist/types-ts4.5/builders/nodes/text.d.ts +1 -1
- package/dist/types-ts4.5/builders/utils/apply-mark.d.ts +1 -1
- package/dist/types-ts4.5/builders/utils/create-text-nodes.d.ts +1 -1
- package/dist/types-ts4.5/empty-adf.d.ts +1 -1
- package/dist/types-ts4.5/scrub/default-node-replacements.d.ts +2 -2
- package/dist/types-ts4.5/scrub/scrub-adf.d.ts +3 -3
- package/dist/types-ts4.5/scrub/scrub-content.d.ts +1 -1
- package/dist/types-ts4.5/transforms/helpers.d.ts +1 -1
- package/dist/types-ts4.5/transforms/indentation-marks-transform.d.ts +1 -1
- package/dist/types-ts4.5/transforms/invalid-media-content-transform.d.ts +1 -1
- package/dist/types-ts4.5/transforms/media-link-transform.d.ts +1 -1
- package/dist/types-ts4.5/transforms/nodes-missing-content-transform.d.ts +1 -1
- package/dist/types-ts4.5/transforms/text-link-code-transform.d.ts +1 -1
- package/dist/types-ts4.5/traverse/filter.d.ts +1 -1
- package/dist/types-ts4.5/traverse/map.d.ts +1 -1
- package/dist/types-ts4.5/traverse/reduce.d.ts +1 -1
- package/dist/types-ts4.5/traverse/traverse.d.ts +1 -1
- package/docs/0-intro.tsx +406 -406
- package/package.json +68 -70
- package/report.api.md +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,1443 +1,1457 @@
|
|
|
1
1
|
# @atlaskit/adf-utils
|
|
2
2
|
|
|
3
|
+
## 19.3.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#114156](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/114156)
|
|
8
|
+
[`bc6a63af2d1d0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/bc6a63af2d1d0) -
|
|
9
|
+
Bump adf-schema to 37.0.0 and adf-schema-json to 1.16.0
|
|
10
|
+
|
|
11
|
+
## 19.2.2
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [#102478](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/102478)
|
|
16
|
+
[`3378951608b0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3378951608b0) -
|
|
17
|
+
[ED-23332] Update adf-schema package to 36.10.1
|
|
18
|
+
|
|
3
19
|
## 19.2.1
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
6
22
|
|
|
7
|
-
-
|
|
8
|
-
|
|
9
|
-
|
|
23
|
+
- [#101524](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/101524)
|
|
24
|
+
[`4821570088e6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4821570088e6) -
|
|
25
|
+
ED-23362 Bump ADF schema to version 36.8.1 and add support for adf validation and transformation
|
|
10
26
|
|
|
11
27
|
## 19.2.0
|
|
12
28
|
|
|
13
29
|
### Minor Changes
|
|
14
30
|
|
|
15
|
-
-
|
|
16
|
-
|
|
17
|
-
|
|
31
|
+
- [#99579](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/99579)
|
|
32
|
+
[`f222af5687e9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f222af5687e9) -
|
|
33
|
+
Bump adf-schema to 36.3.0 and adf-schema-json to 1.14.0
|
|
18
34
|
|
|
19
35
|
## 19.1.1
|
|
20
36
|
|
|
21
37
|
### Patch Changes
|
|
22
38
|
|
|
23
|
-
-
|
|
24
|
-
|
|
25
|
-
|
|
39
|
+
- [#97599](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/97599)
|
|
40
|
+
[`32c3130b08fe`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/32c3130b08fe) -
|
|
41
|
+
[ED-22282] Bump adf-schema to 36.1.0
|
|
26
42
|
|
|
27
43
|
## 19.1.0
|
|
28
44
|
|
|
29
45
|
### Minor Changes
|
|
30
46
|
|
|
31
|
-
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
47
|
+
- [#98035](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/98035)
|
|
48
|
+
[`27df90210ecb`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/27df90210ecb) -
|
|
49
|
+
Updated ADF validators to allow optional localId attribute on paragraph and heading nodes in
|
|
50
|
+
stage0
|
|
35
51
|
|
|
36
52
|
## 19.0.32
|
|
37
53
|
|
|
38
54
|
### Patch Changes
|
|
39
55
|
|
|
40
|
-
-
|
|
41
|
-
|
|
42
|
-
|
|
56
|
+
- [#96237](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/96237)
|
|
57
|
+
[`0401e7b5a88e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0401e7b5a88e) -
|
|
58
|
+
[ED-23102] Bump ADF schema to version 35.12.2
|
|
43
59
|
|
|
44
60
|
## 19.0.31
|
|
45
61
|
|
|
46
62
|
### Patch Changes
|
|
47
63
|
|
|
48
|
-
-
|
|
49
|
-
|
|
50
|
-
|
|
64
|
+
- [#95605](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/95605)
|
|
65
|
+
[`ab6a0e7bac9c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ab6a0e7bac9c) -
|
|
66
|
+
[ED-23098] Add support for background color mark to ADF utils and editor common validators
|
|
51
67
|
|
|
52
68
|
## 19.0.30
|
|
53
69
|
|
|
54
70
|
### Patch Changes
|
|
55
71
|
|
|
56
|
-
-
|
|
57
|
-
|
|
58
|
-
|
|
72
|
+
- [#94901](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/94901)
|
|
73
|
+
[`da964fcdc828`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/da964fcdc828) -
|
|
74
|
+
[ED-23097] Bump ADF schema to version 35.12.1
|
|
59
75
|
|
|
60
76
|
## 19.0.29
|
|
61
77
|
|
|
62
78
|
### Patch Changes
|
|
63
79
|
|
|
64
|
-
-
|
|
65
|
-
|
|
66
|
-
|
|
80
|
+
- [#93689](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/93689)
|
|
81
|
+
[`5ba5d2b4a9ac`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5ba5d2b4a9ac) -
|
|
82
|
+
Updating adf-schema version to 35.10.0
|
|
67
83
|
|
|
68
84
|
## 19.0.28
|
|
69
85
|
|
|
70
86
|
### Patch Changes
|
|
71
87
|
|
|
72
|
-
-
|
|
73
|
-
|
|
74
|
-
|
|
88
|
+
- [#92426](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92426)
|
|
89
|
+
[`32c76c7c225c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/32c76c7c225c) -
|
|
90
|
+
Bump adf-schema to 35.9.2 to support table alignment options
|
|
75
91
|
|
|
76
92
|
## 19.0.27
|
|
77
93
|
|
|
78
94
|
### Patch Changes
|
|
79
95
|
|
|
80
|
-
-
|
|
81
|
-
|
|
82
|
-
|
|
96
|
+
- [#91106](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91106)
|
|
97
|
+
[`b6ffa30186b9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b6ffa30186b9) -
|
|
98
|
+
Bump ADF-schema package to version 35.0.0
|
|
83
99
|
|
|
84
100
|
## 19.0.26
|
|
85
101
|
|
|
86
102
|
### Patch Changes
|
|
87
103
|
|
|
88
|
-
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
104
|
+
- [#86724](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/86724)
|
|
105
|
+
[`718a9aa2424d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/718a9aa2424d) -
|
|
106
|
+
[ED-22607] Remove references to maxFrames for multi bodied extensions and bump adf-schema from
|
|
107
|
+
35.7.0 to 35.8.0
|
|
92
108
|
|
|
93
109
|
## 19.0.25
|
|
94
110
|
|
|
95
111
|
### Patch Changes
|
|
96
112
|
|
|
97
|
-
-
|
|
98
|
-
|
|
99
|
-
|
|
113
|
+
- [#81777](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/81777)
|
|
114
|
+
[`c6d7a5378751`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c6d7a5378751) -
|
|
115
|
+
Bump adf-schema to 35.7.0
|
|
100
116
|
|
|
101
117
|
## 19.0.24
|
|
102
118
|
|
|
103
119
|
### Patch Changes
|
|
104
120
|
|
|
105
|
-
-
|
|
106
|
-
|
|
107
|
-
|
|
121
|
+
- [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
|
|
122
|
+
[`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
|
|
123
|
+
Upgrade Typescript from `4.9.5` to `5.4.2`
|
|
108
124
|
|
|
109
125
|
## 19.0.23
|
|
110
126
|
|
|
111
127
|
### Patch Changes
|
|
112
128
|
|
|
113
|
-
-
|
|
114
|
-
|
|
115
|
-
|
|
129
|
+
- [#80679](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80679)
|
|
130
|
+
[`104eb9443b7e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/104eb9443b7e) -
|
|
131
|
+
ED-22553 Updating adf-schema version to 35.6.0
|
|
116
132
|
|
|
117
133
|
## 19.0.22
|
|
118
134
|
|
|
119
135
|
### Patch Changes
|
|
120
136
|
|
|
121
|
-
-
|
|
122
|
-
|
|
123
|
-
|
|
137
|
+
- [#79538](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/79538)
|
|
138
|
+
[`d4d91668d3ac`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d4d91668d3ac) -
|
|
139
|
+
ED-22501 Update validator specs for inline-card based on feature flag
|
|
124
140
|
|
|
125
141
|
## 19.0.21
|
|
126
142
|
|
|
127
143
|
### Patch Changes
|
|
128
144
|
|
|
129
|
-
-
|
|
130
|
-
|
|
131
|
-
|
|
145
|
+
- [#78224](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/78224)
|
|
146
|
+
[`6b4c9dd4ad34`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6b4c9dd4ad34) -
|
|
147
|
+
ED-22219: adf-schema updated to 35.5.2
|
|
132
148
|
|
|
133
149
|
## 19.0.20
|
|
134
150
|
|
|
135
151
|
### Patch Changes
|
|
136
152
|
|
|
137
|
-
-
|
|
138
|
-
|
|
139
|
-
|
|
153
|
+
- [#70152](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/70152)
|
|
154
|
+
[`53ed3673df28`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/53ed3673df28) -
|
|
155
|
+
Updating adf-schema version to 35.5.1
|
|
140
156
|
|
|
141
157
|
## 19.0.19
|
|
142
158
|
|
|
143
159
|
### Patch Changes
|
|
144
160
|
|
|
145
|
-
-
|
|
146
|
-
|
|
147
|
-
|
|
161
|
+
- [#65031](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/65031)
|
|
162
|
+
[`a00094111b5a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a00094111b5a) -
|
|
163
|
+
ED-21609 Update adf-schema to 35.3.0
|
|
148
164
|
|
|
149
165
|
## 19.0.18
|
|
150
166
|
|
|
151
167
|
### Patch Changes
|
|
152
168
|
|
|
153
|
-
-
|
|
154
|
-
|
|
155
|
-
|
|
169
|
+
- [#62165](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/62165)
|
|
170
|
+
[`b44ac0968d79`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b44ac0968d79) -
|
|
171
|
+
[ED-21562] Bump @atlaskit/adf-schema to 35.2.0 for border mark update
|
|
156
172
|
|
|
157
173
|
## 19.0.17
|
|
158
174
|
|
|
159
175
|
### Patch Changes
|
|
160
176
|
|
|
161
|
-
-
|
|
162
|
-
|
|
163
|
-
|
|
177
|
+
- [#60808](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60808)
|
|
178
|
+
[`f509a21be124`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f509a21be124) -
|
|
179
|
+
ED-21506: @atlaskit/adf-schema upgraded to 35.1.1 to support renderer for MBE
|
|
164
180
|
|
|
165
181
|
## 19.0.16
|
|
166
182
|
|
|
167
183
|
### Patch Changes
|
|
168
184
|
|
|
169
|
-
-
|
|
170
|
-
|
|
171
|
-
|
|
185
|
+
- [#58246](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/58246)
|
|
186
|
+
[`a381b2599716`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a381b2599716) -
|
|
187
|
+
ED-21371 Update adf-schema to 35.1.0
|
|
172
188
|
|
|
173
189
|
## 19.0.15
|
|
174
190
|
|
|
175
191
|
### Patch Changes
|
|
176
192
|
|
|
177
|
-
-
|
|
178
|
-
|
|
179
|
-
|
|
193
|
+
- [#59147](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/59147)
|
|
194
|
+
[`f12e489f23b0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f12e489f23b0) -
|
|
195
|
+
Re-build and deploy packages to NPM to resolve React/Compiled not found error (HOT-106483).
|
|
180
196
|
|
|
181
197
|
## 19.0.14
|
|
182
198
|
|
|
183
199
|
### Patch Changes
|
|
184
200
|
|
|
185
|
-
-
|
|
186
|
-
|
|
187
|
-
|
|
201
|
+
- [#58763](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/58763)
|
|
202
|
+
[`0fdbd64522bf`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0fdbd64522bf) -
|
|
203
|
+
update ADF schema
|
|
188
204
|
|
|
189
205
|
## 19.0.13
|
|
190
206
|
|
|
191
207
|
### Patch Changes
|
|
192
208
|
|
|
193
|
-
-
|
|
194
|
-
|
|
195
|
-
|
|
209
|
+
- [#56790](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/56790)
|
|
210
|
+
[`ff577a7969d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ff577a7969d4) -
|
|
211
|
+
ED-21266: Updated @atlaskit/adf-schema to 34.0.1
|
|
196
212
|
|
|
197
213
|
## 19.0.12
|
|
198
214
|
|
|
199
215
|
### Patch Changes
|
|
200
216
|
|
|
201
|
-
-
|
|
202
|
-
|
|
203
|
-
|
|
217
|
+
- [#43417](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43417)
|
|
218
|
+
[`3f3c17f0273`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3f3c17f0273) - ED-20971
|
|
219
|
+
Upgrade adf-schema package to ^34.0.0
|
|
204
220
|
|
|
205
221
|
## 19.0.11
|
|
206
222
|
|
|
207
223
|
### Patch Changes
|
|
208
224
|
|
|
209
|
-
-
|
|
210
|
-
|
|
211
|
-
|
|
225
|
+
- [#43379](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43379)
|
|
226
|
+
[`482c025520d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/482c025520d) - ED-20763
|
|
227
|
+
Upgrade ADF schema version to 33.2.3 for MBE nodes.
|
|
212
228
|
|
|
213
229
|
## 19.0.10
|
|
214
230
|
|
|
215
231
|
### Patch Changes
|
|
216
232
|
|
|
217
|
-
-
|
|
218
|
-
|
|
219
|
-
|
|
233
|
+
- [#39749](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39749)
|
|
234
|
+
[`e6b69f455c3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e6b69f455c3) - Connect
|
|
235
|
+
yarn changeset to packages, upgrade adf-schema
|
|
220
236
|
|
|
221
237
|
## 19.0.9
|
|
222
238
|
|
|
223
239
|
### Patch Changes
|
|
224
240
|
|
|
225
|
-
-
|
|
226
|
-
|
|
227
|
-
|
|
241
|
+
- [#40343](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40343)
|
|
242
|
+
[`f040aac6bd1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f040aac6bd1) -
|
|
243
|
+
ADFEXP-524: unskip consistency.ts in adf-utils
|
|
228
244
|
|
|
229
245
|
## 19.0.8
|
|
230
246
|
|
|
231
247
|
### Patch Changes
|
|
232
248
|
|
|
233
|
-
-
|
|
234
|
-
|
|
235
|
-
|
|
249
|
+
- [#40119](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40119)
|
|
250
|
+
[`02417310e08`](https://bitbucket.org/atlassian/atlassian-frontend/commits/02417310e08) - Fix
|
|
251
|
+
broken generate:spec in adf-utils
|
|
236
252
|
|
|
237
253
|
## 19.0.7
|
|
238
254
|
|
|
239
255
|
### Patch Changes
|
|
240
256
|
|
|
241
|
-
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
-
|
|
245
|
-
|
|
257
|
+
- [#39481](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39481)
|
|
258
|
+
[`aeb5c9a01e8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aeb5c9a01e8) - Delete
|
|
259
|
+
adf-schema from AFE and rely on npm package for adf-schema
|
|
260
|
+
- [`4b4dcfe0bba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4b4dcfe0bba) - Delete
|
|
261
|
+
adf-schema, use published version
|
|
246
262
|
|
|
247
263
|
## 19.0.6
|
|
248
264
|
|
|
249
265
|
### Patch Changes
|
|
250
266
|
|
|
251
|
-
-
|
|
252
|
-
|
|
253
|
-
|
|
267
|
+
- [#39532](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39532)
|
|
268
|
+
[`818087ca71e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/818087ca71e) -
|
|
269
|
+
ADFEXP-542: fix validate test
|
|
254
270
|
|
|
255
271
|
## 19.0.5
|
|
256
272
|
|
|
257
273
|
### Patch Changes
|
|
258
274
|
|
|
259
|
-
-
|
|
260
|
-
|
|
261
|
-
|
|
275
|
+
- [#38976](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38976)
|
|
276
|
+
[`33cb07de05f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/33cb07de05f) - change
|
|
277
|
+
adf-schema to fixed versioning
|
|
262
278
|
|
|
263
279
|
## 19.0.4
|
|
264
280
|
|
|
265
281
|
### Patch Changes
|
|
266
282
|
|
|
267
|
-
-
|
|
268
|
-
|
|
269
|
-
|
|
283
|
+
- [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162)
|
|
284
|
+
[`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete
|
|
285
|
+
version.json
|
|
270
286
|
|
|
271
287
|
## 19.0.3
|
|
272
288
|
|
|
273
289
|
### Patch Changes
|
|
274
290
|
|
|
275
|
-
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
-
|
|
291
|
+
- [#37934](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37934)
|
|
292
|
+
[`106c54b0ce4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/106c54b0ce4) - [ux]
|
|
293
|
+
ED-15896 - Added support for unsupported nodes in listItem
|
|
294
|
+
- Updated dependencies
|
|
279
295
|
|
|
280
296
|
## 19.0.2
|
|
281
297
|
|
|
282
298
|
### Patch Changes
|
|
283
299
|
|
|
284
|
-
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
-
|
|
300
|
+
- [#38316](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38316)
|
|
301
|
+
[`9064e2d0f28`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9064e2d0f28) - [ux]
|
|
302
|
+
HOT-104783 Reverting https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37639
|
|
303
|
+
- Updated dependencies
|
|
288
304
|
|
|
289
305
|
## 19.0.1
|
|
290
306
|
|
|
291
307
|
### Patch Changes
|
|
292
308
|
|
|
293
|
-
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
-
|
|
309
|
+
- [#37639](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37639)
|
|
310
|
+
[`30d82d3462c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/30d82d3462c) -
|
|
311
|
+
[ED-19175] add missing support for the unsupportedBlock in table related nodes
|
|
312
|
+
- Updated dependencies
|
|
297
313
|
|
|
298
314
|
## 19.0.0
|
|
299
315
|
|
|
300
316
|
### Major Changes
|
|
301
317
|
|
|
302
|
-
-
|
|
303
|
-
|
|
304
|
-
|
|
318
|
+
- [#35517](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35517)
|
|
319
|
+
[`68ef7e6146c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/68ef7e6146c) - [ADF
|
|
320
|
+
change] added widthType attribute to mediaSingle node, to support fixed width media node.
|
|
305
321
|
|
|
306
322
|
### Patch Changes
|
|
307
323
|
|
|
308
|
-
-
|
|
324
|
+
- Updated dependencies
|
|
309
325
|
|
|
310
326
|
## 18.4.3
|
|
311
327
|
|
|
312
328
|
### Patch Changes
|
|
313
329
|
|
|
314
|
-
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
330
|
+
- [#34936](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34936)
|
|
331
|
+
[`c630941e8ca`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c630941e8ca) - Fix
|
|
332
|
+
validation spec and modify default card node replacement where rest of the attributes are spread
|
|
333
|
+
on top of replaced URL
|
|
318
334
|
|
|
319
335
|
## 18.4.2
|
|
320
336
|
|
|
321
337
|
### Patch Changes
|
|
322
338
|
|
|
323
|
-
-
|
|
324
|
-
|
|
325
|
-
|
|
339
|
+
- [#35185](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35185)
|
|
340
|
+
[`bf7e8e4968b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bf7e8e4968b) - ED-15895
|
|
341
|
+
add unsupportedinline support to caption
|
|
326
342
|
|
|
327
343
|
## 18.4.1
|
|
328
344
|
|
|
329
345
|
### Patch Changes
|
|
330
346
|
|
|
331
|
-
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
-
|
|
347
|
+
- [#35085](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35085)
|
|
348
|
+
[`6de13a329d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6de13a329d4) - Move
|
|
349
|
+
`width` and `layout` out from `datasource` into `attr` root (context blockCard node)
|
|
350
|
+
- Updated dependencies
|
|
335
351
|
|
|
336
352
|
## 18.4.0
|
|
337
353
|
|
|
338
354
|
### Minor Changes
|
|
339
355
|
|
|
340
|
-
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
356
|
+
- [#34998](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34998)
|
|
357
|
+
[`55d241a3794`](https://bitbucket.org/atlassian/atlassian-frontend/commits/55d241a3794) - Improve
|
|
358
|
+
ADF validation by making deeper and stricter array checks as well as ability to have deep
|
|
359
|
+
attribute structures.
|
|
344
360
|
|
|
345
361
|
## 18.3.0
|
|
346
362
|
|
|
347
363
|
### Minor Changes
|
|
348
364
|
|
|
349
|
-
-
|
|
350
|
-
|
|
351
|
-
|
|
365
|
+
- [#34887](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34887)
|
|
366
|
+
[`f3d2c08d61b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f3d2c08d61b) - Adds new
|
|
367
|
+
datasource attribute to existing blockCard node
|
|
352
368
|
|
|
353
369
|
### Patch Changes
|
|
354
370
|
|
|
355
|
-
-
|
|
371
|
+
- Updated dependencies
|
|
356
372
|
|
|
357
373
|
## 18.2.3
|
|
358
374
|
|
|
359
375
|
### Patch Changes
|
|
360
376
|
|
|
361
|
-
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
-
|
|
377
|
+
- [#34192](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34192)
|
|
378
|
+
[`94561f309f3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/94561f309f3) - New
|
|
379
|
+
stage-0 change: custom "width" attribute on Tables nodes
|
|
380
|
+
- Updated dependencies
|
|
365
381
|
|
|
366
382
|
## 18.2.2
|
|
367
383
|
|
|
368
384
|
### Patch Changes
|
|
369
385
|
|
|
370
|
-
-
|
|
371
|
-
|
|
372
|
-
|
|
386
|
+
- [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
|
|
387
|
+
[`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
|
|
388
|
+
legacy types are published for TS 4.5-4.8
|
|
373
389
|
|
|
374
390
|
## 18.2.1
|
|
375
391
|
|
|
376
392
|
### Patch Changes
|
|
377
393
|
|
|
378
|
-
-
|
|
379
|
-
|
|
380
|
-
|
|
394
|
+
- [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
|
|
395
|
+
[`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade
|
|
396
|
+
Typescript from `4.5.5` to `4.9.5`
|
|
381
397
|
|
|
382
398
|
## 18.2.0
|
|
383
399
|
|
|
384
400
|
### Minor Changes
|
|
385
401
|
|
|
386
|
-
-
|
|
387
|
-
|
|
388
|
-
|
|
402
|
+
- [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
|
|
403
|
+
[`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
|
|
404
|
+
minor dependency bump
|
|
389
405
|
|
|
390
406
|
### Patch Changes
|
|
391
407
|
|
|
392
|
-
-
|
|
408
|
+
- Updated dependencies
|
|
393
409
|
|
|
394
410
|
## 18.1.2
|
|
395
411
|
|
|
396
412
|
### Patch Changes
|
|
397
413
|
|
|
398
|
-
-
|
|
399
|
-
|
|
400
|
-
|
|
414
|
+
- [#33004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33004)
|
|
415
|
+
[`ac684305b74`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac684305b74) -
|
|
416
|
+
[ED-17495] Avoid adding two unsupportedNodeAttribute marks as duplicate marks are invalid ADF
|
|
401
417
|
|
|
402
418
|
## 18.1.1
|
|
403
419
|
|
|
404
420
|
### Patch Changes
|
|
405
421
|
|
|
406
|
-
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
-
|
|
422
|
+
- [#32424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32424)
|
|
423
|
+
[`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY
|
|
424
|
+
remove before merging to master; dupe adf-schema via adf-utils
|
|
425
|
+
- Updated dependencies
|
|
410
426
|
|
|
411
427
|
## 18.1.0
|
|
412
428
|
|
|
413
429
|
### Minor Changes
|
|
414
430
|
|
|
415
|
-
-
|
|
416
|
-
|
|
417
|
-
|
|
431
|
+
- [#31891](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31891)
|
|
432
|
+
[`bf04c417bfd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bf04c417bfd) - Add
|
|
433
|
+
"border" mark to stage0 ADF schema
|
|
418
434
|
|
|
419
435
|
### Patch Changes
|
|
420
436
|
|
|
421
|
-
-
|
|
437
|
+
- Updated dependencies
|
|
422
438
|
|
|
423
439
|
## 18.0.4
|
|
424
440
|
|
|
425
441
|
### Patch Changes
|
|
426
442
|
|
|
427
|
-
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
443
|
+
- [#31299](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31299)
|
|
444
|
+
[`6b52583b688`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6b52583b688) - ED-15974
|
|
445
|
+
Currently nodes are validated against single spec. When a node has multiple specs, like
|
|
446
|
+
mediaSingle, the first spec is used to validate the node. Therefore, the validation fails with an
|
|
447
|
+
error `INVALID_CONTENT_LENGTH` when the correct spec is not selected for validation.
|
|
432
448
|
|
|
433
|
-
|
|
449
|
+
This fix is to re-arrange the specs so that the less restrictive spec is at the top.
|
|
434
450
|
|
|
435
451
|
## 18.0.3
|
|
436
452
|
|
|
437
453
|
### Patch Changes
|
|
438
454
|
|
|
439
|
-
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
-
|
|
455
|
+
- [#29470](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29470)
|
|
456
|
+
[`eab04c03dbc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eab04c03dbc) - ED-15641
|
|
457
|
+
Update transfromIndentationMarks() to remove heading indention from tableHeaders.
|
|
458
|
+
- Updated dependencies
|
|
443
459
|
|
|
444
460
|
## 18.0.2
|
|
445
461
|
|
|
446
462
|
### Patch Changes
|
|
447
463
|
|
|
448
|
-
-
|
|
449
|
-
|
|
450
|
-
|
|
464
|
+
- [#28932](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28932)
|
|
465
|
+
[`15e6a59ab9b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/15e6a59ab9b) - Dummy
|
|
466
|
+
changeset to trigger product integrator to use latest adf-utils from develop.
|
|
451
467
|
|
|
452
468
|
## 18.0.1
|
|
453
469
|
|
|
454
470
|
### Patch Changes
|
|
455
471
|
|
|
456
|
-
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
-
|
|
472
|
+
- [#28374](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28374)
|
|
473
|
+
[`070984d00ea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/070984d00ea) - Dummy
|
|
474
|
+
changeset to trigger product integrator to use latest adf-utils from develop
|
|
475
|
+
- Updated dependencies
|
|
460
476
|
|
|
461
477
|
## 18.0.0
|
|
462
478
|
|
|
463
479
|
### Major Changes
|
|
464
480
|
|
|
465
|
-
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
481
|
+
- [#28090](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28090)
|
|
482
|
+
[`5d317ed8aa3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5d317ed8aa3) - [ux]
|
|
483
|
+
ED-15882: Implement custom starting numbers for orderedList nodes in adf-schema, editor, renderer,
|
|
484
|
+
transformers behind restartNumberedLists feature flag. Users will be able to set a custom starting
|
|
485
|
+
number when typing to create a numbered list in the Editor and this will be persisted across
|
|
486
|
+
Renderer and other format transformations.
|
|
471
487
|
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
488
|
+
Note: restartNumberedLists will be off by default. To enable it, consumers will need to set
|
|
489
|
+
<Editor featureFlags={{ restartNumberedLists: true }}> or <Renderer
|
|
490
|
+
featureFlags={{ restartNumberedLists: true }}>
|
|
475
491
|
|
|
476
492
|
### Patch Changes
|
|
477
493
|
|
|
478
|
-
-
|
|
494
|
+
- Updated dependencies
|
|
479
495
|
|
|
480
496
|
## 17.1.5
|
|
481
497
|
|
|
482
498
|
### Patch Changes
|
|
483
499
|
|
|
484
|
-
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
500
|
+
- [#26712](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26712)
|
|
501
|
+
[`17014a9004c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/17014a9004c) - [ux]
|
|
502
|
+
ED-15632 preprocess invalid media adf to avoid empty mediaSingle node and duplicated captions and
|
|
503
|
+
media inside mediaSingle.The document will be transformed for this cases and validation error not
|
|
504
|
+
thrown.When mediaSingle with empty content is encountered - it will be removed.When mediaSingle
|
|
505
|
+
with duplicated captions or media nodes is encountered - duplicate captions or media nodes will be
|
|
506
|
+
removed, prioritising removal of nodes with empty content first.
|
|
491
507
|
|
|
492
508
|
## 17.1.4
|
|
493
509
|
|
|
494
510
|
### Patch Changes
|
|
495
511
|
|
|
496
|
-
-
|
|
497
|
-
|
|
498
|
-
|
|
512
|
+
- [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874)
|
|
513
|
+
[`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade
|
|
514
|
+
Typescript from `4.3.5` to `4.5.5`
|
|
499
515
|
|
|
500
516
|
## 17.1.3
|
|
501
517
|
|
|
502
518
|
### Patch Changes
|
|
503
519
|
|
|
504
|
-
-
|
|
520
|
+
- Updated dependencies
|
|
505
521
|
|
|
506
522
|
## 17.1.2
|
|
507
523
|
|
|
508
524
|
### Patch Changes
|
|
509
525
|
|
|
510
|
-
-
|
|
511
|
-
|
|
512
|
-
|
|
526
|
+
- [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492)
|
|
527
|
+
[`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade
|
|
528
|
+
Typescript from `4.2.4` to `4.3.5`.
|
|
513
529
|
|
|
514
530
|
## 17.1.1
|
|
515
531
|
|
|
516
532
|
### Patch Changes
|
|
517
533
|
|
|
518
|
-
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
-
|
|
534
|
+
- [#23381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23381)
|
|
535
|
+
[`fecd5f5c96c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fecd5f5c96c) - ED-15067
|
|
536
|
+
Added paragraph_with_indentation to block content to allow indented paragraphs inside of layout
|
|
537
|
+
columns. Prior to this change, it was possible to add indentation but it resulted in an
|
|
538
|
+
unsupported mark.
|
|
539
|
+
- Updated dependencies
|
|
524
540
|
|
|
525
541
|
## 17.1.0
|
|
526
542
|
|
|
527
543
|
### Minor Changes
|
|
528
544
|
|
|
529
|
-
-
|
|
530
|
-
|
|
531
|
-
|
|
545
|
+
- [#22875](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22875)
|
|
546
|
+
[`4d8c675bd2a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4d8c675bd2a) - EDM-3779
|
|
547
|
+
Hotfix: Extend Media Inline ADF Schema to have type attribute
|
|
532
548
|
|
|
533
549
|
### Patch Changes
|
|
534
550
|
|
|
535
|
-
-
|
|
551
|
+
- Updated dependencies
|
|
536
552
|
|
|
537
553
|
## 17.0.0
|
|
538
554
|
|
|
539
555
|
### Major Changes
|
|
540
556
|
|
|
541
|
-
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
557
|
+
- [#21570](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21570)
|
|
558
|
+
[`844b8278b4d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/844b8278b4d) -
|
|
559
|
+
ED-14608: Migrate adf-utils to modern child entry points, remove default entry point, add codemods
|
|
560
|
+
to enforce migration.
|
|
545
561
|
|
|
546
|
-
|
|
562
|
+
As we will no longer support the default entry point, imports such as the example below:
|
|
547
563
|
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
564
|
+
```
|
|
565
|
+
import { breakout, scrubAdf, map } from '@atlaskit/adf-utils';
|
|
566
|
+
```
|
|
551
567
|
|
|
552
|
-
|
|
568
|
+
would need to become:
|
|
553
569
|
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
570
|
+
```
|
|
571
|
+
import { breakout } from '@atlaskit/adf-utils/builders';
|
|
572
|
+
import { scrubADF } from '@atlaskit/adf-utils/scrub';
|
|
573
|
+
import { map } from '@atlaskit/adf-utils/traverse';
|
|
574
|
+
```
|
|
559
575
|
|
|
560
|
-
|
|
576
|
+
**The new (and only) @atlaskit/adf-utils entry points supported now are listed below:**
|
|
561
577
|
|
|
562
|
-
|
|
578
|
+
@atlaskit/adf-utils/builders for:
|
|
563
579
|
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
580
|
+
- breakout, code, em, link, link, strike, strong, strong, subsup, text-color, underline,
|
|
581
|
+
underline, alignment, indentation, data-consumer fragment, blockquote, bodied-extension,
|
|
582
|
+
block-card, bullet-list, bullet-list, code-block, date, decision-item, decision-list, doc,
|
|
583
|
+
emoji, extension, expand, nested-expand, hard-break, hard-break, heading, inline-extension,
|
|
584
|
+
inline-card, layout-column, layout-section, list-item, list-item, media-group, media-single,
|
|
585
|
+
media, mention, ordered-list, ordered-list, panel, paragraph, paragraph, placeholder, rule,
|
|
586
|
+
rule, status, table-cell, table-cell, table-header, table-header, table-row, table-row, table,
|
|
587
|
+
task-item, task-list, text, embed-card,
|
|
572
588
|
|
|
573
|
-
|
|
589
|
+
@atlaskit/adf-utils/empty-adf for:
|
|
574
590
|
|
|
575
|
-
|
|
591
|
+
- getEmptyADF
|
|
576
592
|
|
|
577
|
-
|
|
593
|
+
@atlaskit/adf-utils/scrub for:
|
|
578
594
|
|
|
579
|
-
|
|
595
|
+
- scrubAdf
|
|
580
596
|
|
|
581
|
-
|
|
597
|
+
@atlaskit/adf-utils/transforms for:
|
|
582
598
|
|
|
583
|
-
|
|
584
|
-
|
|
599
|
+
- transformMediaLinkMarks, transformTextLinkCodeMarks, transformDedupeMarks,
|
|
600
|
+
transformNodesMissingContent, transformIndentationMarks
|
|
585
601
|
|
|
586
|
-
|
|
602
|
+
@atlaskit/adf-utils/traverse for:
|
|
587
603
|
|
|
588
|
-
|
|
604
|
+
- traverse, map, reduce, filter
|
|
589
605
|
|
|
590
|
-
|
|
606
|
+
@atlaskit/adf-utils/validator for:
|
|
591
607
|
|
|
592
|
-
|
|
608
|
+
- validateAttrs, validator
|
|
593
609
|
|
|
594
|
-
|
|
610
|
+
@atlaskit/adf-utils/types for:
|
|
595
611
|
|
|
596
|
-
|
|
612
|
+
- ADFEntityMark, ADFEntity, Visitor, VisitorCollection, EntityParent
|
|
597
613
|
|
|
598
|
-
|
|
614
|
+
@atlaskit/adf-utils/validatorTypes for:
|
|
599
615
|
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
616
|
+
- MarkValidationResult, Output, NodeValidationResult, ValidatorContent, AttributesSpec,
|
|
617
|
+
ValidatorSpec, ValidationErrorMap, RequiredContentLength, Content, ValidationErrorType,
|
|
618
|
+
ValidationError, ErrorCallback, ValidationMode, ValidationOptions, SpecValidatorResult, Err,
|
|
619
|
+
ErrorCallbackOptions, Validate
|
|
604
620
|
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
621
|
+
**Since there are significant changes (including the breaking change of dropping the default entry
|
|
622
|
+
point to @atlaskit/adf-utils), we will be providing a codemod to help consumers upgrade their
|
|
623
|
+
usage of adf-utils**
|
|
608
624
|
|
|
609
|
-
|
|
625
|
+
Once you've upgraded `@atlaskit/adf-utils`, use the Atlaskit codemod CLI.
|
|
610
626
|
|
|
611
|
-
|
|
627
|
+
`npx @atlaskit/codemod-cli /path/to/target/directory`
|
|
612
628
|
|
|
613
|
-
|
|
614
|
-
|
|
629
|
+
See [documentation on DAC](https://hello.atlassian.net/wiki/spaces/AF/pages/2627171992/Codemods)
|
|
630
|
+
for general codemod guidance.
|
|
615
631
|
|
|
616
632
|
### Patch Changes
|
|
617
633
|
|
|
618
|
-
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
-
|
|
634
|
+
- [`8300a668772`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8300a668772) - [ux]
|
|
635
|
+
ED-14488: Extend ADF sanitising coverage to prevent Prosemirror failing validation checks on adf
|
|
636
|
+
that can be repaired
|
|
637
|
+
- Updated dependencies
|
|
622
638
|
|
|
623
639
|
## 16.0.2
|
|
624
640
|
|
|
625
641
|
### Patch Changes
|
|
626
642
|
|
|
627
|
-
-
|
|
628
|
-
|
|
629
|
-
|
|
643
|
+
- [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650)
|
|
644
|
+
[`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade
|
|
645
|
+
to TypeScript 4.2.4
|
|
630
646
|
|
|
631
647
|
## 16.0.1
|
|
632
648
|
|
|
633
649
|
### Patch Changes
|
|
634
650
|
|
|
635
|
-
-
|
|
651
|
+
- Updated dependencies
|
|
636
652
|
|
|
637
653
|
## 16.0.0
|
|
638
654
|
|
|
639
655
|
### Major Changes
|
|
640
656
|
|
|
641
|
-
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
657
|
+
- [#18526](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18526)
|
|
658
|
+
[`304351e4b1e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/304351e4b1e) -
|
|
659
|
+
CETI-241 - Added additional panel ADF attributes (panelIconId, panelIconText) to uniquely identify
|
|
660
|
+
custom panel emojis. The change has been categorised as major since it is a change to the
|
|
661
|
+
full-schema ADF. However, the custom panel feature is behind a feature flag, has not yet been
|
|
662
|
+
released to production, and is only currently planned for release to Confluence. See ADF change
|
|
663
|
+
#61 for further details.
|
|
648
664
|
|
|
649
665
|
### Patch Changes
|
|
650
666
|
|
|
651
|
-
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
- Updated dependencies
|
|
667
|
+
- [#16752](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16752)
|
|
668
|
+
[`2f5133aedd7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2f5133aedd7) - ED-13881
|
|
669
|
+
Update existing imports from @atlaskit/adf-schema to use declarative entry points
|
|
670
|
+
- [`3b49ff824ec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3b49ff824ec) - ED-14043
|
|
671
|
+
update prosemirror schema to only allow link mark on children of paragraph and mediaSingle
|
|
672
|
+
- Updated dependencies
|
|
658
673
|
|
|
659
674
|
## 15.0.0
|
|
660
675
|
|
|
661
676
|
### Major Changes
|
|
662
677
|
|
|
663
|
-
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
678
|
+
- [`5af69bfe9be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5af69bfe9be) -
|
|
679
|
+
CETI-241 - Added additional panel ADF attributes (panelIconId, panelIconText) to uniquely identify
|
|
680
|
+
custom panel emojis. The change has been categorised as major since it is a change to the
|
|
681
|
+
full-schema ADF. However, the custom panel feature is behind a feature flag, has not yet been
|
|
682
|
+
released to production, and is only currently planned for release to Confluence. See ADF change
|
|
683
|
+
#61 for further details.
|
|
669
684
|
|
|
670
685
|
### Minor Changes
|
|
671
686
|
|
|
672
|
-
-
|
|
673
|
-
|
|
674
|
-
|
|
687
|
+
- [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - - Allow
|
|
688
|
+
`table` nodes to have `fragment` marks
|
|
689
|
+
- Promote `fragment` mark to "full" ADF schema
|
|
675
690
|
|
|
676
691
|
### Patch Changes
|
|
677
692
|
|
|
678
|
-
-
|
|
693
|
+
- Updated dependencies
|
|
679
694
|
|
|
680
695
|
## 14.4.1
|
|
681
696
|
|
|
682
697
|
### Patch Changes
|
|
683
698
|
|
|
684
|
-
-
|
|
685
|
-
|
|
686
|
-
|
|
699
|
+
- [#18233](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18233)
|
|
700
|
+
[`60a8ae28c1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/60a8ae28c1f) - [ux]
|
|
701
|
+
HOT-97965: Strip code marks from text nodes when code and link marks both exist
|
|
687
702
|
|
|
688
703
|
## 14.4.0
|
|
689
704
|
|
|
690
705
|
### Minor Changes
|
|
691
706
|
|
|
692
|
-
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
-
|
|
697
|
-
|
|
707
|
+
- [#15998](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15998)
|
|
708
|
+
[`83154234335`](https://bitbucket.org/atlassian/atlassian-frontend/commits/83154234335) - ED-13522
|
|
709
|
+
Add safe URL check to ADF validator (smart cards now show as unsupported content if the check
|
|
710
|
+
fails)
|
|
711
|
+
- [`8bbb96540ea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8bbb96540ea) - Add
|
|
712
|
+
"fragment" mark to stage0 ADF schema
|
|
698
713
|
|
|
699
714
|
### Patch Changes
|
|
700
715
|
|
|
701
|
-
-
|
|
716
|
+
- Updated dependencies
|
|
702
717
|
|
|
703
718
|
## 14.3.0
|
|
704
719
|
|
|
705
720
|
### Minor Changes
|
|
706
721
|
|
|
707
|
-
-
|
|
708
|
-
|
|
709
|
-
|
|
722
|
+
- [#14319](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14319)
|
|
723
|
+
[`cf853e39278`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf853e39278) - Add
|
|
724
|
+
single column support for layouts
|
|
710
725
|
|
|
711
726
|
### Patch Changes
|
|
712
727
|
|
|
713
|
-
-
|
|
728
|
+
- Updated dependencies
|
|
714
729
|
|
|
715
730
|
## 14.2.0
|
|
716
731
|
|
|
717
732
|
### Minor Changes
|
|
718
733
|
|
|
719
|
-
-
|
|
720
|
-
|
|
721
|
-
|
|
734
|
+
- [#13864](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13864)
|
|
735
|
+
[`ad67f6684f1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ad67f6684f1) - Add
|
|
736
|
+
MediaInline to ADF Stage0 schema
|
|
722
737
|
|
|
723
738
|
### Patch Changes
|
|
724
739
|
|
|
725
|
-
-
|
|
740
|
+
- Updated dependencies
|
|
726
741
|
|
|
727
742
|
## 14.1.1
|
|
728
743
|
|
|
729
744
|
### Patch Changes
|
|
730
745
|
|
|
731
|
-
-
|
|
746
|
+
- Updated dependencies
|
|
732
747
|
|
|
733
748
|
## 14.1.0
|
|
734
749
|
|
|
735
750
|
### Minor Changes
|
|
736
751
|
|
|
737
|
-
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
-
|
|
741
|
-
|
|
752
|
+
- [#11649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11649)
|
|
753
|
+
[`9fef23ee77c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9fef23ee77c) - ED-12477
|
|
754
|
+
Add unsupported node capability to Media Group
|
|
755
|
+
- [`fc04f067e14`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fc04f067e14) - Fix
|
|
756
|
+
DataConsumer mark builder type
|
|
742
757
|
|
|
743
758
|
### Patch Changes
|
|
744
759
|
|
|
745
|
-
-
|
|
760
|
+
- Updated dependencies
|
|
746
761
|
|
|
747
762
|
## 14.0.0
|
|
748
763
|
|
|
749
764
|
### Major Changes
|
|
750
765
|
|
|
751
|
-
-
|
|
752
|
-
|
|
753
|
-
|
|
766
|
+
- [#11379](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11379)
|
|
767
|
+
[`7e6fe5abae9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7e6fe5abae9) - revert
|
|
768
|
+
heading with indentation in table cell content
|
|
754
769
|
|
|
755
770
|
### Patch Changes
|
|
756
771
|
|
|
757
|
-
-
|
|
772
|
+
- Updated dependencies
|
|
758
773
|
|
|
759
774
|
## 13.0.0
|
|
760
775
|
|
|
761
776
|
### Major Changes
|
|
762
777
|
|
|
763
|
-
-
|
|
764
|
-
|
|
765
|
-
|
|
778
|
+
- [#11113](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11113)
|
|
779
|
+
[`9d3472d1a17`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d3472d1a17) -
|
|
780
|
+
ED-12889: Remove heading with indentation from table cell content
|
|
766
781
|
|
|
767
782
|
### Minor Changes
|
|
768
783
|
|
|
769
|
-
-
|
|
770
|
-
|
|
784
|
+
- [`ee1c658ca80`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ee1c658ca80) - ED-12270
|
|
785
|
+
Add unsupported content support for decision lists and task lists
|
|
771
786
|
|
|
772
787
|
### Patch Changes
|
|
773
788
|
|
|
774
|
-
-
|
|
789
|
+
- Updated dependencies
|
|
775
790
|
|
|
776
791
|
## 12.3.0
|
|
777
792
|
|
|
778
793
|
### Minor Changes
|
|
779
794
|
|
|
780
|
-
-
|
|
781
|
-
|
|
782
|
-
|
|
795
|
+
- [#10569](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10569)
|
|
796
|
+
[`1fbe305bf7d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1fbe305bf7d) - ED-12273
|
|
797
|
+
Unsupported content support for Layout
|
|
783
798
|
|
|
784
799
|
### Patch Changes
|
|
785
800
|
|
|
786
|
-
-
|
|
801
|
+
- Updated dependencies
|
|
787
802
|
|
|
788
803
|
## 12.2.0
|
|
789
804
|
|
|
790
805
|
### Minor Changes
|
|
791
806
|
|
|
792
|
-
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
-
|
|
796
|
-
|
|
807
|
+
- [#10230](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10230)
|
|
808
|
+
[`8c84c29006b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8c84c29006b) - Improve
|
|
809
|
+
data-consumer mark being nested, aAdd basic doc tests for data consumer
|
|
810
|
+
- [`621f12ec284`](https://bitbucket.org/atlassian/atlassian-frontend/commits/621f12ec284) - Update
|
|
811
|
+
adf util specs to support unsupported content changes
|
|
797
812
|
|
|
798
813
|
### Patch Changes
|
|
799
814
|
|
|
800
|
-
-
|
|
815
|
+
- Updated dependencies
|
|
801
816
|
|
|
802
817
|
## 12.1.0
|
|
803
818
|
|
|
804
819
|
### Minor Changes
|
|
805
820
|
|
|
806
|
-
-
|
|
807
|
-
|
|
808
|
-
|
|
821
|
+
- [#9756](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9756)
|
|
822
|
+
[`357edf7b4a1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/357edf7b4a1) - ED-12266
|
|
823
|
+
Extend code block to support UnsupportedInline content.
|
|
809
824
|
|
|
810
825
|
### Patch Changes
|
|
811
826
|
|
|
812
|
-
-
|
|
827
|
+
- Updated dependencies
|
|
813
828
|
|
|
814
829
|
## 12.0.0
|
|
815
830
|
|
|
816
831
|
### Major Changes
|
|
817
832
|
|
|
818
|
-
-
|
|
819
|
-
|
|
820
|
-
|
|
833
|
+
- [#9510](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9510)
|
|
834
|
+
[`accd87f8116`](https://bitbucket.org/atlassian/atlassian-frontend/commits/accd87f8116) - ED-10216
|
|
835
|
+
Remove sanitizeNode helper function
|
|
821
836
|
|
|
822
|
-
|
|
837
|
+
BREAKING CHANGE:
|
|
823
838
|
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
839
|
+
```javascript
|
|
840
|
+
// Before
|
|
841
|
+
import { sanitizeNode } from '@atlaskit/adf-utils';
|
|
842
|
+
import { sanitizeNode } from '@atlaskit/adf-utils/sanitize';
|
|
828
843
|
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
844
|
+
// After
|
|
845
|
+
import { sanitizeNode } from '@atlaskit/editor-json-transformer/sanitize';
|
|
846
|
+
```
|
|
832
847
|
|
|
833
848
|
### Minor Changes
|
|
834
849
|
|
|
835
|
-
-
|
|
836
|
-
|
|
850
|
+
- [`330c1fce7f9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/330c1fce7f9) - ED-12264
|
|
851
|
+
Add unsupported content capability to panel and blockquote
|
|
837
852
|
|
|
838
853
|
### Patch Changes
|
|
839
854
|
|
|
840
|
-
-
|
|
855
|
+
- Updated dependencies
|
|
841
856
|
|
|
842
857
|
## 11.9.0
|
|
843
858
|
|
|
844
859
|
### Minor Changes
|
|
845
860
|
|
|
846
|
-
-
|
|
847
|
-
|
|
848
|
-
|
|
861
|
+
- [#9083](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9083)
|
|
862
|
+
[`6d748ea5140`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6d748ea5140) - New
|
|
863
|
+
stage-0 data consumer mark in ADF schema
|
|
849
864
|
|
|
850
865
|
### Patch Changes
|
|
851
866
|
|
|
852
|
-
-
|
|
867
|
+
- Updated dependencies
|
|
853
868
|
|
|
854
869
|
## 11.8.1
|
|
855
870
|
|
|
856
871
|
### Patch Changes
|
|
857
872
|
|
|
858
|
-
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
-
|
|
873
|
+
- [#8644](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8644)
|
|
874
|
+
[`ffbe78153cf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ffbe78153cf) - New
|
|
875
|
+
stage0 ADF change: localId attribute on Table nodes
|
|
876
|
+
- Updated dependencies
|
|
862
877
|
|
|
863
878
|
## 11.8.0
|
|
864
879
|
|
|
865
880
|
### Minor Changes
|
|
866
881
|
|
|
867
|
-
-
|
|
868
|
-
|
|
869
|
-
|
|
882
|
+
- [#7762](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7762)
|
|
883
|
+
[`586040bf70b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/586040bf70b) - Ensure
|
|
884
|
+
that all children are validated in new error path
|
|
870
885
|
|
|
871
886
|
## 11.7.1
|
|
872
887
|
|
|
873
888
|
### Patch Changes
|
|
874
889
|
|
|
875
|
-
-
|
|
876
|
-
|
|
877
|
-
|
|
890
|
+
- [#7721](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7721)
|
|
891
|
+
[`7374ce442af`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7374ce442af) - Scrub
|
|
892
|
+
content in array attributes
|
|
878
893
|
|
|
879
894
|
## 11.7.0
|
|
880
895
|
|
|
881
896
|
### Minor Changes
|
|
882
897
|
|
|
883
|
-
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
-
|
|
887
|
-
|
|
898
|
+
- [#7425](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7425)
|
|
899
|
+
[`70f47afdee`](https://bitbucket.org/atlassian/atlassian-frontend/commits/70f47afdee) - Added
|
|
900
|
+
unsupportedBlock support for mediaSingle as a child
|
|
901
|
+
- [`549740c01d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/549740c01d) - Exported
|
|
902
|
+
the validator errors map Convert nodes that are after an invalid length to be unsupported
|
|
888
903
|
|
|
889
904
|
### Patch Changes
|
|
890
905
|
|
|
891
|
-
-
|
|
906
|
+
- Updated dependencies
|
|
892
907
|
|
|
893
908
|
## 11.6.0
|
|
894
909
|
|
|
895
910
|
### Minor Changes
|
|
896
911
|
|
|
897
|
-
-
|
|
898
|
-
|
|
899
|
-
|
|
912
|
+
- [#7170](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7170)
|
|
913
|
+
[`f523768cdc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f523768cdc) - Fix
|
|
914
|
+
validator and schema for Image Captions
|
|
900
915
|
|
|
901
916
|
### Patch Changes
|
|
902
917
|
|
|
903
|
-
-
|
|
918
|
+
- Updated dependencies
|
|
904
919
|
|
|
905
920
|
## 11.5.0
|
|
906
921
|
|
|
907
922
|
### Minor Changes
|
|
908
923
|
|
|
909
|
-
-
|
|
910
|
-
|
|
911
|
-
|
|
924
|
+
- [#6838](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6838)
|
|
925
|
+
[`9697099745`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9697099745) - NO-ISSUE:
|
|
926
|
+
replace media and smart links with valid nodes
|
|
912
927
|
|
|
913
928
|
## 11.4.0
|
|
914
929
|
|
|
915
930
|
### Minor Changes
|
|
916
931
|
|
|
917
|
-
-
|
|
918
|
-
|
|
919
|
-
|
|
932
|
+
- [#6833](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6833)
|
|
933
|
+
[`4d9d11c246`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4d9d11c246) - Fixes
|
|
934
|
+
nodes with multiple validation specs to return node with most suitable spec.
|
|
920
935
|
|
|
921
936
|
## 11.3.0
|
|
922
937
|
|
|
923
938
|
### Minor Changes
|
|
924
939
|
|
|
925
|
-
-
|
|
926
|
-
|
|
927
|
-
|
|
940
|
+
- [#6571](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6571)
|
|
941
|
+
[`9b1c48edd1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9b1c48edd1) - Revert
|
|
942
|
+
ED-10820 to resolve broken validator
|
|
928
943
|
|
|
929
944
|
### Patch Changes
|
|
930
945
|
|
|
931
|
-
-
|
|
932
|
-
|
|
933
|
-
-
|
|
946
|
+
- [`4e64133fdc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4e64133fdc) - Remove
|
|
947
|
+
empty captions on the editor saving
|
|
948
|
+
- Updated dependencies
|
|
934
949
|
|
|
935
950
|
## 11.2.2
|
|
936
951
|
|
|
937
952
|
### Patch Changes
|
|
938
953
|
|
|
939
|
-
-
|
|
940
|
-
|
|
941
|
-
|
|
954
|
+
- [#6437](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6437)
|
|
955
|
+
[`e6f6e57465`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e6f6e57465) - NO-ISSUE:
|
|
956
|
+
replace unicode glyphs including emojis
|
|
942
957
|
|
|
943
958
|
## 11.2.1
|
|
944
959
|
|
|
945
960
|
### Patch Changes
|
|
946
961
|
|
|
947
|
-
-
|
|
948
|
-
|
|
949
|
-
|
|
962
|
+
- [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857)
|
|
963
|
+
[`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile
|
|
964
|
+
packages using babel rather than tsc
|
|
950
965
|
|
|
951
966
|
## 11.2.0
|
|
952
967
|
|
|
953
968
|
### Minor Changes
|
|
954
969
|
|
|
955
|
-
-
|
|
956
|
-
|
|
957
|
-
|
|
970
|
+
- [#6393](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6393)
|
|
971
|
+
[`24af67e112`](https://bitbucket.org/atlassian/atlassian-frontend/commits/24af67e112) - NO-ISSUE:
|
|
972
|
+
allow consumers to specify per-type node replacements
|
|
958
973
|
|
|
959
974
|
## 11.1.2
|
|
960
975
|
|
|
961
976
|
### Patch Changes
|
|
962
977
|
|
|
963
|
-
-
|
|
964
|
-
|
|
965
|
-
|
|
978
|
+
- [#6340](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6340)
|
|
979
|
+
[`b0203bf159`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b0203bf159) - NO-ISSUE:
|
|
980
|
+
retain numeric characters
|
|
966
981
|
|
|
967
982
|
## 11.1.1
|
|
968
983
|
|
|
969
984
|
### Patch Changes
|
|
970
985
|
|
|
971
|
-
-
|
|
972
|
-
|
|
973
|
-
|
|
986
|
+
- [#6308](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6308)
|
|
987
|
+
[`b7e3b9c8f2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b7e3b9c8f2) - retain
|
|
988
|
+
non-word characters and case when scrubbing
|
|
974
989
|
|
|
975
990
|
## 11.1.0
|
|
976
991
|
|
|
977
992
|
### Minor Changes
|
|
978
993
|
|
|
979
|
-
-
|
|
980
|
-
|
|
981
|
-
|
|
994
|
+
- [#5877](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5877)
|
|
995
|
+
[`988bc9cfc9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/988bc9cfc9) - ED-10676:
|
|
996
|
+
ADF scrub util
|
|
982
997
|
|
|
983
998
|
## 11.0.0
|
|
984
999
|
|
|
985
1000
|
### Major Changes
|
|
986
1001
|
|
|
987
|
-
-
|
|
988
|
-
|
|
989
|
-
|
|
1002
|
+
- [#5860](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5860)
|
|
1003
|
+
[`f2fbde158a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f2fbde158a) -
|
|
1004
|
+
getEmptyADF() returns correct DocNode type
|
|
990
1005
|
|
|
991
1006
|
### Minor Changes
|
|
992
1007
|
|
|
993
|
-
-
|
|
994
|
-
|
|
995
|
-
-
|
|
996
|
-
|
|
1008
|
+
- [`a929e563b9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a929e563b9) - Text color
|
|
1009
|
+
mark changed to be case insensitive
|
|
1010
|
+
- [`eba787da28`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eba787da28) - Allow link
|
|
1011
|
+
marks on media
|
|
997
1012
|
|
|
998
1013
|
### Patch Changes
|
|
999
1014
|
|
|
1000
|
-
-
|
|
1015
|
+
- Updated dependencies
|
|
1001
1016
|
|
|
1002
1017
|
## 10.5.0
|
|
1003
1018
|
|
|
1004
1019
|
### Minor Changes
|
|
1005
1020
|
|
|
1006
|
-
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1021
|
+
- [#5516](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5516)
|
|
1022
|
+
[`a41378f853`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a41378f853) - Refactor &
|
|
1023
|
+
fix few cases of unsupported node attributes:
|
|
1009
1024
|
|
|
1010
|
-
|
|
1011
|
-
|
|
1025
|
+
- Preseve attributes on nodes which do not support any attributes
|
|
1026
|
+
- Add unsupportedNodeAttribute to bulletList, layoutSection etc.
|
|
1012
1027
|
|
|
1013
1028
|
### Patch Changes
|
|
1014
1029
|
|
|
1015
|
-
-
|
|
1016
|
-
|
|
1017
|
-
-
|
|
1030
|
+
- [`be142eec6e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/be142eec6e) - Refactor
|
|
1031
|
+
attributes validation and add unsupportedNodeAttribute mark in layoutsection
|
|
1032
|
+
- Updated dependencies
|
|
1018
1033
|
|
|
1019
1034
|
## 10.4.1
|
|
1020
1035
|
|
|
1021
1036
|
### Patch Changes
|
|
1022
1037
|
|
|
1023
|
-
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1038
|
+
- [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497)
|
|
1039
|
+
[`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export
|
|
1040
|
+
types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules
|
|
1041
|
+
compiler option. This requires version 3.8 of Typescript, read more about how we handle Typescript
|
|
1042
|
+
versions here: https://atlaskit.atlassian.com/get-started Also add `typescript` to
|
|
1043
|
+
`devDependencies` to denote version that the package was built with.
|
|
1029
1044
|
|
|
1030
1045
|
## 10.4.0
|
|
1031
1046
|
|
|
1032
1047
|
### Minor Changes
|
|
1033
1048
|
|
|
1034
|
-
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1049
|
+
- [#4749](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4749)
|
|
1050
|
+
[`6e237a6753`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6e237a6753) - Add
|
|
1051
|
+
optional caption to mediaSingle in adf schema for stage 0
|
|
1037
1052
|
|
|
1038
1053
|
### Patch Changes
|
|
1039
1054
|
|
|
1040
|
-
-
|
|
1041
|
-
|
|
1042
|
-
-
|
|
1055
|
+
- [`26ff0e5e9a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/26ff0e5e9a) - ED-10353
|
|
1056
|
+
Added adf schema changes to support emoji panels
|
|
1057
|
+
- Updated dependencies
|
|
1043
1058
|
|
|
1044
1059
|
## 10.3.0
|
|
1045
1060
|
|
|
1046
1061
|
### Minor Changes
|
|
1047
1062
|
|
|
1048
|
-
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
-
|
|
1052
|
-
|
|
1063
|
+
- [#4424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4424)
|
|
1064
|
+
[`aa03ba4b0b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aa03ba4b0b) - ED-9733
|
|
1065
|
+
Preserve known mark on node which does not support it.
|
|
1066
|
+
- [`e4114d7053`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e4114d7053) - ED-9607 -
|
|
1067
|
+
Preserve Unsupported Node attributes
|
|
1053
1068
|
|
|
1054
1069
|
### Patch Changes
|
|
1055
1070
|
|
|
1056
|
-
-
|
|
1071
|
+
- Updated dependencies
|
|
1057
1072
|
|
|
1058
1073
|
## 10.2.2
|
|
1059
1074
|
|
|
1060
1075
|
### Patch Changes
|
|
1061
1076
|
|
|
1062
|
-
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1077
|
+
- [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885)
|
|
1078
|
+
[`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded
|
|
1079
|
+
to TypeScript 3.9.6 and tslib to 2.0.0
|
|
1065
1080
|
|
|
1066
|
-
|
|
1067
|
-
|
|
1081
|
+
Since tslib is a dependency for all our packages we recommend that products also follow this tslib
|
|
1082
|
+
upgrade to prevent duplicates of tslib being bundled.
|
|
1068
1083
|
|
|
1069
1084
|
## 10.2.1
|
|
1070
1085
|
|
|
1071
1086
|
### Patch Changes
|
|
1072
1087
|
|
|
1073
|
-
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1088
|
+
- [#4393](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4393)
|
|
1089
|
+
[`76165ad82f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/76165ad82f) - Bump
|
|
1090
|
+
required because of conflicts on wadmal release
|
|
1076
1091
|
|
|
1077
1092
|
## 10.2.0
|
|
1078
1093
|
|
|
1079
1094
|
### Minor Changes
|
|
1080
1095
|
|
|
1081
|
-
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
-
|
|
1085
|
-
|
|
1086
|
-
-
|
|
1087
|
-
|
|
1088
|
-
-
|
|
1089
|
-
|
|
1096
|
+
- [#3823](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3823)
|
|
1097
|
+
[`0f5b0a3f5d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0f5b0a3f5d) - CS-2944
|
|
1098
|
+
Traversing visitor function provides current node's depth inside document tree
|
|
1099
|
+
- [`d55f8066fd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d55f8066fd) - ED-9569
|
|
1100
|
+
Preserve unsupported mark attribute and value
|
|
1101
|
+
- [`abce19a6d1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/abce19a6d1) - Remove
|
|
1102
|
+
hard coded branching for Tuples Remove `forceContentValidation`
|
|
1103
|
+
- [`9d278c2387`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d278c2387) - NONE: ADF
|
|
1104
|
+
traverse Visitor and VisitorCollection is now exported
|
|
1090
1105
|
|
|
1091
1106
|
### Patch Changes
|
|
1092
1107
|
|
|
1093
|
-
-
|
|
1094
|
-
|
|
1095
|
-
-
|
|
1096
|
-
|
|
1097
|
-
-
|
|
1108
|
+
- [`9fe56e9d64`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9fe56e9d64) - Revert
|
|
1109
|
+
TaskList and ItemList type
|
|
1110
|
+
- [`0cd9a41d67`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0cd9a41d67) - ED-9843
|
|
1111
|
+
Refactor spec based validator
|
|
1112
|
+
- Updated dependencies
|
|
1098
1113
|
|
|
1099
1114
|
## 10.1.0
|
|
1100
1115
|
|
|
1101
1116
|
### Minor Changes
|
|
1102
1117
|
|
|
1103
|
-
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1118
|
+
- [#3428](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3428)
|
|
1119
|
+
[`b7c4fc3b08`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b7c4fc3b08) - Preseve
|
|
1120
|
+
unsupported mark from getting lost
|
|
1106
1121
|
|
|
1107
1122
|
### Patch Changes
|
|
1108
1123
|
|
|
1109
|
-
-
|
|
1124
|
+
- Updated dependencies
|
|
1110
1125
|
|
|
1111
1126
|
## 10.0.0
|
|
1112
1127
|
|
|
1113
1128
|
### Major Changes
|
|
1114
1129
|
|
|
1115
|
-
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1130
|
+
- [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335)
|
|
1131
|
+
[`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) - Officially
|
|
1132
|
+
dropping IE11 support, from this version onwards there are no warranties of the package working in
|
|
1133
|
+
IE11. For more information see:
|
|
1134
|
+
https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
|
|
1120
1135
|
|
|
1121
1136
|
### Patch Changes
|
|
1122
1137
|
|
|
1123
|
-
-
|
|
1138
|
+
- Updated dependencies
|
|
1124
1139
|
|
|
1125
1140
|
## 9.4.0
|
|
1126
1141
|
|
|
1127
1142
|
### Minor Changes
|
|
1128
1143
|
|
|
1129
|
-
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1144
|
+
- [#2443](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2443)
|
|
1145
|
+
[`0ae829a4ea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0ae829a4ea) - EDM-648:
|
|
1146
|
+
Adds resizing and alignment to embed cards
|
|
1132
1147
|
|
|
1133
1148
|
### Patch Changes
|
|
1134
1149
|
|
|
1135
|
-
-
|
|
1150
|
+
- Updated dependencies
|
|
1136
1151
|
|
|
1137
1152
|
## 9.3.0
|
|
1138
1153
|
|
|
1139
1154
|
### Minor Changes
|
|
1140
1155
|
|
|
1141
|
-
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1156
|
+
- [#2137](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2137)
|
|
1157
|
+
[`50c333ab3a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/50c333ab3a) - EDM-216:
|
|
1158
|
+
Adds EmbedCards in the Editor under the flag - allowEmbeds in the UNSAFE_cards prop
|
|
1144
1159
|
|
|
1145
1160
|
### Patch Changes
|
|
1146
1161
|
|
|
1147
|
-
-
|
|
1148
|
-
|
|
1149
|
-
-
|
|
1162
|
+
- [`f7ee96b6c3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f7ee96b6c3) - Move
|
|
1163
|
+
sanitizeNode from editor-core to adf-utils so that it can be shared easier
|
|
1164
|
+
- Updated dependencies
|
|
1150
1165
|
|
|
1151
1166
|
## 9.2.0
|
|
1152
1167
|
|
|
1153
1168
|
### Minor Changes
|
|
1154
1169
|
|
|
1155
|
-
-
|
|
1170
|
+
- [minor][1156536403](https://bitbucket.org/atlassian/atlassian-frontend/commits/1156536403):
|
|
1156
1171
|
|
|
1157
|
-
|
|
1172
|
+
Expose missing status node in exports
|
|
1158
1173
|
|
|
1159
1174
|
### Patch Changes
|
|
1160
1175
|
|
|
1161
|
-
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1176
|
+
- Updated dependencies
|
|
1177
|
+
[92d04b5c28](https://bitbucket.org/atlassian/atlassian-frontend/commits/92d04b5c28):
|
|
1178
|
+
- @atlaskit/adf-schema@9.0.1
|
|
1164
1179
|
|
|
1165
1180
|
## 9.1.0
|
|
1166
1181
|
|
|
1167
1182
|
### Minor Changes
|
|
1168
1183
|
|
|
1169
|
-
-
|
|
1184
|
+
- [minor][5d430f7d37](https://bitbucket.org/atlassian/atlassian-frontend/commits/5d430f7d37):
|
|
1170
1185
|
|
|
1171
|
-
|
|
1186
|
+
ED-8517 Add localId support to Extension node
|
|
1172
1187
|
|
|
1173
|
-
|
|
1188
|
+
**BREAKING CHANGE** `ExtensionContent` has been removed.
|
|
1174
1189
|
|
|
1175
1190
|
### Patch Changes
|
|
1176
1191
|
|
|
1177
|
-
-
|
|
1192
|
+
- [patch][04e54bf405](https://bitbucket.org/atlassian/atlassian-frontend/commits/04e54bf405):
|
|
1178
1193
|
|
|
1179
|
-
|
|
1180
|
-
|
|
1194
|
+
EDM-500: Allow blockCard inside Panel- Updated dependencies
|
|
1195
|
+
[04e54bf405](https://bitbucket.org/atlassian/atlassian-frontend/commits/04e54bf405):
|
|
1181
1196
|
|
|
1182
|
-
-
|
|
1183
|
-
|
|
1184
|
-
-
|
|
1185
|
-
|
|
1186
|
-
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1197
|
+
- Updated dependencies
|
|
1198
|
+
[9f43b9f0ca](https://bitbucket.org/atlassian/atlassian-frontend/commits/9f43b9f0ca):
|
|
1199
|
+
- Updated dependencies
|
|
1200
|
+
[168b5f90e5](https://bitbucket.org/atlassian/atlassian-frontend/commits/168b5f90e5):
|
|
1201
|
+
- Updated dependencies
|
|
1202
|
+
[5d430f7d37](https://bitbucket.org/atlassian/atlassian-frontend/commits/5d430f7d37):
|
|
1203
|
+
- @atlaskit/adf-schema@9.0.0
|
|
1204
|
+
- @atlaskit/docs@8.5.1
|
|
1190
1205
|
|
|
1191
1206
|
## 9.0.0
|
|
1192
1207
|
|
|
1193
1208
|
### Major Changes
|
|
1194
1209
|
|
|
1195
|
-
-
|
|
1210
|
+
- [major][715572f9e5](https://bitbucket.org/atlassian/atlassian-frontend/commits/715572f9e5):
|
|
1196
1211
|
|
|
1197
|
-
|
|
1212
|
+
Remove indentation from table cell and layout paragraphs
|
|
1198
1213
|
|
|
1199
1214
|
### Patch Changes
|
|
1200
1215
|
|
|
1201
|
-
-
|
|
1202
|
-
|
|
1203
|
-
-
|
|
1204
|
-
|
|
1205
|
-
-
|
|
1206
|
-
|
|
1207
|
-
-
|
|
1208
|
-
|
|
1209
|
-
-
|
|
1210
|
-
|
|
1211
|
-
-
|
|
1212
|
-
|
|
1213
|
-
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1216
|
+
- Updated dependencies
|
|
1217
|
+
[bc29fbc030](https://bitbucket.org/atlassian/atlassian-frontend/commits/bc29fbc030):
|
|
1218
|
+
- Updated dependencies
|
|
1219
|
+
[1386afaecc](https://bitbucket.org/atlassian/atlassian-frontend/commits/1386afaecc):
|
|
1220
|
+
- Updated dependencies
|
|
1221
|
+
[584279e2ae](https://bitbucket.org/atlassian/atlassian-frontend/commits/584279e2ae):
|
|
1222
|
+
- Updated dependencies
|
|
1223
|
+
[f83b67a761](https://bitbucket.org/atlassian/atlassian-frontend/commits/f83b67a761):
|
|
1224
|
+
- Updated dependencies
|
|
1225
|
+
[6b4fe5d0e0](https://bitbucket.org/atlassian/atlassian-frontend/commits/6b4fe5d0e0):
|
|
1226
|
+
- Updated dependencies
|
|
1227
|
+
[8c9e4f1ec6](https://bitbucket.org/atlassian/atlassian-frontend/commits/8c9e4f1ec6):
|
|
1228
|
+
- Updated dependencies
|
|
1229
|
+
[715572f9e5](https://bitbucket.org/atlassian/atlassian-frontend/commits/715572f9e5):
|
|
1230
|
+
- @atlaskit/adf-schema@8.0.0
|
|
1231
|
+
- @atlaskit/docs@8.5.0
|
|
1217
1232
|
|
|
1218
1233
|
## 8.0.2
|
|
1219
1234
|
|
|
1220
1235
|
### Patch Changes
|
|
1221
1236
|
|
|
1222
|
-
-
|
|
1237
|
+
- [patch][04a627ee6c](https://bitbucket.org/atlassian/atlassian-frontend/commits/04a627ee6c):
|
|
1223
1238
|
|
|
1224
|
-
|
|
1239
|
+
ED-8974 Remove file option from adf-utils package.json
|
|
1225
1240
|
|
|
1226
1241
|
## 8.0.1
|
|
1227
1242
|
|
|
1228
1243
|
### Patch Changes
|
|
1229
1244
|
|
|
1230
|
-
-
|
|
1245
|
+
- [patch][b3cf2b8a05](https://bitbucket.org/atlassian/atlassian-frontend/commits/b3cf2b8a05):
|
|
1231
1246
|
|
|
1232
|
-
|
|
1233
|
-
|
|
1247
|
+
Fix expand not allowing marks issue- Updated dependencies
|
|
1248
|
+
[b3cf2b8a05](https://bitbucket.org/atlassian/atlassian-frontend/commits/b3cf2b8a05):
|
|
1234
1249
|
|
|
1235
|
-
|
|
1250
|
+
- @atlaskit/adf-schema@7.0.1
|
|
1236
1251
|
|
|
1237
1252
|
## 8.0.0
|
|
1238
1253
|
|
|
1239
1254
|
### Major Changes
|
|
1240
1255
|
|
|
1241
|
-
-
|
|
1256
|
+
- [major][4695ac5697](https://bitbucket.org/atlassian/atlassian-frontend/commits/4695ac5697):
|
|
1242
1257
|
|
|
1243
|
-
|
|
1258
|
+
ED-8751 Change entry points to current Atlaskit standard
|
|
1244
1259
|
|
|
1245
|
-
|
|
1260
|
+
Old
|
|
1246
1261
|
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1262
|
+
```javascript
|
|
1263
|
+
import {} from '@atlaskit/adf-utils/validator.es';
|
|
1264
|
+
import {} from '@atlaskit/adf-utils/builders.es';
|
|
1265
|
+
import {} from '@atlaskit/adf-utils/traverse.es';
|
|
1266
|
+
```
|
|
1252
1267
|
|
|
1253
|
-
|
|
1268
|
+
New
|
|
1254
1269
|
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1270
|
+
```javascript
|
|
1271
|
+
import {} from '@atlaskit/adf-utils/validator';
|
|
1272
|
+
import {} from '@atlaskit/adf-utils/builders';
|
|
1273
|
+
import {} from '@atlaskit/adf-utils/traverse';
|
|
1274
|
+
```
|
|
1260
1275
|
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1276
|
+
Now each entry point contain a `package.json` with `main` and `module` properties pointing to the
|
|
1277
|
+
right target. There is no need to consume a particular extension-
|
|
1278
|
+
[major][7baff84f38](https://bitbucket.org/atlassian/atlassian-frontend/commits/7baff84f38):
|
|
1264
1279
|
|
|
1265
|
-
|
|
1266
|
-
|
|
1280
|
+
[ED-8521] Fix ADFSchema to invalidate any Expand Node with marks inside of Block nodes other than
|
|
1281
|
+
the Doc Node
|
|
1267
1282
|
|
|
1268
1283
|
### Patch Changes
|
|
1269
1284
|
|
|
1270
|
-
-
|
|
1285
|
+
- [patch][7602615cd4](https://bitbucket.org/atlassian/atlassian-frontend/commits/7602615cd4):
|
|
1271
1286
|
|
|
1272
|
-
|
|
1273
|
-
|
|
1287
|
+
ED-8785 Improve stage-0 & type reference support in JSON Schema Generator-
|
|
1288
|
+
[patch][96ee7441fe](https://bitbucket.org/atlassian/atlassian-frontend/commits/96ee7441fe):
|
|
1274
1289
|
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
[7602615cd4](https://bitbucket.org/atlassian/atlassian-frontend/commits/7602615cd4):
|
|
1290
|
+
ED-8751 Remove 'export \*' and add lint rule to prevent circular deps on adf-utils- Updated
|
|
1291
|
+
dependencies [7602615cd4](https://bitbucket.org/atlassian/atlassian-frontend/commits/7602615cd4):
|
|
1278
1292
|
|
|
1279
|
-
-
|
|
1280
|
-
|
|
1281
|
-
-
|
|
1282
|
-
|
|
1283
|
-
-
|
|
1284
|
-
|
|
1285
|
-
-
|
|
1286
|
-
|
|
1287
|
-
-
|
|
1288
|
-
|
|
1289
|
-
-
|
|
1290
|
-
|
|
1291
|
-
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1293
|
+
- Updated dependencies
|
|
1294
|
+
[66dcced7a0](https://bitbucket.org/atlassian/atlassian-frontend/commits/66dcced7a0):
|
|
1295
|
+
- Updated dependencies
|
|
1296
|
+
[c171660346](https://bitbucket.org/atlassian/atlassian-frontend/commits/c171660346):
|
|
1297
|
+
- Updated dependencies
|
|
1298
|
+
[27fde59914](https://bitbucket.org/atlassian/atlassian-frontend/commits/27fde59914):
|
|
1299
|
+
- Updated dependencies
|
|
1300
|
+
[b18fc8a1b6](https://bitbucket.org/atlassian/atlassian-frontend/commits/b18fc8a1b6):
|
|
1301
|
+
- Updated dependencies
|
|
1302
|
+
[7baff84f38](https://bitbucket.org/atlassian/atlassian-frontend/commits/7baff84f38):
|
|
1303
|
+
- Updated dependencies
|
|
1304
|
+
[eea5e9bd8c](https://bitbucket.org/atlassian/atlassian-frontend/commits/eea5e9bd8c):
|
|
1305
|
+
- Updated dependencies
|
|
1306
|
+
[a5d0019a5e](https://bitbucket.org/atlassian/atlassian-frontend/commits/a5d0019a5e):
|
|
1307
|
+
- @atlaskit/json-schema-generator@2.3.0
|
|
1308
|
+
- @atlaskit/adf-schema@7.0.0
|
|
1309
|
+
- @atlaskit/docs@8.4.0
|
|
1296
1310
|
|
|
1297
1311
|
## 7.4.3
|
|
1298
1312
|
|
|
1299
1313
|
### Patch Changes
|
|
1300
1314
|
|
|
1301
|
-
-
|
|
1315
|
+
- [patch][8183f7c8da](https://bitbucket.org/atlassian/atlassian-frontend/commits/8183f7c8da):
|
|
1302
1316
|
|
|
1303
|
-
|
|
1304
|
-
|
|
1317
|
+
Remove Karma tests - based on AFP-960- Updated dependencies
|
|
1318
|
+
[e8a31c2714](https://bitbucket.org/atlassian/atlassian-frontend/commits/e8a31c2714):
|
|
1305
1319
|
|
|
1306
|
-
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1320
|
+
- Updated dependencies
|
|
1321
|
+
[8183f7c8da](https://bitbucket.org/atlassian/atlassian-frontend/commits/8183f7c8da):
|
|
1322
|
+
- @atlaskit/adf-schema@6.2.0
|
|
1309
1323
|
|
|
1310
1324
|
## 7.4.2
|
|
1311
1325
|
|
|
1312
1326
|
### Patch Changes
|
|
1313
1327
|
|
|
1314
|
-
-
|
|
1328
|
+
- [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
1315
1329
|
|
|
1316
|
-
|
|
1317
|
-
|
|
1330
|
+
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
1331
|
+
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
1318
1332
|
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1333
|
+
- @atlaskit/docs@8.3.2
|
|
1334
|
+
- @atlaskit/adf-schema@6.1.1
|
|
1335
|
+
- @atlaskit/json-schema-generator@2.2.1
|
|
1322
1336
|
|
|
1323
1337
|
## 7.4.1
|
|
1324
1338
|
|
|
1325
1339
|
### Patch Changes
|
|
1326
1340
|
|
|
1327
|
-
-
|
|
1341
|
+
- [patch][b01fc0ceef](https://bitbucket.org/atlassian/atlassian-frontend/commits/b01fc0ceef):
|
|
1328
1342
|
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1343
|
+
ED-8151 Alt text is promoted to full schema. Feature flag and MediaOptions property
|
|
1344
|
+
UNSAFE_allowAltTextOnImages was renamed to allowAltTextOnImages.- Updated dependencies
|
|
1345
|
+
[b01fc0ceef](https://bitbucket.org/atlassian/atlassian-frontend/commits/b01fc0ceef):
|
|
1332
1346
|
|
|
1333
|
-
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1347
|
+
- Updated dependencies
|
|
1348
|
+
[d085ab4419](https://bitbucket.org/atlassian/atlassian-frontend/commits/d085ab4419):
|
|
1349
|
+
- @atlaskit/adf-schema@6.1.0
|
|
1350
|
+
- @atlaskit/docs@8.3.1
|
|
1337
1351
|
|
|
1338
1352
|
## 7.4.0
|
|
1339
1353
|
|
|
1340
1354
|
### Minor Changes
|
|
1341
1355
|
|
|
1342
|
-
-
|
|
1356
|
+
- [minor][9d8752351f](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d8752351f):
|
|
1343
1357
|
|
|
1344
|
-
|
|
1358
|
+
ED-7783 Expose function that returns empty ADF document
|
|
1345
1359
|
|
|
1346
|
-
|
|
1347
|
-
|
|
1360
|
+
New function `getEmptyADF()` which returns agreed upon format for empty ADF is now exported from
|
|
1361
|
+
`@atlaskit/adf-utils`
|
|
1348
1362
|
|
|
1349
1363
|
### Patch Changes
|
|
1350
1364
|
|
|
1351
|
-
-
|
|
1352
|
-
|
|
1353
|
-
-
|
|
1354
|
-
|
|
1355
|
-
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1365
|
+
- Updated dependencies
|
|
1366
|
+
[3e87f5596a](https://bitbucket.org/atlassian/atlassian-frontend/commits/3e87f5596a):
|
|
1367
|
+
- Updated dependencies
|
|
1368
|
+
[d2b8166208](https://bitbucket.org/atlassian/atlassian-frontend/commits/d2b8166208):
|
|
1369
|
+
- Updated dependencies
|
|
1370
|
+
[26dbe7be6d](https://bitbucket.org/atlassian/atlassian-frontend/commits/26dbe7be6d):
|
|
1371
|
+
- @atlaskit/adf-schema@6.0.0
|
|
1372
|
+
- @atlaskit/docs@8.3.0
|
|
1359
1373
|
|
|
1360
1374
|
## 7.3.2
|
|
1361
1375
|
|
|
1362
1376
|
### Patch Changes
|
|
1363
1377
|
|
|
1364
|
-
-
|
|
1378
|
+
- [patch][761dcd6d19](https://bitbucket.org/atlassian/atlassian-frontend/commits/761dcd6d19):
|
|
1365
1379
|
|
|
1366
|
-
|
|
1367
|
-
|
|
1380
|
+
ED-7675: promote nested taskLists from stage-0 schema to full- Updated dependencies
|
|
1381
|
+
[761dcd6d19](https://bitbucket.org/atlassian/atlassian-frontend/commits/761dcd6d19):
|
|
1368
1382
|
|
|
1369
|
-
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1383
|
+
- Updated dependencies
|
|
1384
|
+
[faccb537d0](https://bitbucket.org/atlassian/atlassian-frontend/commits/faccb537d0):
|
|
1385
|
+
- @atlaskit/adf-schema@5.0.0
|
|
1372
1386
|
|
|
1373
1387
|
## 7.3.1
|
|
1374
1388
|
|
|
1375
1389
|
### Patch Changes
|
|
1376
1390
|
|
|
1377
|
-
-
|
|
1391
|
+
- [patch][24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
1378
1392
|
|
|
1379
|
-
|
|
1393
|
+
Relax text color mark validation to allow upper case characters
|
|
1380
1394
|
|
|
1381
|
-
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1395
|
+
- Updated dependencies
|
|
1396
|
+
[24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
1397
|
+
- @atlaskit/adf-schema@4.3.2
|
|
1398
|
+
- @atlaskit/json-schema-generator@2.2.0
|
|
1385
1399
|
|
|
1386
1400
|
## 7.3.0
|
|
1387
1401
|
|
|
1388
1402
|
### Minor Changes
|
|
1389
1403
|
|
|
1390
|
-
-
|
|
1404
|
+
- [minor][f1a06fc2fd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f1a06fc2fd):
|
|
1391
1405
|
|
|
1392
|
-
|
|
1406
|
+
ED-7876 Add expand and nestedExpand to stage-0 schema
|
|
1393
1407
|
|
|
1394
|
-
|
|
1408
|
+
Adds two new nodes `expand` and `nestedExpand` to the stage-0 schema.
|
|
1395
1409
|
|
|
1396
|
-
-
|
|
1410
|
+
- [minor][ae42b1ba1e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ae42b1ba1e):
|
|
1397
1411
|
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1412
|
+
Adf schema changes (for stage-0) to support alt text on media nodes. `editor-core` changes are
|
|
1413
|
+
wrapped under the editor prop `UNSAFE_allowAltTextOnImages`. There is no alt text implementation
|
|
1414
|
+
yet, so the user won't be able to add alt text to images just yet.
|
|
1401
1415
|
|
|
1402
1416
|
## 7.2.0
|
|
1403
1417
|
|
|
1404
1418
|
### Minor Changes
|
|
1405
1419
|
|
|
1406
|
-
-
|
|
1420
|
+
- [minor][1a0fe670f9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1a0fe670f9):
|
|
1407
1421
|
|
|
1408
|
-
|
|
1422
|
+
ED-7674: support nested actions in stage-0 schema; change DOM representation of actions
|
|
1409
1423
|
|
|
1410
|
-
|
|
1424
|
+
### Nested actions
|
|
1411
1425
|
|
|
1412
|
-
|
|
1413
|
-
|
|
1426
|
+
This changeset adds support for nesting actions _at the schema level_, currently only within the
|
|
1427
|
+
stage-0 ADF schema.
|
|
1414
1428
|
|
|
1415
|
-
|
|
1416
|
-
|
|
1429
|
+
The editor and renderer currently do nothing special to represent these nested actions. As of this
|
|
1430
|
+
release, they appear as as flat list.
|
|
1417
1431
|
|
|
1418
|
-
|
|
1432
|
+
To enable this feature, use the new `allowNestedTasks` prop.
|
|
1419
1433
|
|
|
1420
|
-
|
|
1434
|
+
### DOM representation of actions in renderer + editor
|
|
1421
1435
|
|
|
1422
|
-
|
|
1423
|
-
|
|
1436
|
+
This release also changes the DOM representation of actions away from a `ol > li` structure, to a
|
|
1437
|
+
`div > div` one. That is, both the `taskList` and `taskItem` are wrapped in `div` elements.
|
|
1424
1438
|
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1439
|
+
Because taskLists can now be allowed to nest themselves, this would otherwise have created an
|
|
1440
|
+
`ol > ol` structure, which is invalid.-
|
|
1441
|
+
[minor][ae4f336a3a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ae4f336a3a):
|
|
1428
1442
|
|
|
1429
1443
|
**FABDODGEM-13 Editor Damask Release** - [Internal post](http://go.atlassian.com/damask-release)
|
|
1430
1444
|
|
|
1431
1445
|
**BREAKING CHANGES**
|
|
1432
1446
|
|
|
1433
|
-
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
-
|
|
1437
|
-
|
|
1438
|
-
-
|
|
1439
|
-
-
|
|
1440
|
-
-
|
|
1447
|
+
- **Media:** Removed deprecated "context" property from media components in favor of
|
|
1448
|
+
"mediaClientConfig". This affects all public media UI components.
|
|
1449
|
+
- https://product-fabric.atlassian.net/browse/MS-2038
|
|
1450
|
+
- **Tasks & Decisions:** Removed containerAri for task-decisions components.
|
|
1451
|
+
- https://product-fabric.atlassian.net/browse/ED-7631
|
|
1452
|
+
- **Renderer:** Adapts to task-decision changes.
|
|
1453
|
+
- **Editor Mobile Bridge:** Adapts to task-decision changes.
|
|
1454
|
+
- **Util Data Test:** Adapts to task-decision changes.
|
|
1441
1455
|
|
|
1442
1456
|
---
|
|
1443
1457
|
|
|
@@ -1447,49 +1461,48 @@ tables, media, mobile, emoji, tasks & decisions, analytics
|
|
|
1447
1461
|
|
|
1448
1462
|
**Editor**
|
|
1449
1463
|
|
|
1450
|
-
-
|
|
1451
|
-
|
|
1452
|
-
-
|
|
1453
|
-
|
|
1454
|
-
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
-
|
|
1464
|
-
|
|
1465
|
-
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1464
|
+
- Support nested actions in stage-0 schema; Change DOM representation of actions
|
|
1465
|
+
- https://product-fabric.atlassian.net/browse/ED-7674
|
|
1466
|
+
- Updated i18n translations
|
|
1467
|
+
- https://product-fabric.atlassian.net/browse/ED-7750
|
|
1468
|
+
- Improved analytics & crash reporting (via a new error boundary)
|
|
1469
|
+
- https://product-fabric.atlassian.net/browse/ED-7766
|
|
1470
|
+
- https://product-fabric.atlassian.net/browse/ED-7806
|
|
1471
|
+
- Improvements to heading anchor links.
|
|
1472
|
+
- https://product-fabric.atlassian.net/browse/ED-7849
|
|
1473
|
+
- https://product-fabric.atlassian.net/browse/ED-7860
|
|
1474
|
+
- Copy/Paste improvements
|
|
1475
|
+
- https://product-fabric.atlassian.net/browse/ED-7840
|
|
1476
|
+
- https://product-fabric.atlassian.net/browse/ED-7849
|
|
1477
|
+
- Fixes for the selection state of Smart links.
|
|
1478
|
+
- https://product-fabric.atlassian.net/browse/ED-7602?src=confmacro
|
|
1479
|
+
- Improvements for table resizing & column creation.
|
|
1480
|
+
- https://product-fabric.atlassian.net/browse/ED-7698
|
|
1481
|
+
- https://product-fabric.atlassian.net/browse/ED-7319
|
|
1482
|
+
- https://product-fabric.atlassian.net/browse/ED-7799
|
|
1469
1483
|
|
|
1470
1484
|
**Mobile**
|
|
1471
1485
|
|
|
1472
|
-
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
-
|
|
1476
|
-
- https://product-fabric.atlassian.net/browse/FM-2370
|
|
1486
|
+
- GASv3 Analytics Events are now relayed from the web to the native context, ready for dispatching.
|
|
1487
|
+
- https://product-fabric.atlassian.net/browse/FM-2502
|
|
1488
|
+
- Hybrid Renderer Recycler view now handles invalid ADF nodes gracefully.
|
|
1489
|
+
- https://product-fabric.atlassian.net/browse/FM-2370
|
|
1477
1490
|
|
|
1478
1491
|
**Media**
|
|
1479
1492
|
|
|
1480
|
-
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
-
|
|
1486
|
-
|
|
1487
|
-
-
|
|
1488
|
-
|
|
1489
|
-
-
|
|
1490
|
-
|
|
1491
|
-
-
|
|
1492
|
-
|
|
1493
|
+
- Improved analytics
|
|
1494
|
+
- https://product-fabric.atlassian.net/browse/MS-2036
|
|
1495
|
+
- https://product-fabric.atlassian.net/browse/MS-2145
|
|
1496
|
+
- https://product-fabric.atlassian.net/browse/MS-2416
|
|
1497
|
+
- https://product-fabric.atlassian.net/browse/MS-2487
|
|
1498
|
+
- Added shouldOpenMediaViewer property to renderer
|
|
1499
|
+
- https://product-fabric.atlassian.net/browse/MS-2393
|
|
1500
|
+
- Implemented analytics for file copy
|
|
1501
|
+
- https://product-fabric.atlassian.net/browse/MS-2036
|
|
1502
|
+
- New `media-viewed` event dispatched when media is interacted with via the media card or viewer.
|
|
1503
|
+
- https://product-fabric.atlassian.net/browse/MS-2284
|
|
1504
|
+
- Support for `alt` text attribute on media image elements.
|
|
1505
|
+
- https://product-fabric.atlassian.net/browse/ED-7776
|
|
1493
1506
|
|
|
1494
1507
|
**i18n-tools**
|
|
1495
1508
|
|
|
@@ -1497,48 +1510,48 @@ Bumped dependencies.
|
|
|
1497
1510
|
|
|
1498
1511
|
### Patch Changes
|
|
1499
1512
|
|
|
1500
|
-
-
|
|
1513
|
+
- [patch][cc28419139](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc28419139):
|
|
1501
1514
|
|
|
1502
|
-
|
|
1515
|
+
Adding missing license to packages and update to Copyright 2019 Atlassian Pty Ltd.
|
|
1503
1516
|
|
|
1504
1517
|
## 7.1.1
|
|
1505
1518
|
|
|
1506
1519
|
### Patch Changes
|
|
1507
1520
|
|
|
1508
|
-
-
|
|
1521
|
+
- [patch][a2d0043716](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a2d0043716):
|
|
1509
1522
|
|
|
1510
|
-
|
|
1523
|
+
Updated version of analytics-next to fix potential incompatibilities with TS 3.6
|
|
1511
1524
|
|
|
1512
1525
|
## 7.1.0
|
|
1513
1526
|
|
|
1514
1527
|
### Minor Changes
|
|
1515
1528
|
|
|
1516
|
-
-
|
|
1529
|
+
- [minor][65ada7f318](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/65ada7f318):
|
|
1517
1530
|
|
|
1518
|
-
|
|
1531
|
+
**FABDODGEM-12 Editor Cashmere Release**
|
|
1519
1532
|
|
|
1520
|
-
|
|
1533
|
+
- [Internal post](http://go.atlassian.com/cashmere-release)
|
|
1521
1534
|
|
|
1522
|
-
|
|
1535
|
+
**Affected editor components:**
|
|
1523
1536
|
|
|
1524
|
-
|
|
1537
|
+
tables, media, mobile, text color, emoji, copy/paste, analytics
|
|
1525
1538
|
|
|
1526
|
-
|
|
1539
|
+
**Performance**
|
|
1527
1540
|
|
|
1528
|
-
|
|
1529
|
-
|
|
1541
|
+
- Async import for code blocks and task items on renderer
|
|
1542
|
+
- https://product-fabric.atlassian.net/browse/ED-7155
|
|
1530
1543
|
|
|
1531
|
-
|
|
1544
|
+
**Table**
|
|
1532
1545
|
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1546
|
+
- Add support to sort tables that contains smart links
|
|
1547
|
+
- https://product-fabric.atlassian.net/browse/ED-7449
|
|
1548
|
+
- Scale table when changing to full width mode
|
|
1549
|
+
- https://product-fabric.atlassian.net/browse/ED-7724
|
|
1537
1550
|
|
|
1538
|
-
|
|
1551
|
+
**Text color**
|
|
1539
1552
|
|
|
1540
|
-
|
|
1541
|
-
|
|
1553
|
+
- Update text color toolbar with right color when text is inside a list, panel, etc.
|
|
1554
|
+
- https://product-fabric.atlassian.net/browse/FM-1752
|
|
1542
1555
|
|
|
1543
1556
|
**Mobile** - Implement undo/redo interface on Hybrid Editor -
|
|
1544
1557
|
https://product-fabric.atlassian.net/browse/FM-2393
|
|
@@ -1556,17 +1569,17 @@ https://product-fabric.atlassian.net/browse/FM-2393
|
|
|
1556
1569
|
|
|
1557
1570
|
**Media**
|
|
1558
1571
|
|
|
1559
|
-
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
-
|
|
1567
|
-
|
|
1568
|
-
-
|
|
1569
|
-
|
|
1572
|
+
- Add analytics events and error reporting [NEW BIG FEATURE]
|
|
1573
|
+
- https://product-fabric.atlassian.net/browse/MS-2275
|
|
1574
|
+
- https://product-fabric.atlassian.net/browse/MS-2329
|
|
1575
|
+
- https://product-fabric.atlassian.net/browse/MS-2330
|
|
1576
|
+
- https://product-fabric.atlassian.net/browse/MS-2331
|
|
1577
|
+
- https://product-fabric.atlassian.net/browse/MS-2332
|
|
1578
|
+
- https://product-fabric.atlassian.net/browse/MS-2390
|
|
1579
|
+
- Fixed issue where we can’t insert same file from MediaPicker twice
|
|
1580
|
+
- https://product-fabric.atlassian.net/browse/MS-2080
|
|
1581
|
+
- Disable upload of external files to media
|
|
1582
|
+
- https://product-fabric.atlassian.net/browse/MS-2372
|
|
1570
1583
|
|
|
1571
1584
|
**Notable Bug Fixes**
|
|
1572
1585
|
|
|
@@ -1581,541 +1594,539 @@ https://product-fabric.atlassian.net/browse/FM-2393
|
|
|
1581
1594
|
- Fixed bug where custom emojis are not been showed on the editor
|
|
1582
1595
|
- https://product-fabric.atlassian.net/browse/ED-7726
|
|
1583
1596
|
|
|
1584
|
-
-
|
|
1597
|
+
- [minor][79c69ed5cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/79c69ed5cd):
|
|
1585
1598
|
|
|
1586
|
-
|
|
1599
|
+
ED-7449 Implement sorting inline cards inside tables base on resolved title
|
|
1587
1600
|
|
|
1588
1601
|
## 7.0.0
|
|
1589
1602
|
|
|
1590
1603
|
### Major Changes
|
|
1591
1604
|
|
|
1592
|
-
-
|
|
1605
|
+
- [major][80adfefba2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/80adfefba2):
|
|
1593
1606
|
|
|
1594
|
-
|
|
1607
|
+
Remove applicationCard node and action mark
|
|
1595
1608
|
|
|
1596
|
-
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1609
|
+
- Updated dependencies
|
|
1610
|
+
[1194ad5eb3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1194ad5eb3):
|
|
1611
|
+
- @atlaskit/adf-schema@4.0.0
|
|
1599
1612
|
|
|
1600
1613
|
## 6.1.7
|
|
1601
1614
|
|
|
1602
1615
|
### Patch Changes
|
|
1603
1616
|
|
|
1604
|
-
-
|
|
1617
|
+
- [patch][48fcfce0a1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/48fcfce0a1):
|
|
1605
1618
|
|
|
1606
|
-
|
|
1619
|
+
Export missing definitions from schema to fix types in utils
|
|
1607
1620
|
|
|
1608
1621
|
## 6.1.6
|
|
1609
1622
|
|
|
1610
1623
|
### Patch Changes
|
|
1611
1624
|
|
|
1612
|
-
-
|
|
1625
|
+
- [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
|
|
1613
1626
|
|
|
1614
|
-
|
|
1615
|
-
|
|
1627
|
+
Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving
|
|
1628
|
+
non-relative imports as relative imports
|
|
1616
1629
|
|
|
1617
1630
|
## 6.1.5
|
|
1618
1631
|
|
|
1619
1632
|
### Patch Changes
|
|
1620
1633
|
|
|
1621
|
-
-
|
|
1634
|
+
- [patch][0d7d459f1a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0d7d459f1a):
|
|
1622
1635
|
|
|
1623
|
-
|
|
1636
|
+
Fixes type errors which were incompatible with TS 3.6
|
|
1624
1637
|
|
|
1625
1638
|
## 6.1.4
|
|
1626
1639
|
|
|
1627
1640
|
### Patch Changes
|
|
1628
1641
|
|
|
1629
|
-
-
|
|
1642
|
+
- [patch][ecca4d1dbb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ecca4d1dbb):
|
|
1630
1643
|
|
|
1631
|
-
|
|
1644
|
+
Upgraded Typescript to 3.3.x
|
|
1632
1645
|
|
|
1633
1646
|
## 6.1.3
|
|
1634
1647
|
|
|
1635
|
-
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1648
|
+
- Updated dependencies
|
|
1649
|
+
[6164bc2629](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6164bc2629):
|
|
1650
|
+
- @atlaskit/adf-schema@3.0.0
|
|
1638
1651
|
|
|
1639
1652
|
## 6.1.2
|
|
1640
1653
|
|
|
1641
1654
|
### Patch Changes
|
|
1642
1655
|
|
|
1643
|
-
-
|
|
1656
|
+
- [patch][bbff8a7d87](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bbff8a7d87):
|
|
1644
1657
|
|
|
1645
|
-
|
|
1658
|
+
Fixes bug, missing version.json file
|
|
1646
1659
|
|
|
1647
1660
|
## 6.1.1
|
|
1648
1661
|
|
|
1649
1662
|
### Patch Changes
|
|
1650
1663
|
|
|
1651
|
-
-
|
|
1664
|
+
- [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
|
|
1652
1665
|
|
|
1653
|
-
|
|
1666
|
+
In this PR, we are:
|
|
1654
1667
|
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1668
|
+
- Re-introducing dist build folders
|
|
1669
|
+
- Adding back cjs
|
|
1670
|
+
- Replacing es5 by cjs and es2015 by esm
|
|
1671
|
+
- Creating folders at the root for entry-points
|
|
1672
|
+
- Removing the generation of the entry-points at the root Please see this
|
|
1673
|
+
[ticket](https://product-fabric.atlassian.net/browse/BUILDTOOLS-118) or this
|
|
1674
|
+
[page](https://hello.atlassian.net/wiki/spaces/FED/pages/452325500/Finishing+Atlaskit+multiple+entry+points)
|
|
1675
|
+
for further details
|
|
1663
1676
|
|
|
1664
1677
|
## 6.1.0
|
|
1665
1678
|
|
|
1666
|
-
-
|
|
1679
|
+
- [minor][79f0ef0601](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/79f0ef0601):
|
|
1667
1680
|
|
|
1668
|
-
|
|
1681
|
+
- Use strict tsconfig to compile editor packages
|
|
1669
1682
|
|
|
1670
1683
|
## 6.0.5
|
|
1671
1684
|
|
|
1672
|
-
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1685
|
+
- Updated dependencies
|
|
1686
|
+
[7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
|
|
1687
|
+
- @atlaskit/adf-schema@2.5.5
|
|
1688
|
+
- @atlaskit/docs@8.0.0
|
|
1676
1689
|
|
|
1677
1690
|
## 6.0.4
|
|
1678
1691
|
|
|
1679
|
-
-
|
|
1692
|
+
- [patch][0a4ccaafae](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0a4ccaafae):
|
|
1680
1693
|
|
|
1681
|
-
|
|
1694
|
+
- Bump tslib
|
|
1682
1695
|
|
|
1683
|
-
-
|
|
1696
|
+
- [patch][0ac39bd2dd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0ac39bd2dd):
|
|
1684
1697
|
|
|
1685
|
-
|
|
1698
|
+
- Bump tslib to 1.9
|
|
1686
1699
|
|
|
1687
1700
|
## 6.0.3
|
|
1688
1701
|
|
|
1689
|
-
-
|
|
1702
|
+
- [patch][97e555c168](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/97e555c168):
|
|
1690
1703
|
|
|
1691
|
-
|
|
1704
|
+
- Revert "[ED-5259 - ED-6200] adds defaultMarks on tableNode (pull request #5259)"
|
|
1692
1705
|
|
|
1693
1706
|
## 6.0.2
|
|
1694
1707
|
|
|
1695
|
-
-
|
|
1708
|
+
- [patch][b425ea772b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b425ea772b):
|
|
1696
1709
|
|
|
1697
|
-
|
|
1710
|
+
- Revert "ED-5505 add strong as default mark to table header (pull request #5291)"
|
|
1698
1711
|
|
|
1699
1712
|
## 6.0.1
|
|
1700
1713
|
|
|
1701
|
-
-
|
|
1714
|
+
- [patch][499f9783d8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/499f9783d8):
|
|
1702
1715
|
|
|
1703
|
-
|
|
1716
|
+
- [ED-5505] Fix forceContentValidation replacing valid entities to empty array
|
|
1704
1717
|
|
|
1705
1718
|
## 6.0.0
|
|
1706
1719
|
|
|
1707
|
-
-
|
|
1720
|
+
- [major][9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
|
|
1708
1721
|
|
|
1709
|
-
|
|
1722
|
+
- Dropped ES5 distributables from the typescript packages
|
|
1710
1723
|
|
|
1711
1724
|
## 5.8.0
|
|
1712
1725
|
|
|
1713
|
-
-
|
|
1726
|
+
- [minor][a7af8a8865](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a7af8a8865):
|
|
1714
1727
|
|
|
1715
|
-
|
|
1728
|
+
- [ED-6325] Add forceContentValidation to array specs
|
|
1716
1729
|
|
|
1717
1730
|
## 5.7.2
|
|
1718
1731
|
|
|
1719
|
-
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1732
|
+
- Updated dependencies
|
|
1733
|
+
[76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
|
|
1734
|
+
- @atlaskit/docs@7.0.0
|
|
1722
1735
|
|
|
1723
1736
|
## 5.7.1
|
|
1724
1737
|
|
|
1725
|
-
-
|
|
1738
|
+
- [patch][60ea09b0cc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/60ea09b0cc):
|
|
1726
1739
|
|
|
1727
|
-
|
|
1740
|
+
- ED-6246 Improves types and adds more metadata to errors
|
|
1728
1741
|
|
|
1729
1742
|
## 5.7.0
|
|
1730
1743
|
|
|
1731
|
-
-
|
|
1744
|
+
- [minor][4d8d759bf9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4d8d759bf9):
|
|
1732
1745
|
|
|
1733
|
-
|
|
1746
|
+
- [ED-6255] Migrate ADFNode type to ADFEntity
|
|
1734
1747
|
|
|
1735
1748
|
## 5.6.3
|
|
1736
1749
|
|
|
1737
|
-
-
|
|
1750
|
+
- [patch][e83a441140](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e83a441140):
|
|
1738
1751
|
|
|
1739
|
-
|
|
1752
|
+
- Revert type change to width/height attributes for media node
|
|
1740
1753
|
|
|
1741
1754
|
## 5.6.2
|
|
1742
1755
|
|
|
1743
|
-
-
|
|
1756
|
+
- [patch][09696170ec](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/09696170ec):
|
|
1744
1757
|
|
|
1745
|
-
|
|
1758
|
+
- Bumps prosemirror-utils to 0.7.6
|
|
1746
1759
|
|
|
1747
1760
|
## 5.6.1
|
|
1748
1761
|
|
|
1749
|
-
-
|
|
1762
|
+
- [patch][14fe1381ba](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/14fe1381ba):
|
|
1750
1763
|
|
|
1751
|
-
|
|
1764
|
+
- ED-6118: ensure media dimensions are always integers, preventing invalid ADF
|
|
1752
1765
|
|
|
1753
1766
|
## 5.6.0
|
|
1754
1767
|
|
|
1755
|
-
-
|
|
1768
|
+
- [minor][be706e55f6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/be706e55f6):
|
|
1756
1769
|
|
|
1757
|
-
|
|
1770
|
+
- ED-6154 Adds `array` validation support
|
|
1758
1771
|
|
|
1759
1772
|
## 5.5.0
|
|
1760
1773
|
|
|
1761
|
-
-
|
|
1774
|
+
- [minor][a5b5a5098e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a5b5a5098e):
|
|
1762
1775
|
|
|
1763
|
-
|
|
1776
|
+
- Adds index to visitor
|
|
1764
1777
|
|
|
1765
1778
|
## 5.4.2
|
|
1766
1779
|
|
|
1767
|
-
-
|
|
1780
|
+
- [patch][76ed7f0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76ed7f0):
|
|
1768
1781
|
|
|
1769
|
-
|
|
1782
|
+
- Update Specs
|
|
1770
1783
|
|
|
1771
1784
|
## 5.4.1
|
|
1772
1785
|
|
|
1773
|
-
-
|
|
1786
|
+
- [patch][57cffcb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/57cffcb):
|
|
1774
1787
|
|
|
1775
|
-
|
|
1788
|
+
- Need tslib
|
|
1776
1789
|
|
|
1777
1790
|
## 5.4.0
|
|
1778
1791
|
|
|
1779
|
-
-
|
|
1792
|
+
- [minor][1205725](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1205725):
|
|
1780
1793
|
|
|
1781
|
-
|
|
1794
|
+
- Move schema to its own package
|
|
1782
1795
|
|
|
1783
1796
|
## 5.3.4
|
|
1784
1797
|
|
|
1785
|
-
-
|
|
1786
|
-
|
|
1798
|
+
- Updated dependencies [80f765b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/80f765b):
|
|
1799
|
+
- @atlaskit/editor-common@23.0.0
|
|
1787
1800
|
|
|
1788
1801
|
## 5.3.3
|
|
1789
1802
|
|
|
1790
|
-
-
|
|
1803
|
+
- [patch][34df084](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/34df084):
|
|
1791
1804
|
|
|
1792
|
-
|
|
1805
|
+
- Fix layout schema and enable breakout layouts in renderer
|
|
1793
1806
|
|
|
1794
1807
|
## 5.3.2
|
|
1795
1808
|
|
|
1796
|
-
-
|
|
1797
|
-
|
|
1809
|
+
- Updated dependencies [58b84fa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/58b84fa):
|
|
1810
|
+
- @atlaskit/docs@6.0.0
|
|
1798
1811
|
|
|
1799
1812
|
## 5.3.1
|
|
1800
1813
|
|
|
1801
|
-
-
|
|
1814
|
+
- [patch][0a297ba](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0a297ba):
|
|
1802
1815
|
|
|
1803
|
-
|
|
1816
|
+
- Packages should not be shown in the navigation, search and overview
|
|
1804
1817
|
|
|
1805
1818
|
## 5.3.0
|
|
1806
1819
|
|
|
1807
|
-
-
|
|
1820
|
+
- [minor][a1b03d0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a1b03d0):
|
|
1808
1821
|
|
|
1809
|
-
|
|
1822
|
+
- ED-3890 Adds Indentation support on paragraphs and headings
|
|
1810
1823
|
|
|
1811
1824
|
## 5.2.0
|
|
1812
1825
|
|
|
1813
|
-
-
|
|
1826
|
+
- [minor][94094fe](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/94094fe):
|
|
1814
1827
|
|
|
1815
|
-
|
|
1828
|
+
- Adds support for links around images
|
|
1816
1829
|
|
|
1817
1830
|
## 5.1.9
|
|
1818
1831
|
|
|
1819
|
-
-
|
|
1820
|
-
|
|
1832
|
+
- Updated dependencies [7e8b4b9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e8b4b9):
|
|
1833
|
+
- @atlaskit/editor-common@22.0.0
|
|
1821
1834
|
|
|
1822
1835
|
## 5.1.8
|
|
1823
1836
|
|
|
1824
|
-
-
|
|
1837
|
+
- [patch][416fbb3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/416fbb3):
|
|
1825
1838
|
|
|
1826
|
-
|
|
1839
|
+
- ED-3298: codeBlocks inside lists
|
|
1827
1840
|
|
|
1828
1841
|
## 5.1.7
|
|
1829
1842
|
|
|
1830
|
-
-
|
|
1843
|
+
- [patch][409e610](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/409e610):
|
|
1831
1844
|
|
|
1832
|
-
|
|
1845
|
+
- Fix schema block marks name inconsistency
|
|
1833
1846
|
|
|
1834
1847
|
## 5.1.6
|
|
1835
1848
|
|
|
1836
|
-
-
|
|
1849
|
+
- [patch][df33a8b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/df33a8b):
|
|
1837
1850
|
|
|
1838
|
-
|
|
1851
|
+
- Fix block marks validation
|
|
1839
1852
|
|
|
1840
1853
|
## 5.1.5
|
|
1841
1854
|
|
|
1842
|
-
-
|
|
1855
|
+
- [patch][d3bb11f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d3bb11f):
|
|
1843
1856
|
|
|
1844
|
-
|
|
1857
|
+
- Fixing validator for alignment marks
|
|
1845
1858
|
|
|
1846
1859
|
## 5.1.4
|
|
1847
1860
|
|
|
1848
|
-
-
|
|
1861
|
+
- [patch][4e2a3b1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4e2a3b1):
|
|
1849
1862
|
|
|
1850
|
-
|
|
1863
|
+
- Fixes validating marks with multiple possible branch
|
|
1851
1864
|
|
|
1852
1865
|
## 5.1.3
|
|
1853
1866
|
|
|
1854
|
-
-
|
|
1867
|
+
- [patch][a1fb551](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a1fb551):
|
|
1855
1868
|
|
|
1856
|
-
|
|
1869
|
+
- Fixed style attribute ADF error for Fabric Status
|
|
1857
1870
|
|
|
1858
1871
|
## 5.1.2
|
|
1859
1872
|
|
|
1860
|
-
-
|
|
1873
|
+
- [patch][11d4b85](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/11d4b85):
|
|
1861
1874
|
|
|
1862
|
-
|
|
1875
|
+
- ED-5606 Adds union attrs support to validator
|
|
1863
1876
|
|
|
1864
1877
|
## 5.1.1
|
|
1865
1878
|
|
|
1866
|
-
-
|
|
1879
|
+
- [patch][b19b7bb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b19b7bb):
|
|
1867
1880
|
|
|
1868
|
-
|
|
1881
|
+
- ED-5721 Validator now supports optional content
|
|
1869
1882
|
|
|
1870
1883
|
## 5.1.0
|
|
1871
1884
|
|
|
1872
|
-
-
|
|
1885
|
+
- [minor][b440439](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b440439):
|
|
1873
1886
|
|
|
1874
|
-
|
|
1887
|
+
- Add breakout mark to editor, renderer and adf-utils
|
|
1875
1888
|
|
|
1876
1889
|
## 5.0.1
|
|
1877
1890
|
|
|
1878
|
-
-
|
|
1879
|
-
|
|
1891
|
+
- Updated dependencies [2c21466](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2c21466):
|
|
1892
|
+
- @atlaskit/editor-common@21.0.0
|
|
1880
1893
|
|
|
1881
1894
|
## 5.0.0
|
|
1882
1895
|
|
|
1883
|
-
-
|
|
1896
|
+
- [major][e1db106](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e1db106):
|
|
1884
1897
|
|
|
1885
|
-
|
|
1898
|
+
- New validator API
|
|
1886
1899
|
|
|
1887
|
-
|
|
1900
|
+
### Breaking Change
|
|
1888
1901
|
|
|
1889
|
-
|
|
1902
|
+
**Old API**
|
|
1890
1903
|
|
|
1891
|
-
|
|
1892
|
-
|
|
1904
|
+
```
|
|
1905
|
+
export type ValidationMode = 'strict' | 'loose';
|
|
1893
1906
|
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1907
|
+
validator(
|
|
1908
|
+
nodes?: Array<string>,
|
|
1909
|
+
marks?: Array<string>,
|
|
1910
|
+
validationMode?: ValidationMode,
|
|
1911
|
+
)
|
|
1912
|
+
```
|
|
1900
1913
|
|
|
1901
|
-
|
|
1914
|
+
**New API**
|
|
1902
1915
|
|
|
1903
|
-
|
|
1904
|
-
|
|
1916
|
+
We introduced a new `allowPrivateAttributes` option. It allows attributes starting with `__`
|
|
1917
|
+
without validation.
|
|
1905
1918
|
|
|
1906
|
-
|
|
1907
|
-
|
|
1919
|
+
```
|
|
1920
|
+
export type ValidationMode = 'strict' | 'loose';
|
|
1908
1921
|
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
1922
|
+
export interface ValidationOptions {
|
|
1923
|
+
mode?: ValidationMode;
|
|
1924
|
+
allowPrivateAttributes?: boolean;
|
|
1925
|
+
}
|
|
1913
1926
|
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
|
|
1927
|
+
validator(
|
|
1928
|
+
nodes?: Array<string>,
|
|
1929
|
+
marks?: Array<string>,
|
|
1930
|
+
options?: ValidationOptions,
|
|
1931
|
+
)
|
|
1932
|
+
```
|
|
1920
1933
|
|
|
1921
1934
|
## 4.1.0
|
|
1922
1935
|
|
|
1923
|
-
-
|
|
1936
|
+
- [minor][4f5830f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4f5830f):
|
|
1924
1937
|
|
|
1925
|
-
|
|
1938
|
+
- ED-4200: add page layout support to generator and ADF schema
|
|
1926
1939
|
|
|
1927
1940
|
## 4.0.4
|
|
1928
1941
|
|
|
1929
|
-
-
|
|
1942
|
+
- [patch][e8052e1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e8052e1):
|
|
1930
1943
|
|
|
1931
|
-
|
|
1944
|
+
- Add main field to adf-utils package.json
|
|
1932
1945
|
|
|
1933
1946
|
## 4.0.3
|
|
1934
1947
|
|
|
1935
|
-
-
|
|
1948
|
+
- [patch][653b6a9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/653b6a9):
|
|
1936
1949
|
|
|
1937
|
-
|
|
1950
|
+
- removed optional attributes from adf-builder module for status node
|
|
1938
1951
|
|
|
1939
|
-
-
|
|
1952
|
+
- [patch][cd5471b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cd5471b):
|
|
1940
1953
|
|
|
1941
|
-
|
|
1954
|
+
- added style attribute for Status node in ADF schema
|
|
1942
1955
|
|
|
1943
1956
|
## 4.0.2
|
|
1944
1957
|
|
|
1945
|
-
-
|
|
1958
|
+
- [patch][6201223](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6201223" d):
|
|
1946
1959
|
|
|
1947
|
-
|
|
1960
|
+
- Add examples.
|
|
1948
1961
|
|
|
1949
1962
|
## 4.0.1
|
|
1950
1963
|
|
|
1951
|
-
-
|
|
1952
|
-
|
|
1964
|
+
- [patch] Fix floating number validation
|
|
1965
|
+
[ea027b8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ea027b8)
|
|
1953
1966
|
|
|
1954
1967
|
## 4.0.0
|
|
1955
1968
|
|
|
1956
|
-
-
|
|
1957
|
-
|
|
1969
|
+
- [major] Wrap invalid node with unsupported node
|
|
1970
|
+
[fb60e39](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/fb60e39)
|
|
1958
1971
|
|
|
1959
1972
|
## 3.0.1
|
|
1960
1973
|
|
|
1961
|
-
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1974
|
+
- [patch] Updated dependencies
|
|
1975
|
+
[b1ce691](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b1ce691)
|
|
1976
|
+
- @atlaskit/editor-common@20.0.0
|
|
1964
1977
|
|
|
1965
1978
|
## 3.0.0
|
|
1966
1979
|
|
|
1967
|
-
-
|
|
1968
|
-
[db2d466](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/db2d466)
|
|
1980
|
+
- [major] New validator API [db2d466](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/db2d466)
|
|
1969
1981
|
|
|
1970
1982
|
## 2.2.6
|
|
1971
1983
|
|
|
1972
|
-
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1984
|
+
- [patch] Updated dependencies
|
|
1985
|
+
[2afa60d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2afa60d)
|
|
1986
|
+
- @atlaskit/editor-common@19.0.0
|
|
1975
1987
|
|
|
1976
1988
|
## 2.2.5
|
|
1977
1989
|
|
|
1978
|
-
-
|
|
1979
|
-
|
|
1980
|
-
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1990
|
+
- [patch] Updated dependencies
|
|
1991
|
+
[8b2c4d3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8b2c4d3)
|
|
1992
|
+
- [patch] Updated dependencies
|
|
1993
|
+
[3302d51](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3302d51)
|
|
1994
|
+
- @atlaskit/editor-common@18.0.0
|
|
1983
1995
|
|
|
1984
1996
|
## 2.2.4
|
|
1985
1997
|
|
|
1986
|
-
-
|
|
1987
|
-
|
|
1998
|
+
- [patch] make attris in ADFNode optioanla as not every node have this value
|
|
1999
|
+
[df13878](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/df13878)
|
|
1988
2000
|
|
|
1989
2001
|
## 2.2.3
|
|
1990
2002
|
|
|
1991
|
-
-
|
|
1992
|
-
|
|
1993
|
-
|
|
2003
|
+
- [patch] Updated dependencies
|
|
2004
|
+
[927ae63](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/927ae63)
|
|
2005
|
+
- @atlaskit/editor-common@17.0.0
|
|
1994
2006
|
|
|
1995
2007
|
## 2.2.2
|
|
1996
2008
|
|
|
1997
|
-
-
|
|
1998
|
-
|
|
2009
|
+
- [patch] Fix .d.ts file names
|
|
2010
|
+
[3d6c0fd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3d6c0fd)
|
|
1999
2011
|
|
|
2000
2012
|
## 2.2.1
|
|
2001
2013
|
|
|
2002
|
-
-
|
|
2003
|
-
|
|
2014
|
+
- [patch] .es.js files now reference es2015 builds instead of es5
|
|
2015
|
+
[98034c7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/98034c7)
|
|
2004
2016
|
|
|
2005
2017
|
## 2.2.0
|
|
2006
2018
|
|
|
2007
|
-
-
|
|
2008
|
-
|
|
2019
|
+
- [minor] FS-2961 Introduce status component and status node in editor
|
|
2020
|
+
[7fe2b0a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7fe2b0a)
|
|
2009
2021
|
|
|
2010
2022
|
## 2.1.5
|
|
2011
2023
|
|
|
2012
|
-
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2024
|
+
- [patch] Updated dependencies
|
|
2025
|
+
[6e1d642](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6e1d642)
|
|
2026
|
+
- @atlaskit/editor-common@16.0.0
|
|
2015
2027
|
|
|
2016
2028
|
## 2.1.4
|
|
2017
2029
|
|
|
2018
|
-
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
- @atlaskit/editor-common@15.0.7
|
|
2030
|
+
- [patch] Update TS to 3.0 [f68d367](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f68d367)
|
|
2031
|
+
- [none] Updated dependencies
|
|
2032
|
+
[f68d367](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f68d367)
|
|
2033
|
+
- @atlaskit/editor-common@15.0.7
|
|
2023
2034
|
|
|
2024
2035
|
## 2.1.3
|
|
2025
2036
|
|
|
2026
|
-
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2037
|
+
- [patch] Updated dependencies
|
|
2038
|
+
[7545979](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7545979)
|
|
2039
|
+
- @atlaskit/editor-common@15.0.0
|
|
2029
2040
|
|
|
2030
2041
|
## 2.1.2
|
|
2031
2042
|
|
|
2032
|
-
-
|
|
2033
|
-
|
|
2034
|
-
|
|
2043
|
+
- [patch] Updated dependencies
|
|
2044
|
+
[b12f7e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b12f7e6)
|
|
2045
|
+
- @atlaskit/editor-common@14.0.11
|
|
2035
2046
|
|
|
2036
2047
|
## 2.1.1
|
|
2037
2048
|
|
|
2038
|
-
-
|
|
2039
|
-
|
|
2040
|
-
-
|
|
2041
|
-
|
|
2042
|
-
|
|
2049
|
+
- [patch] ED-5178: added card node to default schema
|
|
2050
|
+
[51e7446](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/51e7446)
|
|
2051
|
+
- [none] Updated dependencies
|
|
2052
|
+
[51e7446](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/51e7446)
|
|
2053
|
+
- @atlaskit/editor-common@14.0.8
|
|
2043
2054
|
|
|
2044
2055
|
## 2.1.0
|
|
2045
2056
|
|
|
2046
|
-
-
|
|
2047
|
-
|
|
2048
|
-
-
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
2057
|
+
- [minor] ED-4421 ADF Validator
|
|
2058
|
+
[fd7e953](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/fd7e953)
|
|
2059
|
+
- [none] Updated dependencies
|
|
2060
|
+
[fd7e953](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/fd7e953)
|
|
2061
|
+
- @atlaskit/json-schema-generator@1.1.0
|
|
2062
|
+
- @atlaskit/editor-common@14.0.4
|
|
2052
2063
|
|
|
2053
2064
|
## 2.0.5
|
|
2054
2065
|
|
|
2055
|
-
-
|
|
2056
|
-
|
|
2057
|
-
-
|
|
2058
|
-
|
|
2066
|
+
- [patch] Fix es5 exports of some of the newer modules
|
|
2067
|
+
[3f0cd7d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3f0cd7d)
|
|
2068
|
+
- [none] Updated dependencies
|
|
2069
|
+
[3f0cd7d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3f0cd7d)
|
|
2059
2070
|
|
|
2060
2071
|
## 2.0.4
|
|
2061
2072
|
|
|
2062
|
-
-
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
-
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
-
|
|
2069
|
-
|
|
2070
|
-
|
|
2071
|
-
-
|
|
2072
|
-
|
|
2073
|
-
|
|
2074
|
-
-
|
|
2075
|
-
|
|
2076
|
-
|
|
2073
|
+
- [none] Updated dependencies
|
|
2074
|
+
[597e0bd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/597e0bd)
|
|
2075
|
+
- @atlaskit/editor-common@14.0.0
|
|
2076
|
+
- [none] Updated dependencies
|
|
2077
|
+
[61df453](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/61df453)
|
|
2078
|
+
- @atlaskit/editor-common@14.0.0
|
|
2079
|
+
- [none] Updated dependencies
|
|
2080
|
+
[812a39c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/812a39c)
|
|
2081
|
+
- @atlaskit/editor-common@14.0.0
|
|
2082
|
+
- [none] Updated dependencies
|
|
2083
|
+
[c8eb097](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c8eb097)
|
|
2084
|
+
- @atlaskit/editor-common@14.0.0
|
|
2085
|
+
- [patch] Updated dependencies
|
|
2086
|
+
[d02746f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d02746f)
|
|
2087
|
+
- @atlaskit/editor-common@14.0.0
|
|
2077
2088
|
|
|
2078
2089
|
## 2.0.3
|
|
2079
2090
|
|
|
2080
|
-
-
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
|
|
2091
|
+
- [patch] Updated dependencies
|
|
2092
|
+
[acd86a1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/acd86a1)
|
|
2093
|
+
- @atlaskit/editor-common@13.2.7
|
|
2094
|
+
- @atlaskit/docs@5.0.2
|
|
2084
2095
|
|
|
2085
2096
|
## 2.0.2
|
|
2086
2097
|
|
|
2087
|
-
-
|
|
2088
|
-
|
|
2098
|
+
- [patch] Include type files to release
|
|
2099
|
+
[02cae82](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/02cae82)
|
|
2089
2100
|
|
|
2090
2101
|
## 2.0.1
|
|
2091
2102
|
|
|
2092
|
-
-
|
|
2093
|
-
|
|
2103
|
+
- [patch] Fix types for top level imports
|
|
2104
|
+
[61cd06b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/61cd06b)
|
|
2094
2105
|
|
|
2095
2106
|
## 2.0.0
|
|
2096
2107
|
|
|
2097
|
-
-
|
|
2098
|
-
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
-
|
|
2102
|
-
|
|
2103
|
-
|
|
2104
|
-
|
|
2108
|
+
- [major] Updated dependencies
|
|
2109
|
+
[563a7eb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/563a7eb)
|
|
2110
|
+
- @atlaskit/editor-common@13.0.0
|
|
2111
|
+
- @atlaskit/docs@5.0.0
|
|
2112
|
+
- [major] Updated dependencies
|
|
2113
|
+
[7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
|
|
2114
|
+
- @atlaskit/editor-common@13.0.0
|
|
2115
|
+
- @atlaskit/docs@5.0.0
|
|
2105
2116
|
|
|
2106
2117
|
## 1.0.1
|
|
2107
2118
|
|
|
2108
|
-
-
|
|
2109
|
-
|
|
2119
|
+
- [patch] Fix failing master build
|
|
2120
|
+
[1e2faf4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e2faf4)
|
|
2110
2121
|
|
|
2111
|
-
-
|
|
2112
|
-
|
|
2113
|
-
|
|
2122
|
+
- [none] Updated dependencies
|
|
2123
|
+
[5f6ec84](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5f6ec84)
|
|
2124
|
+
- @atlaskit/editor-common@12.0.0
|
|
2114
2125
|
|
|
2115
2126
|
## 1.0.0
|
|
2116
2127
|
|
|
2117
|
-
-
|
|
2118
|
-
|
|
2119
|
-
-
|
|
2120
|
-
|
|
2121
|
-
|
|
2128
|
+
- [major] Add @atlaskit/adf-utils package
|
|
2129
|
+
[dd2efd5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dd2efd5)
|
|
2130
|
+
- [none] Updated dependencies
|
|
2131
|
+
[dd2efd5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dd2efd5)
|
|
2132
|
+
- @atlaskit/editor-common@11.4.0
|