@atlaskit/editor-wikimarkup-transformer 11.2.18 → 11.2.19

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +87 -81
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,47 +1,53 @@
1
1
  # @atlaskit/editor-wikimarkup-transformer
2
2
 
3
+ ## 11.2.19
4
+
5
+ ### Patch Changes
6
+
7
+ - [#39749](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39749) [`e6b69f455c3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e6b69f455c3) - Connect yarn changeset to packages, upgrade adf-schema
8
+
3
9
  ## 11.2.18
4
10
 
5
11
  ### Patch Changes
6
12
 
7
- - [`ec4867e1376`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ec4867e1376) - Removed captions flag and replaced with a new media prop `allowCaptions`. `allowCaptions` is set to `false` by default and products will need to opt in to be able to use captions from now on.
13
+ - [#39320](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39320) [`ec4867e1376`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ec4867e1376) - Removed captions flag and replaced with a new media prop `allowCaptions`. `allowCaptions` is set to `false` by default and products will need to opt in to be able to use captions from now on.
8
14
 
9
15
  ## 11.2.17
10
16
 
11
17
  ### Patch Changes
12
18
 
13
- - [`aeb5c9a01e8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aeb5c9a01e8) - Delete adf-schema from AFE and rely on npm package for adf-schema
19
+ - [#39481](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39481) [`aeb5c9a01e8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aeb5c9a01e8) - Delete adf-schema from AFE and rely on npm package for adf-schema
14
20
  - [`4b4dcfe0bba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4b4dcfe0bba) - Delete adf-schema, use published version
15
21
 
16
22
  ## 11.2.16
17
23
 
18
24
  ### Patch Changes
19
25
 
20
- - [`15aeec90e88`](https://bitbucket.org/atlassian/atlassian-frontend/commits/15aeec90e88) - Fixed text of atlassian-info emoji
26
+ - [#39744](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39744) [`15aeec90e88`](https://bitbucket.org/atlassian/atlassian-frontend/commits/15aeec90e88) - Fixed text of atlassian-info emoji
21
27
 
22
28
  ## 11.2.15
23
29
 
24
30
  ### Patch Changes
25
31
 
26
- - [`0e484b0dfde`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0e484b0dfde) - Improved behaviour of formatting marks around macros
32
+ - [#39237](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39237) [`0e484b0dfde`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0e484b0dfde) - Improved behaviour of formatting marks around macros
27
33
 
28
34
  ## 11.2.14
29
35
 
30
36
  ### Patch Changes
31
37
 
32
- - [`33cb07de05f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/33cb07de05f) - change adf-schema to fixed versioning
38
+ - [#38976](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38976) [`33cb07de05f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/33cb07de05f) - change adf-schema to fixed versioning
33
39
 
34
40
  ## 11.2.13
35
41
 
36
42
  ### Patch Changes
37
43
 
38
- - [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
44
+ - [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162) [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
39
45
 
40
46
  ## 11.2.12
41
47
 
42
48
  ### Patch Changes
43
49
 
44
- - [`03022b35109`](https://bitbucket.org/atlassian/atlassian-frontend/commits/03022b35109) - Fix codeblock bug by reverting changes from ADFEXP-371. Strike througth fix will come in future patch
50
+ - [#38603](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38603) [`03022b35109`](https://bitbucket.org/atlassian/atlassian-frontend/commits/03022b35109) - Fix codeblock bug by reverting changes from ADFEXP-371. Strike througth fix will come in future patch
45
51
 
46
52
  ## 11.2.11
47
53
 
@@ -65,19 +71,19 @@
65
71
 
66
72
  ### Patch Changes
67
73
 
68
- - [`4e6f1bf8511`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4e6f1bf8511) - [ED-19233] Import prosemirror libraries from internal facade package
74
+ - [#37785](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37785) [`4e6f1bf8511`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4e6f1bf8511) - [ED-19233] Import prosemirror libraries from internal facade package
69
75
 
70
76
  ## 11.2.7
71
77
 
72
78
  ### Patch Changes
73
79
 
74
- - [`93f5f1a9839`](https://bitbucket.org/atlassian/atlassian-frontend/commits/93f5f1a9839) - [ED-18161] Move transformer tests to their dedicated transformers packages to avoid circular dependencies
80
+ - [#36798](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36798) [`93f5f1a9839`](https://bitbucket.org/atlassian/atlassian-frontend/commits/93f5f1a9839) - [ED-18161] Move transformer tests to their dedicated transformers packages to avoid circular dependencies
75
81
 
76
82
  ## 11.2.6
77
83
 
78
84
  ### Patch Changes
79
85
 
80
- - [`5f5ba16de66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f5ba16de66) - [ED-13910] Fix prosemirror types
86
+ - [#36241](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36241) [`5f5ba16de66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f5ba16de66) - [ED-13910] Fix prosemirror types
81
87
 
82
88
  ## 11.2.5
83
89
 
@@ -89,31 +95,31 @@
89
95
 
90
96
  ### Patch Changes
91
97
 
92
- - [`61cb5313358`](https://bitbucket.org/atlassian/atlassian-frontend/commits/61cb5313358) - Removing unused dependencies and dev dependencies
98
+ - [#34443](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34443) [`61cb5313358`](https://bitbucket.org/atlassian/atlassian-frontend/commits/61cb5313358) - Removing unused dependencies and dev dependencies
93
99
 
94
100
  ## 11.2.3
95
101
 
96
102
  ### Patch Changes
97
103
 
98
- - [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
104
+ - [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793) [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
99
105
 
100
106
  ## 11.2.2
101
107
 
102
108
  ### Patch Changes
103
109
 
104
- - [`a142ba1aa28`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a142ba1aa28) - [ED17172] Bump prosemirror-model to 1.16.0 and prosemirror-view to 1.23.7 and removed work-arounds for fixed issues
110
+ - [#33771](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33771) [`a142ba1aa28`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a142ba1aa28) - [ED17172] Bump prosemirror-model to 1.16.0 and prosemirror-view to 1.23.7 and removed work-arounds for fixed issues
105
111
 
106
112
  ## 11.2.1
107
113
 
108
114
  ### Patch Changes
109
115
 
110
- - [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
116
+ - [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649) [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
111
117
 
112
118
  ## 11.2.0
113
119
 
114
120
  ### Minor Changes
115
121
 
116
- - [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
122
+ - [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258) [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
117
123
 
118
124
  ### Patch Changes
119
125
 
@@ -123,44 +129,44 @@
123
129
 
124
130
  ### Patch Changes
125
131
 
126
- - [`0ffb55018c9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0ffb55018c9) - Revert "[ED-17172] Bumped prosemirror-view from 1.23.2 to 1.23.7 and removed work-around for fixed issues"
132
+ - [#33004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33004) [`0ffb55018c9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0ffb55018c9) - Revert "[ED-17172] Bumped prosemirror-view from 1.23.2 to 1.23.7 and removed work-around for fixed issues"
127
133
 
128
134
  ## 11.1.16
129
135
 
130
136
  ### Patch Changes
131
137
 
132
- - [`5ae242b554c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5ae242b554c) - updated logic to handle multiple linebreaks inside a macro within a list
138
+ - [#33037](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33037) [`5ae242b554c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5ae242b554c) - updated logic to handle multiple linebreaks inside a macro within a list
133
139
 
134
140
  ## 11.1.15
135
141
 
136
142
  ### Patch Changes
137
143
 
138
- - [`7c57f6550f7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7c57f6550f7) - Updated metacharacter escaping logic in encoder
144
+ - [#32638](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32638) [`7c57f6550f7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7c57f6550f7) - Updated metacharacter escaping logic in encoder
139
145
 
140
146
  ## 11.1.14
141
147
 
142
148
  ### Patch Changes
143
149
 
144
- - [`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY remove before merging to master; dupe adf-schema via adf-utils
150
+ - [#32424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32424) [`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY remove before merging to master; dupe adf-schema via adf-utils
145
151
  - Updated dependencies
146
152
 
147
153
  ## 11.1.13
148
154
 
149
155
  ### Patch Changes
150
156
 
151
- - [`d907868ec78`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d907868ec78) - ADFEXP-227 Wrap nestedExpand only at root level
157
+ - [#28490](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28490) [`d907868ec78`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d907868ec78) - ADFEXP-227 Wrap nestedExpand only at root level
152
158
 
153
159
  ## 11.1.12
154
160
 
155
161
  ### Patch Changes
156
162
 
157
- - [`e5c1d82be63`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e5c1d82be63) - ADFEXP-227 Wrap nestedExpand inside table
163
+ - [#28438](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28438) [`e5c1d82be63`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e5c1d82be63) - ADFEXP-227 Wrap nestedExpand inside table
158
164
 
159
165
  ## 11.1.11
160
166
 
161
167
  ### Patch Changes
162
168
 
163
- - [`5d317ed8aa3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5d317ed8aa3) - ED-15882: Make editor-wikimarkup-transformer example page work, update tests for restartNumberedLists feature (custom start numbers for ordered lists)
169
+ - [#28090](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28090) [`5d317ed8aa3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5d317ed8aa3) - ED-15882: Make editor-wikimarkup-transformer example page work, update tests for restartNumberedLists feature (custom start numbers for ordered lists)
164
170
  - [`224a2482244`](https://bitbucket.org/atlassian/atlassian-frontend/commits/224a2482244) - [ED-16166] Changes the renderer prop document type from any to DocNode
165
171
 
166
172
  BREAKING for `@atlaskit/renderer`: Previously the `document` prop for the renderer component had the type of `any`. This has now been changed to `DocNode` which comes from `@atlaskit/adf-schema`.
@@ -186,49 +192,49 @@
186
192
 
187
193
  ### Patch Changes
188
194
 
189
- - [`6eb39a91ca0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6eb39a91ca0) - Fixed ADF parsing issue related to codeblock inside table header
195
+ - [#27498](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27498) [`6eb39a91ca0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6eb39a91ca0) - Fixed ADF parsing issue related to codeblock inside table header
190
196
 
191
197
  ## 11.1.9
192
198
 
193
199
  ### Patch Changes
194
200
 
195
- - [`13721843343`](https://bitbucket.org/atlassian/atlassian-frontend/commits/13721843343) - Added support for multiple hardbreaks inside a table
201
+ - [#26721](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26721) [`13721843343`](https://bitbucket.org/atlassian/atlassian-frontend/commits/13721843343) - Added support for multiple hardbreaks inside a table
196
202
 
197
203
  ## 11.1.8
198
204
 
199
205
  ### Patch Changes
200
206
 
201
- - [`0cc27eb485f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0cc27eb485f) - Added support for issue-key followed by punctuation marks
207
+ - [#26277](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26277) [`0cc27eb485f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0cc27eb485f) - Added support for issue-key followed by punctuation marks
202
208
 
203
209
  ## 11.1.7
204
210
 
205
211
  ### Patch Changes
206
212
 
207
- - [`12399f5aaa1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/12399f5aaa1) - Adding custom regex for escaping of media, link and mention.
213
+ - [#25822](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25822) [`12399f5aaa1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/12399f5aaa1) - Adding custom regex for escaping of media, link and mention.
208
214
 
209
215
  ## 11.1.6
210
216
 
211
217
  ### Patch Changes
212
218
 
213
- - [`ea34f8260e3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ea34f8260e3) - Wiki to adf: Tables headings to be strong by default
219
+ - [#25506](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25506) [`ea34f8260e3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ea34f8260e3) - Wiki to adf: Tables headings to be strong by default
214
220
 
215
221
  ## 11.1.5
216
222
 
217
223
  ### Patch Changes
218
224
 
219
- - [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5`
225
+ - [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874) [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5`
220
226
 
221
227
  ## 11.1.4
222
228
 
223
229
  ### Patch Changes
224
230
 
225
- - [`49280fb073e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/49280fb073e) - Removing Array.at usage to support older browsers.
231
+ - [#25411](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25411) [`49280fb073e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/49280fb073e) - Removing Array.at usage to support older browsers.
226
232
 
227
233
  ## 11.1.3
228
234
 
229
235
  ### Patch Changes
230
236
 
231
- - [`916af279b4d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/916af279b4d) - added validation to handle strong mark under list
237
+ - [#24889](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24889) [`916af279b4d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/916af279b4d) - added validation to handle strong mark under list
232
238
 
233
239
  ## 11.1.2
234
240
 
@@ -240,98 +246,98 @@
240
246
 
241
247
  ### Patch Changes
242
248
 
243
- - [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade Typescript from `4.2.4` to `4.3.5`.
249
+ - [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492) [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade Typescript from `4.2.4` to `4.3.5`.
244
250
 
245
251
  ## 11.1.0
246
252
 
247
253
  ### Minor Changes
248
254
 
249
- - [`635a121bf58`](https://bitbucket.org/atlassian/atlassian-frontend/commits/635a121bf58) - Add option to suppress default image width and height in wikimarkup transformer
255
+ - [#23593](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23593) [`635a121bf58`](https://bitbucket.org/atlassian/atlassian-frontend/commits/635a121bf58) - Add option to suppress default image width and height in wikimarkup transformer
250
256
 
251
257
  ## 11.0.16
252
258
 
253
259
  ### Patch Changes
254
260
 
255
- - [`2760fbd2066`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2760fbd2066) - ESS-2569: fixed backslash issue in roundtrip wiki to adf
261
+ - [#23396](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23396) [`2760fbd2066`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2760fbd2066) - ESS-2569: fixed backslash issue in roundtrip wiki to adf
256
262
 
257
263
  ## 11.0.15
258
264
 
259
265
  ### Patch Changes
260
266
 
261
- - [`273a8696f10`](https://bitbucket.org/atlassian/atlassian-frontend/commits/273a8696f10) - ESS-2539 Handle token with empty nodes
267
+ - [#23390](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23390) [`273a8696f10`](https://bitbucket.org/atlassian/atlassian-frontend/commits/273a8696f10) - ESS-2539 Handle token with empty nodes
262
268
 
263
269
  ## 11.0.14
264
270
 
265
271
  ### Patch Changes
266
272
 
267
- - [`21684885de9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/21684885de9) - ESS-2539 Insert hardbreaks between text properly
273
+ - [#23215](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23215) [`21684885de9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/21684885de9) - ESS-2539 Insert hardbreaks between text properly
268
274
 
269
275
  ## 11.0.13
270
276
 
271
277
  ### Patch Changes
272
278
 
273
- - [`82576043a8a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/82576043a8a) - ESS-2539 Added new test cases for line-breaks
279
+ - [#23177](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23177) [`82576043a8a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/82576043a8a) - ESS-2539 Added new test cases for line-breaks
274
280
 
275
281
  ## 11.0.12
276
282
 
277
283
  ### Patch Changes
278
284
 
279
- - [`6a6291137de`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6a6291137de) - Handle hardbreaks and force-line-breaks differently
285
+ - [#23092](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23092) [`6a6291137de`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6a6291137de) - Handle hardbreaks and force-line-breaks differently
280
286
 
281
287
  ## 11.0.11
282
288
 
283
289
  ### Patch Changes
284
290
 
285
- - [`31ea1d0b1f8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/31ea1d0b1f8) - Escape opening braces for only macro keywords
291
+ - [#22935](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22935) [`31ea1d0b1f8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/31ea1d0b1f8) - Escape opening braces for only macro keywords
286
292
 
287
293
  ## 11.0.10
288
294
 
289
295
  ### Patch Changes
290
296
 
291
- - [`c0315117480`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c0315117480) - ESS-2375 Text effects should support surrounding curly braces
297
+ - [#22112](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22112) [`c0315117480`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c0315117480) - ESS-2375 Text effects should support surrounding curly braces
292
298
 
293
299
  ## 11.0.9
294
300
 
295
301
  ### Patch Changes
296
302
 
297
- - [`daa1dac9961`](https://bitbucket.org/atlassian/atlassian-frontend/commits/daa1dac9961) - Update the @atlaskit/editor-wikimarkup-transformer to use emotion instead of styled and also updated the dependencies
303
+ - [#21570](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21570) [`daa1dac9961`](https://bitbucket.org/atlassian/atlassian-frontend/commits/daa1dac9961) - Update the @atlaskit/editor-wikimarkup-transformer to use emotion instead of styled and also updated the dependencies
298
304
  - Updated dependencies
299
305
 
300
306
  ## 11.0.8
301
307
 
302
308
  ### Patch Changes
303
309
 
304
- - [`ca8996c6153`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ca8996c6153) - ESS-2439 Remove bad characters from end of regex match
310
+ - [#21951](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21951) [`ca8996c6153`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ca8996c6153) - ESS-2439 Remove bad characters from end of regex match
305
311
 
306
312
  ## 11.0.7
307
313
 
308
314
  ### Patch Changes
309
315
 
310
- - [`21ae957a8fb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/21ae957a8fb) - ESS-2440 Render consecutive emojis correctly
316
+ - [#21923](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21923) [`21ae957a8fb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/21ae957a8fb) - ESS-2440 Render consecutive emojis correctly
311
317
 
312
318
  ## 11.0.6
313
319
 
314
320
  ### Patch Changes
315
321
 
316
- - [`c85e50ef2ad`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c85e50ef2ad) - ESS-2439: Ignore closing parenthesis as part of url
322
+ - [#21834](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21834) [`c85e50ef2ad`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c85e50ef2ad) - ESS-2439: Ignore closing parenthesis as part of url
317
323
 
318
324
  ## 11.0.5
319
325
 
320
326
  ### Patch Changes
321
327
 
322
- - [`34d3354b80e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/34d3354b80e) - ESS-1402: bug fix to parse the non-breaking space wikimarkup to adf.
328
+ - [#21447](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21447) [`34d3354b80e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/34d3354b80e) - ESS-1402: bug fix to parse the non-breaking space wikimarkup to adf.
323
329
 
324
330
  ## 11.0.4
325
331
 
326
332
  ### Patch Changes
327
333
 
328
- - [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade to TypeScript 4.2.4
334
+ - [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650) [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade to TypeScript 4.2.4
329
335
 
330
336
  ## 11.0.3
331
337
 
332
338
  ### Patch Changes
333
339
 
334
- - [`b29ce16dad8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b29ce16dad8) - [ED-14606] Move bitbucket schema, confluence schema, jira schema, and default schema from @atlaskit/adf-schema to their own entry points. These new entry points are as follows
340
+ - [#20033](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20033) [`b29ce16dad8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b29ce16dad8) - [ED-14606] Move bitbucket schema, confluence schema, jira schema, and default schema from @atlaskit/adf-schema to their own entry points. These new entry points are as follows
335
341
 
336
342
  @atlaskit/adf-schema/schema-bitbucket for:
337
343
 
@@ -377,14 +383,14 @@
377
383
 
378
384
  ### Patch Changes
379
385
 
380
- - [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - ED-13753 Updated editor-common import entries.
386
+ - [#16752](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16752) [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - ED-13753 Updated editor-common import entries.
381
387
  - Updated dependencies
382
388
 
383
389
  ## 11.0.0
384
390
 
385
391
  ### Major Changes
386
392
 
387
- - [`8f0577e0eb1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8f0577e0eb1) - [ux] Promoted captions to full schema and better support of wikimarkup, email and slack renderer
393
+ - [#15998](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15998) [`8f0577e0eb1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8f0577e0eb1) - [ux] Promoted captions to full schema and better support of wikimarkup, email and slack renderer
388
394
 
389
395
  ### Patch Changes
390
396
 
@@ -402,7 +408,7 @@
402
408
 
403
409
  ### Major Changes
404
410
 
405
- - [`ad7872a08ed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ad7872a08ed) - Add media inline component to wikimarkup, slack markdown, email renderer transformers
411
+ - [#14777](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14777) [`ad7872a08ed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ad7872a08ed) - Add media inline component to wikimarkup, slack markdown, email renderer transformers
406
412
 
407
413
  ### Patch Changes
408
414
 
@@ -418,38 +424,38 @@
418
424
 
419
425
  ### Patch Changes
420
426
 
421
- - [`aa6f29f8c3d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aa6f29f8c3d) - Setting up empty string value for alt attribute (images) by default
427
+ - [#13302](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13302) [`aa6f29f8c3d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aa6f29f8c3d) - Setting up empty string value for alt attribute (images) by default
422
428
  - Updated dependencies
423
429
 
424
430
  ## 9.5.1
425
431
 
426
432
  ### Patch Changes
427
433
 
428
- - [`cdfde784f56`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cdfde784f56) - [ux] When converting from wikimarkup to ADF, if there is a parse error in an adf macro, put it in a code block with an error message instead of crashing (ADFS-719)
434
+ - [#13035](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13035) [`cdfde784f56`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cdfde784f56) - [ux] When converting from wikimarkup to ADF, if there is a parse error in an adf macro, put it in a code block with an error message instead of crashing (ADFS-719)
429
435
 
430
436
  ## 9.5.0
431
437
 
432
438
  ### Minor Changes
433
439
 
434
- - [`d3945f52eeb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3945f52eeb) - Remove nulls when parsing and encoding wiki
440
+ - [#12769](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12769) [`d3945f52eeb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3945f52eeb) - Remove nulls when parsing and encoding wiki
435
441
 
436
442
  ## 9.4.0
437
443
 
438
444
  ### Minor Changes
439
445
 
440
- - [`99ad5d22649`](https://bitbucket.org/atlassian/atlassian-frontend/commits/99ad5d22649) - Scope control characters inside of invalid links
446
+ - [#12261](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12261) [`99ad5d22649`](https://bitbucket.org/atlassian/atlassian-frontend/commits/99ad5d22649) - Scope control characters inside of invalid links
441
447
 
442
448
  ## 9.3.3
443
449
 
444
450
  ### Patch Changes
445
451
 
446
- - [`7cb32dce7eb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7cb32dce7eb) - ADFS-700 trailing whitespaces don't open a new table cell
452
+ - [#12175](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12175) [`7cb32dce7eb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7cb32dce7eb) - ADFS-700 trailing whitespaces don't open a new table cell
447
453
 
448
454
  ## 9.3.2
449
455
 
450
456
  ### Patch Changes
451
457
 
452
- - [`b7375e1a3fc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b7375e1a3fc) - ADFS-670 Performance improvement by replacing string buffer with array buffer
458
+ - [#11898](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11898) [`b7375e1a3fc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b7375e1a3fc) - ADFS-670 Performance improvement by replacing string buffer with array buffer
453
459
 
454
460
  ## 9.3.1
455
461
 
@@ -461,7 +467,7 @@
461
467
 
462
468
  ### Minor Changes
463
469
 
464
- - [`2fd50f55028`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2fd50f55028) - Updating documentation to inform users that soon picker popup will no longer be available and also getting rid of picker popup references in examples and all the associated dependencies
470
+ - [#11113](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11113) [`2fd50f55028`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2fd50f55028) - Updating documentation to inform users that soon picker popup will no longer be available and also getting rid of picker popup references in examples and all the associated dependencies
465
471
 
466
472
  ### Patch Changes
467
473
 
@@ -477,13 +483,13 @@
477
483
 
478
484
  ### Patch Changes
479
485
 
480
- - [`2c8bafbcca0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2c8bafbcca0) - ADFS-453 wiki transformer - Nested lists have size limit
486
+ - [#9913](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9913) [`2c8bafbcca0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2c8bafbcca0) - ADFS-453 wiki transformer - Nested lists have size limit
481
487
 
482
488
  ## 9.2.2
483
489
 
484
490
  ### Patch Changes
485
491
 
486
- - [`58b170725be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/58b170725be) - Renamed @atlaskit/editor-test-helpers/schema-builder to @atlaskit/editor-test-helpers/doc-builder
492
+ - [#9510](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9510) [`58b170725be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/58b170725be) - Renamed @atlaskit/editor-test-helpers/schema-builder to @atlaskit/editor-test-helpers/doc-builder
487
493
  - Updated dependencies
488
494
 
489
495
  ## 9.2.1
@@ -496,13 +502,13 @@
496
502
 
497
503
  ### Minor Changes
498
504
 
499
- - [`e00e0159214`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e00e0159214) - ADFS-456: Add support for image links in wikimarkup converter
505
+ - [#9362](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9362) [`e00e0159214`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e00e0159214) - ADFS-456: Add support for image links in wikimarkup converter
500
506
 
501
507
  ## 9.1.0
502
508
 
503
509
  ### Minor Changes
504
510
 
505
- - [`a882576542d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a882576542d) - Adjust status node colors - ADFS-40
511
+ - [#9147](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9147) [`a882576542d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a882576542d) - Adjust status node colors - ADFS-40
506
512
 
507
513
  ## 9.0.1
508
514
 
@@ -514,7 +520,7 @@
514
520
 
515
521
  ### Major Changes
516
522
 
517
- - [`9242f60d20`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9242f60d20) - Support anchor link starting with #
523
+ - [#7170](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7170) [`9242f60d20`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9242f60d20) - Support anchor link starting with #
518
524
 
519
525
  ### Patch Changes
520
526
 
@@ -524,7 +530,7 @@
524
530
 
525
531
  ### Minor Changes
526
532
 
527
- - [`21de2f736a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/21de2f736a) - fix: normalizeHexColor behaves normally when passed 'default'
533
+ - [#6571](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6571) [`21de2f736a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/21de2f736a) - fix: normalizeHexColor behaves normally when passed 'default'
528
534
 
529
535
  ### Patch Changes
530
536
 
@@ -534,33 +540,33 @@
534
540
 
535
541
  ### Patch Changes
536
542
 
537
- - [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile packages using babel rather than tsc
543
+ - [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857) [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile packages using babel rather than tsc
538
544
 
539
545
  ## 8.3.4
540
546
 
541
547
  ### Patch Changes
542
548
 
543
- - [`0175a00afc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0175a00afc) - [ED-10670] Update prosemirror-model type to use posAtIndex methods
549
+ - [#6228](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6228) [`0175a00afc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0175a00afc) - [ED-10670] Update prosemirror-model type to use posAtIndex methods
544
550
  - Updated dependencies
545
551
 
546
552
  ## 8.3.3
547
553
 
548
554
  ### Patch Changes
549
555
 
550
- - [`703752d487`](https://bitbucket.org/atlassian/atlassian-frontend/commits/703752d487) - ED-10647 Remove caret from prosemirror-model, prosemirror-keymap, prosemirror-state, prosemirror-transform to lock them down to an explicit version
556
+ - [#5860](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5860) [`703752d487`](https://bitbucket.org/atlassian/atlassian-frontend/commits/703752d487) - ED-10647 Remove caret from prosemirror-model, prosemirror-keymap, prosemirror-state, prosemirror-transform to lock them down to an explicit version
551
557
  - Updated dependencies
552
558
 
553
559
  ## 8.3.2
554
560
 
555
561
  ### Patch Changes
556
562
 
557
- - [`cc8bfdf7a7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cc8bfdf7a7) - ADFS-255 bugfix: wiki transformer correctly passes through context object
563
+ - [#6010](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6010) [`cc8bfdf7a7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cc8bfdf7a7) - ADFS-255 bugfix: wiki transformer correctly passes through context object
558
564
 
559
565
  ## 8.3.1
560
566
 
561
567
  ### Patch Changes
562
568
 
563
- - [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules compiler option.
569
+ - [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497) [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules compiler option.
564
570
  This requires version 3.8 of Typescript, read more about how we handle Typescript versions here: https://atlaskit.atlassian.com/get-started
565
571
  Also add `typescript` to `devDependencies` to denote version that the package was built with.
566
572
 
@@ -568,7 +574,7 @@
568
574
 
569
575
  ### Minor Changes
570
576
 
571
- - [`9a39500244`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9a39500244) - Bump ProseMirror packages
577
+ - [#4749](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4749) [`9a39500244`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9a39500244) - Bump ProseMirror packages
572
578
 
573
579
  Read more: https://product-fabric.atlassian.net/wiki/spaces/E/pages/1671956531/2020-08
574
580
 
@@ -580,31 +586,31 @@
580
586
 
581
587
  ### Minor Changes
582
588
 
583
- - [`183473232a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/183473232a) - CS-3136 bugfix: media single after media group no longer disappears
589
+ - [#5100](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5100) [`183473232a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/183473232a) - CS-3136 bugfix: media single after media group no longer disappears
584
590
 
585
591
  ## 8.1.0
586
592
 
587
593
  ### Minor Changes
588
594
 
589
- - [`e6001d9b35`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e6001d9b35) - CS-3139 Rewrote query string parser to not escape sensitive characters (querystring parser was used previously)
595
+ - [#5087](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5087) [`e6001d9b35`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e6001d9b35) - CS-3139 Rewrote query string parser to not escape sensitive characters (querystring parser was used previously)
590
596
 
591
597
  ## 8.0.0
592
598
 
593
599
  ### Major Changes
594
600
 
595
- - [`b809a4501a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b809a4501a) - CS-3128 context object for wiki media files is extended with `embed` property to properly round trip non-embeddable media
601
+ - [#4901](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4901) [`b809a4501a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b809a4501a) - CS-3128 context object for wiki media files is extended with `embed` property to properly round trip non-embeddable media
596
602
 
597
603
  ## 7.2.0
598
604
 
599
605
  ### Minor Changes
600
606
 
601
- - [`cd32d3a1f4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cd32d3a1f4) - CS-3048 Embed cards now round trip in wiki<->adf conversions
607
+ - [#4570](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4570) [`cd32d3a1f4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cd32d3a1f4) - CS-3048 Embed cards now round trip in wiki<->adf conversions
602
608
 
603
609
  ## 7.1.1
604
610
 
605
611
  ### Patch Changes
606
612
 
607
- - [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded to TypeScript 3.9.6 and tslib to 2.0.0
613
+ - [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885) [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded to TypeScript 3.9.6 and tslib to 2.0.0
608
614
 
609
615
  Since tslib is a dependency for all our packages we recommend that products also follow this tslib upgrade
610
616
  to prevent duplicates of tslib being bundled.
@@ -613,19 +619,19 @@
613
619
 
614
620
  ### Minor Changes
615
621
 
616
- - [`5b4f43d395`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5b4f43d395) - CS-2987 basic emojis now behave the same way as in wiki renderer
622
+ - [#3724](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3724) [`5b4f43d395`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5b4f43d395) - CS-2987 basic emojis now behave the same way as in wiki renderer
617
623
 
618
624
  ## 7.0.0
619
625
 
620
626
  ### Major Changes
621
627
 
622
- - [`35ca66b0ac`](https://bitbucket.org/atlassian/atlassian-frontend/commits/35ca66b0ac) - CS-2956 Limit lists to max nesting level
628
+ - [#3424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3424) [`35ca66b0ac`](https://bitbucket.org/atlassian/atlassian-frontend/commits/35ca66b0ac) - CS-2956 Limit lists to max nesting level
623
629
 
624
630
  ## 6.0.0
625
631
 
626
632
  ### Major Changes
627
633
 
628
- - [`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) - Officially dropping IE11 support, from this version onwards there are no warranties of the package working in IE11.
634
+ - [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335) [`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) - Officially dropping IE11 support, from this version onwards there are no warranties of the package working in IE11.
629
635
  For more information see: https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
630
636
 
631
637
  ### Patch Changes
@@ -642,20 +648,20 @@
642
648
 
643
649
  ### Minor Changes
644
650
 
645
- - [`4feba15469`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4feba15469) - CS-2801 querystring replaced with querystring-es3 for browser compatibility
651
+ - [#2847](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2847) [`4feba15469`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4feba15469) - CS-2801 querystring replaced with querystring-es3 for browser compatibility
646
652
 
647
653
  ## 5.6.0
648
654
 
649
655
  ### Minor Changes
650
656
 
651
- - [`41efaca0e1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41efaca0e1) - Allow setting of individual cellstyles in wikimarkup
657
+ - [#2803](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2803) [`41efaca0e1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41efaca0e1) - Allow setting of individual cellstyles in wikimarkup
652
658
 
653
659
  ## 5.5.0
654
660
 
655
661
  ### Minor Changes
656
662
 
657
- - [`6aa26e54a5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6aa26e54a5) - CS-2800 mediaGroup and mediaSingle next to each other now works
658
- - [`a050c2ff0c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a050c2ff0c) - CS-2200 wiki transformer doesn't break table with empty new line
663
+ - [#2733](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2733) [`6aa26e54a5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6aa26e54a5) - CS-2800 mediaGroup and mediaSingle next to each other now works
664
+ - [#2735](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2735) [`a050c2ff0c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a050c2ff0c) - CS-2200 wiki transformer doesn't break table with empty new line
659
665
 
660
666
  ## 5.4.1
661
667
 
@@ -667,7 +673,7 @@
667
673
 
668
674
  ### Minor Changes
669
675
 
670
- - [`d0051d49a6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d0051d49a6) - Conversion mapping has been made case insensitive
676
+ - [#1868](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/1868) [`d0051d49a6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d0051d49a6) - Conversion mapping has been made case insensitive
671
677
 
672
678
  ### Patch Changes
673
679
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-wikimarkup-transformer",
3
- "version": "11.2.18",
3
+ "version": "11.2.19",
4
4
  "description": "Wiki markup transformer for JIRA and Confluence",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -32,7 +32,7 @@
32
32
  }
33
33
  },
34
34
  "dependencies": {
35
- "@atlaskit/adf-schema": "^29.1.0",
35
+ "@atlaskit/adf-schema": "^32.0.0",
36
36
  "@atlaskit/editor-json-transformer": "^8.10.0",
37
37
  "@atlaskit/editor-prosemirror": "1.1.0",
38
38
  "@atlaskit/theme": "^12.6.0",
@@ -40,8 +40,8 @@
40
40
  },
41
41
  "devDependencies": {
42
42
  "@atlaskit/activity": "^1.0.1",
43
- "@atlaskit/editor-core": "^187.43.0",
44
- "@atlaskit/editor-test-helpers": "^18.12.0",
43
+ "@atlaskit/editor-core": "^188.0.0",
44
+ "@atlaskit/editor-test-helpers": "^18.14.0",
45
45
  "@atlaskit/util-data-test": "^17.8.0",
46
46
  "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
47
47
  "@emotion/react": "^11.7.1",