@atlaskit/media-avatar-picker 24.5.0 → 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 +378 -224
- 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 +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,678 +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
|
+
|
|
11
|
+
## 24.5.1
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
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
|
|
19
|
+
|
|
3
20
|
## 24.5.0
|
|
4
21
|
|
|
5
22
|
### Minor Changes
|
|
6
23
|
|
|
7
|
-
-
|
|
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
|
|
8
27
|
|
|
9
28
|
## 24.4.0
|
|
10
29
|
|
|
11
30
|
### Minor Changes
|
|
12
31
|
|
|
13
|
-
-
|
|
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
|
|
14
35
|
|
|
15
36
|
### Patch Changes
|
|
16
37
|
|
|
17
|
-
-
|
|
38
|
+
- Updated dependencies
|
|
18
39
|
|
|
19
40
|
## 24.3.27
|
|
20
41
|
|
|
21
42
|
### Patch Changes
|
|
22
43
|
|
|
23
|
-
-
|
|
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
|
|
24
47
|
|
|
25
48
|
## 24.3.26
|
|
26
49
|
|
|
27
50
|
### Patch Changes
|
|
28
51
|
|
|
29
|
-
-
|
|
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.
|
|
30
56
|
|
|
31
57
|
## 24.3.25
|
|
32
58
|
|
|
33
59
|
### Patch Changes
|
|
34
60
|
|
|
35
|
-
-
|
|
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`
|
|
36
64
|
|
|
37
65
|
## 24.3.24
|
|
38
66
|
|
|
39
67
|
### Patch Changes
|
|
40
68
|
|
|
41
|
-
-
|
|
69
|
+
- Updated dependencies
|
|
42
70
|
|
|
43
71
|
## 24.3.23
|
|
44
72
|
|
|
45
73
|
### Patch Changes
|
|
46
74
|
|
|
47
|
-
-
|
|
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
|
|
48
78
|
|
|
49
79
|
## 24.3.22
|
|
50
80
|
|
|
51
81
|
### Patch Changes
|
|
52
82
|
|
|
53
|
-
-
|
|
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
|
|
54
86
|
|
|
55
87
|
## 24.3.21
|
|
56
88
|
|
|
57
89
|
### Patch Changes
|
|
58
90
|
|
|
59
|
-
-
|
|
60
|
-
-
|
|
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
|
|
61
95
|
|
|
62
96
|
## 24.3.20
|
|
63
97
|
|
|
64
98
|
### Patch Changes
|
|
65
99
|
|
|
66
|
-
-
|
|
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
|
|
67
103
|
|
|
68
104
|
## 24.3.19
|
|
69
105
|
|
|
70
106
|
### Patch Changes
|
|
71
107
|
|
|
72
|
-
-
|
|
108
|
+
- Updated dependencies
|
|
73
109
|
|
|
74
110
|
## 24.3.18
|
|
75
111
|
|
|
76
112
|
### Patch Changes
|
|
77
113
|
|
|
78
|
-
-
|
|
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.
|
|
79
118
|
|
|
80
119
|
## 24.3.17
|
|
81
120
|
|
|
82
121
|
### Patch Changes
|
|
83
122
|
|
|
84
|
-
-
|
|
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
|
|
85
126
|
|
|
86
127
|
## 24.3.16
|
|
87
128
|
|
|
88
129
|
### Patch Changes
|
|
89
130
|
|
|
90
|
-
-
|
|
131
|
+
- Updated dependencies
|
|
91
132
|
|
|
92
133
|
## 24.3.15
|
|
93
134
|
|
|
94
135
|
### Patch Changes
|
|
95
136
|
|
|
96
|
-
-
|
|
137
|
+
- Updated dependencies
|
|
97
138
|
|
|
98
139
|
## 24.3.14
|
|
99
140
|
|
|
100
141
|
### Patch Changes
|
|
101
142
|
|
|
102
|
-
-
|
|
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
|
|
103
147
|
|
|
104
148
|
## 24.3.13
|
|
105
149
|
|
|
106
150
|
### Patch Changes
|
|
107
151
|
|
|
108
|
-
-
|
|
152
|
+
- Updated dependencies
|
|
109
153
|
|
|
110
154
|
## 24.3.12
|
|
111
155
|
|
|
112
156
|
### Patch Changes
|
|
113
157
|
|
|
114
|
-
-
|
|
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.
|
|
115
161
|
|
|
116
162
|
## 24.3.11
|
|
117
163
|
|
|
118
164
|
### Patch Changes
|
|
119
165
|
|
|
120
|
-
-
|
|
121
|
-
-
|
|
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
|
|
122
171
|
|
|
123
172
|
## 24.3.10
|
|
124
173
|
|
|
125
174
|
### Patch Changes
|
|
126
175
|
|
|
127
|
-
-
|
|
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
|
|
128
179
|
|
|
129
180
|
## 24.3.9
|
|
130
181
|
|
|
131
182
|
### Patch Changes
|
|
132
183
|
|
|
133
|
-
-
|
|
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.
|
|
134
189
|
|
|
135
|
-
|
|
190
|
+
Additionally, if there are no selected inputs on submit, the form will render an error prompting
|
|
191
|
+
the user to do so.
|
|
136
192
|
|
|
137
|
-
-
|
|
193
|
+
- Updated dependencies
|
|
138
194
|
|
|
139
195
|
## 24.3.8
|
|
140
196
|
|
|
141
197
|
### Patch Changes
|
|
142
198
|
|
|
143
|
-
-
|
|
199
|
+
- Updated dependencies
|
|
144
200
|
|
|
145
201
|
## 24.3.7
|
|
146
202
|
|
|
147
203
|
### Patch Changes
|
|
148
204
|
|
|
149
|
-
-
|
|
150
|
-
-
|
|
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
|
|
151
209
|
|
|
152
210
|
## 24.3.6
|
|
153
211
|
|
|
154
212
|
### Patch Changes
|
|
155
213
|
|
|
156
|
-
-
|
|
157
|
-
-
|
|
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
|
|
158
220
|
|
|
159
221
|
## 24.3.5
|
|
160
222
|
|
|
161
223
|
### Patch Changes
|
|
162
224
|
|
|
163
|
-
-
|
|
164
|
-
-
|
|
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
|
|
165
229
|
|
|
166
230
|
## 24.3.4
|
|
167
231
|
|
|
168
232
|
### Patch Changes
|
|
169
233
|
|
|
170
|
-
-
|
|
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.
|
|
171
238
|
|
|
172
239
|
## 24.3.3
|
|
173
240
|
|
|
174
241
|
### Patch Changes
|
|
175
242
|
|
|
176
|
-
-
|
|
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
|
|
177
246
|
|
|
178
247
|
## 24.3.2
|
|
179
248
|
|
|
180
249
|
### Patch Changes
|
|
181
250
|
|
|
182
|
-
-
|
|
251
|
+
- Updated dependencies
|
|
183
252
|
|
|
184
253
|
## 24.3.1
|
|
185
254
|
|
|
186
255
|
### Patch Changes
|
|
187
256
|
|
|
188
|
-
-
|
|
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`
|
|
189
260
|
|
|
190
261
|
## 24.3.0
|
|
191
262
|
|
|
192
263
|
### Minor Changes
|
|
193
264
|
|
|
194
|
-
-
|
|
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
|
|
195
268
|
|
|
196
269
|
### Patch Changes
|
|
197
270
|
|
|
198
|
-
-
|
|
271
|
+
- Updated dependencies
|
|
199
272
|
|
|
200
273
|
## 24.2.5
|
|
201
274
|
|
|
202
275
|
### Patch Changes
|
|
203
276
|
|
|
204
|
-
-
|
|
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.
|
|
205
281
|
|
|
206
282
|
## 24.2.4
|
|
207
283
|
|
|
208
284
|
### Patch Changes
|
|
209
285
|
|
|
210
|
-
-
|
|
211
|
-
-
|
|
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
|
|
212
290
|
|
|
213
291
|
## 24.2.3
|
|
214
292
|
|
|
215
293
|
### Patch Changes
|
|
216
294
|
|
|
217
|
-
-
|
|
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
|
|
218
298
|
|
|
219
299
|
## 24.2.2
|
|
220
300
|
|
|
221
301
|
### Patch Changes
|
|
222
302
|
|
|
223
|
-
-
|
|
303
|
+
- Updated dependencies
|
|
224
304
|
|
|
225
305
|
## 24.2.1
|
|
226
306
|
|
|
227
307
|
### Patch Changes
|
|
228
308
|
|
|
229
|
-
-
|
|
230
|
-
-
|
|
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
|
|
231
313
|
|
|
232
314
|
## 24.2.0
|
|
233
315
|
|
|
234
316
|
### Minor Changes
|
|
235
317
|
|
|
236
|
-
-
|
|
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
|
|
237
321
|
|
|
238
322
|
## 24.1.2
|
|
239
323
|
|
|
240
324
|
### Patch Changes
|
|
241
325
|
|
|
242
|
-
-
|
|
326
|
+
- Updated dependencies
|
|
243
327
|
|
|
244
328
|
## 24.1.1
|
|
245
329
|
|
|
246
330
|
### Patch Changes
|
|
247
331
|
|
|
248
|
-
-
|
|
332
|
+
- Updated dependencies
|
|
249
333
|
|
|
250
334
|
## 24.1.0
|
|
251
335
|
|
|
252
336
|
### Minor Changes
|
|
253
337
|
|
|
254
|
-
-
|
|
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`.
|
|
255
341
|
|
|
256
|
-
|
|
257
|
-
|
|
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.
|
|
258
345
|
|
|
259
346
|
### Patch Changes
|
|
260
347
|
|
|
261
|
-
-
|
|
348
|
+
- Updated dependencies
|
|
262
349
|
|
|
263
350
|
## 24.0.3
|
|
264
351
|
|
|
265
352
|
### Patch Changes
|
|
266
353
|
|
|
267
|
-
-
|
|
354
|
+
- Updated dependencies
|
|
268
355
|
|
|
269
356
|
## 24.0.2
|
|
270
357
|
|
|
271
358
|
### Patch Changes
|
|
272
359
|
|
|
273
|
-
-
|
|
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`
|
|
274
363
|
|
|
275
364
|
## 24.0.1
|
|
276
365
|
|
|
277
366
|
### Patch Changes
|
|
278
367
|
|
|
279
|
-
-
|
|
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`.
|
|
280
371
|
|
|
281
372
|
## 24.0.0
|
|
282
373
|
|
|
283
374
|
### Major Changes
|
|
284
375
|
|
|
285
|
-
-
|
|
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
|
|
286
380
|
|
|
287
381
|
## 23.2.2
|
|
288
382
|
|
|
289
383
|
### Patch Changes
|
|
290
384
|
|
|
291
|
-
-
|
|
385
|
+
- Updated dependencies
|
|
292
386
|
|
|
293
387
|
## 23.2.1
|
|
294
388
|
|
|
295
389
|
### Patch Changes
|
|
296
390
|
|
|
297
|
-
-
|
|
298
|
-
-
|
|
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
|
|
299
395
|
|
|
300
396
|
## 23.2.0
|
|
301
397
|
|
|
302
398
|
### Minor Changes
|
|
303
399
|
|
|
304
|
-
-
|
|
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
|
|
305
404
|
|
|
306
405
|
### Patch Changes
|
|
307
406
|
|
|
308
|
-
-
|
|
407
|
+
- Updated dependencies
|
|
309
408
|
|
|
310
409
|
## 23.1.2
|
|
311
410
|
|
|
312
411
|
### Patch Changes
|
|
313
412
|
|
|
314
|
-
-
|
|
413
|
+
- Updated dependencies
|
|
315
414
|
|
|
316
415
|
## 23.1.1
|
|
317
416
|
|
|
318
417
|
### Patch Changes
|
|
319
418
|
|
|
320
|
-
-
|
|
419
|
+
- Updated dependencies
|
|
321
420
|
|
|
322
421
|
## 23.1.0
|
|
323
422
|
|
|
324
423
|
### Minor Changes
|
|
325
424
|
|
|
326
|
-
-
|
|
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
|
|
327
428
|
|
|
328
429
|
### Patch Changes
|
|
329
430
|
|
|
330
|
-
-
|
|
431
|
+
- Updated dependencies
|
|
331
432
|
|
|
332
433
|
## 23.0.0
|
|
333
434
|
|
|
334
435
|
### Major Changes
|
|
335
436
|
|
|
336
|
-
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
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
|
-
|
|
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
|
|
377
484
|
|
|
378
485
|
## 22.3.0
|
|
379
486
|
|
|
380
487
|
### Minor Changes
|
|
381
488
|
|
|
382
|
-
-
|
|
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
|
|
383
492
|
|
|
384
493
|
### Patch Changes
|
|
385
494
|
|
|
386
|
-
-
|
|
495
|
+
- Updated dependencies
|
|
387
496
|
|
|
388
497
|
## 22.2.1
|
|
389
498
|
|
|
390
499
|
### Patch Changes
|
|
391
500
|
|
|
392
|
-
-
|
|
501
|
+
- Updated dependencies
|
|
393
502
|
|
|
394
503
|
## 22.2.0
|
|
395
504
|
|
|
396
505
|
### Minor Changes
|
|
397
506
|
|
|
398
|
-
-
|
|
399
|
-
|
|
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.
|
|
400
513
|
|
|
401
514
|
### Patch Changes
|
|
402
515
|
|
|
403
|
-
-
|
|
516
|
+
- Updated dependencies
|
|
404
517
|
|
|
405
518
|
## 22.1.8
|
|
406
519
|
|
|
407
520
|
### Patch Changes
|
|
408
521
|
|
|
409
|
-
-
|
|
522
|
+
- Updated dependencies
|
|
410
523
|
|
|
411
524
|
## 22.1.7
|
|
412
525
|
|
|
413
526
|
### Patch Changes
|
|
414
527
|
|
|
415
|
-
-
|
|
416
|
-
-
|
|
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
|
|
417
532
|
|
|
418
533
|
## 22.1.6
|
|
419
534
|
|
|
420
535
|
### Patch Changes
|
|
421
536
|
|
|
422
|
-
-
|
|
423
|
-
-
|
|
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
|
|
424
541
|
|
|
425
542
|
## 22.1.5
|
|
426
543
|
|
|
427
544
|
### Patch Changes
|
|
428
545
|
|
|
429
|
-
-
|
|
546
|
+
- Updated dependencies
|
|
430
547
|
|
|
431
548
|
## 22.1.4
|
|
432
549
|
|
|
433
550
|
### Patch Changes
|
|
434
551
|
|
|
435
|
-
-
|
|
552
|
+
- Updated dependencies
|
|
436
553
|
|
|
437
554
|
## 22.1.3
|
|
438
555
|
|
|
439
556
|
### Patch Changes
|
|
440
557
|
|
|
441
|
-
-
|
|
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
|
|
442
561
|
|
|
443
562
|
## 22.1.2
|
|
444
563
|
|
|
445
564
|
### Patch Changes
|
|
446
565
|
|
|
447
|
-
-
|
|
448
|
-
|
|
449
|
-
|
|
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.
|
|
450
572
|
|
|
451
573
|
## 22.1.1
|
|
452
574
|
|
|
453
575
|
### Patch Changes
|
|
454
576
|
|
|
455
|
-
-
|
|
577
|
+
- Updated dependencies
|
|
456
578
|
|
|
457
579
|
## 22.1.0
|
|
458
580
|
|
|
459
581
|
### Minor Changes
|
|
460
582
|
|
|
461
|
-
-
|
|
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
|
|
462
586
|
|
|
463
587
|
### Patch Changes
|
|
464
588
|
|
|
465
|
-
-
|
|
589
|
+
- Updated dependencies
|
|
466
590
|
|
|
467
591
|
## 22.0.3
|
|
468
592
|
|
|
469
593
|
### Patch Changes
|
|
470
594
|
|
|
471
|
-
-
|
|
595
|
+
- Updated dependencies
|
|
472
596
|
|
|
473
597
|
## 22.0.2
|
|
474
598
|
|
|
475
599
|
### Patch Changes
|
|
476
600
|
|
|
477
|
-
-
|
|
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
|
|
478
604
|
|
|
479
|
-
|
|
480
|
-
|
|
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.
|
|
481
607
|
|
|
482
608
|
## 22.0.1
|
|
483
609
|
|
|
484
610
|
### Patch Changes
|
|
485
611
|
|
|
486
|
-
-
|
|
487
|
-
|
|
488
|
-
|
|
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
|
|
489
618
|
|
|
490
619
|
## 22.0.0
|
|
491
620
|
|
|
492
621
|
### Major Changes
|
|
493
622
|
|
|
494
|
-
-
|
|
495
|
-
|
|
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
|
|
496
628
|
|
|
497
629
|
### Patch Changes
|
|
498
630
|
|
|
499
|
-
-
|
|
631
|
+
- Updated dependencies
|
|
500
632
|
|
|
501
633
|
## 21.2.9
|
|
502
634
|
|
|
503
635
|
### Patch Changes
|
|
504
636
|
|
|
505
|
-
-
|
|
637
|
+
- Updated dependencies
|
|
506
638
|
|
|
507
639
|
## 21.2.8
|
|
508
640
|
|
|
509
641
|
### Patch Changes
|
|
510
642
|
|
|
511
|
-
-
|
|
643
|
+
- Updated dependencies
|
|
512
644
|
|
|
513
645
|
## 21.2.7
|
|
514
646
|
|
|
515
647
|
### Patch Changes
|
|
516
648
|
|
|
517
|
-
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
-
|
|
523
|
-
|
|
524
|
-
-
|
|
525
|
-
|
|
526
|
-
-
|
|
527
|
-
|
|
528
|
-
-
|
|
529
|
-
|
|
530
|
-
-
|
|
531
|
-
|
|
532
|
-
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
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
|
|
541
686
|
|
|
542
687
|
## 21.2.6
|
|
543
688
|
|
|
544
689
|
### Patch Changes
|
|
545
690
|
|
|
546
|
-
-
|
|
691
|
+
- [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
547
692
|
|
|
548
|
-
|
|
693
|
+
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
694
|
+
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
549
695
|
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
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
|
|
561
707
|
|
|
562
708
|
## 21.2.5
|
|
563
709
|
|
|
564
710
|
### Patch Changes
|
|
565
711
|
|
|
566
|
-
-
|
|
567
|
-
|
|
568
|
-
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
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
|
|
576
725
|
|
|
577
726
|
## 21.2.4
|
|
578
727
|
|
|
579
728
|
### Patch Changes
|
|
580
729
|
|
|
581
|
-
-
|
|
582
|
-
|
|
583
|
-
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
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
|
|
588
740
|
|
|
589
741
|
## 21.2.3
|
|
590
742
|
|
|
591
|
-
-
|
|
592
|
-
|
|
593
|
-
|
|
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
|
|
594
747
|
|
|
595
748
|
## 21.2.2
|
|
596
749
|
|
|
597
750
|
### Patch Changes
|
|
598
751
|
|
|
599
|
-
-
|
|
752
|
+
- [patch][35d2229b2a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/35d2229b2a):
|
|
600
753
|
|
|
601
|
-
|
|
754
|
+
Adding missing license to packages and update to Copyright 2019 Atlassian Pty Ltd.
|
|
602
755
|
|
|
603
756
|
## 21.2.1
|
|
604
757
|
|
|
605
758
|
### Patch Changes
|
|
606
759
|
|
|
607
|
-
-
|
|
760
|
+
- [patch][fc79969f86](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/fc79969f86):
|
|
608
761
|
|
|
609
|
-
|
|
762
|
+
Update all the theme imports in media to use multi entry points
|
|
610
763
|
|
|
611
764
|
## 21.2.0
|
|
612
765
|
|
|
613
766
|
### Minor Changes
|
|
614
767
|
|
|
615
|
-
-
|
|
768
|
+
- [minor][c6efb2f5b6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c6efb2f5b6):
|
|
616
769
|
|
|
617
|
-
|
|
770
|
+
Prefix the legacy lifecycle methods with UNSAFE\_\* to avoid warning in React 16.9+
|
|
618
771
|
|
|
619
|
-
|
|
620
|
-
|
|
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
|
|
621
774
|
|
|
622
775
|
## 21.1.5
|
|
623
776
|
|
|
624
777
|
### Patch Changes
|
|
625
778
|
|
|
626
|
-
-
|
|
779
|
+
- [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
|
|
627
780
|
|
|
628
|
-
|
|
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
|
|
629
783
|
|
|
630
784
|
## 21.1.4
|
|
631
785
|
|
|
632
786
|
### Patch Changes
|
|
633
787
|
|
|
634
|
-
-
|
|
788
|
+
- [patch][ecca4d1dbb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ecca4d1dbb):
|
|
635
789
|
|
|
636
|
-
|
|
790
|
+
Upgraded Typescript to 3.3.x
|
|
637
791
|
|
|
638
792
|
## 21.1.3
|
|
639
793
|
|
|
640
|
-
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
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
|
|
644
799
|
|
|
645
800
|
## 21.1.2
|
|
646
801
|
|
|
647
802
|
### Patch Changes
|
|
648
803
|
|
|
649
|
-
-
|
|
804
|
+
- [patch][6ad542fe85](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6ad542fe85):
|
|
650
805
|
|
|
651
|
-
|
|
806
|
+
Adding try/catch in async imports for @atlaskit/media-avatar-picker, @atlaskit/media-card,
|
|
807
|
+
@atlaskit/media-editor, @atlaskit/media-viewer
|
|
652
808
|
|
|
653
809
|
## 21.1.1
|
|
654
810
|
|
|
655
811
|
### Patch Changes
|
|
656
812
|
|
|
657
|
-
-
|
|
813
|
+
- [patch][688f2957ca](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/688f2957ca):
|
|
658
814
|
|
|
659
|
-
|
|
815
|
+
Fixes various TypeScript errors which were previously failing silently
|
|
660
816
|
|
|
661
817
|
## 21.1.0
|
|
662
818
|
|
|
663
819
|
### Minor Changes
|
|
664
820
|
|
|
665
|
-
-
|
|
821
|
+
- [minor][ad020848a9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ad020848a9):
|
|
666
822
|
|
|
667
|
-
|
|
823
|
+
Allow to pass placeholder to MediaAvatarPicker to render a custom component while it loads
|
|
668
824
|
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
825
|
+
```
|
|
826
|
+
import {AvatarPickerDialog} from '@atlaskit/media-avatar-loader'
|
|
827
|
+
```
|
|
672
828
|
|
|
673
|
-
<AvatarPickerDialog
|
|
674
|
-
placeholder={<div>Avatar picker is loading...</div>}
|
|
675
|
-
/>
|
|
829
|
+
<AvatarPickerDialog placeholder={<div>Avatar picker is loading...</div>} />
|
|
676
830
|
|
|
677
831
|
```
|
|
678
832
|
|