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