@atlaskit/adf-utils 19.2.2 → 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 +963 -960
- 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/docs/0-intro.tsx +406 -406
- package/package.json +68 -70
- package/report.api.md +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,1451 +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
|
+
|
|
3
11
|
## 19.2.2
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
6
14
|
|
|
7
|
-
-
|
|
8
|
-
|
|
9
|
-
|
|
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
|
|
10
18
|
|
|
11
19
|
## 19.2.1
|
|
12
20
|
|
|
13
21
|
### Patch Changes
|
|
14
22
|
|
|
15
|
-
-
|
|
16
|
-
|
|
17
|
-
|
|
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
|
|
18
26
|
|
|
19
27
|
## 19.2.0
|
|
20
28
|
|
|
21
29
|
### Minor Changes
|
|
22
30
|
|
|
23
|
-
-
|
|
24
|
-
|
|
25
|
-
|
|
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
|
|
26
34
|
|
|
27
35
|
## 19.1.1
|
|
28
36
|
|
|
29
37
|
### Patch Changes
|
|
30
38
|
|
|
31
|
-
-
|
|
32
|
-
|
|
33
|
-
|
|
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
|
|
34
42
|
|
|
35
43
|
## 19.1.0
|
|
36
44
|
|
|
37
45
|
### Minor Changes
|
|
38
46
|
|
|
39
|
-
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
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
|
|
43
51
|
|
|
44
52
|
## 19.0.32
|
|
45
53
|
|
|
46
54
|
### Patch Changes
|
|
47
55
|
|
|
48
|
-
-
|
|
49
|
-
|
|
50
|
-
|
|
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
|
|
51
59
|
|
|
52
60
|
## 19.0.31
|
|
53
61
|
|
|
54
62
|
### Patch Changes
|
|
55
63
|
|
|
56
|
-
-
|
|
57
|
-
|
|
58
|
-
|
|
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
|
|
59
67
|
|
|
60
68
|
## 19.0.30
|
|
61
69
|
|
|
62
70
|
### Patch Changes
|
|
63
71
|
|
|
64
|
-
-
|
|
65
|
-
|
|
66
|
-
|
|
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
|
|
67
75
|
|
|
68
76
|
## 19.0.29
|
|
69
77
|
|
|
70
78
|
### Patch Changes
|
|
71
79
|
|
|
72
|
-
-
|
|
73
|
-
|
|
74
|
-
|
|
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
|
|
75
83
|
|
|
76
84
|
## 19.0.28
|
|
77
85
|
|
|
78
86
|
### Patch Changes
|
|
79
87
|
|
|
80
|
-
-
|
|
81
|
-
|
|
82
|
-
|
|
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
|
|
83
91
|
|
|
84
92
|
## 19.0.27
|
|
85
93
|
|
|
86
94
|
### Patch Changes
|
|
87
95
|
|
|
88
|
-
-
|
|
89
|
-
|
|
90
|
-
|
|
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
|
|
91
99
|
|
|
92
100
|
## 19.0.26
|
|
93
101
|
|
|
94
102
|
### Patch Changes
|
|
95
103
|
|
|
96
|
-
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
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
|
|
100
108
|
|
|
101
109
|
## 19.0.25
|
|
102
110
|
|
|
103
111
|
### Patch Changes
|
|
104
112
|
|
|
105
|
-
-
|
|
106
|
-
|
|
107
|
-
|
|
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
|
|
108
116
|
|
|
109
117
|
## 19.0.24
|
|
110
118
|
|
|
111
119
|
### Patch Changes
|
|
112
120
|
|
|
113
|
-
-
|
|
114
|
-
|
|
115
|
-
|
|
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`
|
|
116
124
|
|
|
117
125
|
## 19.0.23
|
|
118
126
|
|
|
119
127
|
### Patch Changes
|
|
120
128
|
|
|
121
|
-
-
|
|
122
|
-
|
|
123
|
-
|
|
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
|
|
124
132
|
|
|
125
133
|
## 19.0.22
|
|
126
134
|
|
|
127
135
|
### Patch Changes
|
|
128
136
|
|
|
129
|
-
-
|
|
130
|
-
|
|
131
|
-
|
|
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
|
|
132
140
|
|
|
133
141
|
## 19.0.21
|
|
134
142
|
|
|
135
143
|
### Patch Changes
|
|
136
144
|
|
|
137
|
-
-
|
|
138
|
-
|
|
139
|
-
|
|
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
|
|
140
148
|
|
|
141
149
|
## 19.0.20
|
|
142
150
|
|
|
143
151
|
### Patch Changes
|
|
144
152
|
|
|
145
|
-
-
|
|
146
|
-
|
|
147
|
-
|
|
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
|
|
148
156
|
|
|
149
157
|
## 19.0.19
|
|
150
158
|
|
|
151
159
|
### Patch Changes
|
|
152
160
|
|
|
153
|
-
-
|
|
154
|
-
|
|
155
|
-
|
|
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
|
|
156
164
|
|
|
157
165
|
## 19.0.18
|
|
158
166
|
|
|
159
167
|
### Patch Changes
|
|
160
168
|
|
|
161
|
-
-
|
|
162
|
-
|
|
163
|
-
|
|
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
|
|
164
172
|
|
|
165
173
|
## 19.0.17
|
|
166
174
|
|
|
167
175
|
### Patch Changes
|
|
168
176
|
|
|
169
|
-
-
|
|
170
|
-
|
|
171
|
-
|
|
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
|
|
172
180
|
|
|
173
181
|
## 19.0.16
|
|
174
182
|
|
|
175
183
|
### Patch Changes
|
|
176
184
|
|
|
177
|
-
-
|
|
178
|
-
|
|
179
|
-
|
|
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
|
|
180
188
|
|
|
181
189
|
## 19.0.15
|
|
182
190
|
|
|
183
191
|
### Patch Changes
|
|
184
192
|
|
|
185
|
-
-
|
|
186
|
-
|
|
187
|
-
|
|
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).
|
|
188
196
|
|
|
189
197
|
## 19.0.14
|
|
190
198
|
|
|
191
199
|
### Patch Changes
|
|
192
200
|
|
|
193
|
-
-
|
|
194
|
-
|
|
195
|
-
|
|
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
|
|
196
204
|
|
|
197
205
|
## 19.0.13
|
|
198
206
|
|
|
199
207
|
### Patch Changes
|
|
200
208
|
|
|
201
|
-
-
|
|
202
|
-
|
|
203
|
-
|
|
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
|
|
204
212
|
|
|
205
213
|
## 19.0.12
|
|
206
214
|
|
|
207
215
|
### Patch Changes
|
|
208
216
|
|
|
209
|
-
-
|
|
210
|
-
|
|
211
|
-
|
|
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
|
|
212
220
|
|
|
213
221
|
## 19.0.11
|
|
214
222
|
|
|
215
223
|
### Patch Changes
|
|
216
224
|
|
|
217
|
-
-
|
|
218
|
-
|
|
219
|
-
|
|
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.
|
|
220
228
|
|
|
221
229
|
## 19.0.10
|
|
222
230
|
|
|
223
231
|
### Patch Changes
|
|
224
232
|
|
|
225
|
-
-
|
|
226
|
-
|
|
227
|
-
|
|
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
|
|
228
236
|
|
|
229
237
|
## 19.0.9
|
|
230
238
|
|
|
231
239
|
### Patch Changes
|
|
232
240
|
|
|
233
|
-
-
|
|
234
|
-
|
|
235
|
-
|
|
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
|
|
236
244
|
|
|
237
245
|
## 19.0.8
|
|
238
246
|
|
|
239
247
|
### Patch Changes
|
|
240
248
|
|
|
241
|
-
-
|
|
242
|
-
|
|
243
|
-
|
|
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
|
|
244
252
|
|
|
245
253
|
## 19.0.7
|
|
246
254
|
|
|
247
255
|
### Patch Changes
|
|
248
256
|
|
|
249
|
-
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
-
|
|
253
|
-
|
|
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
|
|
254
262
|
|
|
255
263
|
## 19.0.6
|
|
256
264
|
|
|
257
265
|
### Patch Changes
|
|
258
266
|
|
|
259
|
-
-
|
|
260
|
-
|
|
261
|
-
|
|
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
|
|
262
270
|
|
|
263
271
|
## 19.0.5
|
|
264
272
|
|
|
265
273
|
### Patch Changes
|
|
266
274
|
|
|
267
|
-
-
|
|
268
|
-
|
|
269
|
-
|
|
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
|
|
270
278
|
|
|
271
279
|
## 19.0.4
|
|
272
280
|
|
|
273
281
|
### Patch Changes
|
|
274
282
|
|
|
275
|
-
-
|
|
276
|
-
|
|
277
|
-
|
|
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
|
|
278
286
|
|
|
279
287
|
## 19.0.3
|
|
280
288
|
|
|
281
289
|
### Patch Changes
|
|
282
290
|
|
|
283
|
-
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
-
|
|
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
|
|
287
295
|
|
|
288
296
|
## 19.0.2
|
|
289
297
|
|
|
290
298
|
### Patch Changes
|
|
291
299
|
|
|
292
|
-
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
-
|
|
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
|
|
296
304
|
|
|
297
305
|
## 19.0.1
|
|
298
306
|
|
|
299
307
|
### Patch Changes
|
|
300
308
|
|
|
301
|
-
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
-
|
|
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
|
|
305
313
|
|
|
306
314
|
## 19.0.0
|
|
307
315
|
|
|
308
316
|
### Major Changes
|
|
309
317
|
|
|
310
|
-
-
|
|
311
|
-
|
|
312
|
-
|
|
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.
|
|
313
321
|
|
|
314
322
|
### Patch Changes
|
|
315
323
|
|
|
316
|
-
-
|
|
324
|
+
- Updated dependencies
|
|
317
325
|
|
|
318
326
|
## 18.4.3
|
|
319
327
|
|
|
320
328
|
### Patch Changes
|
|
321
329
|
|
|
322
|
-
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
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
|
|
326
334
|
|
|
327
335
|
## 18.4.2
|
|
328
336
|
|
|
329
337
|
### Patch Changes
|
|
330
338
|
|
|
331
|
-
-
|
|
332
|
-
|
|
333
|
-
|
|
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
|
|
334
342
|
|
|
335
343
|
## 18.4.1
|
|
336
344
|
|
|
337
345
|
### Patch Changes
|
|
338
346
|
|
|
339
|
-
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
-
|
|
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
|
|
343
351
|
|
|
344
352
|
## 18.4.0
|
|
345
353
|
|
|
346
354
|
### Minor Changes
|
|
347
355
|
|
|
348
|
-
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
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.
|
|
352
360
|
|
|
353
361
|
## 18.3.0
|
|
354
362
|
|
|
355
363
|
### Minor Changes
|
|
356
364
|
|
|
357
|
-
-
|
|
358
|
-
|
|
359
|
-
|
|
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
|
|
360
368
|
|
|
361
369
|
### Patch Changes
|
|
362
370
|
|
|
363
|
-
-
|
|
371
|
+
- Updated dependencies
|
|
364
372
|
|
|
365
373
|
## 18.2.3
|
|
366
374
|
|
|
367
375
|
### Patch Changes
|
|
368
376
|
|
|
369
|
-
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
-
|
|
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
|
|
373
381
|
|
|
374
382
|
## 18.2.2
|
|
375
383
|
|
|
376
384
|
### Patch Changes
|
|
377
385
|
|
|
378
|
-
-
|
|
379
|
-
|
|
380
|
-
|
|
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
|
|
381
389
|
|
|
382
390
|
## 18.2.1
|
|
383
391
|
|
|
384
392
|
### Patch Changes
|
|
385
393
|
|
|
386
|
-
-
|
|
387
|
-
|
|
388
|
-
|
|
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`
|
|
389
397
|
|
|
390
398
|
## 18.2.0
|
|
391
399
|
|
|
392
400
|
### Minor Changes
|
|
393
401
|
|
|
394
|
-
-
|
|
395
|
-
|
|
396
|
-
|
|
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
|
|
397
405
|
|
|
398
406
|
### Patch Changes
|
|
399
407
|
|
|
400
|
-
-
|
|
408
|
+
- Updated dependencies
|
|
401
409
|
|
|
402
410
|
## 18.1.2
|
|
403
411
|
|
|
404
412
|
### Patch Changes
|
|
405
413
|
|
|
406
|
-
-
|
|
407
|
-
|
|
408
|
-
|
|
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
|
|
409
417
|
|
|
410
418
|
## 18.1.1
|
|
411
419
|
|
|
412
420
|
### Patch Changes
|
|
413
421
|
|
|
414
|
-
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
-
|
|
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
|
|
418
426
|
|
|
419
427
|
## 18.1.0
|
|
420
428
|
|
|
421
429
|
### Minor Changes
|
|
422
430
|
|
|
423
|
-
-
|
|
424
|
-
|
|
425
|
-
|
|
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
|
|
426
434
|
|
|
427
435
|
### Patch Changes
|
|
428
436
|
|
|
429
|
-
-
|
|
437
|
+
- Updated dependencies
|
|
430
438
|
|
|
431
439
|
## 18.0.4
|
|
432
440
|
|
|
433
441
|
### Patch Changes
|
|
434
442
|
|
|
435
|
-
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
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.
|
|
440
448
|
|
|
441
|
-
|
|
449
|
+
This fix is to re-arrange the specs so that the less restrictive spec is at the top.
|
|
442
450
|
|
|
443
451
|
## 18.0.3
|
|
444
452
|
|
|
445
453
|
### Patch Changes
|
|
446
454
|
|
|
447
|
-
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
-
|
|
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
|
|
451
459
|
|
|
452
460
|
## 18.0.2
|
|
453
461
|
|
|
454
462
|
### Patch Changes
|
|
455
463
|
|
|
456
|
-
-
|
|
457
|
-
|
|
458
|
-
|
|
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.
|
|
459
467
|
|
|
460
468
|
## 18.0.1
|
|
461
469
|
|
|
462
470
|
### Patch Changes
|
|
463
471
|
|
|
464
|
-
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
-
|
|
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
|
|
468
476
|
|
|
469
477
|
## 18.0.0
|
|
470
478
|
|
|
471
479
|
### Major Changes
|
|
472
480
|
|
|
473
|
-
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
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.
|
|
479
487
|
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
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 }}>
|
|
483
491
|
|
|
484
492
|
### Patch Changes
|
|
485
493
|
|
|
486
|
-
-
|
|
494
|
+
- Updated dependencies
|
|
487
495
|
|
|
488
496
|
## 17.1.5
|
|
489
497
|
|
|
490
498
|
### Patch Changes
|
|
491
499
|
|
|
492
|
-
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
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.
|
|
499
507
|
|
|
500
508
|
## 17.1.4
|
|
501
509
|
|
|
502
510
|
### Patch Changes
|
|
503
511
|
|
|
504
|
-
-
|
|
505
|
-
|
|
506
|
-
|
|
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`
|
|
507
515
|
|
|
508
516
|
## 17.1.3
|
|
509
517
|
|
|
510
518
|
### Patch Changes
|
|
511
519
|
|
|
512
|
-
-
|
|
520
|
+
- Updated dependencies
|
|
513
521
|
|
|
514
522
|
## 17.1.2
|
|
515
523
|
|
|
516
524
|
### Patch Changes
|
|
517
525
|
|
|
518
|
-
-
|
|
519
|
-
|
|
520
|
-
|
|
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`.
|
|
521
529
|
|
|
522
530
|
## 17.1.1
|
|
523
531
|
|
|
524
532
|
### Patch Changes
|
|
525
533
|
|
|
526
|
-
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
-
|
|
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
|
|
532
540
|
|
|
533
541
|
## 17.1.0
|
|
534
542
|
|
|
535
543
|
### Minor Changes
|
|
536
544
|
|
|
537
|
-
-
|
|
538
|
-
|
|
539
|
-
|
|
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
|
|
540
548
|
|
|
541
549
|
### Patch Changes
|
|
542
550
|
|
|
543
|
-
-
|
|
551
|
+
- Updated dependencies
|
|
544
552
|
|
|
545
553
|
## 17.0.0
|
|
546
554
|
|
|
547
555
|
### Major Changes
|
|
548
556
|
|
|
549
|
-
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
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.
|
|
553
561
|
|
|
554
|
-
|
|
562
|
+
As we will no longer support the default entry point, imports such as the example below:
|
|
555
563
|
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
564
|
+
```
|
|
565
|
+
import { breakout, scrubAdf, map } from '@atlaskit/adf-utils';
|
|
566
|
+
```
|
|
559
567
|
|
|
560
|
-
|
|
568
|
+
would need to become:
|
|
561
569
|
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
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
|
+
```
|
|
567
575
|
|
|
568
|
-
|
|
576
|
+
**The new (and only) @atlaskit/adf-utils entry points supported now are listed below:**
|
|
569
577
|
|
|
570
|
-
|
|
578
|
+
@atlaskit/adf-utils/builders for:
|
|
571
579
|
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
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,
|
|
580
588
|
|
|
581
|
-
|
|
589
|
+
@atlaskit/adf-utils/empty-adf for:
|
|
582
590
|
|
|
583
|
-
|
|
591
|
+
- getEmptyADF
|
|
584
592
|
|
|
585
|
-
|
|
593
|
+
@atlaskit/adf-utils/scrub for:
|
|
586
594
|
|
|
587
|
-
|
|
595
|
+
- scrubAdf
|
|
588
596
|
|
|
589
|
-
|
|
597
|
+
@atlaskit/adf-utils/transforms for:
|
|
590
598
|
|
|
591
|
-
|
|
592
|
-
|
|
599
|
+
- transformMediaLinkMarks, transformTextLinkCodeMarks, transformDedupeMarks,
|
|
600
|
+
transformNodesMissingContent, transformIndentationMarks
|
|
593
601
|
|
|
594
|
-
|
|
602
|
+
@atlaskit/adf-utils/traverse for:
|
|
595
603
|
|
|
596
|
-
|
|
604
|
+
- traverse, map, reduce, filter
|
|
597
605
|
|
|
598
|
-
|
|
606
|
+
@atlaskit/adf-utils/validator for:
|
|
599
607
|
|
|
600
|
-
|
|
608
|
+
- validateAttrs, validator
|
|
601
609
|
|
|
602
|
-
|
|
610
|
+
@atlaskit/adf-utils/types for:
|
|
603
611
|
|
|
604
|
-
|
|
612
|
+
- ADFEntityMark, ADFEntity, Visitor, VisitorCollection, EntityParent
|
|
605
613
|
|
|
606
|
-
|
|
614
|
+
@atlaskit/adf-utils/validatorTypes for:
|
|
607
615
|
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
616
|
+
- MarkValidationResult, Output, NodeValidationResult, ValidatorContent, AttributesSpec,
|
|
617
|
+
ValidatorSpec, ValidationErrorMap, RequiredContentLength, Content, ValidationErrorType,
|
|
618
|
+
ValidationError, ErrorCallback, ValidationMode, ValidationOptions, SpecValidatorResult, Err,
|
|
619
|
+
ErrorCallbackOptions, Validate
|
|
612
620
|
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
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**
|
|
616
624
|
|
|
617
|
-
|
|
625
|
+
Once you've upgraded `@atlaskit/adf-utils`, use the Atlaskit codemod CLI.
|
|
618
626
|
|
|
619
|
-
|
|
627
|
+
`npx @atlaskit/codemod-cli /path/to/target/directory`
|
|
620
628
|
|
|
621
|
-
|
|
622
|
-
|
|
629
|
+
See [documentation on DAC](https://hello.atlassian.net/wiki/spaces/AF/pages/2627171992/Codemods)
|
|
630
|
+
for general codemod guidance.
|
|
623
631
|
|
|
624
632
|
### Patch Changes
|
|
625
633
|
|
|
626
|
-
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
-
|
|
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
|
|
630
638
|
|
|
631
639
|
## 16.0.2
|
|
632
640
|
|
|
633
641
|
### Patch Changes
|
|
634
642
|
|
|
635
|
-
-
|
|
636
|
-
|
|
637
|
-
|
|
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
|
|
638
646
|
|
|
639
647
|
## 16.0.1
|
|
640
648
|
|
|
641
649
|
### Patch Changes
|
|
642
650
|
|
|
643
|
-
-
|
|
651
|
+
- Updated dependencies
|
|
644
652
|
|
|
645
653
|
## 16.0.0
|
|
646
654
|
|
|
647
655
|
### Major Changes
|
|
648
656
|
|
|
649
|
-
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
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.
|
|
656
664
|
|
|
657
665
|
### Patch Changes
|
|
658
666
|
|
|
659
|
-
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
- 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
|
|
666
673
|
|
|
667
674
|
## 15.0.0
|
|
668
675
|
|
|
669
676
|
### Major Changes
|
|
670
677
|
|
|
671
|
-
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
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.
|
|
677
684
|
|
|
678
685
|
### Minor Changes
|
|
679
686
|
|
|
680
|
-
-
|
|
681
|
-
|
|
682
|
-
|
|
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
|
|
683
690
|
|
|
684
691
|
### Patch Changes
|
|
685
692
|
|
|
686
|
-
-
|
|
693
|
+
- Updated dependencies
|
|
687
694
|
|
|
688
695
|
## 14.4.1
|
|
689
696
|
|
|
690
697
|
### Patch Changes
|
|
691
698
|
|
|
692
|
-
-
|
|
693
|
-
|
|
694
|
-
|
|
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
|
|
695
702
|
|
|
696
703
|
## 14.4.0
|
|
697
704
|
|
|
698
705
|
### Minor Changes
|
|
699
706
|
|
|
700
|
-
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
-
|
|
705
|
-
|
|
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
|
|
706
713
|
|
|
707
714
|
### Patch Changes
|
|
708
715
|
|
|
709
|
-
-
|
|
716
|
+
- Updated dependencies
|
|
710
717
|
|
|
711
718
|
## 14.3.0
|
|
712
719
|
|
|
713
720
|
### Minor Changes
|
|
714
721
|
|
|
715
|
-
-
|
|
716
|
-
|
|
717
|
-
|
|
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
|
|
718
725
|
|
|
719
726
|
### Patch Changes
|
|
720
727
|
|
|
721
|
-
-
|
|
728
|
+
- Updated dependencies
|
|
722
729
|
|
|
723
730
|
## 14.2.0
|
|
724
731
|
|
|
725
732
|
### Minor Changes
|
|
726
733
|
|
|
727
|
-
-
|
|
728
|
-
|
|
729
|
-
|
|
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
|
|
730
737
|
|
|
731
738
|
### Patch Changes
|
|
732
739
|
|
|
733
|
-
-
|
|
740
|
+
- Updated dependencies
|
|
734
741
|
|
|
735
742
|
## 14.1.1
|
|
736
743
|
|
|
737
744
|
### Patch Changes
|
|
738
745
|
|
|
739
|
-
-
|
|
746
|
+
- Updated dependencies
|
|
740
747
|
|
|
741
748
|
## 14.1.0
|
|
742
749
|
|
|
743
750
|
### Minor Changes
|
|
744
751
|
|
|
745
|
-
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
-
|
|
749
|
-
|
|
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
|
|
750
757
|
|
|
751
758
|
### Patch Changes
|
|
752
759
|
|
|
753
|
-
-
|
|
760
|
+
- Updated dependencies
|
|
754
761
|
|
|
755
762
|
## 14.0.0
|
|
756
763
|
|
|
757
764
|
### Major Changes
|
|
758
765
|
|
|
759
|
-
-
|
|
760
|
-
|
|
761
|
-
|
|
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
|
|
762
769
|
|
|
763
770
|
### Patch Changes
|
|
764
771
|
|
|
765
|
-
-
|
|
772
|
+
- Updated dependencies
|
|
766
773
|
|
|
767
774
|
## 13.0.0
|
|
768
775
|
|
|
769
776
|
### Major Changes
|
|
770
777
|
|
|
771
|
-
-
|
|
772
|
-
|
|
773
|
-
|
|
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
|
|
774
781
|
|
|
775
782
|
### Minor Changes
|
|
776
783
|
|
|
777
|
-
-
|
|
778
|
-
|
|
784
|
+
- [`ee1c658ca80`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ee1c658ca80) - ED-12270
|
|
785
|
+
Add unsupported content support for decision lists and task lists
|
|
779
786
|
|
|
780
787
|
### Patch Changes
|
|
781
788
|
|
|
782
|
-
-
|
|
789
|
+
- Updated dependencies
|
|
783
790
|
|
|
784
791
|
## 12.3.0
|
|
785
792
|
|
|
786
793
|
### Minor Changes
|
|
787
794
|
|
|
788
|
-
-
|
|
789
|
-
|
|
790
|
-
|
|
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
|
|
791
798
|
|
|
792
799
|
### Patch Changes
|
|
793
800
|
|
|
794
|
-
-
|
|
801
|
+
- Updated dependencies
|
|
795
802
|
|
|
796
803
|
## 12.2.0
|
|
797
804
|
|
|
798
805
|
### Minor Changes
|
|
799
806
|
|
|
800
|
-
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
-
|
|
804
|
-
|
|
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
|
|
805
812
|
|
|
806
813
|
### Patch Changes
|
|
807
814
|
|
|
808
|
-
-
|
|
815
|
+
- Updated dependencies
|
|
809
816
|
|
|
810
817
|
## 12.1.0
|
|
811
818
|
|
|
812
819
|
### Minor Changes
|
|
813
820
|
|
|
814
|
-
-
|
|
815
|
-
|
|
816
|
-
|
|
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.
|
|
817
824
|
|
|
818
825
|
### Patch Changes
|
|
819
826
|
|
|
820
|
-
-
|
|
827
|
+
- Updated dependencies
|
|
821
828
|
|
|
822
829
|
## 12.0.0
|
|
823
830
|
|
|
824
831
|
### Major Changes
|
|
825
832
|
|
|
826
|
-
-
|
|
827
|
-
|
|
828
|
-
|
|
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
|
|
829
836
|
|
|
830
|
-
|
|
837
|
+
BREAKING CHANGE:
|
|
831
838
|
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
839
|
+
```javascript
|
|
840
|
+
// Before
|
|
841
|
+
import { sanitizeNode } from '@atlaskit/adf-utils';
|
|
842
|
+
import { sanitizeNode } from '@atlaskit/adf-utils/sanitize';
|
|
836
843
|
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
844
|
+
// After
|
|
845
|
+
import { sanitizeNode } from '@atlaskit/editor-json-transformer/sanitize';
|
|
846
|
+
```
|
|
840
847
|
|
|
841
848
|
### Minor Changes
|
|
842
849
|
|
|
843
|
-
-
|
|
844
|
-
|
|
850
|
+
- [`330c1fce7f9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/330c1fce7f9) - ED-12264
|
|
851
|
+
Add unsupported content capability to panel and blockquote
|
|
845
852
|
|
|
846
853
|
### Patch Changes
|
|
847
854
|
|
|
848
|
-
-
|
|
855
|
+
- Updated dependencies
|
|
849
856
|
|
|
850
857
|
## 11.9.0
|
|
851
858
|
|
|
852
859
|
### Minor Changes
|
|
853
860
|
|
|
854
|
-
-
|
|
855
|
-
|
|
856
|
-
|
|
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
|
|
857
864
|
|
|
858
865
|
### Patch Changes
|
|
859
866
|
|
|
860
|
-
-
|
|
867
|
+
- Updated dependencies
|
|
861
868
|
|
|
862
869
|
## 11.8.1
|
|
863
870
|
|
|
864
871
|
### Patch Changes
|
|
865
872
|
|
|
866
|
-
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
-
|
|
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
|
|
870
877
|
|
|
871
878
|
## 11.8.0
|
|
872
879
|
|
|
873
880
|
### Minor Changes
|
|
874
881
|
|
|
875
|
-
-
|
|
876
|
-
|
|
877
|
-
|
|
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
|
|
878
885
|
|
|
879
886
|
## 11.7.1
|
|
880
887
|
|
|
881
888
|
### Patch Changes
|
|
882
889
|
|
|
883
|
-
-
|
|
884
|
-
|
|
885
|
-
|
|
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
|
|
886
893
|
|
|
887
894
|
## 11.7.0
|
|
888
895
|
|
|
889
896
|
### Minor Changes
|
|
890
897
|
|
|
891
|
-
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
-
|
|
895
|
-
|
|
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
|
|
896
903
|
|
|
897
904
|
### Patch Changes
|
|
898
905
|
|
|
899
|
-
-
|
|
906
|
+
- Updated dependencies
|
|
900
907
|
|
|
901
908
|
## 11.6.0
|
|
902
909
|
|
|
903
910
|
### Minor Changes
|
|
904
911
|
|
|
905
|
-
-
|
|
906
|
-
|
|
907
|
-
|
|
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
|
|
908
915
|
|
|
909
916
|
### Patch Changes
|
|
910
917
|
|
|
911
|
-
-
|
|
918
|
+
- Updated dependencies
|
|
912
919
|
|
|
913
920
|
## 11.5.0
|
|
914
921
|
|
|
915
922
|
### Minor Changes
|
|
916
923
|
|
|
917
|
-
-
|
|
918
|
-
|
|
919
|
-
|
|
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
|
|
920
927
|
|
|
921
928
|
## 11.4.0
|
|
922
929
|
|
|
923
930
|
### Minor Changes
|
|
924
931
|
|
|
925
|
-
-
|
|
926
|
-
|
|
927
|
-
|
|
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.
|
|
928
935
|
|
|
929
936
|
## 11.3.0
|
|
930
937
|
|
|
931
938
|
### Minor Changes
|
|
932
939
|
|
|
933
|
-
-
|
|
934
|
-
|
|
935
|
-
|
|
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
|
|
936
943
|
|
|
937
944
|
### Patch Changes
|
|
938
945
|
|
|
939
|
-
-
|
|
940
|
-
|
|
941
|
-
-
|
|
946
|
+
- [`4e64133fdc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4e64133fdc) - Remove
|
|
947
|
+
empty captions on the editor saving
|
|
948
|
+
- Updated dependencies
|
|
942
949
|
|
|
943
950
|
## 11.2.2
|
|
944
951
|
|
|
945
952
|
### Patch Changes
|
|
946
953
|
|
|
947
|
-
-
|
|
948
|
-
|
|
949
|
-
|
|
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
|
|
950
957
|
|
|
951
958
|
## 11.2.1
|
|
952
959
|
|
|
953
960
|
### Patch Changes
|
|
954
961
|
|
|
955
|
-
-
|
|
956
|
-
|
|
957
|
-
|
|
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
|
|
958
965
|
|
|
959
966
|
## 11.2.0
|
|
960
967
|
|
|
961
968
|
### Minor Changes
|
|
962
969
|
|
|
963
|
-
-
|
|
964
|
-
|
|
965
|
-
|
|
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
|
|
966
973
|
|
|
967
974
|
## 11.1.2
|
|
968
975
|
|
|
969
976
|
### Patch Changes
|
|
970
977
|
|
|
971
|
-
-
|
|
972
|
-
|
|
973
|
-
|
|
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
|
|
974
981
|
|
|
975
982
|
## 11.1.1
|
|
976
983
|
|
|
977
984
|
### Patch Changes
|
|
978
985
|
|
|
979
|
-
-
|
|
980
|
-
|
|
981
|
-
|
|
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
|
|
982
989
|
|
|
983
990
|
## 11.1.0
|
|
984
991
|
|
|
985
992
|
### Minor Changes
|
|
986
993
|
|
|
987
|
-
-
|
|
988
|
-
|
|
989
|
-
|
|
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
|
|
990
997
|
|
|
991
998
|
## 11.0.0
|
|
992
999
|
|
|
993
1000
|
### Major Changes
|
|
994
1001
|
|
|
995
|
-
-
|
|
996
|
-
|
|
997
|
-
|
|
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
|
|
998
1005
|
|
|
999
1006
|
### Minor Changes
|
|
1000
1007
|
|
|
1001
|
-
-
|
|
1002
|
-
|
|
1003
|
-
-
|
|
1004
|
-
|
|
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
|
|
1005
1012
|
|
|
1006
1013
|
### Patch Changes
|
|
1007
1014
|
|
|
1008
|
-
-
|
|
1015
|
+
- Updated dependencies
|
|
1009
1016
|
|
|
1010
1017
|
## 10.5.0
|
|
1011
1018
|
|
|
1012
1019
|
### Minor Changes
|
|
1013
1020
|
|
|
1014
|
-
-
|
|
1015
|
-
|
|
1016
|
-
|
|
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:
|
|
1017
1024
|
|
|
1018
|
-
|
|
1019
|
-
|
|
1025
|
+
- Preseve attributes on nodes which do not support any attributes
|
|
1026
|
+
- Add unsupportedNodeAttribute to bulletList, layoutSection etc.
|
|
1020
1027
|
|
|
1021
1028
|
### Patch Changes
|
|
1022
1029
|
|
|
1023
|
-
-
|
|
1024
|
-
|
|
1025
|
-
-
|
|
1030
|
+
- [`be142eec6e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/be142eec6e) - Refactor
|
|
1031
|
+
attributes validation and add unsupportedNodeAttribute mark in layoutsection
|
|
1032
|
+
- Updated dependencies
|
|
1026
1033
|
|
|
1027
1034
|
## 10.4.1
|
|
1028
1035
|
|
|
1029
1036
|
### Patch Changes
|
|
1030
1037
|
|
|
1031
|
-
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
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.
|
|
1037
1044
|
|
|
1038
1045
|
## 10.4.0
|
|
1039
1046
|
|
|
1040
1047
|
### Minor Changes
|
|
1041
1048
|
|
|
1042
|
-
-
|
|
1043
|
-
|
|
1044
|
-
|
|
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
|
|
1045
1052
|
|
|
1046
1053
|
### Patch Changes
|
|
1047
1054
|
|
|
1048
|
-
-
|
|
1049
|
-
|
|
1050
|
-
-
|
|
1055
|
+
- [`26ff0e5e9a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/26ff0e5e9a) - ED-10353
|
|
1056
|
+
Added adf schema changes to support emoji panels
|
|
1057
|
+
- Updated dependencies
|
|
1051
1058
|
|
|
1052
1059
|
## 10.3.0
|
|
1053
1060
|
|
|
1054
1061
|
### Minor Changes
|
|
1055
1062
|
|
|
1056
|
-
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
-
|
|
1060
|
-
|
|
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
|
|
1061
1068
|
|
|
1062
1069
|
### Patch Changes
|
|
1063
1070
|
|
|
1064
|
-
-
|
|
1071
|
+
- Updated dependencies
|
|
1065
1072
|
|
|
1066
1073
|
## 10.2.2
|
|
1067
1074
|
|
|
1068
1075
|
### Patch Changes
|
|
1069
1076
|
|
|
1070
|
-
-
|
|
1071
|
-
|
|
1072
|
-
|
|
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
|
|
1073
1080
|
|
|
1074
|
-
|
|
1075
|
-
|
|
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.
|
|
1076
1083
|
|
|
1077
1084
|
## 10.2.1
|
|
1078
1085
|
|
|
1079
1086
|
### Patch Changes
|
|
1080
1087
|
|
|
1081
|
-
-
|
|
1082
|
-
|
|
1083
|
-
|
|
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
|
|
1084
1091
|
|
|
1085
1092
|
## 10.2.0
|
|
1086
1093
|
|
|
1087
1094
|
### Minor Changes
|
|
1088
1095
|
|
|
1089
|
-
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
-
|
|
1093
|
-
|
|
1094
|
-
-
|
|
1095
|
-
|
|
1096
|
-
-
|
|
1097
|
-
|
|
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
|
|
1098
1105
|
|
|
1099
1106
|
### Patch Changes
|
|
1100
1107
|
|
|
1101
|
-
-
|
|
1102
|
-
|
|
1103
|
-
-
|
|
1104
|
-
|
|
1105
|
-
-
|
|
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
|
|
1106
1113
|
|
|
1107
1114
|
## 10.1.0
|
|
1108
1115
|
|
|
1109
1116
|
### Minor Changes
|
|
1110
1117
|
|
|
1111
|
-
-
|
|
1112
|
-
|
|
1113
|
-
|
|
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
|
|
1114
1121
|
|
|
1115
1122
|
### Patch Changes
|
|
1116
1123
|
|
|
1117
|
-
-
|
|
1124
|
+
- Updated dependencies
|
|
1118
1125
|
|
|
1119
1126
|
## 10.0.0
|
|
1120
1127
|
|
|
1121
1128
|
### Major Changes
|
|
1122
1129
|
|
|
1123
|
-
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
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
|
|
1128
1135
|
|
|
1129
1136
|
### Patch Changes
|
|
1130
1137
|
|
|
1131
|
-
-
|
|
1138
|
+
- Updated dependencies
|
|
1132
1139
|
|
|
1133
1140
|
## 9.4.0
|
|
1134
1141
|
|
|
1135
1142
|
### Minor Changes
|
|
1136
1143
|
|
|
1137
|
-
-
|
|
1138
|
-
|
|
1139
|
-
|
|
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
|
|
1140
1147
|
|
|
1141
1148
|
### Patch Changes
|
|
1142
1149
|
|
|
1143
|
-
-
|
|
1150
|
+
- Updated dependencies
|
|
1144
1151
|
|
|
1145
1152
|
## 9.3.0
|
|
1146
1153
|
|
|
1147
1154
|
### Minor Changes
|
|
1148
1155
|
|
|
1149
|
-
-
|
|
1150
|
-
|
|
1151
|
-
|
|
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
|
|
1152
1159
|
|
|
1153
1160
|
### Patch Changes
|
|
1154
1161
|
|
|
1155
|
-
-
|
|
1156
|
-
|
|
1157
|
-
-
|
|
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
|
|
1158
1165
|
|
|
1159
1166
|
## 9.2.0
|
|
1160
1167
|
|
|
1161
1168
|
### Minor Changes
|
|
1162
1169
|
|
|
1163
|
-
-
|
|
1170
|
+
- [minor][1156536403](https://bitbucket.org/atlassian/atlassian-frontend/commits/1156536403):
|
|
1164
1171
|
|
|
1165
|
-
|
|
1172
|
+
Expose missing status node in exports
|
|
1166
1173
|
|
|
1167
1174
|
### Patch Changes
|
|
1168
1175
|
|
|
1169
|
-
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1176
|
+
- Updated dependencies
|
|
1177
|
+
[92d04b5c28](https://bitbucket.org/atlassian/atlassian-frontend/commits/92d04b5c28):
|
|
1178
|
+
- @atlaskit/adf-schema@9.0.1
|
|
1172
1179
|
|
|
1173
1180
|
## 9.1.0
|
|
1174
1181
|
|
|
1175
1182
|
### Minor Changes
|
|
1176
1183
|
|
|
1177
|
-
-
|
|
1184
|
+
- [minor][5d430f7d37](https://bitbucket.org/atlassian/atlassian-frontend/commits/5d430f7d37):
|
|
1178
1185
|
|
|
1179
|
-
|
|
1186
|
+
ED-8517 Add localId support to Extension node
|
|
1180
1187
|
|
|
1181
|
-
|
|
1188
|
+
**BREAKING CHANGE** `ExtensionContent` has been removed.
|
|
1182
1189
|
|
|
1183
1190
|
### Patch Changes
|
|
1184
1191
|
|
|
1185
|
-
-
|
|
1192
|
+
- [patch][04e54bf405](https://bitbucket.org/atlassian/atlassian-frontend/commits/04e54bf405):
|
|
1186
1193
|
|
|
1187
|
-
|
|
1188
|
-
|
|
1194
|
+
EDM-500: Allow blockCard inside Panel- Updated dependencies
|
|
1195
|
+
[04e54bf405](https://bitbucket.org/atlassian/atlassian-frontend/commits/04e54bf405):
|
|
1189
1196
|
|
|
1190
|
-
-
|
|
1191
|
-
|
|
1192
|
-
-
|
|
1193
|
-
|
|
1194
|
-
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
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
|
|
1198
1205
|
|
|
1199
1206
|
## 9.0.0
|
|
1200
1207
|
|
|
1201
1208
|
### Major Changes
|
|
1202
1209
|
|
|
1203
|
-
-
|
|
1210
|
+
- [major][715572f9e5](https://bitbucket.org/atlassian/atlassian-frontend/commits/715572f9e5):
|
|
1204
1211
|
|
|
1205
|
-
|
|
1212
|
+
Remove indentation from table cell and layout paragraphs
|
|
1206
1213
|
|
|
1207
1214
|
### Patch Changes
|
|
1208
1215
|
|
|
1209
|
-
-
|
|
1210
|
-
|
|
1211
|
-
-
|
|
1212
|
-
|
|
1213
|
-
-
|
|
1214
|
-
|
|
1215
|
-
-
|
|
1216
|
-
|
|
1217
|
-
-
|
|
1218
|
-
|
|
1219
|
-
-
|
|
1220
|
-
|
|
1221
|
-
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
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
|
|
1225
1232
|
|
|
1226
1233
|
## 8.0.2
|
|
1227
1234
|
|
|
1228
1235
|
### Patch Changes
|
|
1229
1236
|
|
|
1230
|
-
-
|
|
1237
|
+
- [patch][04a627ee6c](https://bitbucket.org/atlassian/atlassian-frontend/commits/04a627ee6c):
|
|
1231
1238
|
|
|
1232
|
-
|
|
1239
|
+
ED-8974 Remove file option from adf-utils package.json
|
|
1233
1240
|
|
|
1234
1241
|
## 8.0.1
|
|
1235
1242
|
|
|
1236
1243
|
### Patch Changes
|
|
1237
1244
|
|
|
1238
|
-
-
|
|
1245
|
+
- [patch][b3cf2b8a05](https://bitbucket.org/atlassian/atlassian-frontend/commits/b3cf2b8a05):
|
|
1239
1246
|
|
|
1240
|
-
|
|
1241
|
-
|
|
1247
|
+
Fix expand not allowing marks issue- Updated dependencies
|
|
1248
|
+
[b3cf2b8a05](https://bitbucket.org/atlassian/atlassian-frontend/commits/b3cf2b8a05):
|
|
1242
1249
|
|
|
1243
|
-
|
|
1250
|
+
- @atlaskit/adf-schema@7.0.1
|
|
1244
1251
|
|
|
1245
1252
|
## 8.0.0
|
|
1246
1253
|
|
|
1247
1254
|
### Major Changes
|
|
1248
1255
|
|
|
1249
|
-
-
|
|
1256
|
+
- [major][4695ac5697](https://bitbucket.org/atlassian/atlassian-frontend/commits/4695ac5697):
|
|
1250
1257
|
|
|
1251
|
-
|
|
1258
|
+
ED-8751 Change entry points to current Atlaskit standard
|
|
1252
1259
|
|
|
1253
|
-
|
|
1260
|
+
Old
|
|
1254
1261
|
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
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
|
+
```
|
|
1260
1267
|
|
|
1261
|
-
|
|
1268
|
+
New
|
|
1262
1269
|
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1270
|
+
```javascript
|
|
1271
|
+
import {} from '@atlaskit/adf-utils/validator';
|
|
1272
|
+
import {} from '@atlaskit/adf-utils/builders';
|
|
1273
|
+
import {} from '@atlaskit/adf-utils/traverse';
|
|
1274
|
+
```
|
|
1268
1275
|
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
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):
|
|
1272
1279
|
|
|
1273
|
-
|
|
1274
|
-
|
|
1280
|
+
[ED-8521] Fix ADFSchema to invalidate any Expand Node with marks inside of Block nodes other than
|
|
1281
|
+
the Doc Node
|
|
1275
1282
|
|
|
1276
1283
|
### Patch Changes
|
|
1277
1284
|
|
|
1278
|
-
-
|
|
1285
|
+
- [patch][7602615cd4](https://bitbucket.org/atlassian/atlassian-frontend/commits/7602615cd4):
|
|
1279
1286
|
|
|
1280
|
-
|
|
1281
|
-
|
|
1287
|
+
ED-8785 Improve stage-0 & type reference support in JSON Schema Generator-
|
|
1288
|
+
[patch][96ee7441fe](https://bitbucket.org/atlassian/atlassian-frontend/commits/96ee7441fe):
|
|
1282
1289
|
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
[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):
|
|
1286
1292
|
|
|
1287
|
-
-
|
|
1288
|
-
|
|
1289
|
-
-
|
|
1290
|
-
|
|
1291
|
-
-
|
|
1292
|
-
|
|
1293
|
-
-
|
|
1294
|
-
|
|
1295
|
-
-
|
|
1296
|
-
|
|
1297
|
-
-
|
|
1298
|
-
|
|
1299
|
-
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
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
|
|
1304
1310
|
|
|
1305
1311
|
## 7.4.3
|
|
1306
1312
|
|
|
1307
1313
|
### Patch Changes
|
|
1308
1314
|
|
|
1309
|
-
-
|
|
1315
|
+
- [patch][8183f7c8da](https://bitbucket.org/atlassian/atlassian-frontend/commits/8183f7c8da):
|
|
1310
1316
|
|
|
1311
|
-
|
|
1312
|
-
|
|
1317
|
+
Remove Karma tests - based on AFP-960- Updated dependencies
|
|
1318
|
+
[e8a31c2714](https://bitbucket.org/atlassian/atlassian-frontend/commits/e8a31c2714):
|
|
1313
1319
|
|
|
1314
|
-
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1320
|
+
- Updated dependencies
|
|
1321
|
+
[8183f7c8da](https://bitbucket.org/atlassian/atlassian-frontend/commits/8183f7c8da):
|
|
1322
|
+
- @atlaskit/adf-schema@6.2.0
|
|
1317
1323
|
|
|
1318
1324
|
## 7.4.2
|
|
1319
1325
|
|
|
1320
1326
|
### Patch Changes
|
|
1321
1327
|
|
|
1322
|
-
-
|
|
1328
|
+
- [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
1323
1329
|
|
|
1324
|
-
|
|
1325
|
-
|
|
1330
|
+
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
1331
|
+
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
1326
1332
|
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1333
|
+
- @atlaskit/docs@8.3.2
|
|
1334
|
+
- @atlaskit/adf-schema@6.1.1
|
|
1335
|
+
- @atlaskit/json-schema-generator@2.2.1
|
|
1330
1336
|
|
|
1331
1337
|
## 7.4.1
|
|
1332
1338
|
|
|
1333
1339
|
### Patch Changes
|
|
1334
1340
|
|
|
1335
|
-
-
|
|
1341
|
+
- [patch][b01fc0ceef](https://bitbucket.org/atlassian/atlassian-frontend/commits/b01fc0ceef):
|
|
1336
1342
|
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
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):
|
|
1340
1346
|
|
|
1341
|
-
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
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
|
|
1345
1351
|
|
|
1346
1352
|
## 7.4.0
|
|
1347
1353
|
|
|
1348
1354
|
### Minor Changes
|
|
1349
1355
|
|
|
1350
|
-
-
|
|
1356
|
+
- [minor][9d8752351f](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d8752351f):
|
|
1351
1357
|
|
|
1352
|
-
|
|
1358
|
+
ED-7783 Expose function that returns empty ADF document
|
|
1353
1359
|
|
|
1354
|
-
|
|
1355
|
-
|
|
1360
|
+
New function `getEmptyADF()` which returns agreed upon format for empty ADF is now exported from
|
|
1361
|
+
`@atlaskit/adf-utils`
|
|
1356
1362
|
|
|
1357
1363
|
### Patch Changes
|
|
1358
1364
|
|
|
1359
|
-
-
|
|
1360
|
-
|
|
1361
|
-
-
|
|
1362
|
-
|
|
1363
|
-
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
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
|
|
1367
1373
|
|
|
1368
1374
|
## 7.3.2
|
|
1369
1375
|
|
|
1370
1376
|
### Patch Changes
|
|
1371
1377
|
|
|
1372
|
-
-
|
|
1378
|
+
- [patch][761dcd6d19](https://bitbucket.org/atlassian/atlassian-frontend/commits/761dcd6d19):
|
|
1373
1379
|
|
|
1374
|
-
|
|
1375
|
-
|
|
1380
|
+
ED-7675: promote nested taskLists from stage-0 schema to full- Updated dependencies
|
|
1381
|
+
[761dcd6d19](https://bitbucket.org/atlassian/atlassian-frontend/commits/761dcd6d19):
|
|
1376
1382
|
|
|
1377
|
-
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1383
|
+
- Updated dependencies
|
|
1384
|
+
[faccb537d0](https://bitbucket.org/atlassian/atlassian-frontend/commits/faccb537d0):
|
|
1385
|
+
- @atlaskit/adf-schema@5.0.0
|
|
1380
1386
|
|
|
1381
1387
|
## 7.3.1
|
|
1382
1388
|
|
|
1383
1389
|
### Patch Changes
|
|
1384
1390
|
|
|
1385
|
-
-
|
|
1391
|
+
- [patch][24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
|
|
1386
1392
|
|
|
1387
|
-
|
|
1393
|
+
Relax text color mark validation to allow upper case characters
|
|
1388
1394
|
|
|
1389
|
-
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
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
|
|
1393
1399
|
|
|
1394
1400
|
## 7.3.0
|
|
1395
1401
|
|
|
1396
1402
|
### Minor Changes
|
|
1397
1403
|
|
|
1398
|
-
-
|
|
1404
|
+
- [minor][f1a06fc2fd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f1a06fc2fd):
|
|
1399
1405
|
|
|
1400
|
-
|
|
1406
|
+
ED-7876 Add expand and nestedExpand to stage-0 schema
|
|
1401
1407
|
|
|
1402
|
-
|
|
1408
|
+
Adds two new nodes `expand` and `nestedExpand` to the stage-0 schema.
|
|
1403
1409
|
|
|
1404
|
-
-
|
|
1410
|
+
- [minor][ae42b1ba1e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ae42b1ba1e):
|
|
1405
1411
|
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
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.
|
|
1409
1415
|
|
|
1410
1416
|
## 7.2.0
|
|
1411
1417
|
|
|
1412
1418
|
### Minor Changes
|
|
1413
1419
|
|
|
1414
|
-
-
|
|
1420
|
+
- [minor][1a0fe670f9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1a0fe670f9):
|
|
1415
1421
|
|
|
1416
|
-
|
|
1422
|
+
ED-7674: support nested actions in stage-0 schema; change DOM representation of actions
|
|
1417
1423
|
|
|
1418
|
-
|
|
1424
|
+
### Nested actions
|
|
1419
1425
|
|
|
1420
|
-
|
|
1421
|
-
|
|
1426
|
+
This changeset adds support for nesting actions _at the schema level_, currently only within the
|
|
1427
|
+
stage-0 ADF schema.
|
|
1422
1428
|
|
|
1423
|
-
|
|
1424
|
-
|
|
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.
|
|
1425
1431
|
|
|
1426
|
-
|
|
1432
|
+
To enable this feature, use the new `allowNestedTasks` prop.
|
|
1427
1433
|
|
|
1428
|
-
|
|
1434
|
+
### DOM representation of actions in renderer + editor
|
|
1429
1435
|
|
|
1430
|
-
|
|
1431
|
-
|
|
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.
|
|
1432
1438
|
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
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):
|
|
1436
1442
|
|
|
1437
1443
|
**FABDODGEM-13 Editor Damask Release** - [Internal post](http://go.atlassian.com/damask-release)
|
|
1438
1444
|
|
|
1439
1445
|
**BREAKING CHANGES**
|
|
1440
1446
|
|
|
1441
|
-
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
-
|
|
1445
|
-
|
|
1446
|
-
-
|
|
1447
|
-
-
|
|
1448
|
-
-
|
|
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.
|
|
1449
1455
|
|
|
1450
1456
|
---
|
|
1451
1457
|
|
|
@@ -1455,49 +1461,48 @@ tables, media, mobile, emoji, tasks & decisions, analytics
|
|
|
1455
1461
|
|
|
1456
1462
|
**Editor**
|
|
1457
1463
|
|
|
1458
|
-
-
|
|
1459
|
-
|
|
1460
|
-
-
|
|
1461
|
-
|
|
1462
|
-
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
-
|
|
1472
|
-
|
|
1473
|
-
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
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
|
|
1477
1483
|
|
|
1478
1484
|
**Mobile**
|
|
1479
1485
|
|
|
1480
|
-
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
-
|
|
1484
|
-
- 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
|
|
1485
1490
|
|
|
1486
1491
|
**Media**
|
|
1487
1492
|
|
|
1488
|
-
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
-
|
|
1494
|
-
|
|
1495
|
-
-
|
|
1496
|
-
|
|
1497
|
-
-
|
|
1498
|
-
|
|
1499
|
-
-
|
|
1500
|
-
|
|
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
|
|
1501
1506
|
|
|
1502
1507
|
**i18n-tools**
|
|
1503
1508
|
|
|
@@ -1505,48 +1510,48 @@ Bumped dependencies.
|
|
|
1505
1510
|
|
|
1506
1511
|
### Patch Changes
|
|
1507
1512
|
|
|
1508
|
-
-
|
|
1513
|
+
- [patch][cc28419139](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc28419139):
|
|
1509
1514
|
|
|
1510
|
-
|
|
1515
|
+
Adding missing license to packages and update to Copyright 2019 Atlassian Pty Ltd.
|
|
1511
1516
|
|
|
1512
1517
|
## 7.1.1
|
|
1513
1518
|
|
|
1514
1519
|
### Patch Changes
|
|
1515
1520
|
|
|
1516
|
-
-
|
|
1521
|
+
- [patch][a2d0043716](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a2d0043716):
|
|
1517
1522
|
|
|
1518
|
-
|
|
1523
|
+
Updated version of analytics-next to fix potential incompatibilities with TS 3.6
|
|
1519
1524
|
|
|
1520
1525
|
## 7.1.0
|
|
1521
1526
|
|
|
1522
1527
|
### Minor Changes
|
|
1523
1528
|
|
|
1524
|
-
-
|
|
1529
|
+
- [minor][65ada7f318](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/65ada7f318):
|
|
1525
1530
|
|
|
1526
|
-
|
|
1531
|
+
**FABDODGEM-12 Editor Cashmere Release**
|
|
1527
1532
|
|
|
1528
|
-
|
|
1533
|
+
- [Internal post](http://go.atlassian.com/cashmere-release)
|
|
1529
1534
|
|
|
1530
|
-
|
|
1535
|
+
**Affected editor components:**
|
|
1531
1536
|
|
|
1532
|
-
|
|
1537
|
+
tables, media, mobile, text color, emoji, copy/paste, analytics
|
|
1533
1538
|
|
|
1534
|
-
|
|
1539
|
+
**Performance**
|
|
1535
1540
|
|
|
1536
|
-
|
|
1537
|
-
|
|
1541
|
+
- Async import for code blocks and task items on renderer
|
|
1542
|
+
- https://product-fabric.atlassian.net/browse/ED-7155
|
|
1538
1543
|
|
|
1539
|
-
|
|
1544
|
+
**Table**
|
|
1540
1545
|
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
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
|
|
1545
1550
|
|
|
1546
|
-
|
|
1551
|
+
**Text color**
|
|
1547
1552
|
|
|
1548
|
-
|
|
1549
|
-
|
|
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
|
|
1550
1555
|
|
|
1551
1556
|
**Mobile** - Implement undo/redo interface on Hybrid Editor -
|
|
1552
1557
|
https://product-fabric.atlassian.net/browse/FM-2393
|
|
@@ -1564,17 +1569,17 @@ https://product-fabric.atlassian.net/browse/FM-2393
|
|
|
1564
1569
|
|
|
1565
1570
|
**Media**
|
|
1566
1571
|
|
|
1567
|
-
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
-
|
|
1575
|
-
|
|
1576
|
-
-
|
|
1577
|
-
|
|
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
|
|
1578
1583
|
|
|
1579
1584
|
**Notable Bug Fixes**
|
|
1580
1585
|
|
|
@@ -1589,541 +1594,539 @@ https://product-fabric.atlassian.net/browse/FM-2393
|
|
|
1589
1594
|
- Fixed bug where custom emojis are not been showed on the editor
|
|
1590
1595
|
- https://product-fabric.atlassian.net/browse/ED-7726
|
|
1591
1596
|
|
|
1592
|
-
-
|
|
1597
|
+
- [minor][79c69ed5cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/79c69ed5cd):
|
|
1593
1598
|
|
|
1594
|
-
|
|
1599
|
+
ED-7449 Implement sorting inline cards inside tables base on resolved title
|
|
1595
1600
|
|
|
1596
1601
|
## 7.0.0
|
|
1597
1602
|
|
|
1598
1603
|
### Major Changes
|
|
1599
1604
|
|
|
1600
|
-
-
|
|
1605
|
+
- [major][80adfefba2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/80adfefba2):
|
|
1601
1606
|
|
|
1602
|
-
|
|
1607
|
+
Remove applicationCard node and action mark
|
|
1603
1608
|
|
|
1604
|
-
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1609
|
+
- Updated dependencies
|
|
1610
|
+
[1194ad5eb3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1194ad5eb3):
|
|
1611
|
+
- @atlaskit/adf-schema@4.0.0
|
|
1607
1612
|
|
|
1608
1613
|
## 6.1.7
|
|
1609
1614
|
|
|
1610
1615
|
### Patch Changes
|
|
1611
1616
|
|
|
1612
|
-
-
|
|
1617
|
+
- [patch][48fcfce0a1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/48fcfce0a1):
|
|
1613
1618
|
|
|
1614
|
-
|
|
1619
|
+
Export missing definitions from schema to fix types in utils
|
|
1615
1620
|
|
|
1616
1621
|
## 6.1.6
|
|
1617
1622
|
|
|
1618
1623
|
### Patch Changes
|
|
1619
1624
|
|
|
1620
|
-
-
|
|
1625
|
+
- [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
|
|
1621
1626
|
|
|
1622
|
-
|
|
1623
|
-
|
|
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
|
|
1624
1629
|
|
|
1625
1630
|
## 6.1.5
|
|
1626
1631
|
|
|
1627
1632
|
### Patch Changes
|
|
1628
1633
|
|
|
1629
|
-
-
|
|
1634
|
+
- [patch][0d7d459f1a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0d7d459f1a):
|
|
1630
1635
|
|
|
1631
|
-
|
|
1636
|
+
Fixes type errors which were incompatible with TS 3.6
|
|
1632
1637
|
|
|
1633
1638
|
## 6.1.4
|
|
1634
1639
|
|
|
1635
1640
|
### Patch Changes
|
|
1636
1641
|
|
|
1637
|
-
-
|
|
1642
|
+
- [patch][ecca4d1dbb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ecca4d1dbb):
|
|
1638
1643
|
|
|
1639
|
-
|
|
1644
|
+
Upgraded Typescript to 3.3.x
|
|
1640
1645
|
|
|
1641
1646
|
## 6.1.3
|
|
1642
1647
|
|
|
1643
|
-
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1648
|
+
- Updated dependencies
|
|
1649
|
+
[6164bc2629](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6164bc2629):
|
|
1650
|
+
- @atlaskit/adf-schema@3.0.0
|
|
1646
1651
|
|
|
1647
1652
|
## 6.1.2
|
|
1648
1653
|
|
|
1649
1654
|
### Patch Changes
|
|
1650
1655
|
|
|
1651
|
-
-
|
|
1656
|
+
- [patch][bbff8a7d87](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bbff8a7d87):
|
|
1652
1657
|
|
|
1653
|
-
|
|
1658
|
+
Fixes bug, missing version.json file
|
|
1654
1659
|
|
|
1655
1660
|
## 6.1.1
|
|
1656
1661
|
|
|
1657
1662
|
### Patch Changes
|
|
1658
1663
|
|
|
1659
|
-
-
|
|
1664
|
+
- [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
|
|
1660
1665
|
|
|
1661
|
-
|
|
1666
|
+
In this PR, we are:
|
|
1662
1667
|
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
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
|
|
1671
1676
|
|
|
1672
1677
|
## 6.1.0
|
|
1673
1678
|
|
|
1674
|
-
-
|
|
1679
|
+
- [minor][79f0ef0601](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/79f0ef0601):
|
|
1675
1680
|
|
|
1676
|
-
|
|
1681
|
+
- Use strict tsconfig to compile editor packages
|
|
1677
1682
|
|
|
1678
1683
|
## 6.0.5
|
|
1679
1684
|
|
|
1680
|
-
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
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
|
|
1684
1689
|
|
|
1685
1690
|
## 6.0.4
|
|
1686
1691
|
|
|
1687
|
-
-
|
|
1692
|
+
- [patch][0a4ccaafae](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0a4ccaafae):
|
|
1688
1693
|
|
|
1689
|
-
|
|
1694
|
+
- Bump tslib
|
|
1690
1695
|
|
|
1691
|
-
-
|
|
1696
|
+
- [patch][0ac39bd2dd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0ac39bd2dd):
|
|
1692
1697
|
|
|
1693
|
-
|
|
1698
|
+
- Bump tslib to 1.9
|
|
1694
1699
|
|
|
1695
1700
|
## 6.0.3
|
|
1696
1701
|
|
|
1697
|
-
-
|
|
1702
|
+
- [patch][97e555c168](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/97e555c168):
|
|
1698
1703
|
|
|
1699
|
-
|
|
1704
|
+
- Revert "[ED-5259 - ED-6200] adds defaultMarks on tableNode (pull request #5259)"
|
|
1700
1705
|
|
|
1701
1706
|
## 6.0.2
|
|
1702
1707
|
|
|
1703
|
-
-
|
|
1708
|
+
- [patch][b425ea772b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b425ea772b):
|
|
1704
1709
|
|
|
1705
|
-
|
|
1710
|
+
- Revert "ED-5505 add strong as default mark to table header (pull request #5291)"
|
|
1706
1711
|
|
|
1707
1712
|
## 6.0.1
|
|
1708
1713
|
|
|
1709
|
-
-
|
|
1714
|
+
- [patch][499f9783d8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/499f9783d8):
|
|
1710
1715
|
|
|
1711
|
-
|
|
1716
|
+
- [ED-5505] Fix forceContentValidation replacing valid entities to empty array
|
|
1712
1717
|
|
|
1713
1718
|
## 6.0.0
|
|
1714
1719
|
|
|
1715
|
-
-
|
|
1720
|
+
- [major][9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
|
|
1716
1721
|
|
|
1717
|
-
|
|
1722
|
+
- Dropped ES5 distributables from the typescript packages
|
|
1718
1723
|
|
|
1719
1724
|
## 5.8.0
|
|
1720
1725
|
|
|
1721
|
-
-
|
|
1726
|
+
- [minor][a7af8a8865](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a7af8a8865):
|
|
1722
1727
|
|
|
1723
|
-
|
|
1728
|
+
- [ED-6325] Add forceContentValidation to array specs
|
|
1724
1729
|
|
|
1725
1730
|
## 5.7.2
|
|
1726
1731
|
|
|
1727
|
-
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1732
|
+
- Updated dependencies
|
|
1733
|
+
[76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
|
|
1734
|
+
- @atlaskit/docs@7.0.0
|
|
1730
1735
|
|
|
1731
1736
|
## 5.7.1
|
|
1732
1737
|
|
|
1733
|
-
-
|
|
1738
|
+
- [patch][60ea09b0cc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/60ea09b0cc):
|
|
1734
1739
|
|
|
1735
|
-
|
|
1740
|
+
- ED-6246 Improves types and adds more metadata to errors
|
|
1736
1741
|
|
|
1737
1742
|
## 5.7.0
|
|
1738
1743
|
|
|
1739
|
-
-
|
|
1744
|
+
- [minor][4d8d759bf9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4d8d759bf9):
|
|
1740
1745
|
|
|
1741
|
-
|
|
1746
|
+
- [ED-6255] Migrate ADFNode type to ADFEntity
|
|
1742
1747
|
|
|
1743
1748
|
## 5.6.3
|
|
1744
1749
|
|
|
1745
|
-
-
|
|
1750
|
+
- [patch][e83a441140](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e83a441140):
|
|
1746
1751
|
|
|
1747
|
-
|
|
1752
|
+
- Revert type change to width/height attributes for media node
|
|
1748
1753
|
|
|
1749
1754
|
## 5.6.2
|
|
1750
1755
|
|
|
1751
|
-
-
|
|
1756
|
+
- [patch][09696170ec](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/09696170ec):
|
|
1752
1757
|
|
|
1753
|
-
|
|
1758
|
+
- Bumps prosemirror-utils to 0.7.6
|
|
1754
1759
|
|
|
1755
1760
|
## 5.6.1
|
|
1756
1761
|
|
|
1757
|
-
-
|
|
1762
|
+
- [patch][14fe1381ba](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/14fe1381ba):
|
|
1758
1763
|
|
|
1759
|
-
|
|
1764
|
+
- ED-6118: ensure media dimensions are always integers, preventing invalid ADF
|
|
1760
1765
|
|
|
1761
1766
|
## 5.6.0
|
|
1762
1767
|
|
|
1763
|
-
-
|
|
1768
|
+
- [minor][be706e55f6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/be706e55f6):
|
|
1764
1769
|
|
|
1765
|
-
|
|
1770
|
+
- ED-6154 Adds `array` validation support
|
|
1766
1771
|
|
|
1767
1772
|
## 5.5.0
|
|
1768
1773
|
|
|
1769
|
-
-
|
|
1774
|
+
- [minor][a5b5a5098e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a5b5a5098e):
|
|
1770
1775
|
|
|
1771
|
-
|
|
1776
|
+
- Adds index to visitor
|
|
1772
1777
|
|
|
1773
1778
|
## 5.4.2
|
|
1774
1779
|
|
|
1775
|
-
-
|
|
1780
|
+
- [patch][76ed7f0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76ed7f0):
|
|
1776
1781
|
|
|
1777
|
-
|
|
1782
|
+
- Update Specs
|
|
1778
1783
|
|
|
1779
1784
|
## 5.4.1
|
|
1780
1785
|
|
|
1781
|
-
-
|
|
1786
|
+
- [patch][57cffcb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/57cffcb):
|
|
1782
1787
|
|
|
1783
|
-
|
|
1788
|
+
- Need tslib
|
|
1784
1789
|
|
|
1785
1790
|
## 5.4.0
|
|
1786
1791
|
|
|
1787
|
-
-
|
|
1792
|
+
- [minor][1205725](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1205725):
|
|
1788
1793
|
|
|
1789
|
-
|
|
1794
|
+
- Move schema to its own package
|
|
1790
1795
|
|
|
1791
1796
|
## 5.3.4
|
|
1792
1797
|
|
|
1793
|
-
-
|
|
1794
|
-
|
|
1798
|
+
- Updated dependencies [80f765b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/80f765b):
|
|
1799
|
+
- @atlaskit/editor-common@23.0.0
|
|
1795
1800
|
|
|
1796
1801
|
## 5.3.3
|
|
1797
1802
|
|
|
1798
|
-
-
|
|
1803
|
+
- [patch][34df084](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/34df084):
|
|
1799
1804
|
|
|
1800
|
-
|
|
1805
|
+
- Fix layout schema and enable breakout layouts in renderer
|
|
1801
1806
|
|
|
1802
1807
|
## 5.3.2
|
|
1803
1808
|
|
|
1804
|
-
-
|
|
1805
|
-
|
|
1809
|
+
- Updated dependencies [58b84fa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/58b84fa):
|
|
1810
|
+
- @atlaskit/docs@6.0.0
|
|
1806
1811
|
|
|
1807
1812
|
## 5.3.1
|
|
1808
1813
|
|
|
1809
|
-
-
|
|
1814
|
+
- [patch][0a297ba](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0a297ba):
|
|
1810
1815
|
|
|
1811
|
-
|
|
1816
|
+
- Packages should not be shown in the navigation, search and overview
|
|
1812
1817
|
|
|
1813
1818
|
## 5.3.0
|
|
1814
1819
|
|
|
1815
|
-
-
|
|
1820
|
+
- [minor][a1b03d0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a1b03d0):
|
|
1816
1821
|
|
|
1817
|
-
|
|
1822
|
+
- ED-3890 Adds Indentation support on paragraphs and headings
|
|
1818
1823
|
|
|
1819
1824
|
## 5.2.0
|
|
1820
1825
|
|
|
1821
|
-
-
|
|
1826
|
+
- [minor][94094fe](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/94094fe):
|
|
1822
1827
|
|
|
1823
|
-
|
|
1828
|
+
- Adds support for links around images
|
|
1824
1829
|
|
|
1825
1830
|
## 5.1.9
|
|
1826
1831
|
|
|
1827
|
-
-
|
|
1828
|
-
|
|
1832
|
+
- Updated dependencies [7e8b4b9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e8b4b9):
|
|
1833
|
+
- @atlaskit/editor-common@22.0.0
|
|
1829
1834
|
|
|
1830
1835
|
## 5.1.8
|
|
1831
1836
|
|
|
1832
|
-
-
|
|
1837
|
+
- [patch][416fbb3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/416fbb3):
|
|
1833
1838
|
|
|
1834
|
-
|
|
1839
|
+
- ED-3298: codeBlocks inside lists
|
|
1835
1840
|
|
|
1836
1841
|
## 5.1.7
|
|
1837
1842
|
|
|
1838
|
-
-
|
|
1843
|
+
- [patch][409e610](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/409e610):
|
|
1839
1844
|
|
|
1840
|
-
|
|
1845
|
+
- Fix schema block marks name inconsistency
|
|
1841
1846
|
|
|
1842
1847
|
## 5.1.6
|
|
1843
1848
|
|
|
1844
|
-
-
|
|
1849
|
+
- [patch][df33a8b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/df33a8b):
|
|
1845
1850
|
|
|
1846
|
-
|
|
1851
|
+
- Fix block marks validation
|
|
1847
1852
|
|
|
1848
1853
|
## 5.1.5
|
|
1849
1854
|
|
|
1850
|
-
-
|
|
1855
|
+
- [patch][d3bb11f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d3bb11f):
|
|
1851
1856
|
|
|
1852
|
-
|
|
1857
|
+
- Fixing validator for alignment marks
|
|
1853
1858
|
|
|
1854
1859
|
## 5.1.4
|
|
1855
1860
|
|
|
1856
|
-
-
|
|
1861
|
+
- [patch][4e2a3b1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4e2a3b1):
|
|
1857
1862
|
|
|
1858
|
-
|
|
1863
|
+
- Fixes validating marks with multiple possible branch
|
|
1859
1864
|
|
|
1860
1865
|
## 5.1.3
|
|
1861
1866
|
|
|
1862
|
-
-
|
|
1867
|
+
- [patch][a1fb551](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a1fb551):
|
|
1863
1868
|
|
|
1864
|
-
|
|
1869
|
+
- Fixed style attribute ADF error for Fabric Status
|
|
1865
1870
|
|
|
1866
1871
|
## 5.1.2
|
|
1867
1872
|
|
|
1868
|
-
-
|
|
1873
|
+
- [patch][11d4b85](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/11d4b85):
|
|
1869
1874
|
|
|
1870
|
-
|
|
1875
|
+
- ED-5606 Adds union attrs support to validator
|
|
1871
1876
|
|
|
1872
1877
|
## 5.1.1
|
|
1873
1878
|
|
|
1874
|
-
-
|
|
1879
|
+
- [patch][b19b7bb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b19b7bb):
|
|
1875
1880
|
|
|
1876
|
-
|
|
1881
|
+
- ED-5721 Validator now supports optional content
|
|
1877
1882
|
|
|
1878
1883
|
## 5.1.0
|
|
1879
1884
|
|
|
1880
|
-
-
|
|
1885
|
+
- [minor][b440439](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b440439):
|
|
1881
1886
|
|
|
1882
|
-
|
|
1887
|
+
- Add breakout mark to editor, renderer and adf-utils
|
|
1883
1888
|
|
|
1884
1889
|
## 5.0.1
|
|
1885
1890
|
|
|
1886
|
-
-
|
|
1887
|
-
|
|
1891
|
+
- Updated dependencies [2c21466](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2c21466):
|
|
1892
|
+
- @atlaskit/editor-common@21.0.0
|
|
1888
1893
|
|
|
1889
1894
|
## 5.0.0
|
|
1890
1895
|
|
|
1891
|
-
-
|
|
1896
|
+
- [major][e1db106](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e1db106):
|
|
1892
1897
|
|
|
1893
|
-
|
|
1898
|
+
- New validator API
|
|
1894
1899
|
|
|
1895
|
-
|
|
1900
|
+
### Breaking Change
|
|
1896
1901
|
|
|
1897
|
-
|
|
1902
|
+
**Old API**
|
|
1898
1903
|
|
|
1899
|
-
|
|
1900
|
-
|
|
1904
|
+
```
|
|
1905
|
+
export type ValidationMode = 'strict' | 'loose';
|
|
1901
1906
|
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1907
|
+
validator(
|
|
1908
|
+
nodes?: Array<string>,
|
|
1909
|
+
marks?: Array<string>,
|
|
1910
|
+
validationMode?: ValidationMode,
|
|
1911
|
+
)
|
|
1912
|
+
```
|
|
1908
1913
|
|
|
1909
|
-
|
|
1914
|
+
**New API**
|
|
1910
1915
|
|
|
1911
|
-
|
|
1912
|
-
|
|
1916
|
+
We introduced a new `allowPrivateAttributes` option. It allows attributes starting with `__`
|
|
1917
|
+
without validation.
|
|
1913
1918
|
|
|
1914
|
-
|
|
1915
|
-
|
|
1919
|
+
```
|
|
1920
|
+
export type ValidationMode = 'strict' | 'loose';
|
|
1916
1921
|
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
1922
|
+
export interface ValidationOptions {
|
|
1923
|
+
mode?: ValidationMode;
|
|
1924
|
+
allowPrivateAttributes?: boolean;
|
|
1925
|
+
}
|
|
1921
1926
|
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1927
|
+
validator(
|
|
1928
|
+
nodes?: Array<string>,
|
|
1929
|
+
marks?: Array<string>,
|
|
1930
|
+
options?: ValidationOptions,
|
|
1931
|
+
)
|
|
1932
|
+
```
|
|
1928
1933
|
|
|
1929
1934
|
## 4.1.0
|
|
1930
1935
|
|
|
1931
|
-
-
|
|
1936
|
+
- [minor][4f5830f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4f5830f):
|
|
1932
1937
|
|
|
1933
|
-
|
|
1938
|
+
- ED-4200: add page layout support to generator and ADF schema
|
|
1934
1939
|
|
|
1935
1940
|
## 4.0.4
|
|
1936
1941
|
|
|
1937
|
-
-
|
|
1942
|
+
- [patch][e8052e1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e8052e1):
|
|
1938
1943
|
|
|
1939
|
-
|
|
1944
|
+
- Add main field to adf-utils package.json
|
|
1940
1945
|
|
|
1941
1946
|
## 4.0.3
|
|
1942
1947
|
|
|
1943
|
-
-
|
|
1948
|
+
- [patch][653b6a9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/653b6a9):
|
|
1944
1949
|
|
|
1945
|
-
|
|
1950
|
+
- removed optional attributes from adf-builder module for status node
|
|
1946
1951
|
|
|
1947
|
-
-
|
|
1952
|
+
- [patch][cd5471b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cd5471b):
|
|
1948
1953
|
|
|
1949
|
-
|
|
1954
|
+
- added style attribute for Status node in ADF schema
|
|
1950
1955
|
|
|
1951
1956
|
## 4.0.2
|
|
1952
1957
|
|
|
1953
|
-
-
|
|
1958
|
+
- [patch][6201223](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6201223" d):
|
|
1954
1959
|
|
|
1955
|
-
|
|
1960
|
+
- Add examples.
|
|
1956
1961
|
|
|
1957
1962
|
## 4.0.1
|
|
1958
1963
|
|
|
1959
|
-
-
|
|
1960
|
-
|
|
1964
|
+
- [patch] Fix floating number validation
|
|
1965
|
+
[ea027b8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ea027b8)
|
|
1961
1966
|
|
|
1962
1967
|
## 4.0.0
|
|
1963
1968
|
|
|
1964
|
-
-
|
|
1965
|
-
|
|
1969
|
+
- [major] Wrap invalid node with unsupported node
|
|
1970
|
+
[fb60e39](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/fb60e39)
|
|
1966
1971
|
|
|
1967
1972
|
## 3.0.1
|
|
1968
1973
|
|
|
1969
|
-
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1974
|
+
- [patch] Updated dependencies
|
|
1975
|
+
[b1ce691](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b1ce691)
|
|
1976
|
+
- @atlaskit/editor-common@20.0.0
|
|
1972
1977
|
|
|
1973
1978
|
## 3.0.0
|
|
1974
1979
|
|
|
1975
|
-
-
|
|
1976
|
-
[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)
|
|
1977
1981
|
|
|
1978
1982
|
## 2.2.6
|
|
1979
1983
|
|
|
1980
|
-
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1984
|
+
- [patch] Updated dependencies
|
|
1985
|
+
[2afa60d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2afa60d)
|
|
1986
|
+
- @atlaskit/editor-common@19.0.0
|
|
1983
1987
|
|
|
1984
1988
|
## 2.2.5
|
|
1985
1989
|
|
|
1986
|
-
-
|
|
1987
|
-
|
|
1988
|
-
-
|
|
1989
|
-
|
|
1990
|
-
|
|
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
|
|
1991
1995
|
|
|
1992
1996
|
## 2.2.4
|
|
1993
1997
|
|
|
1994
|
-
-
|
|
1995
|
-
|
|
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)
|
|
1996
2000
|
|
|
1997
2001
|
## 2.2.3
|
|
1998
2002
|
|
|
1999
|
-
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2003
|
+
- [patch] Updated dependencies
|
|
2004
|
+
[927ae63](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/927ae63)
|
|
2005
|
+
- @atlaskit/editor-common@17.0.0
|
|
2002
2006
|
|
|
2003
2007
|
## 2.2.2
|
|
2004
2008
|
|
|
2005
|
-
-
|
|
2006
|
-
|
|
2009
|
+
- [patch] Fix .d.ts file names
|
|
2010
|
+
[3d6c0fd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3d6c0fd)
|
|
2007
2011
|
|
|
2008
2012
|
## 2.2.1
|
|
2009
2013
|
|
|
2010
|
-
-
|
|
2011
|
-
|
|
2014
|
+
- [patch] .es.js files now reference es2015 builds instead of es5
|
|
2015
|
+
[98034c7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/98034c7)
|
|
2012
2016
|
|
|
2013
2017
|
## 2.2.0
|
|
2014
2018
|
|
|
2015
|
-
-
|
|
2016
|
-
|
|
2019
|
+
- [minor] FS-2961 Introduce status component and status node in editor
|
|
2020
|
+
[7fe2b0a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7fe2b0a)
|
|
2017
2021
|
|
|
2018
2022
|
## 2.1.5
|
|
2019
2023
|
|
|
2020
|
-
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2024
|
+
- [patch] Updated dependencies
|
|
2025
|
+
[6e1d642](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6e1d642)
|
|
2026
|
+
- @atlaskit/editor-common@16.0.0
|
|
2023
2027
|
|
|
2024
2028
|
## 2.1.4
|
|
2025
2029
|
|
|
2026
|
-
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
- @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
|
|
2031
2034
|
|
|
2032
2035
|
## 2.1.3
|
|
2033
2036
|
|
|
2034
|
-
-
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
+
- [patch] Updated dependencies
|
|
2038
|
+
[7545979](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7545979)
|
|
2039
|
+
- @atlaskit/editor-common@15.0.0
|
|
2037
2040
|
|
|
2038
2041
|
## 2.1.2
|
|
2039
2042
|
|
|
2040
|
-
-
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
+
- [patch] Updated dependencies
|
|
2044
|
+
[b12f7e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b12f7e6)
|
|
2045
|
+
- @atlaskit/editor-common@14.0.11
|
|
2043
2046
|
|
|
2044
2047
|
## 2.1.1
|
|
2045
2048
|
|
|
2046
|
-
-
|
|
2047
|
-
|
|
2048
|
-
-
|
|
2049
|
-
|
|
2050
|
-
|
|
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
|
|
2051
2054
|
|
|
2052
2055
|
## 2.1.0
|
|
2053
2056
|
|
|
2054
|
-
-
|
|
2055
|
-
|
|
2056
|
-
-
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
|
|
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
|
|
2060
2063
|
|
|
2061
2064
|
## 2.0.5
|
|
2062
2065
|
|
|
2063
|
-
-
|
|
2064
|
-
|
|
2065
|
-
-
|
|
2066
|
-
|
|
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)
|
|
2067
2070
|
|
|
2068
2071
|
## 2.0.4
|
|
2069
2072
|
|
|
2070
|
-
-
|
|
2071
|
-
|
|
2072
|
-
|
|
2073
|
-
-
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
-
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
-
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
-
|
|
2083
|
-
|
|
2084
|
-
|
|
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
|
|
2085
2088
|
|
|
2086
2089
|
## 2.0.3
|
|
2087
2090
|
|
|
2088
|
-
-
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
|
|
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
|
|
2092
2095
|
|
|
2093
2096
|
## 2.0.2
|
|
2094
2097
|
|
|
2095
|
-
-
|
|
2096
|
-
|
|
2098
|
+
- [patch] Include type files to release
|
|
2099
|
+
[02cae82](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/02cae82)
|
|
2097
2100
|
|
|
2098
2101
|
## 2.0.1
|
|
2099
2102
|
|
|
2100
|
-
-
|
|
2101
|
-
|
|
2103
|
+
- [patch] Fix types for top level imports
|
|
2104
|
+
[61cd06b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/61cd06b)
|
|
2102
2105
|
|
|
2103
2106
|
## 2.0.0
|
|
2104
2107
|
|
|
2105
|
-
-
|
|
2106
|
-
|
|
2107
|
-
|
|
2108
|
-
|
|
2109
|
-
-
|
|
2110
|
-
|
|
2111
|
-
|
|
2112
|
-
|
|
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
|
|
2113
2116
|
|
|
2114
2117
|
## 1.0.1
|
|
2115
2118
|
|
|
2116
|
-
-
|
|
2117
|
-
|
|
2119
|
+
- [patch] Fix failing master build
|
|
2120
|
+
[1e2faf4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e2faf4)
|
|
2118
2121
|
|
|
2119
|
-
-
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
+
- [none] Updated dependencies
|
|
2123
|
+
[5f6ec84](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5f6ec84)
|
|
2124
|
+
- @atlaskit/editor-common@12.0.0
|
|
2122
2125
|
|
|
2123
2126
|
## 1.0.0
|
|
2124
2127
|
|
|
2125
|
-
-
|
|
2126
|
-
|
|
2127
|
-
-
|
|
2128
|
-
|
|
2129
|
-
|
|
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
|