@atlaskit/media-avatar-picker 24.5.1 → 24.6.1
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 +379 -226
- package/dist/cjs/avatar-picker-dialog/index.js +17 -12
- package/dist/cjs/predefined-avatar-list/index.js +3 -2
- package/dist/es2019/avatar-picker-dialog/index.js +6 -2
- package/dist/es2019/predefined-avatar-list/index.js +3 -2
- package/dist/esm/avatar-picker-dialog/index.js +17 -12
- package/dist/esm/predefined-avatar-list/index.js +3 -2
- package/dist/types/avatar-picker-dialog/index.d.ts +6 -6
- package/dist/types/avatar-picker-dialog/types.d.ts +7 -3
- package/dist/types/predefined-avatar-list/index.d.ts +3 -2
- package/dist/types-ts4.5/avatar-picker-dialog/index.d.ts +6 -6
- package/dist/types-ts4.5/avatar-picker-dialog/types.d.ts +7 -3
- package/dist/types-ts4.5/predefined-avatar-list/index.d.ts +3 -2
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,685 +1,838 @@
|
|
|
1
1
|
# @atlaskit/media-avatar-picker
|
|
2
2
|
|
|
3
|
+
## 24.6.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 24.6.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- [#96679](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/96679)
|
|
14
|
+
[`81020c4ccb1a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/81020c4ccb1a) -
|
|
15
|
+
[ux] allow custom aria labels for select avatar and avatars show more button
|
|
16
|
+
|
|
3
17
|
## 24.5.1
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
6
20
|
|
|
7
|
-
-
|
|
8
|
-
-
|
|
21
|
+
- [#92007](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92007)
|
|
22
|
+
[`85525725cb0d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/85525725cb0d) -
|
|
23
|
+
Migrated to the new button component
|
|
24
|
+
- Updated dependencies
|
|
9
25
|
|
|
10
26
|
## 24.5.0
|
|
11
27
|
|
|
12
28
|
### Minor Changes
|
|
13
29
|
|
|
14
|
-
-
|
|
30
|
+
- [#90463](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/90463)
|
|
31
|
+
[`17ecf8ca6f92`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/17ecf8ca6f92) -
|
|
32
|
+
Small fixes to internal functionality and docs update
|
|
15
33
|
|
|
16
34
|
## 24.4.0
|
|
17
35
|
|
|
18
36
|
### Minor Changes
|
|
19
37
|
|
|
20
|
-
-
|
|
38
|
+
- [#86221](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/86221)
|
|
39
|
+
[`3d897cbc0397`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3d897cbc0397) -
|
|
40
|
+
[ux] Adds a mechanism for user to enter alt text in avatar picker
|
|
21
41
|
|
|
22
42
|
### Patch Changes
|
|
23
43
|
|
|
24
|
-
-
|
|
44
|
+
- Updated dependencies
|
|
25
45
|
|
|
26
46
|
## 24.3.27
|
|
27
47
|
|
|
28
48
|
### Patch Changes
|
|
29
49
|
|
|
30
|
-
-
|
|
50
|
+
- [#84563](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/84563)
|
|
51
|
+
[`8f8efba47b22`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8f8efba47b22) -
|
|
52
|
+
a11y fix - updated heading markup
|
|
31
53
|
|
|
32
54
|
## 24.3.26
|
|
33
55
|
|
|
34
56
|
### Patch Changes
|
|
35
57
|
|
|
36
|
-
-
|
|
58
|
+
- [#83297](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83297)
|
|
59
|
+
[`6b1707c169e0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6b1707c169e0) -
|
|
60
|
+
The internal composition of this component has changed. There is no expected change in
|
|
61
|
+
behaviour.
|
|
37
62
|
|
|
38
63
|
## 24.3.25
|
|
39
64
|
|
|
40
65
|
### Patch Changes
|
|
41
66
|
|
|
42
|
-
-
|
|
67
|
+
- [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
|
|
68
|
+
[`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
|
|
69
|
+
Upgrade Typescript from `4.9.5` to `5.4.2`
|
|
43
70
|
|
|
44
71
|
## 24.3.24
|
|
45
72
|
|
|
46
73
|
### Patch Changes
|
|
47
74
|
|
|
48
|
-
-
|
|
75
|
+
- Updated dependencies
|
|
49
76
|
|
|
50
77
|
## 24.3.23
|
|
51
78
|
|
|
52
79
|
### Patch Changes
|
|
53
80
|
|
|
54
|
-
-
|
|
81
|
+
- [#78361](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/78361)
|
|
82
|
+
[`195d62082a3a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/195d62082a3a) -
|
|
83
|
+
CXP-3050 Enforced design tokens and primitives
|
|
55
84
|
|
|
56
85
|
## 24.3.22
|
|
57
86
|
|
|
58
87
|
### Patch Changes
|
|
59
88
|
|
|
60
|
-
-
|
|
89
|
+
- [#71706](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/71706)
|
|
90
|
+
[`9f5b710e6a66`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9f5b710e6a66) -
|
|
91
|
+
[ux] fix dialog header style
|
|
61
92
|
|
|
62
93
|
## 24.3.21
|
|
63
94
|
|
|
64
95
|
### Patch Changes
|
|
65
96
|
|
|
66
|
-
-
|
|
67
|
-
-
|
|
97
|
+
- [#68062](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/68062)
|
|
98
|
+
[`16de4d766f9c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/16de4d766f9c) -
|
|
99
|
+
[ux] fix dialog heading typography
|
|
100
|
+
- Updated dependencies
|
|
68
101
|
|
|
69
102
|
## 24.3.20
|
|
70
103
|
|
|
71
104
|
### Patch Changes
|
|
72
105
|
|
|
73
|
-
-
|
|
106
|
+
- [#67778](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/67778)
|
|
107
|
+
[`70c7f71eb643`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/70c7f71eb643) -
|
|
108
|
+
[ux] fix missing modal heading
|
|
74
109
|
|
|
75
110
|
## 24.3.19
|
|
76
111
|
|
|
77
112
|
### Patch Changes
|
|
78
113
|
|
|
79
|
-
-
|
|
114
|
+
- Updated dependencies
|
|
80
115
|
|
|
81
116
|
## 24.3.18
|
|
82
117
|
|
|
83
118
|
### Patch Changes
|
|
84
119
|
|
|
85
|
-
-
|
|
120
|
+
- [#57473](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/57473)
|
|
121
|
+
[`100f90575744`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/100f90575744) -
|
|
122
|
+
Remove legacy theming logic from @atlaskit/media-avatar-picker, @atlaskit/media-card,
|
|
123
|
+
@atlaskit/media-ui and @atlaskit/media-viewer.
|
|
86
124
|
|
|
87
125
|
## 24.3.17
|
|
88
126
|
|
|
89
127
|
### Patch Changes
|
|
90
128
|
|
|
91
|
-
-
|
|
129
|
+
- [#43370](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43370)
|
|
130
|
+
[`27164a3be23`](https://bitbucket.org/atlassian/atlassian-frontend/commits/27164a3be23) - Fix
|
|
131
|
+
imports for atlaskit buttons
|
|
92
132
|
|
|
93
133
|
## 24.3.16
|
|
94
134
|
|
|
95
135
|
### Patch Changes
|
|
96
136
|
|
|
97
|
-
-
|
|
137
|
+
- Updated dependencies
|
|
98
138
|
|
|
99
139
|
## 24.3.15
|
|
100
140
|
|
|
101
141
|
### Patch Changes
|
|
102
142
|
|
|
103
|
-
-
|
|
143
|
+
- Updated dependencies
|
|
104
144
|
|
|
105
145
|
## 24.3.14
|
|
106
146
|
|
|
107
147
|
### Patch Changes
|
|
108
148
|
|
|
109
|
-
-
|
|
149
|
+
- [#40009](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40009)
|
|
150
|
+
[`dcef48fcb56`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dcef48fcb56) -
|
|
151
|
+
Dependency for @types/enzyme set as static as the following patch version contains a breaking
|
|
152
|
+
change
|
|
110
153
|
|
|
111
154
|
## 24.3.13
|
|
112
155
|
|
|
113
156
|
### Patch Changes
|
|
114
157
|
|
|
115
|
-
-
|
|
158
|
+
- Updated dependencies
|
|
116
159
|
|
|
117
160
|
## 24.3.12
|
|
118
161
|
|
|
119
162
|
### Patch Changes
|
|
120
163
|
|
|
121
|
-
-
|
|
164
|
+
- [#39787](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39787)
|
|
165
|
+
[`6900f89eb0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6900f89eb0e) -
|
|
166
|
+
Internal changes to use space tokens. There is no expected visual or behaviour change.
|
|
122
167
|
|
|
123
168
|
## 24.3.11
|
|
124
169
|
|
|
125
170
|
### Patch Changes
|
|
126
171
|
|
|
127
|
-
-
|
|
128
|
-
-
|
|
172
|
+
- [#39754](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39754)
|
|
173
|
+
[`f64b71e6a69`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f64b71e6a69) - [ux]
|
|
174
|
+
[MEX-2586] Bug fix: prevent the entire page from scrolling when opening the list of predefined
|
|
175
|
+
avatars from media avatar picker
|
|
176
|
+
- Updated dependencies
|
|
129
177
|
|
|
130
178
|
## 24.3.10
|
|
131
179
|
|
|
132
180
|
### Patch Changes
|
|
133
181
|
|
|
134
|
-
-
|
|
182
|
+
- [#39372](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39372)
|
|
183
|
+
[`3322bd8d915`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3322bd8d915) - fix
|
|
184
|
+
the atlaskit:src path
|
|
135
185
|
|
|
136
186
|
## 24.3.9
|
|
137
187
|
|
|
138
188
|
### Patch Changes
|
|
139
189
|
|
|
140
|
-
-
|
|
190
|
+
- [#39307](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39307)
|
|
191
|
+
[`c64e32714b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c64e32714b0) - [ux]
|
|
192
|
+
Bug fix: Prevent Media Avatar Picker form from incorrectly causing a GET request on submit.
|
|
193
|
+
Instead, the form should trigger the appropriate callbacks provided in the props (i.e.
|
|
194
|
+
onImagePicked, onImagePickedDataURI, onAvatarPicked) on submit.
|
|
141
195
|
|
|
142
|
-
|
|
196
|
+
Additionally, if there are no selected inputs on submit, the form will render an error prompting
|
|
197
|
+
the user to do so.
|
|
143
198
|
|
|
144
|
-
-
|
|
199
|
+
- Updated dependencies
|
|
145
200
|
|
|
146
201
|
## 24.3.8
|
|
147
202
|
|
|
148
203
|
### Patch Changes
|
|
149
204
|
|
|
150
|
-
-
|
|
205
|
+
- Updated dependencies
|
|
151
206
|
|
|
152
207
|
## 24.3.7
|
|
153
208
|
|
|
154
209
|
### Patch Changes
|
|
155
210
|
|
|
156
|
-
-
|
|
157
|
-
-
|
|
211
|
+
- [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162)
|
|
212
|
+
[`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete
|
|
213
|
+
version.json
|
|
214
|
+
- Updated dependencies
|
|
158
215
|
|
|
159
216
|
## 24.3.6
|
|
160
217
|
|
|
161
218
|
### Patch Changes
|
|
162
219
|
|
|
163
|
-
-
|
|
164
|
-
-
|
|
220
|
+
- [#36363](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36363)
|
|
221
|
+
[`9435778d504`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9435778d504) - [ux]
|
|
222
|
+
MEX-2482 Improve accessibility of avatar picker by converting it into a form; enforcing
|
|
223
|
+
appropriate announcements to screen readers; and preventing the submit button from being
|
|
224
|
+
disabled.
|
|
225
|
+
- Updated dependencies
|
|
165
226
|
|
|
166
227
|
## 24.3.5
|
|
167
228
|
|
|
168
229
|
### Patch Changes
|
|
169
230
|
|
|
170
|
-
-
|
|
171
|
-
-
|
|
231
|
+
- [#35725](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35725)
|
|
232
|
+
[`a67386c9448`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a67386c9448) - add
|
|
233
|
+
missing label for media avatar picker back button
|
|
234
|
+
- Updated dependencies
|
|
172
235
|
|
|
173
236
|
## 24.3.4
|
|
174
237
|
|
|
175
238
|
### Patch Changes
|
|
176
239
|
|
|
177
|
-
-
|
|
240
|
+
- [#33728](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33728)
|
|
241
|
+
[`48e4a655534`](https://bitbucket.org/atlassian/atlassian-frontend/commits/48e4a655534) -
|
|
242
|
+
Internal change to enforce token usage for spacing properties. There is no expected visual or
|
|
243
|
+
behaviour change.
|
|
178
244
|
|
|
179
245
|
## 24.3.3
|
|
180
246
|
|
|
181
247
|
### Patch Changes
|
|
182
248
|
|
|
183
|
-
-
|
|
249
|
+
- [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
|
|
250
|
+
[`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
|
|
251
|
+
legacy types are published for TS 4.5-4.8
|
|
184
252
|
|
|
185
253
|
## 24.3.2
|
|
186
254
|
|
|
187
255
|
### Patch Changes
|
|
188
256
|
|
|
189
|
-
-
|
|
257
|
+
- Updated dependencies
|
|
190
258
|
|
|
191
259
|
## 24.3.1
|
|
192
260
|
|
|
193
261
|
### Patch Changes
|
|
194
262
|
|
|
195
|
-
-
|
|
263
|
+
- [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
|
|
264
|
+
[`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) -
|
|
265
|
+
Upgrade Typescript from `4.5.5` to `4.9.5`
|
|
196
266
|
|
|
197
267
|
## 24.3.0
|
|
198
268
|
|
|
199
269
|
### Minor Changes
|
|
200
270
|
|
|
201
|
-
-
|
|
271
|
+
- [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
|
|
272
|
+
[`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
|
|
273
|
+
minor dependency bump
|
|
202
274
|
|
|
203
275
|
### Patch Changes
|
|
204
276
|
|
|
205
|
-
-
|
|
277
|
+
- Updated dependencies
|
|
206
278
|
|
|
207
279
|
## 24.2.5
|
|
208
280
|
|
|
209
281
|
### Patch Changes
|
|
210
282
|
|
|
211
|
-
-
|
|
283
|
+
- [#32171](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32171)
|
|
284
|
+
[`daefffa7e1a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/daefffa7e1a) -
|
|
285
|
+
Migrated use of `gridSize` to space tokens where possible. There is no expected visual or
|
|
286
|
+
behaviour change.
|
|
212
287
|
|
|
213
288
|
## 24.2.4
|
|
214
289
|
|
|
215
290
|
### Patch Changes
|
|
216
291
|
|
|
217
|
-
-
|
|
218
|
-
-
|
|
292
|
+
- [#30248](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30248)
|
|
293
|
+
[`d820dfd611c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d820dfd611c) - Fixed
|
|
294
|
+
show more button flicker on mouse hover
|
|
295
|
+
- Updated dependencies
|
|
219
296
|
|
|
220
297
|
## 24.2.3
|
|
221
298
|
|
|
222
299
|
### Patch Changes
|
|
223
300
|
|
|
224
|
-
-
|
|
301
|
+
- [#29671](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29671)
|
|
302
|
+
[`785ebcec1b3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/785ebcec1b3) - Fixed
|
|
303
|
+
image button border on focus
|
|
225
304
|
|
|
226
305
|
## 24.2.2
|
|
227
306
|
|
|
228
307
|
### Patch Changes
|
|
229
308
|
|
|
230
|
-
-
|
|
309
|
+
- Updated dependencies
|
|
231
310
|
|
|
232
311
|
## 24.2.1
|
|
233
312
|
|
|
234
313
|
### Patch Changes
|
|
235
314
|
|
|
236
|
-
-
|
|
237
|
-
-
|
|
315
|
+
- [#28932](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28932)
|
|
316
|
+
[`564b251839c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/564b251839c) - [ux]
|
|
317
|
+
Fixed avatar picker not showing correct orientation for images with exif data
|
|
318
|
+
- Updated dependencies
|
|
238
319
|
|
|
239
320
|
## 24.2.0
|
|
240
321
|
|
|
241
322
|
### Minor Changes
|
|
242
323
|
|
|
243
|
-
-
|
|
324
|
+
- [#28090](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28090)
|
|
325
|
+
[`ba83d964c58`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ba83d964c58) - [ux]
|
|
326
|
+
Add keyboard navigation support to select an image on the media-avatar-picker package
|
|
244
327
|
|
|
245
328
|
## 24.1.2
|
|
246
329
|
|
|
247
330
|
### Patch Changes
|
|
248
331
|
|
|
249
|
-
-
|
|
332
|
+
- Updated dependencies
|
|
250
333
|
|
|
251
334
|
## 24.1.1
|
|
252
335
|
|
|
253
336
|
### Patch Changes
|
|
254
337
|
|
|
255
|
-
-
|
|
338
|
+
- Updated dependencies
|
|
256
339
|
|
|
257
340
|
## 24.1.0
|
|
258
341
|
|
|
259
342
|
### Minor Changes
|
|
260
343
|
|
|
261
|
-
-
|
|
344
|
+
- [#26712](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26712)
|
|
345
|
+
[`1f299384778`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1f299384778) - [ux]
|
|
346
|
+
Instrumented `@atlaskit/media-avatar-picker` with the new theming package, `@atlaskit/tokens`.
|
|
262
347
|
|
|
263
|
-
|
|
264
|
-
|
|
348
|
+
New tokens will be visible only in applications configured to use the new Tokens API (currently
|
|
349
|
+
in alpha). These changes are intended to be interoperable with the legacy theme implementation.
|
|
350
|
+
Legacy dark mode users should expect no visual or breaking changes.
|
|
265
351
|
|
|
266
352
|
### Patch Changes
|
|
267
353
|
|
|
268
|
-
-
|
|
354
|
+
- Updated dependencies
|
|
269
355
|
|
|
270
356
|
## 24.0.3
|
|
271
357
|
|
|
272
358
|
### Patch Changes
|
|
273
359
|
|
|
274
|
-
-
|
|
360
|
+
- Updated dependencies
|
|
275
361
|
|
|
276
362
|
## 24.0.2
|
|
277
363
|
|
|
278
364
|
### Patch Changes
|
|
279
365
|
|
|
280
|
-
-
|
|
366
|
+
- [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874)
|
|
367
|
+
[`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) -
|
|
368
|
+
Upgrade Typescript from `4.3.5` to `4.5.5`
|
|
281
369
|
|
|
282
370
|
## 24.0.1
|
|
283
371
|
|
|
284
372
|
### Patch Changes
|
|
285
373
|
|
|
286
|
-
-
|
|
374
|
+
- [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492)
|
|
375
|
+
[`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) -
|
|
376
|
+
Upgrade Typescript from `4.2.4` to `4.3.5`.
|
|
287
377
|
|
|
288
378
|
## 24.0.0
|
|
289
379
|
|
|
290
380
|
### Major Changes
|
|
291
381
|
|
|
292
|
-
-
|
|
382
|
+
- [#22642](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22642)
|
|
383
|
+
[`c251c5d890c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c251c5d890c) -
|
|
384
|
+
[MEX-1026] Migrated from styled-components library to @emotion/react in
|
|
385
|
+
@atlaskit/media-avatar-picker
|
|
293
386
|
|
|
294
387
|
## 23.2.2
|
|
295
388
|
|
|
296
389
|
### Patch Changes
|
|
297
390
|
|
|
298
|
-
-
|
|
391
|
+
- Updated dependencies
|
|
299
392
|
|
|
300
393
|
## 23.2.1
|
|
301
394
|
|
|
302
395
|
### Patch Changes
|
|
303
396
|
|
|
304
|
-
-
|
|
305
|
-
-
|
|
397
|
+
- [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650)
|
|
398
|
+
[`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) -
|
|
399
|
+
Upgrade to TypeScript 4.2.4
|
|
400
|
+
- Updated dependencies
|
|
306
401
|
|
|
307
402
|
## 23.2.0
|
|
308
403
|
|
|
309
404
|
### Minor Changes
|
|
310
405
|
|
|
311
|
-
-
|
|
406
|
+
- [#20033](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20033)
|
|
407
|
+
[`306b52fd9ca`](https://bitbucket.org/atlassian/atlassian-frontend/commits/306b52fd9ca) - [ux]
|
|
408
|
+
MEX-1467 - The optional paramater maxImageSize for the media-avatar-picker can be used to modify
|
|
409
|
+
the max file size of the image
|
|
312
410
|
|
|
313
411
|
### Patch Changes
|
|
314
412
|
|
|
315
|
-
-
|
|
413
|
+
- Updated dependencies
|
|
316
414
|
|
|
317
415
|
## 23.1.2
|
|
318
416
|
|
|
319
417
|
### Patch Changes
|
|
320
418
|
|
|
321
|
-
-
|
|
419
|
+
- Updated dependencies
|
|
322
420
|
|
|
323
421
|
## 23.1.1
|
|
324
422
|
|
|
325
423
|
### Patch Changes
|
|
326
424
|
|
|
327
|
-
-
|
|
425
|
+
- Updated dependencies
|
|
328
426
|
|
|
329
427
|
## 23.1.0
|
|
330
428
|
|
|
331
429
|
### Minor Changes
|
|
332
430
|
|
|
333
|
-
-
|
|
431
|
+
- [#16752](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16752)
|
|
432
|
+
[`6c6bd435635`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c6bd435635) -
|
|
433
|
+
TC-2422: add the ability for avatars to have different output sizes
|
|
334
434
|
|
|
335
435
|
### Patch Changes
|
|
336
436
|
|
|
337
|
-
-
|
|
437
|
+
- Updated dependencies
|
|
338
438
|
|
|
339
439
|
## 23.0.0
|
|
340
440
|
|
|
341
441
|
### Major Changes
|
|
342
442
|
|
|
343
|
-
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
443
|
+
- [#14810](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14810)
|
|
444
|
+
[`47f58da5946`](https://bitbucket.org/atlassian/atlassian-frontend/commits/47f58da5946) -
|
|
445
|
+
ED-13322, ED-13324, ED-13326, ED-13323, ED-13204: Upgrade and support react-intl@^5.18.1
|
|
446
|
+
including breaking API changes, types and tests in atlassian-frontend packages
|
|
447
|
+
|
|
448
|
+
What changed: Upgraded our react-intl support from ^2.6.0 to ^5.18.1. This means editor packages
|
|
449
|
+
now rely on consumers installing ^5.18.1, otherwise editor usage of react-intl will mismatch
|
|
450
|
+
with actual installed react-intl APIs. Why change was made: As part of a coordinated upgrade
|
|
451
|
+
effort across AF packages, as react-intl v2 is quite dated. How consumer should update their
|
|
452
|
+
code: Ensure react-intl ^5.18.1 is installed in consuming applications.
|
|
453
|
+
|
|
454
|
+
Upgrade guide: To consume atlassian-frontend packages that use react-intl5 setup a second
|
|
455
|
+
provider for the new version, using an npm alias
|
|
456
|
+
|
|
457
|
+
```js
|
|
458
|
+
"react-intl": "^2.6.0",
|
|
459
|
+
"react-intl-next": "npm:react-intl@^5.18.1",
|
|
460
|
+
```
|
|
461
|
+
|
|
462
|
+
```js
|
|
463
|
+
import { IntlProvider } from 'react-intl';
|
|
464
|
+
import { IntlProvider as IntlNextProvider } from 'react-intl-next';
|
|
465
|
+
|
|
466
|
+
return (
|
|
467
|
+
<IntlProvider
|
|
468
|
+
key={locale}
|
|
469
|
+
data-test-language={locale}
|
|
470
|
+
locale={locale}
|
|
471
|
+
defaultLocale={DEFAULT_LOCALE}
|
|
472
|
+
messages={messages}
|
|
473
|
+
>
|
|
474
|
+
<IntlNextProvider
|
|
475
|
+
key={locale}
|
|
476
|
+
data-test-language={locale}
|
|
477
|
+
locale={locale}
|
|
478
|
+
defaultLocale={DEFAULT_LOCALE}
|
|
479
|
+
messages={messages}
|
|
480
|
+
>
|
|
481
|
+
{children}
|
|
482
|
+
</IntlNextProvider>
|
|
483
|
+
</IntlProvider>
|
|
484
|
+
);
|
|
485
|
+
```
|
|
486
|
+
|
|
487
|
+
### Patch Changes
|
|
488
|
+
|
|
489
|
+
- Updated dependencies
|
|
384
490
|
|
|
385
491
|
## 22.3.0
|
|
386
492
|
|
|
387
493
|
### Minor Changes
|
|
388
494
|
|
|
389
|
-
-
|
|
495
|
+
- [#14777](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14777)
|
|
496
|
+
[`e01dd6e92ec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e01dd6e92ec) - Made
|
|
497
|
+
component ImageNavigator publicly available
|
|
390
498
|
|
|
391
499
|
### Patch Changes
|
|
392
500
|
|
|
393
|
-
-
|
|
501
|
+
- Updated dependencies
|
|
394
502
|
|
|
395
503
|
## 22.2.1
|
|
396
504
|
|
|
397
505
|
### Patch Changes
|
|
398
506
|
|
|
399
|
-
-
|
|
507
|
+
- Updated dependencies
|
|
400
508
|
|
|
401
509
|
## 22.2.0
|
|
402
510
|
|
|
403
511
|
### Minor Changes
|
|
404
512
|
|
|
405
|
-
-
|
|
406
|
-
|
|
513
|
+
- [#13864](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13864)
|
|
514
|
+
[`5e6fa1c70a5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5e6fa1c70a5) - fix
|
|
515
|
+
unit tests for modal dialog
|
|
516
|
+
- [`9c0241362a6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9c0241362a6) - [ux]
|
|
517
|
+
Upgrade to the latest version of @atlaskit/modal-dialog. This change includes shifting the
|
|
518
|
+
primary button in the footer of the modal to be on the right instead of the left.
|
|
407
519
|
|
|
408
520
|
### Patch Changes
|
|
409
521
|
|
|
410
|
-
-
|
|
522
|
+
- Updated dependencies
|
|
411
523
|
|
|
412
524
|
## 22.1.8
|
|
413
525
|
|
|
414
526
|
### Patch Changes
|
|
415
527
|
|
|
416
|
-
-
|
|
528
|
+
- Updated dependencies
|
|
417
529
|
|
|
418
530
|
## 22.1.7
|
|
419
531
|
|
|
420
532
|
### Patch Changes
|
|
421
533
|
|
|
422
|
-
-
|
|
423
|
-
-
|
|
534
|
+
- [#10569](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10569)
|
|
535
|
+
[`d61fa7df04b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d61fa7df04b) - [ux]
|
|
536
|
+
Removes unnecessary scroll in media's avatar picker dialog.
|
|
537
|
+
- Updated dependencies
|
|
424
538
|
|
|
425
539
|
## 22.1.6
|
|
426
540
|
|
|
427
541
|
### Patch Changes
|
|
428
542
|
|
|
429
|
-
-
|
|
430
|
-
-
|
|
543
|
+
- [#10230](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10230)
|
|
544
|
+
[`277ed9667b2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/277ed9667b2) - Fixed
|
|
545
|
+
media bundle names following atlassian-frontend linting rules
|
|
546
|
+
- Updated dependencies
|
|
431
547
|
|
|
432
548
|
## 22.1.5
|
|
433
549
|
|
|
434
550
|
### Patch Changes
|
|
435
551
|
|
|
436
|
-
-
|
|
552
|
+
- Updated dependencies
|
|
437
553
|
|
|
438
554
|
## 22.1.4
|
|
439
555
|
|
|
440
556
|
### Patch Changes
|
|
441
557
|
|
|
442
|
-
-
|
|
558
|
+
- Updated dependencies
|
|
443
559
|
|
|
444
560
|
## 22.1.3
|
|
445
561
|
|
|
446
562
|
### Patch Changes
|
|
447
563
|
|
|
448
|
-
-
|
|
564
|
+
- [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857)
|
|
565
|
+
[`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) -
|
|
566
|
+
Transpile packages using babel rather than tsc
|
|
449
567
|
|
|
450
568
|
## 22.1.2
|
|
451
569
|
|
|
452
570
|
### Patch Changes
|
|
453
571
|
|
|
454
|
-
-
|
|
455
|
-
|
|
456
|
-
|
|
572
|
+
- [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497)
|
|
573
|
+
[`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export
|
|
574
|
+
types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules
|
|
575
|
+
compiler option. This requires version 3.8 of Typescript, read more about how we handle
|
|
576
|
+
Typescript versions here: https://atlaskit.atlassian.com/get-started Also add `typescript` to
|
|
577
|
+
`devDependencies` to denote version that the package was built with.
|
|
457
578
|
|
|
458
579
|
## 22.1.1
|
|
459
580
|
|
|
460
581
|
### Patch Changes
|
|
461
582
|
|
|
462
|
-
-
|
|
583
|
+
- Updated dependencies
|
|
463
584
|
|
|
464
585
|
## 22.1.0
|
|
465
586
|
|
|
466
587
|
### Minor Changes
|
|
467
588
|
|
|
468
|
-
-
|
|
589
|
+
- [#4749](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4749)
|
|
590
|
+
[`7d831363d9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7d831363d9) - Migrated
|
|
591
|
+
to declarative entry points
|
|
469
592
|
|
|
470
593
|
### Patch Changes
|
|
471
594
|
|
|
472
|
-
-
|
|
595
|
+
- Updated dependencies
|
|
473
596
|
|
|
474
597
|
## 22.0.3
|
|
475
598
|
|
|
476
599
|
### Patch Changes
|
|
477
600
|
|
|
478
|
-
-
|
|
601
|
+
- Updated dependencies
|
|
479
602
|
|
|
480
603
|
## 22.0.2
|
|
481
604
|
|
|
482
605
|
### Patch Changes
|
|
483
606
|
|
|
484
|
-
-
|
|
607
|
+
- [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885)
|
|
608
|
+
[`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded
|
|
609
|
+
to TypeScript 3.9.6 and tslib to 2.0.0
|
|
485
610
|
|
|
486
|
-
|
|
487
|
-
|
|
611
|
+
Since tslib is a dependency for all our packages we recommend that products also follow this
|
|
612
|
+
tslib upgrade to prevent duplicates of tslib being bundled.
|
|
488
613
|
|
|
489
614
|
## 22.0.1
|
|
490
615
|
|
|
491
616
|
### Patch Changes
|
|
492
617
|
|
|
493
|
-
-
|
|
494
|
-
|
|
495
|
-
|
|
618
|
+
- [#3823](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3823)
|
|
619
|
+
[`fa6fb5dfbb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fa6fb5dfbb) - Removing
|
|
620
|
+
unused code to be published
|
|
621
|
+
- [`861d585ba8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/861d585ba8) - Changed
|
|
622
|
+
mediaSingle to now render it's child adf nodes using nodeviews rather than directly with react
|
|
623
|
+
- Updated dependencies
|
|
496
624
|
|
|
497
625
|
## 22.0.0
|
|
498
626
|
|
|
499
627
|
### Major Changes
|
|
500
628
|
|
|
501
|
-
-
|
|
502
|
-
|
|
629
|
+
- [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335)
|
|
630
|
+
[`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) -
|
|
631
|
+
Officially dropping IE11 support, from this version onwards there are no warranties of the
|
|
632
|
+
package working in IE11. For more information see:
|
|
633
|
+
https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
|
|
503
634
|
|
|
504
635
|
### Patch Changes
|
|
505
636
|
|
|
506
|
-
-
|
|
637
|
+
- Updated dependencies
|
|
507
638
|
|
|
508
639
|
## 21.2.9
|
|
509
640
|
|
|
510
641
|
### Patch Changes
|
|
511
642
|
|
|
512
|
-
-
|
|
643
|
+
- Updated dependencies
|
|
513
644
|
|
|
514
645
|
## 21.2.8
|
|
515
646
|
|
|
516
647
|
### Patch Changes
|
|
517
648
|
|
|
518
|
-
-
|
|
649
|
+
- Updated dependencies
|
|
519
650
|
|
|
520
651
|
## 21.2.7
|
|
521
652
|
|
|
522
653
|
### Patch Changes
|
|
523
654
|
|
|
524
|
-
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
-
|
|
530
|
-
|
|
531
|
-
-
|
|
532
|
-
|
|
533
|
-
-
|
|
534
|
-
|
|
535
|
-
-
|
|
536
|
-
|
|
537
|
-
-
|
|
538
|
-
|
|
539
|
-
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
655
|
+
- [patch][d7ed7b1513](https://bitbucket.org/atlassian/atlassian-frontend/commits/d7ed7b1513):
|
|
656
|
+
|
|
657
|
+
Remove export \* from media components- Updated dependencies
|
|
658
|
+
[66dcced7a0](https://bitbucket.org/atlassian/atlassian-frontend/commits/66dcced7a0):
|
|
659
|
+
|
|
660
|
+
- Updated dependencies
|
|
661
|
+
[dda84ee26d](https://bitbucket.org/atlassian/atlassian-frontend/commits/dda84ee26d):
|
|
662
|
+
- Updated dependencies
|
|
663
|
+
[fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
|
|
664
|
+
- Updated dependencies
|
|
665
|
+
[196500df34](https://bitbucket.org/atlassian/atlassian-frontend/commits/196500df34):
|
|
666
|
+
- Updated dependencies
|
|
667
|
+
[77474b6821](https://bitbucket.org/atlassian/atlassian-frontend/commits/77474b6821):
|
|
668
|
+
- Updated dependencies
|
|
669
|
+
[d7ed7b1513](https://bitbucket.org/atlassian/atlassian-frontend/commits/d7ed7b1513):
|
|
670
|
+
- Updated dependencies
|
|
671
|
+
[41a2496393](https://bitbucket.org/atlassian/atlassian-frontend/commits/41a2496393):
|
|
672
|
+
- Updated dependencies
|
|
673
|
+
[fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
|
|
674
|
+
- Updated dependencies
|
|
675
|
+
[bbf5eb8824](https://bitbucket.org/atlassian/atlassian-frontend/commits/bbf5eb8824):
|
|
676
|
+
- Updated dependencies
|
|
677
|
+
[eea5e9bd8c](https://bitbucket.org/atlassian/atlassian-frontend/commits/eea5e9bd8c):
|
|
678
|
+
- Updated dependencies
|
|
679
|
+
[6b06a7baa9](https://bitbucket.org/atlassian/atlassian-frontend/commits/6b06a7baa9):
|
|
680
|
+
- Updated dependencies
|
|
681
|
+
[fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
|
|
682
|
+
- Updated dependencies
|
|
683
|
+
[8b34c7371d](https://bitbucket.org/atlassian/atlassian-frontend/commits/8b34c7371d):
|
|
684
|
+
- @atlaskit/docs@8.4.0
|
|
685
|
+
- @atlaskit/media-ui@12.0.0
|
|
686
|
+
- @atlaskit/icon@20.1.0
|
|
687
|
+
- @atlaskit/media-test-helpers@27.0.0
|
|
688
|
+
- @atlaskit/media-core@31.0.5
|
|
689
|
+
- @atlaskit/button@13.3.9
|
|
690
|
+
- @atlaskit/modal-dialog@10.5.4
|
|
691
|
+
- @atlaskit/spinner@12.1.6
|
|
548
692
|
|
|
549
693
|
## 21.2.6
|
|
550
694
|
|
|
551
695
|
### Patch Changes
|
|
552
696
|
|
|
553
|
-
-
|
|
697
|
+
- [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
554
698
|
|
|
555
|
-
|
|
699
|
+
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
700
|
+
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
556
701
|
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
702
|
+
- @atlaskit/docs@8.3.2
|
|
703
|
+
- @atlaskit/button@13.3.7
|
|
704
|
+
- @atlaskit/icon@20.0.1
|
|
705
|
+
- @atlaskit/modal-dialog@10.5.2
|
|
706
|
+
- @atlaskit/page@11.0.12
|
|
707
|
+
- @atlaskit/range@3.0.12
|
|
708
|
+
- @atlaskit/spinner@12.1.4
|
|
709
|
+
- @atlaskit/theme@9.5.1
|
|
710
|
+
- @atlaskit/media-core@31.0.4
|
|
711
|
+
- @atlaskit/media-test-helpers@26.1.1
|
|
712
|
+
- @atlaskit/media-ui@11.8.3
|
|
568
713
|
|
|
569
714
|
## 21.2.5
|
|
570
715
|
|
|
571
716
|
### Patch Changes
|
|
572
717
|
|
|
573
|
-
-
|
|
574
|
-
|
|
575
|
-
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
718
|
+
- Updated dependencies
|
|
719
|
+
[fe4eaf06fc](https://bitbucket.org/atlassian/atlassian-frontend/commits/fe4eaf06fc):
|
|
720
|
+
- Updated dependencies
|
|
721
|
+
[c0102a3ea2](https://bitbucket.org/atlassian/atlassian-frontend/commits/c0102a3ea2):
|
|
722
|
+
- Updated dependencies
|
|
723
|
+
[555818c33a](https://bitbucket.org/atlassian/atlassian-frontend/commits/555818c33a):
|
|
724
|
+
- @atlaskit/media-test-helpers@26.1.0
|
|
725
|
+
- @atlaskit/icon@20.0.0
|
|
726
|
+
- @atlaskit/media-ui@11.8.2
|
|
727
|
+
- @atlaskit/modal-dialog@10.5.1
|
|
728
|
+
- @atlaskit/docs@8.3.1
|
|
729
|
+
- @atlaskit/button@13.3.6
|
|
730
|
+
- @atlaskit/page@11.0.11
|
|
583
731
|
|
|
584
732
|
## 21.2.4
|
|
585
733
|
|
|
586
734
|
### Patch Changes
|
|
587
735
|
|
|
588
|
-
-
|
|
589
|
-
|
|
590
|
-
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
736
|
+
- Updated dependencies
|
|
737
|
+
[966622bd45](https://bitbucket.org/atlassian/atlassian-frontend/commits/966622bd45):
|
|
738
|
+
- Updated dependencies
|
|
739
|
+
[d2b8166208](https://bitbucket.org/atlassian/atlassian-frontend/commits/d2b8166208):
|
|
740
|
+
- Updated dependencies
|
|
741
|
+
[6ee177aeb4](https://bitbucket.org/atlassian/atlassian-frontend/commits/6ee177aeb4):
|
|
742
|
+
- @atlaskit/media-test-helpers@26.0.0
|
|
743
|
+
- @atlaskit/docs@8.3.0
|
|
744
|
+
- @atlaskit/media-core@31.0.3
|
|
745
|
+
- @atlaskit/media-ui@11.8.1
|
|
595
746
|
|
|
596
747
|
## 21.2.3
|
|
597
748
|
|
|
598
|
-
-
|
|
599
|
-
|
|
600
|
-
|
|
749
|
+
- Updated dependencies
|
|
750
|
+
[24b8ea2667](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24b8ea2667):
|
|
751
|
+
- @atlaskit/media-test-helpers@25.2.2
|
|
752
|
+
- @atlaskit/media-core@31.0.0
|
|
601
753
|
|
|
602
754
|
## 21.2.2
|
|
603
755
|
|
|
604
756
|
### Patch Changes
|
|
605
757
|
|
|
606
|
-
-
|
|
758
|
+
- [patch][35d2229b2a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/35d2229b2a):
|
|
607
759
|
|
|
608
|
-
|
|
760
|
+
Adding missing license to packages and update to Copyright 2019 Atlassian Pty Ltd.
|
|
609
761
|
|
|
610
762
|
## 21.2.1
|
|
611
763
|
|
|
612
764
|
### Patch Changes
|
|
613
765
|
|
|
614
|
-
-
|
|
766
|
+
- [patch][fc79969f86](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/fc79969f86):
|
|
615
767
|
|
|
616
|
-
|
|
768
|
+
Update all the theme imports in media to use multi entry points
|
|
617
769
|
|
|
618
770
|
## 21.2.0
|
|
619
771
|
|
|
620
772
|
### Minor Changes
|
|
621
773
|
|
|
622
|
-
-
|
|
774
|
+
- [minor][c6efb2f5b6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c6efb2f5b6):
|
|
623
775
|
|
|
624
|
-
|
|
776
|
+
Prefix the legacy lifecycle methods with UNSAFE\_\* to avoid warning in React 16.9+
|
|
625
777
|
|
|
626
|
-
|
|
627
|
-
|
|
778
|
+
More information about the deprecation of lifecycles methods can be found here:
|
|
779
|
+
https://reactjs.org/blog/2018/03/29/react-v-16-3.html#component-lifecycle-changes
|
|
628
780
|
|
|
629
781
|
## 21.1.5
|
|
630
782
|
|
|
631
783
|
### Patch Changes
|
|
632
784
|
|
|
633
|
-
-
|
|
785
|
+
- [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
|
|
634
786
|
|
|
635
|
-
|
|
787
|
+
Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving
|
|
788
|
+
non-relative imports as relative imports
|
|
636
789
|
|
|
637
790
|
## 21.1.4
|
|
638
791
|
|
|
639
792
|
### Patch Changes
|
|
640
793
|
|
|
641
|
-
-
|
|
794
|
+
- [patch][ecca4d1dbb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ecca4d1dbb):
|
|
642
795
|
|
|
643
|
-
|
|
796
|
+
Upgraded Typescript to 3.3.x
|
|
644
797
|
|
|
645
798
|
## 21.1.3
|
|
646
799
|
|
|
647
|
-
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
800
|
+
- Updated dependencies
|
|
801
|
+
[69586b5353](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/69586b5353):
|
|
802
|
+
- @atlaskit/media-core@30.0.10
|
|
803
|
+
- @atlaskit/media-ui@11.5.2
|
|
804
|
+
- @atlaskit/media-test-helpers@25.0.0
|
|
651
805
|
|
|
652
806
|
## 21.1.2
|
|
653
807
|
|
|
654
808
|
### Patch Changes
|
|
655
809
|
|
|
656
|
-
-
|
|
810
|
+
- [patch][6ad542fe85](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6ad542fe85):
|
|
657
811
|
|
|
658
|
-
|
|
812
|
+
Adding try/catch in async imports for @atlaskit/media-avatar-picker, @atlaskit/media-card,
|
|
813
|
+
@atlaskit/media-editor, @atlaskit/media-viewer
|
|
659
814
|
|
|
660
815
|
## 21.1.1
|
|
661
816
|
|
|
662
817
|
### Patch Changes
|
|
663
818
|
|
|
664
|
-
-
|
|
819
|
+
- [patch][688f2957ca](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/688f2957ca):
|
|
665
820
|
|
|
666
|
-
|
|
821
|
+
Fixes various TypeScript errors which were previously failing silently
|
|
667
822
|
|
|
668
823
|
## 21.1.0
|
|
669
824
|
|
|
670
825
|
### Minor Changes
|
|
671
826
|
|
|
672
|
-
-
|
|
827
|
+
- [minor][ad020848a9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ad020848a9):
|
|
673
828
|
|
|
674
|
-
|
|
829
|
+
Allow to pass placeholder to MediaAvatarPicker to render a custom component while it loads
|
|
675
830
|
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
831
|
+
```
|
|
832
|
+
import {AvatarPickerDialog} from '@atlaskit/media-avatar-loader'
|
|
833
|
+
```
|
|
679
834
|
|
|
680
|
-
<AvatarPickerDialog
|
|
681
|
-
placeholder={<div>Avatar picker is loading...</div>}
|
|
682
|
-
/>
|
|
835
|
+
<AvatarPickerDialog placeholder={<div>Avatar picker is loading...</div>} />
|
|
683
836
|
|
|
684
837
|
```
|
|
685
838
|
|