@atlaskit/media-test-helpers 33.0.33 → 33.0.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +1476 -1000
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,1120 +1,1402 @@
1
1
  # @atlaskit/media-test-helpers
2
2
 
3
+ ## 33.0.35
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 33.0.34
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 33.0.33
4
16
 
5
17
  ### Patch Changes
6
18
 
7
- - [#92007](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92007) [`85525725cb0d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/85525725cb0d) - Migrated to the new button component
19
+ - [#92007](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92007)
20
+ [`85525725cb0d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/85525725cb0d) -
21
+ Migrated to the new button component
8
22
 
9
23
  ## 33.0.32
10
24
 
11
25
  ### Patch Changes
12
26
 
13
- - Updated dependencies
27
+ - Updated dependencies
14
28
 
15
29
  ## 33.0.31
16
30
 
17
31
  ### Patch Changes
18
32
 
19
- - [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116) [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) - Upgrade Typescript from `4.9.5` to `5.4.2`
33
+ - [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
34
+ [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
35
+ Upgrade Typescript from `4.9.5` to `5.4.2`
20
36
 
21
37
  ## 33.0.30
22
38
 
23
39
  ### Patch Changes
24
40
 
25
- - [#80509](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80509) [`fcf7481f594f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/fcf7481f594f) - Upgrade dependency of `@emotion/styled` to version 11
41
+ - [#80509](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80509)
42
+ [`fcf7481f594f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/fcf7481f594f) -
43
+ Upgrade dependency of `@emotion/styled` to version 11
26
44
 
27
45
  ## 33.0.29
28
46
 
29
47
  ### Patch Changes
30
48
 
31
- - [#80085](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80085) [`7febfed958dd`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7febfed958dd) - Update usage of `React.FC` to explicity include `children`
49
+ - [#80085](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80085)
50
+ [`7febfed958dd`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7febfed958dd) -
51
+ Update usage of `React.FC` to explicity include `children`
32
52
 
33
53
  ## 33.0.28
34
54
 
35
55
  ### Patch Changes
36
56
 
37
- - [#80150](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80150) [`0a733b205b48`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0a733b205b48) - suppressed a console.warn in development, updated an import to not use media-test-helpers
57
+ - [#80150](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80150)
58
+ [`0a733b205b48`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0a733b205b48) -
59
+ suppressed a console.warn in development, updated an import to not use media-test-helpers
38
60
 
39
61
  ## 33.0.27
40
62
 
41
63
  ### Patch Changes
42
64
 
43
- - Updated dependencies
65
+ - Updated dependencies
44
66
 
45
67
  ## 33.0.26
46
68
 
47
69
  ### Patch Changes
48
70
 
49
- - [#60352](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60352) [`ff9488b450dd`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ff9488b450dd) - WHAT: Media has removed the ability to probe for existing file chunks.
50
- WHY: This is to support the work to deprecate SHA1 usage and make the Media Platform comply with FedRAMP moderate controls.
51
- HOW: Remove any calls you have directly to probing, instead upload all files directly. If you upload files via MediaPicker no changes are required.
52
- - Updated dependencies
71
+ - [#60352](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60352)
72
+ [`ff9488b450dd`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ff9488b450dd) -
73
+ WHAT: Media has removed the ability to probe for existing file chunks.
74
+ WHY: This is to support the work to deprecate SHA1 usage and make the Media Platform comply with
75
+ FedRAMP moderate controls. HOW: Remove any calls you have directly to probing, instead upload
76
+ all files directly. If you upload files via MediaPicker no changes are required.
77
+ - Updated dependencies
53
78
 
54
79
  ## 33.0.25
55
80
 
56
81
  ### Patch Changes
57
82
 
58
- - Updated dependencies
83
+ - Updated dependencies
59
84
 
60
85
  ## 33.0.24
61
86
 
62
87
  ### Patch Changes
63
88
 
64
- - Updated dependencies
89
+ - Updated dependencies
65
90
 
66
91
  ## 33.0.23
67
92
 
68
93
  ### Patch Changes
69
94
 
70
- - Updated dependencies
95
+ - Updated dependencies
71
96
 
72
97
  ## 33.0.22
73
98
 
74
99
  ### Patch Changes
75
100
 
76
- - Updated dependencies
101
+ - Updated dependencies
77
102
 
78
103
  ## 33.0.21
79
104
 
80
105
  ### Patch Changes
81
106
 
82
- - Updated dependencies
107
+ - Updated dependencies
83
108
 
84
109
  ## 33.0.20
85
110
 
86
111
  ### Patch Changes
87
112
 
88
- - Updated dependencies
113
+ - Updated dependencies
89
114
 
90
115
  ## 33.0.19
91
116
 
92
117
  ### Patch Changes
93
118
 
94
- - Updated dependencies
119
+ - Updated dependencies
95
120
 
96
121
  ## 33.0.18
97
122
 
98
123
  ### Patch Changes
99
124
 
100
- - [#42562](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42562) [`49213c393ca`](https://bitbucket.org/atlassian/atlassian-frontend/commits/49213c393ca) - Upgrade `mock-socket` and adapt to API changes
101
- - Updated dependencies
125
+ - [#42562](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42562)
126
+ [`49213c393ca`](https://bitbucket.org/atlassian/atlassian-frontend/commits/49213c393ca) -
127
+ Upgrade `mock-socket` and adapt to API changes
128
+ - Updated dependencies
102
129
 
103
130
  ## 33.0.17
104
131
 
105
132
  ### Patch Changes
106
133
 
107
- - Updated dependencies
134
+ - Updated dependencies
108
135
 
109
136
  ## 33.0.16
110
137
 
111
138
  ### Patch Changes
112
139
 
113
- - [#41932](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41932) [`756dd90f1a3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/756dd90f1a3) - 1. Deprecate withMediaClient HOC in media-client and migrated it to media-client-react 2. clean up deprecated imports from media-client
140
+ - [#41932](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41932)
141
+ [`756dd90f1a3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/756dd90f1a3) - 1.
142
+ Deprecate withMediaClient HOC in media-client and migrated it to media-client-react 2. clean up
143
+ deprecated imports from media-client
114
144
 
115
145
  ## 33.0.15
116
146
 
117
147
  ### Patch Changes
118
148
 
119
- - Updated dependencies
149
+ - Updated dependencies
120
150
 
121
151
  ## 33.0.14
122
152
 
123
153
  ### Patch Changes
124
154
 
125
- - [#39787](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39787) [`6900f89eb0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6900f89eb0e) - Internal changes to use space tokens. There is no expected visual or behaviour change.
155
+ - [#39787](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39787)
156
+ [`6900f89eb0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6900f89eb0e) -
157
+ Internal changes to use space tokens. There is no expected visual or behaviour change.
126
158
 
127
159
  ## 33.0.13
128
160
 
129
161
  ### Patch Changes
130
162
 
131
- - [#38532](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38532) [`7b6a2c6671b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7b6a2c6671b) - Introducing 'media-state' for handling media internal file state.
132
- Introducing 'media-client-react' to provide hooks for seamless media-client integration with React.
133
- Introducing 'MediaCardV2' with a feature flag to replace rxjs based fileState subscription with 'useFileState' hook.
134
- Removed unused feature flags APIs from 'media-client' and its helper functions from 'media-common'.
135
- - Updated dependencies
163
+ - [#38532](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38532)
164
+ [`7b6a2c6671b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7b6a2c6671b) -
165
+ Introducing 'media-state' for handling media internal file state. Introducing
166
+ 'media-client-react' to provide hooks for seamless media-client integration with React.
167
+ Introducing 'MediaCardV2' with a feature flag to replace rxjs based fileState subscription with
168
+ 'useFileState' hook. Removed unused feature flags APIs from 'media-client' and its helper
169
+ functions from 'media-common'.
170
+ - Updated dependencies
136
171
 
137
172
  ## 33.0.12
138
173
 
139
174
  ### Patch Changes
140
175
 
141
- - Updated dependencies
176
+ - Updated dependencies
142
177
 
143
178
  ## 33.0.11
144
179
 
145
180
  ### Patch Changes
146
181
 
147
- - [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162) [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
148
- - Updated dependencies
182
+ - [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162)
183
+ [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete
184
+ version.json
185
+ - Updated dependencies
149
186
 
150
187
  ## 33.0.10
151
188
 
152
189
  ### Patch Changes
153
190
 
154
- - Updated dependencies
191
+ - Updated dependencies
155
192
 
156
193
  ## 33.0.9
157
194
 
158
195
  ### Patch Changes
159
196
 
160
- - [#37340](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37340) [`b9355830504`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b9355830504) - Opt out of peer dependency enforcement
197
+ - [#37340](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37340)
198
+ [`b9355830504`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b9355830504) - Opt
199
+ out of peer dependency enforcement
161
200
 
162
201
  ## 33.0.8
163
202
 
164
203
  ### Patch Changes
165
204
 
166
- - [#36757](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36757) [`3fb20c4aeba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3fb20c4aeba) - Add postinstall check to enforce internal peer dependencies
205
+ - [#36757](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36757)
206
+ [`3fb20c4aeba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3fb20c4aeba) - Add
207
+ postinstall check to enforce internal peer dependencies
167
208
 
168
209
  ## 33.0.7
169
210
 
170
211
  ### Patch Changes
171
212
 
172
- - [#33728](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33728) [`48e4a655534`](https://bitbucket.org/atlassian/atlassian-frontend/commits/48e4a655534) - Internal change to enforce token usage for spacing properties. There is no expected visual or behaviour change.
213
+ - [#33728](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33728)
214
+ [`48e4a655534`](https://bitbucket.org/atlassian/atlassian-frontend/commits/48e4a655534) -
215
+ Internal change to enforce token usage for spacing properties. There is no expected visual or
216
+ behaviour change.
173
217
 
174
218
  ## 33.0.6
175
219
 
176
220
  ### Patch Changes
177
221
 
178
- - Updated dependencies
222
+ - Updated dependencies
179
223
 
180
224
  ## 33.0.5
181
225
 
182
226
  ### Patch Changes
183
227
 
184
- - Updated dependencies
228
+ - Updated dependencies
185
229
 
186
230
  ## 33.0.4
187
231
 
188
232
  ### Patch Changes
189
233
 
190
- - Updated dependencies
234
+ - Updated dependencies
191
235
 
192
236
  ## 33.0.3
193
237
 
194
238
  ### Patch Changes
195
239
 
196
- - [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793) [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
197
- - Updated dependencies
240
+ - [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
241
+ [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
242
+ legacy types are published for TS 4.5-4.8
243
+ - Updated dependencies
198
244
 
199
245
  ## 33.0.2
200
246
 
201
247
  ### Patch Changes
202
248
 
203
- - Updated dependencies
249
+ - Updated dependencies
204
250
 
205
251
  ## 33.0.1
206
252
 
207
253
  ### Patch Changes
208
254
 
209
- - [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649) [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
210
- - Updated dependencies
255
+ - [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
256
+ [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) -
257
+ Upgrade Typescript from `4.5.5` to `4.9.5`
258
+ - Updated dependencies
211
259
 
212
260
  ## 33.0.0
213
261
 
214
262
  ### Minor Changes
215
263
 
216
- - [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258) [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
264
+ - [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
265
+ [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
266
+ minor dependency bump
217
267
 
218
268
  ### Patch Changes
219
269
 
220
- - Updated dependencies
270
+ - Updated dependencies
221
271
 
222
272
  ## 32.1.0
223
273
 
224
274
  ### Minor Changes
225
275
 
226
- - [#33004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33004) [`7b0b33845fe`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7b0b33845fe) - Added file state simulation helpers
276
+ - [#33004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33004)
277
+ [`7b0b33845fe`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7b0b33845fe) - Added
278
+ file state simulation helpers
227
279
 
228
280
  ### Patch Changes
229
281
 
230
- - Updated dependencies
282
+ - Updated dependencies
231
283
 
232
284
  ## 32.0.0
233
285
 
234
286
  ### Major Changes
235
287
 
236
- - [#32424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32424) [`b85816dc2e3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b85816dc2e3) - MEX-2307 Change media-core dependencies in media-test-helpers
288
+ - [#32424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32424)
289
+ [`b85816dc2e3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b85816dc2e3) -
290
+ MEX-2307 Change media-core dependencies in media-test-helpers
237
291
 
238
292
  ### Patch Changes
239
293
 
240
- - [`0f99ed9df35`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0f99ed9df35) - Updated Media Client mock util and Media Database Mock
241
- - Updated dependencies
294
+ - [`0f99ed9df35`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0f99ed9df35) -
295
+ Updated Media Client mock util and Media Database Mock
296
+ - Updated dependencies
242
297
 
243
298
  ## 31.0.0
244
299
 
245
300
  ### Major Changes
246
301
 
247
- - [#31299](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31299) [`b37723f2cfa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b37723f2cfa) - FeatureFlagsWrapper no longer filters feature flags. All Media flags will be listed.
302
+ - [#31299](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31299)
303
+ [`b37723f2cfa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b37723f2cfa) -
304
+ FeatureFlagsWrapper no longer filters feature flags. All Media flags will be listed.
248
305
 
249
306
  ### Patch Changes
250
307
 
251
- - Updated dependencies
308
+ - Updated dependencies
252
309
 
253
310
  ## 30.1.3
254
311
 
255
312
  ### Patch Changes
256
313
 
257
- - Updated dependencies
314
+ - Updated dependencies
258
315
 
259
316
  ## 30.1.2
260
317
 
261
318
  ### Patch Changes
262
319
 
263
- - Updated dependencies
320
+ - Updated dependencies
264
321
 
265
322
  ## 30.1.1
266
323
 
267
324
  ### Patch Changes
268
325
 
269
- - Updated dependencies
326
+ - Updated dependencies
270
327
 
271
328
  ## 30.1.0
272
329
 
273
330
  ### Minor Changes
274
331
 
275
- - [#28090](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28090) [`79660ee4fa7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/79660ee4fa7) - Restructured the Media-Image and added CSS to make doc responsive.
276
- - [`db73d317050`](https://bitbucket.org/atlassian/atlassian-frontend/commits/db73d317050) - Added ContentTabs component to be used in docs of media components.
332
+ - [#28090](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28090)
333
+ [`79660ee4fa7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/79660ee4fa7) -
334
+ Restructured the Media-Image and added CSS to make doc responsive.
335
+ - [`db73d317050`](https://bitbucket.org/atlassian/atlassian-frontend/commits/db73d317050) - Added
336
+ ContentTabs component to be used in docs of media components.
277
337
 
278
338
  ### Patch Changes
279
339
 
280
- - Updated dependencies
340
+ - Updated dependencies
281
341
 
282
342
  ## 30.0.8
283
343
 
284
344
  ### Patch Changes
285
345
 
286
- - Updated dependencies
346
+ - Updated dependencies
287
347
 
288
348
  ## 30.0.7
289
349
 
290
350
  ### Patch Changes
291
351
 
292
- - Updated dependencies
352
+ - Updated dependencies
293
353
 
294
354
  ## 30.0.6
295
355
 
296
356
  ### Patch Changes
297
357
 
298
- - [#26712](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26712) [`c59fd9d42f8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c59fd9d42f8) - Fix warnings due to jest being defined in non-test environments.
299
- - Updated dependencies
358
+ - [#26712](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26712)
359
+ [`c59fd9d42f8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c59fd9d42f8) - Fix
360
+ warnings due to jest being defined in non-test environments.
361
+ - Updated dependencies
300
362
 
301
363
  ## 30.0.5
302
364
 
303
365
  ### Patch Changes
304
366
 
305
- - Updated dependencies
367
+ - Updated dependencies
306
368
 
307
369
  ## 30.0.4
308
370
 
309
371
  ### Patch Changes
310
372
 
311
- - [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874) [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5`
373
+ - [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874)
374
+ [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) -
375
+ Upgrade Typescript from `4.3.5` to `4.5.5`
312
376
 
313
377
  ## 30.0.3
314
378
 
315
379
  ### Patch Changes
316
380
 
317
- - [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492) [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade Typescript from `4.2.4` to `4.3.5`.
381
+ - [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492)
382
+ [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) -
383
+ Upgrade Typescript from `4.2.4` to `4.3.5`.
318
384
 
319
385
  ## 30.0.2
320
386
 
321
387
  ### Patch Changes
322
388
 
323
- - [#23381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23381) [`baece961cdd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/baece961cdd) - Add media-card example for use by media-pollinator-test
324
- - Updated dependencies
389
+ - [#23381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23381)
390
+ [`baece961cdd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/baece961cdd) - Add
391
+ media-card example for use by media-pollinator-test
392
+ - Updated dependencies
325
393
 
326
394
  ## 30.0.1
327
395
 
328
396
  ### Patch Changes
329
397
 
330
- - Updated dependencies
398
+ - Updated dependencies
331
399
 
332
400
  ## 30.0.0
333
401
 
334
402
  ### Major Changes
335
403
 
336
- - [#20721](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20721) [`593d2d788e5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/593d2d788e5) - [MEX-1413] Remove Media-picker-auth-provider
337
- - [`ad13b4d0bc6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ad13b4d0bc6) - [MEX-1525] Remove userAuth from Media-Core & Media-client
404
+ - [#20721](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20721)
405
+ [`593d2d788e5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/593d2d788e5) -
406
+ [MEX-1413] Remove Media-picker-auth-provider
407
+ - [`ad13b4d0bc6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ad13b4d0bc6) -
408
+ [MEX-1525] Remove userAuth from Media-Core & Media-client
338
409
 
339
410
  ### Patch Changes
340
411
 
341
- - [`bf0e7c8e46b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bf0e7c8e46b) - [MEX-1413] Hot fix for remove useMediaPickerAuthProvider flag
342
- - Updated dependencies
412
+ - [`bf0e7c8e46b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bf0e7c8e46b) -
413
+ [MEX-1413] Hot fix for remove useMediaPickerAuthProvider flag
414
+ - Updated dependencies
343
415
 
344
416
  ## 29.4.2
345
417
 
346
418
  ### Patch Changes
347
419
 
348
- - [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650) [`a424e62b264`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a424e62b264) - Changes to support Node 16 Typescript definitions from `@types/node`.
420
+ - [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650)
421
+ [`a424e62b264`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a424e62b264) -
422
+ Changes to support Node 16 Typescript definitions from `@types/node`.
349
423
 
350
424
  ## 29.4.1
351
425
 
352
426
  ### Patch Changes
353
427
 
354
- - [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade to TypeScript 4.2.4
355
- - Updated dependencies
428
+ - [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) -
429
+ Upgrade to TypeScript 4.2.4
430
+ - Updated dependencies
356
431
 
357
432
  ## 29.4.0
358
433
 
359
434
  ### Minor Changes
360
435
 
361
- - [#20033](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20033) [`eaf810b0560`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eaf810b0560) - [MEX-1398] Remove PopUp implementation from Media-picker
362
- - [`8f86bfe1961`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8f86bfe1961) - [MEX-1389] Remove types & interfaces related to media-picker popup
363
- - [`a44c7c42fa7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a44c7c42fa7) - Added payload publisher wrapper for logging ufo events in examples
436
+ - [#20033](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20033)
437
+ [`eaf810b0560`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eaf810b0560) -
438
+ [MEX-1398] Remove PopUp implementation from Media-picker
439
+ - [`8f86bfe1961`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8f86bfe1961) -
440
+ [MEX-1389] Remove types & interfaces related to media-picker popup
441
+ - [`a44c7c42fa7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a44c7c42fa7) - Added
442
+ payload publisher wrapper for logging ufo events in examples
364
443
 
365
444
  ### Patch Changes
366
445
 
367
- - Updated dependencies
446
+ - Updated dependencies
368
447
 
369
448
  ## 29.3.0
370
449
 
371
450
  ### Minor Changes
372
451
 
373
- - [#19618](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19618) [`f862d5ae7aa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f862d5ae7aa) - remove RxJs peer dependency
374
- - [`118f3af101f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/118f3af101f) - Media Client APIs has been updated to use MediaSubscribable which provides subscription functionality (similar to RxJs observables).
375
- It exposes subscribe method that is called with MediaObserver as an argument and returns MediaSubscription.
376
- MediaSubscription exposes unsubscribe method.
452
+ - [#19618](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19618)
453
+ [`f862d5ae7aa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f862d5ae7aa) - remove
454
+ RxJs peer dependency
455
+ - [`118f3af101f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/118f3af101f) - Media
456
+ Client APIs has been updated to use MediaSubscribable which provides subscription functionality
457
+ (similar to RxJs observables). It exposes subscribe method that is called with MediaObserver as
458
+ an argument and returns MediaSubscription. MediaSubscription exposes unsubscribe method.
377
459
 
378
- getFileState:
379
- The returned type of this function has changed from RxJs ReplaySubject to MediaSubscribable.
460
+ getFileState: The returned type of this function has changed from RxJs ReplaySubject to
461
+ MediaSubscribable.
380
462
 
381
- ```
382
- import { MediaClient, MediaObserver, MediaSubscribable, MediaSubscription } from '@atlaskit/media-client';
463
+ ```
464
+ import { MediaClient, MediaObserver, MediaSubscribable, MediaSubscription } from '@atlaskit/media-client';
383
465
 
384
- const mediaClient = new MediaClient({ authProvider });
466
+ const mediaClient = new MediaClient({ authProvider });
385
467
 
386
- const fileStateSubscribable: MediaSubscribable<FileState> = mediaClient.file.getFileState(id);
468
+ const fileStateSubscribable: MediaSubscribable<FileState> = mediaClient.file.getFileState(id);
387
469
 
388
- const mediaObserver: MediaObserver<FileState> = {
389
- next: (fileState) => {
390
- nextCallback(fileState)
391
- },
392
- error: (error) => {
393
- errorCallback(error)
394
- },
395
- };
470
+ const mediaObserver: MediaObserver<FileState> = {
471
+ next: (fileState) => {
472
+ nextCallback(fileState)
473
+ },
474
+ error: (error) => {
475
+ errorCallback(error)
476
+ },
477
+ };
396
478
 
397
- const subscription: MediaSubscription = fileStateSubscribable.subscribe(mediaObserver);
479
+ const subscription: MediaSubscription = fileStateSubscribable.subscribe(mediaObserver);
398
480
 
399
- subscription.unsubscribe();
400
- ```
481
+ subscription.unsubscribe();
482
+ ```
401
483
 
402
- upload:
403
- The returned type of this function has changed from RxJs ReplaySubject to MediaSubscribable.
484
+ upload: The returned type of this function has changed from RxJs ReplaySubject to
485
+ MediaSubscribable.
404
486
 
405
- ```
406
- import { MediaClient, MediaObserver, MediaSubscribable, MediaSubscription } from '@atlaskit/media-client';
487
+ ```
488
+ import { MediaClient, MediaObserver, MediaSubscribable, MediaSubscription } from '@atlaskit/media-client';
407
489
 
408
- const mediaClient = new MediaClient({ authProvider });
490
+ const mediaClient = new MediaClient({ authProvider });
409
491
 
410
- const uploadFileSubscribable: MediaSubscribable<FileState> = mediaClient.file.upload(uploadableFile);
492
+ const uploadFileSubscribable: MediaSubscribable<FileState> = mediaClient.file.upload(uploadableFile);
411
493
 
412
- const mediaObserver: MediaObserver<FileState> = {
413
- next: (fileState) => {
414
- nextCallback(fileState)
415
- },
416
- error: (error) => {
417
- errorCallback(error)
418
- },
419
- };
494
+ const mediaObserver: MediaObserver<FileState> = {
495
+ next: (fileState) => {
496
+ nextCallback(fileState)
497
+ },
498
+ error: (error) => {
499
+ errorCallback(error)
500
+ },
501
+ };
420
502
 
421
- const subscription: MediaSubscription = uploadFileSubscribable.subscribe(mediaObserver);
503
+ const subscription: MediaSubscription = uploadFileSubscribable.subscribe(mediaObserver);
422
504
 
423
- subscription.unsubscribe();
424
- ```
505
+ subscription.unsubscribe();
506
+ ```
425
507
 
426
- getItems:
427
- The returned type of this function has changed from RxJs ReplaySubject to MediaSubscribable.
508
+ getItems: The returned type of this function has changed from RxJs ReplaySubject to
509
+ MediaSubscribable.
428
510
 
429
- ```
430
- import { MediaClient, MediaObserver, MediaSubscribable, MediaSubscription } from '@atlaskit/media-client';
511
+ ```
512
+ import { MediaClient, MediaObserver, MediaSubscribable, MediaSubscription } from '@atlaskit/media-client';
431
513
 
432
- const mediaClient = new MediaClient({ authProvider });
514
+ const mediaClient = new MediaClient({ authProvider });
433
515
 
434
- const collectionItemsSubscribable: MediaSubscribable<MediaCollectionItem[]> = mediaClient.collection.getItems(collectionName);
516
+ const collectionItemsSubscribable: MediaSubscribable<MediaCollectionItem[]> = mediaClient.collection.getItems(collectionName);
435
517
 
436
- const mediaObserver: MediaObserver<MediaCollectionItem[]> = {
437
- next: (items) => {
438
- nextCallback(items)
439
- },
440
- error: (error) => {
441
- errorCallback(error)
442
- },
443
- };
518
+ const mediaObserver: MediaObserver<MediaCollectionItem[]> = {
519
+ next: (items) => {
520
+ nextCallback(items)
521
+ },
522
+ error: (error) => {
523
+ errorCallback(error)
524
+ },
525
+ };
444
526
 
445
- const subscription: MediaSubscription = collectionItemsSubscribable.subscribe(mediaObserver);
527
+ const subscription: MediaSubscription = collectionItemsSubscribable.subscribe(mediaObserver);
446
528
 
447
- subscription.unsubscribe();
448
- ```
529
+ subscription.unsubscribe();
530
+ ```
449
531
 
450
532
  ### Patch Changes
451
533
 
452
- - Updated dependencies
534
+ - Updated dependencies
453
535
 
454
536
  ## 29.2.1
455
537
 
456
538
  ### Patch Changes
457
539
 
458
- - [#19796](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19796) [`7b8ba79b71b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7b8ba79b71b) - use mimeType in MediaMock when provided
459
- - Updated dependencies
540
+ - [#19796](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19796)
541
+ [`7b8ba79b71b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7b8ba79b71b) - use
542
+ mimeType in MediaMock when provided
543
+ - Updated dependencies
460
544
 
461
545
  ## 29.2.0
462
546
 
463
547
  ### Minor Changes
464
548
 
465
- - [#19019](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19019) [`8bf4fdb8ed4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8bf4fdb8ed4) - add renderWithIntl helper
466
- - [`8742dbe70bd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8742dbe70bd) - MEX-1102 Removed lodash dependencies from media component and converted all to local functions (lightweight helpers)
467
- - [`94539e589cc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/94539e589cc) - MEX-1105 Migrated @atlaskit/button to @atlaskit/button/standard-button
549
+ - [#19019](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19019)
550
+ [`8bf4fdb8ed4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8bf4fdb8ed4) - add
551
+ renderWithIntl helper
552
+ - [`8742dbe70bd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8742dbe70bd) -
553
+ MEX-1102 Removed lodash dependencies from media component and converted all to local functions
554
+ (lightweight helpers)
555
+ - [`94539e589cc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/94539e589cc) -
556
+ MEX-1105 Migrated @atlaskit/button to @atlaskit/button/standard-button
468
557
 
469
558
  ### Patch Changes
470
559
 
471
- - Updated dependencies
560
+ - Updated dependencies
472
561
 
473
562
  ## 29.1.0
474
563
 
475
564
  ### Minor Changes
476
565
 
477
- - [#18526](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18526) [`3ad0bbf0f93`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3ad0bbf0f93) - Log media ssr getImageURLSync error in global variable ssr data.
478
- - [#16752](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16752) [`2f682970bfe`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2f682970bfe) - Filestates Factory accepts options for MediaClientMock constructor
479
- - [`da72247beeb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da72247beeb) - remove styled-components from media-ui
480
- - [`22a39ca6f66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/22a39ca6f66) - expose @atlaskit/media-test-helpers/smart-card-state
481
- - [`4735277e315`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4735277e315) - Extended FileState factory to update File Id internally
482
- - [`5571b079998`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5571b079998) - Added A File State simulator helper
566
+ - [#18526](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18526)
567
+ [`3ad0bbf0f93`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3ad0bbf0f93) - Log
568
+ media ssr getImageURLSync error in global variable ssr data.
569
+ - [#16752](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16752)
570
+ [`2f682970bfe`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2f682970bfe) -
571
+ Filestates Factory accepts options for MediaClientMock constructor
572
+ - [`da72247beeb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da72247beeb) - remove
573
+ styled-components from media-ui
574
+ - [`22a39ca6f66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/22a39ca6f66) - expose
575
+ @atlaskit/media-test-helpers/smart-card-state
576
+ - [`4735277e315`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4735277e315) -
577
+ Extended FileState factory to update File Id internally
578
+ - [`5571b079998`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5571b079998) - Added
579
+ A File State simulator helper
483
580
 
484
581
  ### Patch Changes
485
582
 
486
- - Updated dependencies
583
+ - Updated dependencies
487
584
 
488
585
  ## 29.0.1
489
586
 
490
587
  ### Patch Changes
491
588
 
492
- - [#17475](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/17475) [`c55c736ecea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c55c736ecea) - Patch VULN AFP-3486 AFP-3487 AFP-3488 AFP-3489
589
+ - [#17475](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/17475)
590
+ [`c55c736ecea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c55c736ecea) - Patch
591
+ VULN AFP-3486 AFP-3487 AFP-3488 AFP-3489
493
592
 
494
593
  ## 29.0.0
495
594
 
496
595
  ### Major Changes
497
596
 
498
- - [#14810](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14810) [`47f58da5946`](https://bitbucket.org/atlassian/atlassian-frontend/commits/47f58da5946) - ED-13322, ED-13324, ED-13326, ED-13323, ED-13204: Upgrade and support react-intl@^5.18.1 including breaking API changes, types and tests in atlassian-frontend packages
499
-
500
- What changed: Upgraded our react-intl support from ^2.6.0 to ^5.18.1. This means editor packages now rely on consumers installing ^5.18.1, otherwise editor usage of react-intl will mismatch with actual installed react-intl APIs.
501
- Why change was made: As part of a coordinated upgrade effort across AF packages, as react-intl v2 is quite dated.
502
- How consumer should update their code: Ensure react-intl ^5.18.1 is installed in consuming applications.
503
-
504
- Upgrade guide: To consume atlassian-frontend packages that use react-intl5 setup a second provider for the new version, using an npm alias
505
-
506
- ```js
507
- "react-intl": "^2.6.0",
508
- "react-intl-next": "npm:react-intl@^5.18.1",
509
- ```
510
-
511
- ```js
512
- import { IntlProvider } from 'react-intl';
513
- import { IntlProvider as IntlNextProvider } from 'react-intl-next';
514
-
515
- return (
516
- <IntlProvider
517
- key={locale}
518
- data-test-language={locale}
519
- locale={locale}
520
- defaultLocale={DEFAULT_LOCALE}
521
- messages={messages}
522
- >
523
- <IntlNextProvider
524
- key={locale}
525
- data-test-language={locale}
526
- locale={locale}
527
- defaultLocale={DEFAULT_LOCALE}
528
- messages={messages}
529
- >
530
- {children}
531
- </IntlNextProvider>
532
- </IntlProvider>
533
- );
534
- ```
535
-
536
- ### Patch Changes
537
-
538
- - Updated dependencies
597
+ - [#14810](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14810)
598
+ [`47f58da5946`](https://bitbucket.org/atlassian/atlassian-frontend/commits/47f58da5946) -
599
+ ED-13322, ED-13324, ED-13326, ED-13323, ED-13204: Upgrade and support react-intl@^5.18.1
600
+ including breaking API changes, types and tests in atlassian-frontend packages
601
+
602
+ What changed: Upgraded our react-intl support from ^2.6.0 to ^5.18.1. This means editor packages
603
+ now rely on consumers installing ^5.18.1, otherwise editor usage of react-intl will mismatch
604
+ with actual installed react-intl APIs. Why change was made: As part of a coordinated upgrade
605
+ effort across AF packages, as react-intl v2 is quite dated. How consumer should update their
606
+ code: Ensure react-intl ^5.18.1 is installed in consuming applications.
607
+
608
+ Upgrade guide: To consume atlassian-frontend packages that use react-intl5 setup a second
609
+ provider for the new version, using an npm alias
610
+
611
+ ```js
612
+ "react-intl": "^2.6.0",
613
+ "react-intl-next": "npm:react-intl@^5.18.1",
614
+ ```
615
+
616
+ ```js
617
+ import { IntlProvider } from 'react-intl';
618
+ import { IntlProvider as IntlNextProvider } from 'react-intl-next';
619
+
620
+ return (
621
+ <IntlProvider
622
+ key={locale}
623
+ data-test-language={locale}
624
+ locale={locale}
625
+ defaultLocale={DEFAULT_LOCALE}
626
+ messages={messages}
627
+ >
628
+ <IntlNextProvider
629
+ key={locale}
630
+ data-test-language={locale}
631
+ locale={locale}
632
+ defaultLocale={DEFAULT_LOCALE}
633
+ messages={messages}
634
+ >
635
+ {children}
636
+ </IntlNextProvider>
637
+ </IntlProvider>
638
+ );
639
+ ```
640
+
641
+ ### Patch Changes
642
+
643
+ - Updated dependencies
539
644
 
540
645
  ## 28.9.0
541
646
 
542
647
  ### Minor Changes
543
648
 
544
- - [#15998](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15998) [`1724e1b8277`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1724e1b8277) - Extended fakeMediaClient with getImageUrlSync mock
649
+ - [#15998](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15998)
650
+ [`1724e1b8277`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1724e1b8277) -
651
+ Extended fakeMediaClient with getImageUrlSync mock
545
652
 
546
653
  ### Patch Changes
547
654
 
548
- - Updated dependencies
655
+ - Updated dependencies
549
656
 
550
657
  ## 28.8.1
551
658
 
552
659
  ### Patch Changes
553
660
 
554
- - [#14777](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14777) [`11df2d9b882`](https://bitbucket.org/atlassian/atlassian-frontend/commits/11df2d9b882) - Re-enabling non stargate url for media examples
555
- - [`d15fbde3a83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d15fbde3a83) - Reverting media playground url change because of broken regression tests
556
- - [`e362e52fc66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e362e52fc66) - Updating the media playground urls for media examples, to avoid stargate auth
557
- - Updated dependencies
661
+ - [#14777](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14777)
662
+ [`11df2d9b882`](https://bitbucket.org/atlassian/atlassian-frontend/commits/11df2d9b882) -
663
+ Re-enabling non stargate url for media examples
664
+ - [`d15fbde3a83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d15fbde3a83) -
665
+ Reverting media playground url change because of broken regression tests
666
+ - [`e362e52fc66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e362e52fc66) -
667
+ Updating the media playground urls for media examples, to avoid stargate auth
668
+ - Updated dependencies
558
669
 
559
670
  ## 28.8.0
560
671
 
561
672
  ### Minor Changes
562
673
 
563
- - [#14319](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14319) [`cf853e39278`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf853e39278) - Make `fakeIntl`'s `defaultMessage` member to be a `jest.fn` with default behvaiour returning provided `{defaultMessage}` argument with `fakeIntl[]` wrapping
674
+ - [#14319](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14319)
675
+ [`cf853e39278`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf853e39278) - Make
676
+ `fakeIntl`'s `defaultMessage` member to be a `jest.fn` with default behvaiour returning provided
677
+ `{defaultMessage}` argument with `fakeIntl[]` wrapping
564
678
 
565
679
  ### Patch Changes
566
680
 
567
- - Updated dependencies
681
+ - Updated dependencies
568
682
 
569
683
  ## 28.7.5
570
684
 
571
685
  ### Patch Changes
572
686
 
573
- - [#13864](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13864) [`4777a174e6d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4777a174e6d) - Added analytics support for customMediaPlayer + screen event + entrypoint for locales
574
- - Updated dependencies
687
+ - [#13864](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13864)
688
+ [`4777a174e6d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4777a174e6d) - Added
689
+ analytics support for customMediaPlayer + screen event + entrypoint for locales
690
+ - Updated dependencies
575
691
 
576
692
  ## 28.7.4
577
693
 
578
694
  ### Patch Changes
579
695
 
580
- - [#12837](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12837) [`254c7ae04bc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/254c7ae04bc) - Refactor CardView in Media Card to group UI elements by status
581
- - Updated dependencies
696
+ - [#12837](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12837)
697
+ [`254c7ae04bc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/254c7ae04bc) -
698
+ Refactor CardView in Media Card to group UI elements by status
699
+ - Updated dependencies
582
700
 
583
701
  ## 28.7.3
584
702
 
585
703
  ### Patch Changes
586
704
 
587
- - [#12328](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12328) [`6810728cd53`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6810728cd53) - Ehance test for new auth provider in media-image to prevent re-subscription
588
- - Updated dependencies
705
+ - [#12328](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12328)
706
+ [`6810728cd53`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6810728cd53) - Ehance
707
+ test for new auth provider in media-image to prevent re-subscription
708
+ - Updated dependencies
589
709
 
590
710
  ## 28.7.2
591
711
 
592
712
  ### Patch Changes
593
713
 
594
- - [#11113](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11113) [`6be6879ef6d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6be6879ef6d) - Added Media Feature Flags control in examples
595
- - Updated dependencies
714
+ - [#11113](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11113)
715
+ [`6be6879ef6d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6be6879ef6d) - Added
716
+ Media Feature Flags control in examples
717
+ - Updated dependencies
596
718
 
597
719
  ## 28.7.1
598
720
 
599
721
  ### Patch Changes
600
722
 
601
- - [#10569](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10569) [`f0ee7740f45`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f0ee7740f45) - fix fakeMediaClient
602
- - Updated dependencies
723
+ - [#10569](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10569)
724
+ [`f0ee7740f45`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f0ee7740f45) - fix
725
+ fakeMediaClient
726
+ - Updated dependencies
603
727
 
604
728
  ## 28.7.0
605
729
 
606
730
  ### Minor Changes
607
731
 
608
- - [#9510](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9510) [`bfd2f542849`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bfd2f542849) - Add JestSpy and JestFunction members
732
+ - [#9510](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9510)
733
+ [`bfd2f542849`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bfd2f542849) - Add
734
+ JestSpy and JestFunction members
609
735
 
610
736
  ### Patch Changes
611
737
 
612
- - [`a8c69bc44f9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a8c69bc44f9) - Added missing mock function in fake Media Client implementation
613
- - [`abc38bc9990`](https://bitbucket.org/atlassian/atlassian-frontend/commits/abc38bc9990) - Added request metadata to failed frontend SLIs
614
- - Updated dependencies
738
+ - [`a8c69bc44f9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a8c69bc44f9) - Added
739
+ missing mock function in fake Media Client implementation
740
+ - [`abc38bc9990`](https://bitbucket.org/atlassian/atlassian-frontend/commits/abc38bc9990) - Added
741
+ request metadata to failed frontend SLIs
742
+ - Updated dependencies
615
743
 
616
744
  ## 28.6.0
617
745
 
618
746
  ### Minor Changes
619
747
 
620
- - [#8644](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8644) [`37d4add135f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/37d4add135f) - Provide Media Client Error creators
748
+ - [#8644](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8644)
749
+ [`37d4add135f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/37d4add135f) -
750
+ Provide Media Client Error creators
621
751
 
622
752
  ### Patch Changes
623
753
 
624
- - Updated dependencies
754
+ - Updated dependencies
625
755
 
626
756
  ## 28.5.2
627
757
 
628
758
  ### Patch Changes
629
759
 
630
- - [#7425](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7425) [`a4e37d0df4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a4e37d0df4) - Fix EDM-1636 again
631
- - Updated dependencies
760
+ - [#7425](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7425)
761
+ [`a4e37d0df4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a4e37d0df4) - Fix
762
+ EDM-1636 again
763
+ - Updated dependencies
632
764
 
633
765
  ## 28.5.1
634
766
 
635
767
  ### Patch Changes
636
768
 
637
- - Updated dependencies
769
+ - Updated dependencies
638
770
 
639
771
  ## 28.5.0
640
772
 
641
773
  ### Minor Changes
642
774
 
643
- - [#6571](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6571) [`fa5ef18162`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fa5ef18162) - Fixed media client's DataLoader error handling
644
- - [`dfd440f4b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dfd440f4b5) - [ux] New functionality to add and remove captions to images and videos. Select an image or video in the editor to start using it!
645
- editor-core now exports dedupe which aids in not having duplicate plugins added when initialising an editor
775
+ - [#6571](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6571)
776
+ [`fa5ef18162`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fa5ef18162) - Fixed
777
+ media client's DataLoader error handling
778
+ - [`dfd440f4b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dfd440f4b5) - [ux] New
779
+ functionality to add and remove captions to images and videos. Select an image or video in the
780
+ editor to start using it! editor-core now exports dedupe which aids in not having duplicate
781
+ plugins added when initialising an editor
646
782
 
647
783
  ### Patch Changes
648
784
 
649
- - [`4c6c92aee6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4c6c92aee6) - Fix rendering of captions
650
- - Updated dependencies
785
+ - [`4c6c92aee6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4c6c92aee6) - Fix
786
+ rendering of captions
787
+ - Updated dependencies
651
788
 
652
789
  ## 28.4.1
653
790
 
654
791
  ### Patch Changes
655
792
 
656
- - [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857) [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile packages using babel rather than tsc
793
+ - [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857)
794
+ [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) -
795
+ Transpile packages using babel rather than tsc
657
796
 
658
797
  ## 28.4.0
659
798
 
660
799
  ### Minor Changes
661
800
 
662
- - [#6228](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6228) [`d6f279ecaa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d6f279ecaa) - Add support for video files in MediaMock
801
+ - [#6228](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6228)
802
+ [`d6f279ecaa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d6f279ecaa) - Add
803
+ support for video files in MediaMock
663
804
 
664
805
  ### Patch Changes
665
806
 
666
- - Updated dependencies
807
+ - Updated dependencies
667
808
 
668
809
  ## 28.3.1
669
810
 
670
811
  ### Patch Changes
671
812
 
672
- - Updated dependencies
813
+ - Updated dependencies
673
814
 
674
815
  ## 28.3.0
675
816
 
676
817
  ### Minor Changes
677
818
 
678
- - [#5516](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5516) [`52b1353be9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/52b1353be9) - BMT-611 Added integration test for Giphy cloud files
679
- - [`73613210d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/73613210d4) - Adding support for Code and Email files so that they are now able to be previewed in the viewer.
819
+ - [#5516](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5516)
820
+ [`52b1353be9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/52b1353be9) - BMT-611
821
+ Added integration test for Giphy cloud files
822
+ - [`73613210d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/73613210d4) - Adding
823
+ support for Code and Email files so that they are now able to be previewed in the viewer.
680
824
 
681
825
  ### Patch Changes
682
826
 
683
- - Updated dependencies
827
+ - Updated dependencies
684
828
 
685
829
  ## 28.2.2
686
830
 
687
831
  ### Patch Changes
688
832
 
689
- - [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497) [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules compiler option.
690
- This requires version 3.8 of Typescript, read more about how we handle Typescript versions here: https://atlaskit.atlassian.com/get-started
691
- Also add `typescript` to `devDependencies` to denote version that the package was built with.
833
+ - [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497)
834
+ [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export
835
+ types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules
836
+ compiler option. This requires version 3.8 of Typescript, read more about how we handle
837
+ Typescript versions here: https://atlaskit.atlassian.com/get-started Also add `typescript` to
838
+ `devDependencies` to denote version that the package was built with.
692
839
 
693
840
  ## 28.2.1
694
841
 
695
842
  ### Patch Changes
696
843
 
697
- - [#5224](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5224) [`b4cf0f9326`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b4cf0f9326) - ED-10439 - Modify loadImageMockSetup to ensure media-ui mock is not hoisted
844
+ - [#5224](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5224)
845
+ [`b4cf0f9326`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b4cf0f9326) -
846
+ ED-10439 - Modify loadImageMockSetup to ensure media-ui mock is not hoisted
698
847
 
699
848
  ## 28.2.0
700
849
 
701
850
  ### Minor Changes
702
851
 
703
- - [#4749](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4749) [`821e8edaf8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/821e8edaf8) - Make MediaMock ApiRouter more realistic + replace tall image testing
704
- - [`9c50fe8fd0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9c50fe8fd0) - Adding Browser integration tests that simulate a using dragging and dropping a folder
705
- - [`7d831363d9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7d831363d9) - Migrated to declarative entry points
852
+ - [#4749](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4749)
853
+ [`821e8edaf8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/821e8edaf8) - Make
854
+ MediaMock ApiRouter more realistic + replace tall image testing
855
+ - [`9c50fe8fd0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9c50fe8fd0) - Adding
856
+ Browser integration tests that simulate a using dragging and dropping a folder
857
+ - [`7d831363d9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7d831363d9) - Migrated
858
+ to declarative entry points
706
859
 
707
860
  ### Patch Changes
708
861
 
709
- - Updated dependencies
862
+ - Updated dependencies
710
863
 
711
864
  ## 28.1.4
712
865
 
713
866
  ### Patch Changes
714
867
 
715
- - Updated dependencies
868
+ - Updated dependencies
716
869
 
717
870
  ## 28.1.3
718
871
 
719
872
  ### Patch Changes
720
873
 
721
- - Updated dependencies
874
+ - Updated dependencies
722
875
 
723
876
  ## 28.1.2
724
877
 
725
878
  ### Patch Changes
726
879
 
727
- - [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885) [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded to TypeScript 3.9.6 and tslib to 2.0.0
880
+ - [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885)
881
+ [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded
882
+ to TypeScript 3.9.6 and tslib to 2.0.0
728
883
 
729
- Since tslib is a dependency for all our packages we recommend that products also follow this tslib upgrade
730
- to prevent duplicates of tslib being bundled.
884
+ Since tslib is a dependency for all our packages we recommend that products also follow this
885
+ tslib upgrade to prevent duplicates of tslib being bundled.
731
886
 
732
887
  ## 28.1.1
733
888
 
734
889
  ### Patch Changes
735
890
 
736
- - [#4393](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4393) [`76165ad82f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/76165ad82f) - Bump required because of conflicts on wadmal release
891
+ - [#4393](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4393)
892
+ [`76165ad82f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/76165ad82f) - Bump
893
+ required because of conflicts on wadmal release
737
894
 
738
895
  ## 28.1.0
739
896
 
740
897
  ### Minor Changes
741
898
 
742
- - [#3823](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3823) [`62eb1114c4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/62eb1114c4) - Enable passing of MediaFeatureFlags through Editor Renderer via MediaOptions to Media components
743
- - [`155125a472`](https://bitbucket.org/atlassian/atlassian-frontend/commits/155125a472) - Add flushPromise
744
- - [`5d20188710`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5d20188710) - Added all supported languages to I18NWrapper
745
- - [`8cfc88423a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cfc88423a) - Added more zip examples and added error handling for zip previews
746
- - [`2202870181`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2202870181) - Added support for zip previews in media viewer
747
- - [`b8695823e3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b8695823e3) - Fixed Giphy images display as plain text when inserted into Editor
748
-
749
- ### Patch Changes
750
-
751
- - [`3a188fc905`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3a188fc905) - Fixed error when using empty mimeType in media examples
752
- - [`6262f382de`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6262f382de) - Use the 'lodash' package instead of single-function 'lodash.\*' packages
753
- - [`0c1bb3fa88`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0c1bb3fa88) - Fixed mocked response for "/file/copy/withToken" in MediaMock. Added isMediaCollectionItemFullDetails() to media-client.
754
- - [`fa6fb5dfbb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fa6fb5dfbb) - Removing unused code to be published
755
- - [`7af030b047`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7af030b047) - Added example for broken external file Id
756
- - Updated dependencies
899
+ - [#3823](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3823)
900
+ [`62eb1114c4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/62eb1114c4) - Enable
901
+ passing of MediaFeatureFlags through Editor Renderer via MediaOptions to Media components
902
+ - [`155125a472`](https://bitbucket.org/atlassian/atlassian-frontend/commits/155125a472) - Add
903
+ flushPromise
904
+ - [`5d20188710`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5d20188710) - Added
905
+ all supported languages to I18NWrapper
906
+ - [`8cfc88423a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cfc88423a) - Added
907
+ more zip examples and added error handling for zip previews
908
+ - [`2202870181`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2202870181) - Added
909
+ support for zip previews in media viewer
910
+ - [`b8695823e3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b8695823e3) - Fixed
911
+ Giphy images display as plain text when inserted into Editor
912
+
913
+ ### Patch Changes
914
+
915
+ - [`3a188fc905`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3a188fc905) - Fixed
916
+ error when using empty mimeType in media examples
917
+ - [`6262f382de`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6262f382de) - Use the
918
+ 'lodash' package instead of single-function 'lodash.\*' packages
919
+ - [`0c1bb3fa88`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0c1bb3fa88) - Fixed
920
+ mocked response for "/file/copy/withToken" in MediaMock. Added
921
+ isMediaCollectionItemFullDetails() to media-client.
922
+ - [`fa6fb5dfbb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fa6fb5dfbb) - Removing
923
+ unused code to be published
924
+ - [`7af030b047`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7af030b047) - Added
925
+ example for broken external file Id
926
+ - Updated dependencies
757
927
 
758
928
  ## 28.0.1
759
929
 
760
930
  ### Patch Changes
761
931
 
762
- - [#3428](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3428) [`50d947cdae`](https://bitbucket.org/atlassian/atlassian-frontend/commits/50d947cdae) - Added Media Card New Experience behind a feature flag
932
+ - [#3428](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3428)
933
+ [`50d947cdae`](https://bitbucket.org/atlassian/atlassian-frontend/commits/50d947cdae) - Added
934
+ Media Card New Experience behind a feature flag
763
935
 
764
936
  ## 28.0.0
765
937
 
766
938
  ### Major Changes
767
939
 
768
- - [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335) [`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) - Officially dropping IE11 support, from this version onwards there are no warranties of the package working in IE11.
769
- For more information see: https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
940
+ - [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335)
941
+ [`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) -
942
+ Officially dropping IE11 support, from this version onwards there are no warranties of the
943
+ package working in IE11. For more information see:
944
+ https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
770
945
 
771
946
  ### Patch Changes
772
947
 
773
- - Updated dependencies
948
+ - Updated dependencies
774
949
 
775
950
  ## 27.2.3
776
951
 
777
952
  ### Patch Changes
778
953
 
779
- - Updated dependencies
954
+ - Updated dependencies
780
955
 
781
956
  ## 27.2.2
782
957
 
783
958
  ### Patch Changes
784
959
 
785
- - [#3229](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3229) [`eac08411a3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eac08411a3) - Updated react-redux dependency to 5.1.0
960
+ - [#3229](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3229)
961
+ [`eac08411a3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eac08411a3) - Updated
962
+ react-redux dependency to 5.1.0
786
963
 
787
964
  ## 27.2.1
788
965
 
789
966
  ### Patch Changes
790
967
 
791
- - [#2137](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2137) [`a2ffde361d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a2ffde361d) - MPT-131: fetch remote preview for files not supported by the browser
792
- - [`054e719497`](https://bitbucket.org/atlassian/atlassian-frontend/commits/054e719497) - Replace deprecated Media URLs with latest
793
- - [`54d82b49f0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54d82b49f0) - Remove unused dependencies
794
- - Updated dependencies
968
+ - [#2137](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2137)
969
+ [`a2ffde361d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a2ffde361d) - MPT-131:
970
+ fetch remote preview for files not supported by the browser
971
+ - [`054e719497`](https://bitbucket.org/atlassian/atlassian-frontend/commits/054e719497) - Replace
972
+ deprecated Media URLs with latest
973
+ - [`54d82b49f0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54d82b49f0) - Remove
974
+ unused dependencies
975
+ - Updated dependencies
795
976
 
796
977
  ## 27.2.0
797
978
 
798
979
  ### Minor Changes
799
980
 
800
- - [minor][7e363d5aba](https://bitbucket.org/atlassian/atlassian-frontend/commits/7e363d5aba):
801
-
802
- Adding uploadFromDrag function in MediaMockControlsBackdoor
803
-
804
- ### Patch Changes
805
-
806
- - [patch][6a6a991904](https://bitbucket.org/atlassian/atlassian-frontend/commits/6a6a991904):
807
-
808
- Refactoring uploadImageFromDrag- [patch][84f82f7015](https://bitbucket.org/atlassian/atlassian-frontend/commits/84f82f7015):
809
-
810
- Change media-mock /file/copy/withToken to be more similar to real implementation- [patch][b2402fc3a2](https://bitbucket.org/atlassian/atlassian-frontend/commits/b2402fc3a2):
811
-
812
- Change api-router logging- Updated dependencies [f459d99f15](https://bitbucket.org/atlassian/atlassian-frontend/commits/f459d99f15):
813
-
814
- - Updated dependencies [17cc5dde5d](https://bitbucket.org/atlassian/atlassian-frontend/commits/17cc5dde5d):
815
- - Updated dependencies [3aedaac8c7](https://bitbucket.org/atlassian/atlassian-frontend/commits/3aedaac8c7):
816
- - Updated dependencies [f061ed6c98](https://bitbucket.org/atlassian/atlassian-frontend/commits/f061ed6c98):
817
- - Updated dependencies [49dbcfa64c](https://bitbucket.org/atlassian/atlassian-frontend/commits/49dbcfa64c):
818
- - Updated dependencies [e9d555132d](https://bitbucket.org/atlassian/atlassian-frontend/commits/e9d555132d):
819
- - Updated dependencies [5f8e3caf72](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f8e3caf72):
820
- - Updated dependencies [d7b07a9ca4](https://bitbucket.org/atlassian/atlassian-frontend/commits/d7b07a9ca4):
821
- - Updated dependencies [318a1a0f2f](https://bitbucket.org/atlassian/atlassian-frontend/commits/318a1a0f2f):
822
- - Updated dependencies [fd4b237ffe](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd4b237ffe):
823
- - Updated dependencies [9691bb8eb9](https://bitbucket.org/atlassian/atlassian-frontend/commits/9691bb8eb9):
824
- - Updated dependencies [11ff95c0f0](https://bitbucket.org/atlassian/atlassian-frontend/commits/11ff95c0f0):
825
- - Updated dependencies [fb2b3c8a3b](https://bitbucket.org/atlassian/atlassian-frontend/commits/fb2b3c8a3b):
826
- - Updated dependencies [692692ba24](https://bitbucket.org/atlassian/atlassian-frontend/commits/692692ba24):
827
- - Updated dependencies [5550919b98](https://bitbucket.org/atlassian/atlassian-frontend/commits/5550919b98):
828
- - Updated dependencies [b5f17f0751](https://bitbucket.org/atlassian/atlassian-frontend/commits/b5f17f0751):
829
- - Updated dependencies [109004a98e](https://bitbucket.org/atlassian/atlassian-frontend/commits/109004a98e):
830
- - Updated dependencies [e5c869ee31](https://bitbucket.org/atlassian/atlassian-frontend/commits/e5c869ee31):
831
- - Updated dependencies [69b678b38c](https://bitbucket.org/atlassian/atlassian-frontend/commits/69b678b38c):
832
- - Updated dependencies [e9044fbfa6](https://bitbucket.org/atlassian/atlassian-frontend/commits/e9044fbfa6):
833
- - Updated dependencies [fd782b0705](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd782b0705):
834
- - Updated dependencies [050781f257](https://bitbucket.org/atlassian/atlassian-frontend/commits/050781f257):
835
- - Updated dependencies [4635f8107b](https://bitbucket.org/atlassian/atlassian-frontend/commits/4635f8107b):
836
- - Updated dependencies [d80b8e8fdb](https://bitbucket.org/atlassian/atlassian-frontend/commits/d80b8e8fdb):
837
- - Updated dependencies [d38212e1be](https://bitbucket.org/atlassian/atlassian-frontend/commits/d38212e1be):
838
- - Updated dependencies [ba8c2c4129](https://bitbucket.org/atlassian/atlassian-frontend/commits/ba8c2c4129):
839
- - Updated dependencies [d3547279dd](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3547279dd):
840
- - Updated dependencies [67bc25bc3f](https://bitbucket.org/atlassian/atlassian-frontend/commits/67bc25bc3f):
841
- - Updated dependencies [4aca202534](https://bitbucket.org/atlassian/atlassian-frontend/commits/4aca202534):
842
- - Updated dependencies [48fb5a1b6b](https://bitbucket.org/atlassian/atlassian-frontend/commits/48fb5a1b6b):
843
- - Updated dependencies [f3587bae11](https://bitbucket.org/atlassian/atlassian-frontend/commits/f3587bae11):
844
- - Updated dependencies [8c8f0099d8](https://bitbucket.org/atlassian/atlassian-frontend/commits/8c8f0099d8):
845
- - Updated dependencies [c28ff17fbd](https://bitbucket.org/atlassian/atlassian-frontend/commits/c28ff17fbd):
846
- - @atlaskit/media-ui@12.1.0
847
- - @atlaskit/media-client@6.1.0
848
- - @atlaskit/media-picker@54.1.0
849
- - @atlaskit/media-card@67.2.0
981
+ - [minor][7e363d5aba](https://bitbucket.org/atlassian/atlassian-frontend/commits/7e363d5aba):
982
+
983
+ Adding uploadFromDrag function in MediaMockControlsBackdoor
984
+
985
+ ### Patch Changes
986
+
987
+ - [patch][6a6a991904](https://bitbucket.org/atlassian/atlassian-frontend/commits/6a6a991904):
988
+
989
+ Refactoring uploadImageFromDrag-
990
+ [patch][84f82f7015](https://bitbucket.org/atlassian/atlassian-frontend/commits/84f82f7015):
991
+
992
+ Change media-mock /file/copy/withToken to be more similar to real implementation-
993
+ [patch][b2402fc3a2](https://bitbucket.org/atlassian/atlassian-frontend/commits/b2402fc3a2):
994
+
995
+ Change api-router logging- Updated dependencies
996
+ [f459d99f15](https://bitbucket.org/atlassian/atlassian-frontend/commits/f459d99f15):
997
+
998
+ - Updated dependencies
999
+ [17cc5dde5d](https://bitbucket.org/atlassian/atlassian-frontend/commits/17cc5dde5d):
1000
+ - Updated dependencies
1001
+ [3aedaac8c7](https://bitbucket.org/atlassian/atlassian-frontend/commits/3aedaac8c7):
1002
+ - Updated dependencies
1003
+ [f061ed6c98](https://bitbucket.org/atlassian/atlassian-frontend/commits/f061ed6c98):
1004
+ - Updated dependencies
1005
+ [49dbcfa64c](https://bitbucket.org/atlassian/atlassian-frontend/commits/49dbcfa64c):
1006
+ - Updated dependencies
1007
+ [e9d555132d](https://bitbucket.org/atlassian/atlassian-frontend/commits/e9d555132d):
1008
+ - Updated dependencies
1009
+ [5f8e3caf72](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f8e3caf72):
1010
+ - Updated dependencies
1011
+ [d7b07a9ca4](https://bitbucket.org/atlassian/atlassian-frontend/commits/d7b07a9ca4):
1012
+ - Updated dependencies
1013
+ [318a1a0f2f](https://bitbucket.org/atlassian/atlassian-frontend/commits/318a1a0f2f):
1014
+ - Updated dependencies
1015
+ [fd4b237ffe](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd4b237ffe):
1016
+ - Updated dependencies
1017
+ [9691bb8eb9](https://bitbucket.org/atlassian/atlassian-frontend/commits/9691bb8eb9):
1018
+ - Updated dependencies
1019
+ [11ff95c0f0](https://bitbucket.org/atlassian/atlassian-frontend/commits/11ff95c0f0):
1020
+ - Updated dependencies
1021
+ [fb2b3c8a3b](https://bitbucket.org/atlassian/atlassian-frontend/commits/fb2b3c8a3b):
1022
+ - Updated dependencies
1023
+ [692692ba24](https://bitbucket.org/atlassian/atlassian-frontend/commits/692692ba24):
1024
+ - Updated dependencies
1025
+ [5550919b98](https://bitbucket.org/atlassian/atlassian-frontend/commits/5550919b98):
1026
+ - Updated dependencies
1027
+ [b5f17f0751](https://bitbucket.org/atlassian/atlassian-frontend/commits/b5f17f0751):
1028
+ - Updated dependencies
1029
+ [109004a98e](https://bitbucket.org/atlassian/atlassian-frontend/commits/109004a98e):
1030
+ - Updated dependencies
1031
+ [e5c869ee31](https://bitbucket.org/atlassian/atlassian-frontend/commits/e5c869ee31):
1032
+ - Updated dependencies
1033
+ [69b678b38c](https://bitbucket.org/atlassian/atlassian-frontend/commits/69b678b38c):
1034
+ - Updated dependencies
1035
+ [e9044fbfa6](https://bitbucket.org/atlassian/atlassian-frontend/commits/e9044fbfa6):
1036
+ - Updated dependencies
1037
+ [fd782b0705](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd782b0705):
1038
+ - Updated dependencies
1039
+ [050781f257](https://bitbucket.org/atlassian/atlassian-frontend/commits/050781f257):
1040
+ - Updated dependencies
1041
+ [4635f8107b](https://bitbucket.org/atlassian/atlassian-frontend/commits/4635f8107b):
1042
+ - Updated dependencies
1043
+ [d80b8e8fdb](https://bitbucket.org/atlassian/atlassian-frontend/commits/d80b8e8fdb):
1044
+ - Updated dependencies
1045
+ [d38212e1be](https://bitbucket.org/atlassian/atlassian-frontend/commits/d38212e1be):
1046
+ - Updated dependencies
1047
+ [ba8c2c4129](https://bitbucket.org/atlassian/atlassian-frontend/commits/ba8c2c4129):
1048
+ - Updated dependencies
1049
+ [d3547279dd](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3547279dd):
1050
+ - Updated dependencies
1051
+ [67bc25bc3f](https://bitbucket.org/atlassian/atlassian-frontend/commits/67bc25bc3f):
1052
+ - Updated dependencies
1053
+ [4aca202534](https://bitbucket.org/atlassian/atlassian-frontend/commits/4aca202534):
1054
+ - Updated dependencies
1055
+ [48fb5a1b6b](https://bitbucket.org/atlassian/atlassian-frontend/commits/48fb5a1b6b):
1056
+ - Updated dependencies
1057
+ [f3587bae11](https://bitbucket.org/atlassian/atlassian-frontend/commits/f3587bae11):
1058
+ - Updated dependencies
1059
+ [8c8f0099d8](https://bitbucket.org/atlassian/atlassian-frontend/commits/8c8f0099d8):
1060
+ - Updated dependencies
1061
+ [c28ff17fbd](https://bitbucket.org/atlassian/atlassian-frontend/commits/c28ff17fbd):
1062
+ - @atlaskit/media-ui@12.1.0
1063
+ - @atlaskit/media-client@6.1.0
1064
+ - @atlaskit/media-picker@54.1.0
1065
+ - @atlaskit/media-card@67.2.0
850
1066
 
851
1067
  ## 27.1.0
852
1068
 
853
1069
  ### Minor Changes
854
1070
 
855
- - [minor][6dcad31e41](https://bitbucket.org/atlassian/atlassian-frontend/commits/6dcad31e41):
1071
+ - [minor][6dcad31e41](https://bitbucket.org/atlassian/atlassian-frontend/commits/6dcad31e41):
856
1072
 
857
- - Added Stargate integration to MediaPicker popup.
858
- - Added `useMediaPickerPopup` option to Editor which enables using MediaPicker popup even when userAuthProvider is not provided.
1073
+ - Added Stargate integration to MediaPicker popup.
1074
+ - Added `useMediaPickerPopup` option to Editor which enables using MediaPicker popup even when
1075
+ userAuthProvider is not provided.
859
1076
 
860
- ### Using Stargate Integration
1077
+ ### Using Stargate Integration
861
1078
 
862
- Stargate integration is enabled by default as long as an `userAuthProvider` is not provided to `MediaClient`.
1079
+ Stargate integration is enabled by default as long as an `userAuthProvider` is not provided to
1080
+ `MediaClient`.
863
1081
 
864
- By default it uses the current domain as base URL. If you need to use a different base URL you can provide a `stargateBaseUrl` configuration:
1082
+ By default it uses the current domain as base URL. If you need to use a different base URL you
1083
+ can provide a `stargateBaseUrl` configuration:
865
1084
 
866
- ```
867
- import { MediaClient } from '@atlaskit/media-client';
868
- const mediaClient = new MediaClient({ authProvider, stargateBaseUrl: 'http://stargate-url' });
869
- ```
1085
+ ```
1086
+ import { MediaClient } from '@atlaskit/media-client';
1087
+ const mediaClient = new MediaClient({ authProvider, stargateBaseUrl: 'http://stargate-url' });
1088
+ ```
870
1089
 
871
- _Note_: Editor default behaviour is falling back to native file upload when `userAuthProvider` is not provided.
872
- In order to avoid that, and being able to use Stargate, you need to set Media option `useMediaPickerPopup` to true.- [minor][3cbc8a49a2](https://bitbucket.org/atlassian/atlassian-frontend/commits/3cbc8a49a2):
1090
+ _Note_: Editor default behaviour is falling back to native file upload when `userAuthProvider`
1091
+ is not provided. In order to avoid that, and being able to use Stargate, you need to set Media
1092
+ option `useMediaPickerPopup` to true.-
1093
+ [minor][3cbc8a49a2](https://bitbucket.org/atlassian/atlassian-frontend/commits/3cbc8a49a2):
873
1094
 
874
- Adding awaitUpload helper function
1095
+ Adding awaitUpload helper function
875
1096
 
876
1097
  ### Patch Changes
877
1098
 
878
- - [patch][d49ebd7c7a](https://bitbucket.org/atlassian/atlassian-frontend/commits/d49ebd7c7a):
1099
+ - [patch][d49ebd7c7a](https://bitbucket.org/atlassian/atlassian-frontend/commits/d49ebd7c7a):
879
1100
 
880
- remove export \* from media-test-helpers- Updated dependencies [81684c1847](https://bitbucket.org/atlassian/atlassian-frontend/commits/81684c1847):
1101
+ remove export \* from media-test-helpers- Updated dependencies
1102
+ [81684c1847](https://bitbucket.org/atlassian/atlassian-frontend/commits/81684c1847):
881
1103
 
882
- - Updated dependencies [eb962d2c36](https://bitbucket.org/atlassian/atlassian-frontend/commits/eb962d2c36):
883
- - Updated dependencies [9d2da865dd](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d2da865dd):
884
- - Updated dependencies [f83b67a761](https://bitbucket.org/atlassian/atlassian-frontend/commits/f83b67a761):
885
- - Updated dependencies [70b68943d1](https://bitbucket.org/atlassian/atlassian-frontend/commits/70b68943d1):
886
- - Updated dependencies [9a93eff8e6](https://bitbucket.org/atlassian/atlassian-frontend/commits/9a93eff8e6):
887
- - Updated dependencies [13a0e50f38](https://bitbucket.org/atlassian/atlassian-frontend/commits/13a0e50f38):
888
- - Updated dependencies [6dcad31e41](https://bitbucket.org/atlassian/atlassian-frontend/commits/6dcad31e41):
889
- - @atlaskit/media-picker@54.0.0
890
- - @atlaskit/media-client@6.0.0
891
- - @atlaskit/media-card@67.1.1
892
- - @atlaskit/media-ui@12.0.1
893
- - @atlaskit/media-core@31.1.0
1104
+ - Updated dependencies
1105
+ [eb962d2c36](https://bitbucket.org/atlassian/atlassian-frontend/commits/eb962d2c36):
1106
+ - Updated dependencies
1107
+ [9d2da865dd](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d2da865dd):
1108
+ - Updated dependencies
1109
+ [f83b67a761](https://bitbucket.org/atlassian/atlassian-frontend/commits/f83b67a761):
1110
+ - Updated dependencies
1111
+ [70b68943d1](https://bitbucket.org/atlassian/atlassian-frontend/commits/70b68943d1):
1112
+ - Updated dependencies
1113
+ [9a93eff8e6](https://bitbucket.org/atlassian/atlassian-frontend/commits/9a93eff8e6):
1114
+ - Updated dependencies
1115
+ [13a0e50f38](https://bitbucket.org/atlassian/atlassian-frontend/commits/13a0e50f38):
1116
+ - Updated dependencies
1117
+ [6dcad31e41](https://bitbucket.org/atlassian/atlassian-frontend/commits/6dcad31e41):
1118
+ - @atlaskit/media-picker@54.0.0
1119
+ - @atlaskit/media-client@6.0.0
1120
+ - @atlaskit/media-card@67.1.1
1121
+ - @atlaskit/media-ui@12.0.1
1122
+ - @atlaskit/media-core@31.1.0
894
1123
 
895
1124
  ## 27.0.0
896
1125
 
897
1126
  ### Major Changes
898
1127
 
899
- - [major][8b34c7371d](https://bitbucket.org/atlassian/atlassian-frontend/commits/8b34c7371d):
1128
+ - [major][8b34c7371d](https://bitbucket.org/atlassian/atlassian-frontend/commits/8b34c7371d):
900
1129
 
901
- MediaPickerPageObject methods API has changed.
1130
+ MediaPickerPageObject methods API has changed.
902
1131
 
903
1132
  ### Minor Changes
904
1133
 
905
- - [minor][41a2496393](https://bitbucket.org/atlassian/atlassian-frontend/commits/41a2496393):
906
-
907
- New API is introduced:
908
- _ `isMediaMockOptedIn` - you can use this in `examples` to check if user wants to use mocked media backend
909
- _ `mediaMockQueryOptInFlag` - add this flag to query string to opt-in to mocked media backend- [minor][bbf5eb8824](https://bitbucket.org/atlassian/atlassian-frontend/commits/bbf5eb8824):
910
-
911
- Add asMockFunction utility- [minor][6b06a7baa9](https://bitbucket.org/atlassian/atlassian-frontend/commits/6b06a7baa9):
912
-
913
- Introduce a way to fail specific urls in media mock server via backdoor
914
-
915
- ### Patch Changes
916
-
917
- - [patch][196500df34](https://bitbucket.org/atlassian/atlassian-frontend/commits/196500df34):
918
-
919
- move MockGlobalImage to media-test-helpers for reuse- [patch][d7ed7b1513](https://bitbucket.org/atlassian/atlassian-frontend/commits/d7ed7b1513):
920
-
921
- Remove export \* from media components- Updated dependencies [b408e050ab](https://bitbucket.org/atlassian/atlassian-frontend/commits/b408e050ab):
922
-
923
- - Updated dependencies [dda84ee26d](https://bitbucket.org/atlassian/atlassian-frontend/commits/dda84ee26d):
924
- - Updated dependencies [fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
925
- - Updated dependencies [fe9d471b88](https://bitbucket.org/atlassian/atlassian-frontend/commits/fe9d471b88):
926
- - Updated dependencies [08935ea653](https://bitbucket.org/atlassian/atlassian-frontend/commits/08935ea653):
927
- - Updated dependencies [196500df34](https://bitbucket.org/atlassian/atlassian-frontend/commits/196500df34):
928
- - Updated dependencies [77474b6821](https://bitbucket.org/atlassian/atlassian-frontend/commits/77474b6821):
929
- - Updated dependencies [be57ca3829](https://bitbucket.org/atlassian/atlassian-frontend/commits/be57ca3829):
930
- - Updated dependencies [d7ed7b1513](https://bitbucket.org/atlassian/atlassian-frontend/commits/d7ed7b1513):
931
- - Updated dependencies [39ee28797d](https://bitbucket.org/atlassian/atlassian-frontend/commits/39ee28797d):
932
- - Updated dependencies [bb06388705](https://bitbucket.org/atlassian/atlassian-frontend/commits/bb06388705):
933
- - Updated dependencies [fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
934
- - Updated dependencies [832fd6f4f7](https://bitbucket.org/atlassian/atlassian-frontend/commits/832fd6f4f7):
935
- - Updated dependencies [695e1c1c31](https://bitbucket.org/atlassian/atlassian-frontend/commits/695e1c1c31):
936
- - Updated dependencies [fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
937
- - @atlaskit/media-client@5.0.2
938
- - @atlaskit/media-picker@53.0.0
939
- - @atlaskit/media-ui@12.0.0
940
- - @atlaskit/icon@20.1.0
941
- - @atlaskit/media-card@67.1.0
942
- - @atlaskit/media-core@31.0.5
943
- - @atlaskit/dropdown-menu@9.0.2
944
- - @atlaskit/select@11.0.9
1134
+ - [minor][41a2496393](https://bitbucket.org/atlassian/atlassian-frontend/commits/41a2496393):
1135
+
1136
+ New API is introduced: _ `isMediaMockOptedIn` - you can use this in `examples` to check if user
1137
+ wants to use mocked media backend _ `mediaMockQueryOptInFlag` - add this flag to query string to
1138
+ opt-in to mocked media backend-
1139
+ [minor][bbf5eb8824](https://bitbucket.org/atlassian/atlassian-frontend/commits/bbf5eb8824):
1140
+
1141
+ Add asMockFunction utility-
1142
+ [minor][6b06a7baa9](https://bitbucket.org/atlassian/atlassian-frontend/commits/6b06a7baa9):
1143
+
1144
+ Introduce a way to fail specific urls in media mock server via backdoor
1145
+
1146
+ ### Patch Changes
1147
+
1148
+ - [patch][196500df34](https://bitbucket.org/atlassian/atlassian-frontend/commits/196500df34):
1149
+
1150
+ move MockGlobalImage to media-test-helpers for reuse-
1151
+ [patch][d7ed7b1513](https://bitbucket.org/atlassian/atlassian-frontend/commits/d7ed7b1513):
1152
+
1153
+ Remove export \* from media components- Updated dependencies
1154
+ [b408e050ab](https://bitbucket.org/atlassian/atlassian-frontend/commits/b408e050ab):
1155
+
1156
+ - Updated dependencies
1157
+ [dda84ee26d](https://bitbucket.org/atlassian/atlassian-frontend/commits/dda84ee26d):
1158
+ - Updated dependencies
1159
+ [fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
1160
+ - Updated dependencies
1161
+ [fe9d471b88](https://bitbucket.org/atlassian/atlassian-frontend/commits/fe9d471b88):
1162
+ - Updated dependencies
1163
+ [08935ea653](https://bitbucket.org/atlassian/atlassian-frontend/commits/08935ea653):
1164
+ - Updated dependencies
1165
+ [196500df34](https://bitbucket.org/atlassian/atlassian-frontend/commits/196500df34):
1166
+ - Updated dependencies
1167
+ [77474b6821](https://bitbucket.org/atlassian/atlassian-frontend/commits/77474b6821):
1168
+ - Updated dependencies
1169
+ [be57ca3829](https://bitbucket.org/atlassian/atlassian-frontend/commits/be57ca3829):
1170
+ - Updated dependencies
1171
+ [d7ed7b1513](https://bitbucket.org/atlassian/atlassian-frontend/commits/d7ed7b1513):
1172
+ - Updated dependencies
1173
+ [39ee28797d](https://bitbucket.org/atlassian/atlassian-frontend/commits/39ee28797d):
1174
+ - Updated dependencies
1175
+ [bb06388705](https://bitbucket.org/atlassian/atlassian-frontend/commits/bb06388705):
1176
+ - Updated dependencies
1177
+ [fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
1178
+ - Updated dependencies
1179
+ [832fd6f4f7](https://bitbucket.org/atlassian/atlassian-frontend/commits/832fd6f4f7):
1180
+ - Updated dependencies
1181
+ [695e1c1c31](https://bitbucket.org/atlassian/atlassian-frontend/commits/695e1c1c31):
1182
+ - Updated dependencies
1183
+ [fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
1184
+ - @atlaskit/media-client@5.0.2
1185
+ - @atlaskit/media-picker@53.0.0
1186
+ - @atlaskit/media-ui@12.0.0
1187
+ - @atlaskit/icon@20.1.0
1188
+ - @atlaskit/media-card@67.1.0
1189
+ - @atlaskit/media-core@31.0.5
1190
+ - @atlaskit/dropdown-menu@9.0.2
1191
+ - @atlaskit/select@11.0.9
945
1192
 
946
1193
  ## 26.1.2
947
1194
 
948
1195
  ### Patch Changes
949
1196
 
950
- - Updated dependencies [8c7f68d911](https://bitbucket.org/atlassian/atlassian-frontend/commits/8c7f68d911):
951
- - Updated dependencies [f709e92247](https://bitbucket.org/atlassian/atlassian-frontend/commits/f709e92247):
952
- - Updated dependencies [0e562f2a4a](https://bitbucket.org/atlassian/atlassian-frontend/commits/0e562f2a4a):
953
- - Updated dependencies [9e87af4685](https://bitbucket.org/atlassian/atlassian-frontend/commits/9e87af4685):
954
- - Updated dependencies [eeaa647c31](https://bitbucket.org/atlassian/atlassian-frontend/commits/eeaa647c31):
955
- - Updated dependencies [0603860c07](https://bitbucket.org/atlassian/atlassian-frontend/commits/0603860c07):
956
- - @atlaskit/media-ui@11.9.0
957
- - @atlaskit/dropdown-menu@9.0.0
958
- - @atlaskit/media-card@67.0.4
959
- - @atlaskit/icon@20.0.2
960
- - @atlaskit/media-picker@52.0.3
1197
+ - Updated dependencies
1198
+ [8c7f68d911](https://bitbucket.org/atlassian/atlassian-frontend/commits/8c7f68d911):
1199
+ - Updated dependencies
1200
+ [f709e92247](https://bitbucket.org/atlassian/atlassian-frontend/commits/f709e92247):
1201
+ - Updated dependencies
1202
+ [0e562f2a4a](https://bitbucket.org/atlassian/atlassian-frontend/commits/0e562f2a4a):
1203
+ - Updated dependencies
1204
+ [9e87af4685](https://bitbucket.org/atlassian/atlassian-frontend/commits/9e87af4685):
1205
+ - Updated dependencies
1206
+ [eeaa647c31](https://bitbucket.org/atlassian/atlassian-frontend/commits/eeaa647c31):
1207
+ - Updated dependencies
1208
+ [0603860c07](https://bitbucket.org/atlassian/atlassian-frontend/commits/0603860c07):
1209
+ - @atlaskit/media-ui@11.9.0
1210
+ - @atlaskit/dropdown-menu@9.0.0
1211
+ - @atlaskit/media-card@67.0.4
1212
+ - @atlaskit/icon@20.0.2
1213
+ - @atlaskit/media-picker@52.0.3
961
1214
 
962
1215
  ## 26.1.1
963
1216
 
964
1217
  ### Patch Changes
965
1218
 
966
- - [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
1219
+ - [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
967
1220
 
968
- Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
1221
+ Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
1222
+ [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
969
1223
 
970
- - @atlaskit/dropdown-menu@8.2.4
971
- - @atlaskit/icon@20.0.1
972
- - @atlaskit/select@11.0.7
973
- - @atlaskit/media-card@67.0.3
974
- - @atlaskit/media-client@5.0.1
975
- - @atlaskit/media-core@31.0.4
976
- - @atlaskit/media-picker@52.0.2
977
- - @atlaskit/media-ui@11.8.3
1224
+ - @atlaskit/dropdown-menu@8.2.4
1225
+ - @atlaskit/icon@20.0.1
1226
+ - @atlaskit/select@11.0.7
1227
+ - @atlaskit/media-card@67.0.3
1228
+ - @atlaskit/media-client@5.0.1
1229
+ - @atlaskit/media-core@31.0.4
1230
+ - @atlaskit/media-picker@52.0.2
1231
+ - @atlaskit/media-ui@11.8.3
978
1232
 
979
1233
  ## 26.1.0
980
1234
 
981
1235
  ### Minor Changes
982
1236
 
983
- - [minor][fe4eaf06fc](https://bitbucket.org/atlassian/atlassian-frontend/commits/fe4eaf06fc):
1237
+ - [minor][fe4eaf06fc](https://bitbucket.org/atlassian/atlassian-frontend/commits/fe4eaf06fc):
984
1238
 
985
- export testMediaGroupFileId and fakeImage
1239
+ export testMediaGroupFileId and fakeImage
986
1240
 
987
1241
  ### Patch Changes
988
1242
 
989
- - Updated dependencies [16b4549bdd](https://bitbucket.org/atlassian/atlassian-frontend/commits/16b4549bdd):
990
- - Updated dependencies [28edbccc0a](https://bitbucket.org/atlassian/atlassian-frontend/commits/28edbccc0a):
991
- - Updated dependencies [c0102a3ea2](https://bitbucket.org/atlassian/atlassian-frontend/commits/c0102a3ea2):
992
- - Updated dependencies [555818c33a](https://bitbucket.org/atlassian/atlassian-frontend/commits/555818c33a):
993
- - @atlaskit/media-picker@52.0.1
994
- - @atlaskit/icon@20.0.0
995
- - @atlaskit/media-ui@11.8.2
996
- - @atlaskit/dropdown-menu@8.2.3
997
- - @atlaskit/media-card@67.0.2
998
- - @atlaskit/select@11.0.6
1243
+ - Updated dependencies
1244
+ [16b4549bdd](https://bitbucket.org/atlassian/atlassian-frontend/commits/16b4549bdd):
1245
+ - Updated dependencies
1246
+ [28edbccc0a](https://bitbucket.org/atlassian/atlassian-frontend/commits/28edbccc0a):
1247
+ - Updated dependencies
1248
+ [c0102a3ea2](https://bitbucket.org/atlassian/atlassian-frontend/commits/c0102a3ea2):
1249
+ - Updated dependencies
1250
+ [555818c33a](https://bitbucket.org/atlassian/atlassian-frontend/commits/555818c33a):
1251
+ - @atlaskit/media-picker@52.0.1
1252
+ - @atlaskit/icon@20.0.0
1253
+ - @atlaskit/media-ui@11.8.2
1254
+ - @atlaskit/dropdown-menu@8.2.3
1255
+ - @atlaskit/media-card@67.0.2
1256
+ - @atlaskit/select@11.0.6
999
1257
 
1000
1258
  ## 26.0.0
1001
1259
 
1002
1260
  ### Major Changes
1003
1261
 
1004
- - [major][6ee177aeb4](https://bitbucket.org/atlassian/atlassian-frontend/commits/6ee177aeb4):
1262
+ - [major][6ee177aeb4](https://bitbucket.org/atlassian/atlassian-frontend/commits/6ee177aeb4):
1005
1263
 
1006
- Stream caches in media-client now use ReplaySubjects instead of Observables.
1007
- For the most part, this is just the interface that's being updated, as under the hood ReplaySubject was already getting used. ReplaySubjects better suit our use case because they track 1 version of history of the file state.
1008
- As a consumer, there shouldn't be any necessary code changes. ReplaySubjects extend Observable, so the current usage should continue to work.
1264
+ Stream caches in media-client now use ReplaySubjects instead of Observables. For the most part,
1265
+ this is just the interface that's being updated, as under the hood ReplaySubject was already
1266
+ getting used. ReplaySubjects better suit our use case because they track 1 version of history of
1267
+ the file state. As a consumer, there shouldn't be any necessary code changes. ReplaySubjects
1268
+ extend Observable, so the current usage should continue to work.
1009
1269
 
1010
1270
  ### Patch Changes
1011
1271
 
1012
- - [patch][966622bd45](https://bitbucket.org/atlassian/atlassian-frontend/commits/966622bd45):
1272
+ - [patch][966622bd45](https://bitbucket.org/atlassian/atlassian-frontend/commits/966622bd45):
1013
1273
 
1014
- Stop (large) document load on modal close- Updated dependencies [5504a7da8c](https://bitbucket.org/atlassian/atlassian-frontend/commits/5504a7da8c):
1274
+ Stop (large) document load on modal close- Updated dependencies
1275
+ [5504a7da8c](https://bitbucket.org/atlassian/atlassian-frontend/commits/5504a7da8c):
1015
1276
 
1016
- - Updated dependencies [4794f8d527](https://bitbucket.org/atlassian/atlassian-frontend/commits/4794f8d527):
1017
- - Updated dependencies [6ee177aeb4](https://bitbucket.org/atlassian/atlassian-frontend/commits/6ee177aeb4):
1018
- - @atlaskit/media-card@67.0.1
1019
- - @atlaskit/media-picker@52.0.0
1020
- - @atlaskit/media-client@5.0.0
1021
- - @atlaskit/media-core@31.0.3
1022
- - @atlaskit/media-ui@11.8.1
1277
+ - Updated dependencies
1278
+ [4794f8d527](https://bitbucket.org/atlassian/atlassian-frontend/commits/4794f8d527):
1279
+ - Updated dependencies
1280
+ [6ee177aeb4](https://bitbucket.org/atlassian/atlassian-frontend/commits/6ee177aeb4):
1281
+ - @atlaskit/media-card@67.0.1
1282
+ - @atlaskit/media-picker@52.0.0
1283
+ - @atlaskit/media-client@5.0.0
1284
+ - @atlaskit/media-core@31.0.3
1285
+ - @atlaskit/media-ui@11.8.1
1023
1286
 
1024
1287
  ## 25.2.7
1025
1288
 
1026
1289
  ### Patch Changes
1027
1290
 
1028
- - Updated dependencies [90e2c5dd0c](https://bitbucket.org/atlassian/atlassian-frontend/commits/90e2c5dd0c):
1029
- - Updated dependencies [8c7f8fcf92](https://bitbucket.org/atlassian/atlassian-frontend/commits/8c7f8fcf92):
1030
- - Updated dependencies [6e55ab88df](https://bitbucket.org/atlassian/atlassian-frontend/commits/6e55ab88df):
1031
- - Updated dependencies [d60a382185](https://bitbucket.org/atlassian/atlassian-frontend/commits/d60a382185):
1032
- - Updated dependencies [a47d750b5d](https://bitbucket.org/atlassian/atlassian-frontend/commits/a47d750b5d):
1033
- - Updated dependencies [8d2685f45c](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d2685f45c):
1034
- - Updated dependencies [eb50389200](https://bitbucket.org/atlassian/atlassian-frontend/commits/eb50389200):
1035
- - @atlaskit/media-picker@51.0.0
1036
- - @atlaskit/media-client@4.3.0
1037
- - @atlaskit/select@11.0.5
1291
+ - Updated dependencies
1292
+ [90e2c5dd0c](https://bitbucket.org/atlassian/atlassian-frontend/commits/90e2c5dd0c):
1293
+ - Updated dependencies
1294
+ [8c7f8fcf92](https://bitbucket.org/atlassian/atlassian-frontend/commits/8c7f8fcf92):
1295
+ - Updated dependencies
1296
+ [6e55ab88df](https://bitbucket.org/atlassian/atlassian-frontend/commits/6e55ab88df):
1297
+ - Updated dependencies
1298
+ [d60a382185](https://bitbucket.org/atlassian/atlassian-frontend/commits/d60a382185):
1299
+ - Updated dependencies
1300
+ [a47d750b5d](https://bitbucket.org/atlassian/atlassian-frontend/commits/a47d750b5d):
1301
+ - Updated dependencies
1302
+ [8d2685f45c](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d2685f45c):
1303
+ - Updated dependencies
1304
+ [eb50389200](https://bitbucket.org/atlassian/atlassian-frontend/commits/eb50389200):
1305
+ - @atlaskit/media-picker@51.0.0
1306
+ - @atlaskit/media-client@4.3.0
1307
+ - @atlaskit/select@11.0.5
1038
1308
 
1039
1309
  ## 25.2.6
1040
1310
 
1041
1311
  ### Patch Changes
1042
1312
 
1043
- - Updated dependencies [28f8f0e089](https://bitbucket.org/atlassian/atlassian-frontend/commits/28f8f0e089):
1044
- - Updated dependencies [486a5aec29](https://bitbucket.org/atlassian/atlassian-frontend/commits/486a5aec29):
1045
- - Updated dependencies [03c917044e](https://bitbucket.org/atlassian/atlassian-frontend/commits/03c917044e):
1046
- - Updated dependencies [d3f4c97f6a](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3f4c97f6a):
1047
- - Updated dependencies [149560f012](https://bitbucket.org/atlassian/atlassian-frontend/commits/149560f012):
1048
- - Updated dependencies [4a223473c5](https://bitbucket.org/atlassian/atlassian-frontend/commits/4a223473c5):
1049
- - @atlaskit/icon@19.1.0
1050
- - @atlaskit/media-card@67.0.0
1051
- - @atlaskit/media-ui@11.8.0
1052
- - @atlaskit/select@11.0.4
1053
- - @atlaskit/media-client@4.2.2
1054
- - @atlaskit/media-core@31.0.2
1055
- - @atlaskit/media-picker@50.0.5
1056
- - @atlaskit/dropdown-menu@8.2.2
1313
+ - Updated dependencies
1314
+ [28f8f0e089](https://bitbucket.org/atlassian/atlassian-frontend/commits/28f8f0e089):
1315
+ - Updated dependencies
1316
+ [486a5aec29](https://bitbucket.org/atlassian/atlassian-frontend/commits/486a5aec29):
1317
+ - Updated dependencies
1318
+ [03c917044e](https://bitbucket.org/atlassian/atlassian-frontend/commits/03c917044e):
1319
+ - Updated dependencies
1320
+ [d3f4c97f6a](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3f4c97f6a):
1321
+ - Updated dependencies
1322
+ [149560f012](https://bitbucket.org/atlassian/atlassian-frontend/commits/149560f012):
1323
+ - Updated dependencies
1324
+ [4a223473c5](https://bitbucket.org/atlassian/atlassian-frontend/commits/4a223473c5):
1325
+ - @atlaskit/icon@19.1.0
1326
+ - @atlaskit/media-card@67.0.0
1327
+ - @atlaskit/media-ui@11.8.0
1328
+ - @atlaskit/select@11.0.4
1329
+ - @atlaskit/media-client@4.2.2
1330
+ - @atlaskit/media-core@31.0.2
1331
+ - @atlaskit/media-picker@50.0.5
1332
+ - @atlaskit/dropdown-menu@8.2.2
1057
1333
 
1058
1334
  ## 25.2.5
1059
1335
 
1060
1336
  ### Patch Changes
1061
1337
 
1062
- - [patch][3a20e9a596](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3a20e9a596):
1338
+ - [patch][3a20e9a596](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3a20e9a596):
1063
1339
 
1064
- Make PopupSelect correctly pass props. Forcing update of @atlaskit/select for all other packages- Updated dependencies [3a20e9a596](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3a20e9a596):
1340
+ Make PopupSelect correctly pass props. Forcing update of @atlaskit/select for all other
1341
+ packages- Updated dependencies
1342
+ [3a20e9a596](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3a20e9a596):
1065
1343
 
1066
- - @atlaskit/select@11.0.2
1344
+ - @atlaskit/select@11.0.2
1067
1345
 
1068
1346
  ## 25.2.4
1069
1347
 
1070
1348
  ### Patch Changes
1071
1349
 
1072
- - [patch][b967e41a6b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b967e41a6b):
1350
+ - [patch][b967e41a6b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b967e41a6b):
1073
1351
 
1074
- Add empty file example to media-viewer
1352
+ Add empty file example to media-viewer
1075
1353
 
1076
- - Updated dependencies [ae6408e1e4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ae6408e1e4):
1077
- - @atlaskit/media-picker@50.0.0
1354
+ - Updated dependencies
1355
+ [ae6408e1e4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ae6408e1e4):
1356
+ - @atlaskit/media-picker@50.0.0
1078
1357
 
1079
1358
  ## 25.2.3
1080
1359
 
1081
- - Updated dependencies [30acc30979](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/30acc30979):
1082
- - @atlaskit/select@11.0.0
1083
- - @atlaskit/media-picker@49.0.1
1360
+ - Updated dependencies
1361
+ [30acc30979](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/30acc30979):
1362
+ - @atlaskit/select@11.0.0
1363
+ - @atlaskit/media-picker@49.0.1
1084
1364
 
1085
1365
  ## 25.2.2
1086
1366
 
1087
- - Updated dependencies [24b8ea2667](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24b8ea2667):
1088
- - @atlaskit/media-client@4.0.0
1089
- - @atlaskit/media-picker@49.0.0
1090
- - @atlaskit/media-card@66.0.1
1091
- - @atlaskit/media-core@31.0.0
1367
+ - Updated dependencies
1368
+ [24b8ea2667](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24b8ea2667):
1369
+ - @atlaskit/media-client@4.0.0
1370
+ - @atlaskit/media-picker@49.0.0
1371
+ - @atlaskit/media-card@66.0.1
1372
+ - @atlaskit/media-core@31.0.0
1092
1373
 
1093
1374
  ## 25.2.1
1094
1375
 
1095
1376
  ### Patch Changes
1096
1377
 
1097
- - [patch][6ef4ae5768](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6ef4ae5768):
1378
+ - [patch][6ef4ae5768](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6ef4ae5768):
1098
1379
 
1099
- Bump kakapo, to fix Router instantiation: we now use only 'fetch' as strategy.
1380
+ Bump kakapo, to fix Router instantiation: we now use only 'fetch' as strategy.
1100
1381
 
1101
1382
  ## 25.2.0
1102
1383
 
1103
1384
  ### Minor Changes
1104
1385
 
1105
- - [minor][ae4f336a3a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ae4f336a3a):
1386
+ - [minor][ae4f336a3a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ae4f336a3a):
1106
1387
 
1107
1388
  **FABDODGEM-13 Editor Damask Release** - [Internal post](http://go.atlassian.com/damask-release)
1108
1389
 
1109
1390
  **BREAKING CHANGES**
1110
1391
 
1111
- - **Media:** Removed deprecated "context" property from media components in favor of "mediaClientConfig". This affects all public media UI components.
1112
- - https://product-fabric.atlassian.net/browse/MS-2038
1113
- - **Tasks & Decisions:** Removed containerAri for task-decisions components.
1114
- - https://product-fabric.atlassian.net/browse/ED-7631
1115
- - **Renderer:** Adapts to task-decision changes.
1116
- - **Editor Mobile Bridge:** Adapts to task-decision changes.
1117
- - **Util Data Test:** Adapts to task-decision changes.
1392
+ - **Media:** Removed deprecated "context" property from media components in favor of
1393
+ "mediaClientConfig". This affects all public media UI components.
1394
+ - https://product-fabric.atlassian.net/browse/MS-2038
1395
+ - **Tasks & Decisions:** Removed containerAri for task-decisions components.
1396
+ - https://product-fabric.atlassian.net/browse/ED-7631
1397
+ - **Renderer:** Adapts to task-decision changes.
1398
+ - **Editor Mobile Bridge:** Adapts to task-decision changes.
1399
+ - **Util Data Test:** Adapts to task-decision changes.
1118
1400
 
1119
1401
  ---
1120
1402
 
@@ -1124,1104 +1406,1298 @@ tables, media, mobile, emoji, tasks & decisions, analytics
1124
1406
 
1125
1407
  **Editor**
1126
1408
 
1127
- - Support nested actions in stage-0 schema; Change DOM representation of actions
1128
- - https://product-fabric.atlassian.net/browse/ED-7674
1129
- - Updated i18n translations
1130
- - https://product-fabric.atlassian.net/browse/ED-7750
1131
- - Improved analytics & crash reporting (via a new error boundary)
1132
- - https://product-fabric.atlassian.net/browse/ED-7766
1133
- - https://product-fabric.atlassian.net/browse/ED-7806
1134
- - Improvements to heading anchor links.
1135
- - https://product-fabric.atlassian.net/browse/ED-7849
1136
- - https://product-fabric.atlassian.net/browse/ED-7860
1137
- - Copy/Paste improvements
1138
- - https://product-fabric.atlassian.net/browse/ED-7840
1139
- - https://product-fabric.atlassian.net/browse/ED-7849
1140
- - Fixes for the selection state of Smart links.
1141
- - https://product-fabric.atlassian.net/browse/ED-7602?src=confmacro
1142
- - Improvements for table resizing & column creation.
1143
- - https://product-fabric.atlassian.net/browse/ED-7698
1144
- - https://product-fabric.atlassian.net/browse/ED-7319
1145
- - https://product-fabric.atlassian.net/browse/ED-7799
1409
+ - Support nested actions in stage-0 schema; Change DOM representation of actions
1410
+ - https://product-fabric.atlassian.net/browse/ED-7674
1411
+ - Updated i18n translations
1412
+ - https://product-fabric.atlassian.net/browse/ED-7750
1413
+ - Improved analytics & crash reporting (via a new error boundary)
1414
+ - https://product-fabric.atlassian.net/browse/ED-7766
1415
+ - https://product-fabric.atlassian.net/browse/ED-7806
1416
+ - Improvements to heading anchor links.
1417
+ - https://product-fabric.atlassian.net/browse/ED-7849
1418
+ - https://product-fabric.atlassian.net/browse/ED-7860
1419
+ - Copy/Paste improvements
1420
+ - https://product-fabric.atlassian.net/browse/ED-7840
1421
+ - https://product-fabric.atlassian.net/browse/ED-7849
1422
+ - Fixes for the selection state of Smart links.
1423
+ - https://product-fabric.atlassian.net/browse/ED-7602?src=confmacro
1424
+ - Improvements for table resizing & column creation.
1425
+ - https://product-fabric.atlassian.net/browse/ED-7698
1426
+ - https://product-fabric.atlassian.net/browse/ED-7319
1427
+ - https://product-fabric.atlassian.net/browse/ED-7799
1146
1428
 
1147
1429
  **Mobile**
1148
1430
 
1149
- - GASv3 Analytics Events are now relayed from the web to the native context, ready for dispatching.
1150
- - https://product-fabric.atlassian.net/browse/FM-2502
1151
- - Hybrid Renderer Recycler view now handles invalid ADF nodes gracefully.
1152
- - https://product-fabric.atlassian.net/browse/FM-2370
1431
+ - GASv3 Analytics Events are now relayed from the web to the native context, ready for
1432
+ dispatching.
1433
+ - https://product-fabric.atlassian.net/browse/FM-2502
1434
+ - Hybrid Renderer Recycler view now handles invalid ADF nodes gracefully.
1435
+ - https://product-fabric.atlassian.net/browse/FM-2370
1153
1436
 
1154
1437
  **Media**
1155
1438
 
1156
- - Improved analytics
1157
- - https://product-fabric.atlassian.net/browse/MS-2036
1158
- - https://product-fabric.atlassian.net/browse/MS-2145
1159
- - https://product-fabric.atlassian.net/browse/MS-2416
1160
- - https://product-fabric.atlassian.net/browse/MS-2487
1161
- - Added shouldOpenMediaViewer property to renderer
1162
- - https://product-fabric.atlassian.net/browse/MS-2393
1163
- - Implemented analytics for file copy
1164
- - https://product-fabric.atlassian.net/browse/MS-2036
1165
- - New `media-viewed` event dispatched when media is interacted with via the media card or viewer.
1166
- - https://product-fabric.atlassian.net/browse/MS-2284
1167
- - Support for `alt` text attribute on media image elements.
1168
- - https://product-fabric.atlassian.net/browse/ED-7776
1439
+ - Improved analytics
1440
+ - https://product-fabric.atlassian.net/browse/MS-2036
1441
+ - https://product-fabric.atlassian.net/browse/MS-2145
1442
+ - https://product-fabric.atlassian.net/browse/MS-2416
1443
+ - https://product-fabric.atlassian.net/browse/MS-2487
1444
+ - Added shouldOpenMediaViewer property to renderer
1445
+ - https://product-fabric.atlassian.net/browse/MS-2393
1446
+ - Implemented analytics for file copy
1447
+ - https://product-fabric.atlassian.net/browse/MS-2036
1448
+ - New `media-viewed` event dispatched when media is interacted with via the media card or viewer.
1449
+ - https://product-fabric.atlassian.net/browse/MS-2284
1450
+ - Support for `alt` text attribute on media image elements.
1451
+ - https://product-fabric.atlassian.net/browse/ED-7776
1169
1452
 
1170
1453
  **i18n-tools**
1171
1454
 
1172
1455
  Bumped dependencies.
1173
1456
 
1174
- - [minor][00c11ee352](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/00c11ee352):
1457
+ - [minor][00c11ee352](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/00c11ee352):
1175
1458
 
1176
- Add `addGlobalEventEmitterListeners` util to be used in examples to see `globalMediaEventEmitter` events in console.
1459
+ Add `addGlobalEventEmitterListeners` util to be used in examples to see
1460
+ `globalMediaEventEmitter` events in console.
1177
1461
 
1178
- - Updated dependencies [c3e65f1b9e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c3e65f1b9e):
1179
- - Updated dependencies [e7b5c917de](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7b5c917de):
1180
- - @atlaskit/media-client@3.0.0
1181
- - @atlaskit/media-core@30.0.17
1182
- - @atlaskit/media-store@12.0.14
1183
- - @atlaskit/media-card@66.0.0
1184
- - @atlaskit/media-picker@48.0.0
1462
+ - Updated dependencies
1463
+ [c3e65f1b9e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c3e65f1b9e):
1464
+ - Updated dependencies
1465
+ [e7b5c917de](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7b5c917de):
1466
+ - @atlaskit/media-client@3.0.0
1467
+ - @atlaskit/media-core@30.0.17
1468
+ - @atlaskit/media-store@12.0.14
1469
+ - @atlaskit/media-card@66.0.0
1470
+ - @atlaskit/media-picker@48.0.0
1185
1471
 
1186
1472
  ## 25.1.3
1187
1473
 
1188
1474
  ### Patch Changes
1189
1475
 
1190
- - [patch][35d2229b2a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/35d2229b2a):
1476
+ - [patch][35d2229b2a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/35d2229b2a):
1191
1477
 
1192
- Adding missing license to packages and update to Copyright 2019 Atlassian Pty Ltd.
1478
+ Adding missing license to packages and update to Copyright 2019 Atlassian Pty Ltd.
1193
1479
 
1194
1480
  ## 25.1.2
1195
1481
 
1196
1482
  ### Patch Changes
1197
1483
 
1198
- - [patch][a2d0043716](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a2d0043716):
1484
+ - [patch][a2d0043716](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a2d0043716):
1199
1485
 
1200
- Updated version of analytics-next to fix potential incompatibilities with TS 3.6
1486
+ Updated version of analytics-next to fix potential incompatibilities with TS 3.6
1201
1487
 
1202
1488
  ## 25.1.1
1203
1489
 
1204
- - Updated dependencies [af72468517](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/af72468517):
1205
- - @atlaskit/media-client@2.1.2
1206
- - @atlaskit/media-core@30.0.14
1207
- - @atlaskit/media-picker@47.1.2
1208
- - @atlaskit/media-store@12.0.12
1209
- - @atlaskit/media-card@65.0.0
1490
+ - Updated dependencies
1491
+ [af72468517](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/af72468517):
1492
+ - @atlaskit/media-client@2.1.2
1493
+ - @atlaskit/media-core@30.0.14
1494
+ - @atlaskit/media-picker@47.1.2
1495
+ - @atlaskit/media-store@12.0.12
1496
+ - @atlaskit/media-card@65.0.0
1210
1497
 
1211
1498
  ## 25.1.0
1212
1499
 
1213
1500
  ### Minor Changes
1214
1501
 
1215
- - [minor][e5c3f6ae3e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e5c3f6ae3e):
1502
+ - [minor][e5c3f6ae3e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e5c3f6ae3e):
1216
1503
 
1217
- ED-6216: External images will now be uploaded to media services if possible
1504
+ ED-6216: External images will now be uploaded to media services if possible
1218
1505
 
1219
1506
  ## 25.0.4
1220
1507
 
1221
1508
  ### Patch Changes
1222
1509
 
1223
- - [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
1510
+ - [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
1224
1511
 
1225
- Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving non-relative imports as relative imports
1512
+ Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving
1513
+ non-relative imports as relative imports
1226
1514
 
1227
1515
  ## 25.0.3
1228
1516
 
1229
1517
  ### Patch Changes
1230
1518
 
1231
- - [patch][ecca4d1dbb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ecca4d1dbb):
1519
+ - [patch][ecca4d1dbb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ecca4d1dbb):
1232
1520
 
1233
- Upgraded Typescript to 3.3.x
1521
+ Upgraded Typescript to 3.3.x
1234
1522
 
1235
1523
  ## 25.0.2
1236
1524
 
1237
- - Updated dependencies [3624730f44](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3624730f44):
1238
- - @atlaskit/media-client@2.0.2
1239
- - @atlaskit/media-core@30.0.11
1240
- - @atlaskit/media-picker@47.0.2
1241
- - @atlaskit/media-store@12.0.9
1242
- - @atlaskit/media-card@64.0.0
1525
+ - Updated dependencies
1526
+ [3624730f44](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3624730f44):
1527
+ - @atlaskit/media-client@2.0.2
1528
+ - @atlaskit/media-core@30.0.11
1529
+ - @atlaskit/media-picker@47.0.2
1530
+ - @atlaskit/media-store@12.0.9
1531
+ - @atlaskit/media-card@64.0.0
1243
1532
 
1244
1533
  ## 25.0.1
1245
1534
 
1246
- - Updated dependencies [6879d7d01e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6879d7d01e):
1247
- - @atlaskit/media-picker@47.0.0
1535
+ - Updated dependencies
1536
+ [6879d7d01e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6879d7d01e):
1537
+ - @atlaskit/media-picker@47.0.0
1248
1538
 
1249
1539
  ## 25.0.0
1250
1540
 
1251
1541
  ### Major Changes
1252
1542
 
1253
- - [major][69586b5353](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/69586b5353):
1543
+ - [major][69586b5353](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/69586b5353):
1254
1544
 
1255
- Remove following API members: `fakeContext()`, `getDefaultContextConfig()`, `createStorybookContext()`, `createUploadContext()`. You can use new methods introduced earlier: `fakeMediaClientConfig()`, `getDefaultMediaClientConfig()`, etc
1545
+ Remove following API members: `fakeContext()`, `getDefaultContextConfig()`,
1546
+ `createStorybookContext()`, `createUploadContext()`. You can use new methods introduced earlier:
1547
+ `fakeMediaClientConfig()`, `getDefaultMediaClientConfig()`, etc
1256
1548
 
1257
1549
  ## 24.3.5
1258
1550
 
1259
- - Updated dependencies [ee804f3eeb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ee804f3eeb):
1260
- - @atlaskit/media-card@63.3.9
1261
- - @atlaskit/media-core@30.0.9
1262
- - @atlaskit/media-picker@46.0.3
1263
- - @atlaskit/media-store@12.0.6
1264
- - @atlaskit/media-client@2.0.0
1551
+ - Updated dependencies
1552
+ [ee804f3eeb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ee804f3eeb):
1553
+ - @atlaskit/media-card@63.3.9
1554
+ - @atlaskit/media-core@30.0.9
1555
+ - @atlaskit/media-picker@46.0.3
1556
+ - @atlaskit/media-store@12.0.6
1557
+ - @atlaskit/media-client@2.0.0
1265
1558
 
1266
1559
  ## 24.3.4
1267
1560
 
1268
1561
  ### Patch Changes
1269
1562
 
1270
- - [patch][4e8f6f609f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4e8f6f609f):
1563
+ - [patch][4e8f6f609f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4e8f6f609f):
1271
1564
 
1272
- Remove three fields from MediaFile interface: upfrontId, userUpfrontId and userOccurrenceKey.
1565
+ Remove three fields from MediaFile interface: upfrontId, userUpfrontId and userOccurrenceKey.
1273
1566
 
1274
1567
  ## 24.3.3
1275
1568
 
1276
1569
  ### Patch Changes
1277
1570
 
1278
- - [patch][6742fbf2cc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6742fbf2cc):
1571
+ - [patch][6742fbf2cc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6742fbf2cc):
1279
1572
 
1280
- bugfix, fixes missing version.json file
1573
+ bugfix, fixes missing version.json file
1281
1574
 
1282
1575
  ## 24.3.2
1283
1576
 
1284
1577
  ### Patch Changes
1285
1578
 
1286
- - [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
1579
+ - [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
1287
1580
 
1288
- In this PR, we are:
1581
+ In this PR, we are:
1289
1582
 
1290
- - Re-introducing dist build folders
1291
- - Adding back cjs
1292
- - Replacing es5 by cjs and es2015 by esm
1293
- - Creating folders at the root for entry-points
1294
- - Removing the generation of the entry-points at the root
1295
- Please see this [ticket](https://product-fabric.atlassian.net/browse/BUILDTOOLS-118) or this [page](https://hello.atlassian.net/wiki/spaces/FED/pages/452325500/Finishing+Atlaskit+multiple+entry+points) for further details
1583
+ - Re-introducing dist build folders
1584
+ - Adding back cjs
1585
+ - Replacing es5 by cjs and es2015 by esm
1586
+ - Creating folders at the root for entry-points
1587
+ - Removing the generation of the entry-points at the root Please see this
1588
+ [ticket](https://product-fabric.atlassian.net/browse/BUILDTOOLS-118) or this
1589
+ [page](https://hello.atlassian.net/wiki/spaces/FED/pages/452325500/Finishing+Atlaskit+multiple+entry+points)
1590
+ for further details
1296
1591
 
1297
1592
  ## 24.3.1
1298
1593
 
1299
- - Updated dependencies [790e66bece](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/790e66bece):
1300
- - @atlaskit/media-picker@45.0.1
1301
- - @atlaskit/select@10.0.0
1594
+ - Updated dependencies
1595
+ [790e66bece](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/790e66bece):
1596
+ - @atlaskit/media-picker@45.0.1
1597
+ - @atlaskit/select@10.0.0
1302
1598
 
1303
1599
  ## 24.3.0
1304
1600
 
1305
1601
  ### Minor Changes
1306
1602
 
1307
- - [minor][13ca42c394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/13ca42c394):
1603
+ - [minor][13ca42c394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/13ca42c394):
1308
1604
 
1309
- # use getAuthFromContext from media when a file if pasted from a different collection
1605
+ # use getAuthFromContext from media when a file if pasted from a different collection
1310
1606
 
1311
- Now products can provide auth using **getAuthFromContext** on MediaClientConfig:
1607
+ Now products can provide auth using **getAuthFromContext** on MediaClientConfig:
1312
1608
 
1313
- ```
1314
- import {MediaClientConfig} from '@atlaskit/media-core'
1315
- import Editor from '@atlaskit/editor-core'
1609
+ ```
1610
+ import {MediaClientConfig} from '@atlaskit/media-core'
1611
+ import Editor from '@atlaskit/editor-core'
1316
1612
 
1317
- const viewMediaClientConfig: MediaClientConfig = {
1318
- authProvider // already exists
1319
- getAuthFromContext(contextId: string) {
1320
- // here products can return auth for external pages.
1321
- // in case of copy & paste on Confluence, they can provide read token for
1322
- // files on the source collection
1613
+ const viewMediaClientConfig: MediaClientConfig = {
1614
+ authProvider // already exists
1615
+ getAuthFromContext(contextId: string) {
1616
+ // here products can return auth for external pages.
1617
+ // in case of copy & paste on Confluence, they can provide read token for
1618
+ // files on the source collection
1619
+ }
1620
+ }
1621
+ const mediaProvider: = {
1622
+ viewMediaClientConfig
1323
1623
  }
1324
- }
1325
- const mediaProvider: = {
1326
- viewMediaClientConfig
1327
- }
1328
1624
 
1329
- <Editor {...otherNonRelatedProps} media={{provider: mediaProvider}} />
1330
- ```
1625
+ <Editor {...otherNonRelatedProps} media={{provider: mediaProvider}} />
1626
+ ```
1331
1627
 
1332
1628
  ## 24.2.0
1333
1629
 
1334
1630
  ### Minor Changes
1335
1631
 
1336
- - [minor][a552f93596](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a552f93596):
1632
+ - [minor][a552f93596](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a552f93596):
1337
1633
 
1338
- Increase image preview max height and width to 4096px
1634
+ Increase image preview max height and width to 4096px
1339
1635
 
1340
1636
  ## 24.1.3
1341
1637
 
1342
- - Updated dependencies [e754b5f85e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e754b5f85e):
1343
- - @atlaskit/media-picker@45.0.0
1638
+ - Updated dependencies
1639
+ [e754b5f85e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e754b5f85e):
1640
+ - @atlaskit/media-picker@45.0.0
1344
1641
 
1345
1642
  ## 24.1.2
1346
1643
 
1347
- - Updated dependencies [06326ef3f7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06326ef3f7):
1348
- - @atlaskit/dropdown-menu@8.0.8
1349
- - @atlaskit/select@9.1.8
1350
- - @atlaskit/media-card@63.3.1
1351
- - @atlaskit/media-picker@44.0.1
1352
- - @atlaskit/media-ui@11.4.1
1353
- - @atlaskit/icon@19.0.0
1644
+ - Updated dependencies
1645
+ [06326ef3f7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06326ef3f7):
1646
+ - @atlaskit/dropdown-menu@8.0.8
1647
+ - @atlaskit/select@9.1.8
1648
+ - @atlaskit/media-card@63.3.1
1649
+ - @atlaskit/media-picker@44.0.1
1650
+ - @atlaskit/media-ui@11.4.1
1651
+ - @atlaskit/icon@19.0.0
1354
1652
 
1355
1653
  ## 24.1.1
1356
1654
 
1357
- - Updated dependencies [5f4afa52a9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5f4afa52a9):
1358
- - @atlaskit/media-picker@44.0.0
1655
+ - Updated dependencies
1656
+ [5f4afa52a9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5f4afa52a9):
1657
+ - @atlaskit/media-picker@44.0.0
1359
1658
 
1360
1659
  ## 24.1.0
1361
1660
 
1362
1661
  ### Minor Changes
1363
1662
 
1364
- - [minor][10c2856bc0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/10c2856bc0):
1663
+ - [minor][10c2856bc0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/10c2856bc0):
1365
1664
 
1366
- include defaultMediaPickerCollectionName into collectionNames array to get auth from playgrond
1665
+ include defaultMediaPickerCollectionName into collectionNames array to get auth from playgrond
1367
1666
 
1368
1667
  ## 24.0.3
1369
1668
 
1370
- - Updated dependencies [cfc3c8adb3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cfc3c8adb3):
1371
- - @atlaskit/dropdown-menu@8.0.4
1372
- - @atlaskit/select@9.1.5
1373
- - @atlaskit/media-card@63.1.5
1374
- - @atlaskit/media-picker@43.1.1
1375
- - @atlaskit/media-ui@11.2.8
1376
- - @atlaskit/icon@18.0.0
1669
+ - Updated dependencies
1670
+ [cfc3c8adb3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cfc3c8adb3):
1671
+ - @atlaskit/dropdown-menu@8.0.4
1672
+ - @atlaskit/select@9.1.5
1673
+ - @atlaskit/media-card@63.1.5
1674
+ - @atlaskit/media-picker@43.1.1
1675
+ - @atlaskit/media-ui@11.2.8
1676
+ - @atlaskit/icon@18.0.0
1377
1677
 
1378
1678
  ## 24.0.2
1379
1679
 
1380
1680
  ### Patch Changes
1381
1681
 
1382
- - [patch][0f47d97c78](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0f47d97c78):
1682
+ - [patch][0f47d97c78](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0f47d97c78):
1383
1683
 
1384
- - fix getDefaultMediaClientConfig
1684
+ - fix getDefaultMediaClientConfig
1385
1685
 
1386
1686
  ## 24.0.1
1387
1687
 
1388
- - [patch][b0ef06c685](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b0ef06c685):
1688
+ - [patch][b0ef06c685](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b0ef06c685):
1389
1689
 
1390
- - This is just a safety release in case anything strange happened in in the previous one. See Pull Request #5942 for details
1690
+ - This is just a safety release in case anything strange happened in in the previous one. See
1691
+ Pull Request #5942 for details
1391
1692
 
1392
1693
  ## 24.0.0
1393
1694
 
1394
- - [major][9ecfef12ac](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9ecfef12ac):
1695
+ - [major][9ecfef12ac](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9ecfef12ac):
1395
1696
 
1396
- - `createUserContext` was removed, with no alternatives to replace it. `asMockReturnValue` jest helper function was added to make it possible to be type safe.
1697
+ - `createUserContext` was removed, with no alternatives to replace it. `asMockReturnValue`
1698
+ jest helper function was added to make it possible to be type safe.
1397
1699
 
1398
1700
  ## 23.1.1
1399
1701
 
1400
- - Updated dependencies [051800806c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/051800806c):
1401
- - @atlaskit/media-picker@43.0.0
1702
+ - Updated dependencies
1703
+ [051800806c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/051800806c):
1704
+ - @atlaskit/media-picker@43.0.0
1402
1705
 
1403
1706
  ## 23.1.0
1404
1707
 
1405
- - [minor][12aa76d5b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/12aa76d5b5):
1708
+ - [minor][12aa76d5b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/12aa76d5b5):
1406
1709
 
1407
- - ED-6814: fixed rendering mediaSingle without collection
1710
+ - ED-6814: fixed rendering mediaSingle without collection
1408
1711
 
1409
1712
  ## 23.0.0
1410
1713
 
1411
- - [major][ed3f034232](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ed3f034232):
1714
+ - [major][ed3f034232](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ed3f034232):
1412
1715
 
1413
- - Changes to `MediaMock` signature: `MediaMock` constructor now takes an object where destination collection name is the key and the value is a list of `<MediaFile & {blob: Blob}>` objects that will be loaded directly into a database for the corresponding collections. MediaMock now also exports `generateFilesFromTestData` helper function which simplifies test data generation.
1716
+ - Changes to `MediaMock` signature: `MediaMock` constructor now takes an object where
1717
+ destination collection name is the key and the value is a list of
1718
+ `<MediaFile & {blob: Blob}>` objects that will be loaded directly into a database for the
1719
+ corresponding collections. MediaMock now also exports `generateFilesFromTestData` helper
1720
+ function which simplifies test data generation.
1414
1721
 
1415
1722
  ## 22.0.1
1416
1723
 
1417
- - Updated dependencies [59cce82fd1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/59cce82fd1):
1418
- - @atlaskit/media-picker@42.0.0
1724
+ - Updated dependencies
1725
+ [59cce82fd1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/59cce82fd1):
1726
+ - @atlaskit/media-picker@42.0.0
1419
1727
 
1420
1728
  ## 22.0.0
1421
1729
 
1422
- - [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
1730
+ - [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
1423
1731
 
1424
- - Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use this package, please ensure you use at least this version of react and react-dom.
1732
+ - Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
1733
+ this package, please ensure you use at least this version of react and react-dom.
1425
1734
 
1426
1735
  ## 21.4.0
1427
1736
 
1428
- - [minor][6f463c4d88](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6f463c4d88):
1737
+ - [minor][6f463c4d88](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6f463c4d88):
1429
1738
 
1430
- - add new methods to fake context
1739
+ - add new methods to fake context
1431
1740
 
1432
- - Updated dependencies [a1192ef860](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a1192ef860):
1433
- - @atlaskit/media-card@62.0.0
1434
- - @atlaskit/media-picker@40.0.0
1435
- - @atlaskit/media-store@11.1.1
1436
- - @atlaskit/media-core@29.3.0
1741
+ - Updated dependencies
1742
+ [a1192ef860](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a1192ef860):
1743
+ - @atlaskit/media-card@62.0.0
1744
+ - @atlaskit/media-picker@40.0.0
1745
+ - @atlaskit/media-store@11.1.1
1746
+ - @atlaskit/media-core@29.3.0
1437
1747
 
1438
1748
  ## 21.3.0
1439
1749
 
1440
- - [minor][5489810e15](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5489810e15):
1750
+ - [minor][5489810e15](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5489810e15):
1441
1751
 
1442
- - Add support for media-client objects: fakeMediaClient, getDefaultMediaClientConfig, createStorybookMediaClient, createStorybookMediaClientConfig, createUploadMediaClient, createUploadMediaClientConfig, createUserMediaClient
1752
+ - Add support for media-client objects: fakeMediaClient, getDefaultMediaClientConfig,
1753
+ createStorybookMediaClient, createStorybookMediaClientConfig, createUploadMediaClient,
1754
+ createUploadMediaClientConfig, createUserMediaClient
1443
1755
 
1444
- - Updated dependencies [e38d662f7d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e38d662f7d):
1445
- - Updated dependencies [e7292ab444](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7292ab444):
1446
- - @atlaskit/media-client@1.0.0
1447
- - @atlaskit/media-card@61.0.0
1448
- - @atlaskit/media-picker@39.0.0
1449
- - @atlaskit/media-store@11.1.0
1450
- - @atlaskit/media-core@29.2.0
1756
+ - Updated dependencies
1757
+ [e38d662f7d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e38d662f7d):
1758
+ - Updated dependencies
1759
+ [e7292ab444](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7292ab444):
1760
+ - @atlaskit/media-client@1.0.0
1761
+ - @atlaskit/media-card@61.0.0
1762
+ - @atlaskit/media-picker@39.0.0
1763
+ - @atlaskit/media-store@11.1.0
1764
+ - @atlaskit/media-core@29.2.0
1451
1765
 
1452
1766
  ## 21.2.3
1453
1767
 
1454
- - [patch][0a4ccaafae](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0a4ccaafae):
1768
+ - [patch][0a4ccaafae](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0a4ccaafae):
1455
1769
 
1456
- - Bump tslib
1770
+ - Bump tslib
1457
1771
 
1458
1772
  ## 21.2.2
1459
1773
 
1460
- - Updated dependencies [0ff405bd0f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0ff405bd0f):
1461
- - @atlaskit/media-core@29.1.2
1462
- - @atlaskit/media-store@11.0.5
1463
- - @atlaskit/media-card@60.0.0
1464
- - @atlaskit/media-picker@38.1.3
1774
+ - Updated dependencies
1775
+ [0ff405bd0f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0ff405bd0f):
1776
+ - @atlaskit/media-core@29.1.2
1777
+ - @atlaskit/media-store@11.0.5
1778
+ - @atlaskit/media-card@60.0.0
1779
+ - @atlaskit/media-picker@38.1.3
1465
1780
 
1466
1781
  ## 21.2.1
1467
1782
 
1468
- - [patch][d13fad66df](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13fad66df):
1783
+ - [patch][d13fad66df](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13fad66df):
1469
1784
 
1470
- - Enable esModuleInterop for typescript, this allows correct use of default exports
1785
+ - Enable esModuleInterop for typescript, this allows correct use of default exports
1471
1786
 
1472
1787
  ## 21.2.0
1473
1788
 
1474
- - [minor][e1c1fa454a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e1c1fa454a):
1789
+ - [minor][e1c1fa454a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e1c1fa454a):
1475
1790
 
1476
- - Support external image identifier in MediaViewer
1791
+ - Support external image identifier in MediaViewer
1477
1792
 
1478
1793
  ## 21.1.0
1479
1794
 
1480
- - [minor][dd14a0a1f0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dd14a0a1f0):
1795
+ - [minor][dd14a0a1f0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dd14a0a1f0):
1481
1796
 
1482
- - export getDefaultContextConfig
1797
+ - export getDefaultContextConfig
1483
1798
 
1484
- - Updated dependencies [c2c36de22b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c2c36de22b):
1485
- - @atlaskit/media-card@59.0.0
1486
- - @atlaskit/media-picker@38.0.0
1487
- - @atlaskit/media-store@11.0.3
1488
- - @atlaskit/media-core@29.1.0
1799
+ - Updated dependencies
1800
+ [c2c36de22b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c2c36de22b):
1801
+ - @atlaskit/media-card@59.0.0
1802
+ - @atlaskit/media-picker@38.0.0
1803
+ - @atlaskit/media-store@11.0.3
1804
+ - @atlaskit/media-core@29.1.0
1489
1805
 
1490
1806
  ## 21.0.3
1491
1807
 
1492
- - Updated dependencies [9c316bd8aa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c316bd8aa):
1493
- - @atlaskit/media-core@29.0.2
1494
- - @atlaskit/media-picker@37.0.3
1495
- - @atlaskit/media-store@11.0.2
1496
- - @atlaskit/media-card@58.0.0
1808
+ - Updated dependencies
1809
+ [9c316bd8aa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c316bd8aa):
1810
+ - @atlaskit/media-core@29.0.2
1811
+ - @atlaskit/media-picker@37.0.3
1812
+ - @atlaskit/media-store@11.0.2
1813
+ - @atlaskit/media-card@58.0.0
1497
1814
 
1498
1815
  ## 21.0.2
1499
1816
 
1500
- - [patch][1d09298688](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1d09298688):
1817
+ - [patch][1d09298688](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1d09298688):
1501
1818
 
1502
- - Remove axios dependency
1819
+ - Remove axios dependency
1503
1820
 
1504
1821
  ## 21.0.1
1505
1822
 
1506
- - [patch][1bcaa1b991](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1bcaa1b991):
1823
+ - [patch][1bcaa1b991](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1bcaa1b991):
1507
1824
 
1508
- - Add npmignore for index.ts to prevent some jest tests from resolving that instead of index.js
1825
+ - Add npmignore for index.ts to prevent some jest tests from resolving that instead of
1826
+ index.js
1509
1827
 
1510
1828
  ## 21.0.0
1511
1829
 
1512
- - [major][9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
1830
+ - [major][9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
1513
1831
 
1514
- - Dropped ES5 distributables from the typescript packages
1832
+ - Dropped ES5 distributables from the typescript packages
1515
1833
 
1516
1834
  ## 20.1.8
1517
1835
 
1518
- - Updated dependencies [7ab3e93996](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7ab3e93996):
1519
- - @atlaskit/media-card@56.0.0
1520
- - @atlaskit/media-picker@36.0.0
1521
- - @atlaskit/media-core@28.0.0
1522
- - @atlaskit/media-store@10.0.0
1836
+ - Updated dependencies
1837
+ [7ab3e93996](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7ab3e93996):
1838
+ - @atlaskit/media-card@56.0.0
1839
+ - @atlaskit/media-picker@36.0.0
1840
+ - @atlaskit/media-core@28.0.0
1841
+ - @atlaskit/media-store@10.0.0
1523
1842
 
1524
1843
  ## 20.1.7
1525
1844
 
1526
- - Updated dependencies [76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
1527
- - @atlaskit/icon@16.0.4
1528
- - @atlaskit/media-card@55.0.2
1529
- - @atlaskit/media-core@27.2.3
1530
- - @atlaskit/media-picker@35.0.1
1531
- - @atlaskit/media-store@9.2.1
1532
- - @atlaskit/media-ui@9.2.1
1533
- - @atlaskit/dropdown-menu@7.0.0
1534
- - @atlaskit/select@8.0.0
1845
+ - Updated dependencies
1846
+ [76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
1847
+ - @atlaskit/icon@16.0.4
1848
+ - @atlaskit/media-card@55.0.2
1849
+ - @atlaskit/media-core@27.2.3
1850
+ - @atlaskit/media-picker@35.0.1
1851
+ - @atlaskit/media-store@9.2.1
1852
+ - @atlaskit/media-ui@9.2.1
1853
+ - @atlaskit/dropdown-menu@7.0.0
1854
+ - @atlaskit/select@8.0.0
1535
1855
 
1536
1856
  ## 20.1.6
1537
1857
 
1538
- - Updated dependencies [4aee5f3cec](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4aee5f3cec):
1539
- - @atlaskit/media-card@55.0.0
1540
- - @atlaskit/media-picker@35.0.0
1541
- - @atlaskit/media-core@27.2.0
1542
- - @atlaskit/media-store@9.2.0
1858
+ - Updated dependencies
1859
+ [4aee5f3cec](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4aee5f3cec):
1860
+ - @atlaskit/media-card@55.0.0
1861
+ - @atlaskit/media-picker@35.0.0
1862
+ - @atlaskit/media-core@27.2.0
1863
+ - @atlaskit/media-store@9.2.0
1543
1864
 
1544
1865
  ## 20.1.5
1545
1866
 
1546
- - Updated dependencies [fc6164c8c2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/fc6164c8c2):
1547
- - Updated dependencies [190c4b7bd3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/190c4b7bd3):
1548
- - @atlaskit/media-card@54.0.0
1549
- - @atlaskit/media-picker@34.0.0
1550
- - @atlaskit/media-store@9.1.7
1551
- - @atlaskit/media-core@27.1.0
1867
+ - Updated dependencies
1868
+ [fc6164c8c2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/fc6164c8c2):
1869
+ - Updated dependencies
1870
+ [190c4b7bd3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/190c4b7bd3):
1871
+ - @atlaskit/media-card@54.0.0
1872
+ - @atlaskit/media-picker@34.0.0
1873
+ - @atlaskit/media-store@9.1.7
1874
+ - @atlaskit/media-core@27.1.0
1552
1875
 
1553
1876
  ## 20.1.4
1554
1877
 
1555
- - Updated dependencies [46dfcfbeca](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/46dfcfbeca):
1556
- - @atlaskit/media-core@27.0.2
1557
- - @atlaskit/media-picker@33.0.4
1558
- - @atlaskit/media-store@9.1.6
1559
- - @atlaskit/media-card@53.0.0
1878
+ - Updated dependencies
1879
+ [46dfcfbeca](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/46dfcfbeca):
1880
+ - @atlaskit/media-core@27.0.2
1881
+ - @atlaskit/media-picker@33.0.4
1882
+ - @atlaskit/media-store@9.1.6
1883
+ - @atlaskit/media-card@53.0.0
1560
1884
 
1561
1885
  ## 20.1.3
1562
1886
 
1563
- - Updated dependencies [06713e0a0c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06713e0a0c):
1564
- - @atlaskit/media-picker@33.0.3
1565
- - @atlaskit/select@7.0.0
1887
+ - Updated dependencies
1888
+ [06713e0a0c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06713e0a0c):
1889
+ - @atlaskit/media-picker@33.0.3
1890
+ - @atlaskit/select@7.0.0
1566
1891
 
1567
1892
  ## 20.1.2
1568
1893
 
1569
- - Updated dependencies [d5bce1ea15](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d5bce1ea15):
1570
- - @atlaskit/media-card@52.0.4
1571
- - @atlaskit/media-picker@33.0.2
1572
- - @atlaskit/media-ui@9.0.0
1894
+ - Updated dependencies
1895
+ [d5bce1ea15](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d5bce1ea15):
1896
+ - @atlaskit/media-card@52.0.4
1897
+ - @atlaskit/media-picker@33.0.2
1898
+ - @atlaskit/media-ui@9.0.0
1573
1899
 
1574
1900
  ## 20.1.1
1575
1901
 
1576
- - Updated dependencies [65b73cc466](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/65b73cc466):
1577
- - @atlaskit/media-picker@33.0.0
1902
+ - Updated dependencies
1903
+ [65b73cc466](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/65b73cc466):
1904
+ - @atlaskit/media-picker@33.0.0
1578
1905
 
1579
1906
  ## 20.1.0
1580
1907
 
1581
- - [minor][4e82fedc90](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4e82fedc90):
1908
+ - [minor][4e82fedc90](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4e82fedc90):
1582
1909
 
1583
- - Expose real id upfront for remote files in MediaPicker
1910
+ - Expose real id upfront for remote files in MediaPicker
1584
1911
 
1585
- - Updated dependencies [9d881f1eb8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d881f1eb8):
1586
- - Updated dependencies [69c8d0c19c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/69c8d0c19c):
1587
- - @atlaskit/media-picker@32.0.0
1588
- - @atlaskit/media-card@52.0.0
1589
- - @atlaskit/media-store@9.1.5
1590
- - @atlaskit/media-core@27.0.0
1912
+ - Updated dependencies
1913
+ [9d881f1eb8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d881f1eb8):
1914
+ - Updated dependencies
1915
+ [69c8d0c19c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/69c8d0c19c):
1916
+ - @atlaskit/media-picker@32.0.0
1917
+ - @atlaskit/media-card@52.0.0
1918
+ - @atlaskit/media-store@9.1.5
1919
+ - @atlaskit/media-core@27.0.0
1591
1920
 
1592
1921
  ## 20.0.1
1593
1922
 
1594
- - [patch][28353efea8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/28353efea8):
1923
+ - [patch][28353efea8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/28353efea8):
1595
1924
 
1596
- - Fix expected/actual in expectToEqual utility
1925
+ - Fix expected/actual in expectToEqual utility
1597
1926
 
1598
1927
  ## 20.0.0
1599
1928
 
1600
- - [major][07a187bb30](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/07a187bb30):
1929
+ - [major][07a187bb30](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/07a187bb30):
1601
1930
 
1602
- - Fetch cloud accounts only on cloud folder opening
1931
+ - Fetch cloud accounts only on cloud folder opening
1603
1932
 
1604
1933
  ## 19.1.1
1605
1934
 
1606
- - Updated dependencies [d7ef59d432](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d7ef59d432):
1607
- - @atlaskit/dropdown-menu@6.1.26
1608
- - @atlaskit/select@6.1.19
1609
- - @atlaskit/media-card@51.0.1
1610
- - @atlaskit/media-ui@8.2.5
1611
- - @atlaskit/icon@16.0.0
1935
+ - Updated dependencies
1936
+ [d7ef59d432](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d7ef59d432):
1937
+ - @atlaskit/dropdown-menu@6.1.26
1938
+ - @atlaskit/select@6.1.19
1939
+ - @atlaskit/media-card@51.0.1
1940
+ - @atlaskit/media-ui@8.2.5
1941
+ - @atlaskit/icon@16.0.0
1612
1942
 
1613
1943
  ## 19.1.0
1614
1944
 
1615
- - [minor][b1627a5837](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b1627a5837):
1945
+ - [minor][b1627a5837](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b1627a5837):
1616
1946
 
1617
- - Enable inline video player in Editor and Renderer
1947
+ - Enable inline video player in Editor and Renderer
1618
1948
 
1619
- - Updated dependencies [85d5d168fd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/85d5d168fd):
1620
- - @atlaskit/media-card@51.0.0
1621
- - @atlaskit/media-picker@31.0.0
1622
- - @atlaskit/media-store@9.1.3
1623
- - @atlaskit/media-core@26.2.0
1949
+ - Updated dependencies
1950
+ [85d5d168fd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/85d5d168fd):
1951
+ - @atlaskit/media-card@51.0.0
1952
+ - @atlaskit/media-picker@31.0.0
1953
+ - @atlaskit/media-store@9.1.3
1954
+ - @atlaskit/media-core@26.2.0
1624
1955
 
1625
1956
  ## 19.0.0
1626
1957
 
1627
- - [major][3ad16f3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3ad16f3):
1958
+ - [major][3ad16f3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3ad16f3):
1628
1959
 
1629
- - More jest utilities has been added: expectToEqual, expectConstructorToHaveBeenCalledWith and expectFunctionToHaveBeenCalledWith to allow for typed jest assertions. mountWithIntlContext got generics types.
1960
+ - More jest utilities has been added: expectToEqual, expectConstructorToHaveBeenCalledWith and
1961
+ expectFunctionToHaveBeenCalledWith to allow for typed jest assertions. mountWithIntlContext
1962
+ got generics types.
1630
1963
 
1631
- - Updated dependencies [dadef80](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dadef80):
1632
- - @atlaskit/media-card@50.0.0
1633
- - @atlaskit/media-picker@30.0.0
1634
- - @atlaskit/media-store@9.1.2
1635
- - @atlaskit/media-core@26.1.0
1964
+ - Updated dependencies [dadef80](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dadef80):
1965
+ - @atlaskit/media-card@50.0.0
1966
+ - @atlaskit/media-picker@30.0.0
1967
+ - @atlaskit/media-store@9.1.2
1968
+ - @atlaskit/media-core@26.1.0
1636
1969
 
1637
1970
  ## 18.10.0
1638
1971
 
1639
- - [minor][e6516fb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e6516fb):
1972
+ - [minor][e6516fb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e6516fb):
1640
1973
 
1641
- - Move media mocks into right location to prevent them to be included in dist
1974
+ - Move media mocks into right location to prevent them to be included in dist
1642
1975
 
1643
1976
  ## 18.9.1
1644
1977
 
1645
- - Updated dependencies [cbb8cb5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cbb8cb5):
1646
- - @atlaskit/media-card@49.0.0
1647
- - @atlaskit/media-store@9.1.1
1648
- - @atlaskit/media-core@26.0.0
1978
+ - Updated dependencies [cbb8cb5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cbb8cb5):
1979
+ - @atlaskit/media-card@49.0.0
1980
+ - @atlaskit/media-store@9.1.1
1981
+ - @atlaskit/media-core@26.0.0
1649
1982
 
1650
1983
  ## 18.9.0
1651
1984
 
1652
- - [minor][72d37fb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/72d37fb):
1985
+ - [minor][72d37fb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/72d37fb):
1653
1986
 
1654
- - Remove deprecated methods from media-core
1655
- - Use context.collection methods in MediaViewer
1656
- - Remove link support from media-card
1657
- - Remove legacy services + providers from media-core
1658
- - Remove link related methods from media-core
1659
- - Remove axios dependency
1660
- - Make context.getImage cancelable
1987
+ - Remove deprecated methods from media-core
1988
+ - Use context.collection methods in MediaViewer
1989
+ - Remove link support from media-card
1990
+ - Remove legacy services + providers from media-core
1991
+ - Remove link related methods from media-core
1992
+ - Remove axios dependency
1993
+ - Make context.getImage cancelable
1661
1994
 
1662
1995
  ## 18.8.0
1663
1996
 
1664
- - [minor][6bc785d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6bc785d):
1997
+ - [minor][6bc785d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6bc785d):
1665
1998
 
1666
- - default to HD video if available in video viewer
1999
+ - default to HD video if available in video viewer
1667
2000
 
1668
2001
  ## 18.7.3
1669
2002
 
1670
- - [patch][b677631](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b677631):
2003
+ - [patch][b677631](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b677631):
1671
2004
 
1672
- - Add new example and ensure occurrenceKey is set for all copy/withToken calls
2005
+ - Add new example and ensure occurrenceKey is set for all copy/withToken calls
1673
2006
 
1674
2007
  ## 18.7.2
1675
2008
 
1676
- - Updated dependencies [135ed00](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/135ed00):
1677
- - @atlaskit/media-core@24.7.2
1678
- - @atlaskit/media-store@9.0.2
1679
- - @atlaskit/media-card@47.0.0
2009
+ - Updated dependencies [135ed00](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/135ed00):
2010
+ - @atlaskit/media-core@24.7.2
2011
+ - @atlaskit/media-store@9.0.2
2012
+ - @atlaskit/media-card@47.0.0
1680
2013
 
1681
2014
  ## 18.7.1
1682
2015
 
1683
- - [patch][ca16fa9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ca16fa9):
2016
+ - [patch][ca16fa9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ca16fa9):
1684
2017
 
1685
- - Add SSR support to media components
2018
+ - Add SSR support to media components
1686
2019
 
1687
2020
  ## 18.7.0
1688
2021
 
1689
- - [minor][5c06476](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5c06476):
2022
+ - [minor][5c06476](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5c06476):
1690
2023
 
1691
- - Add touch endpoint to mock server
2024
+ - Add touch endpoint to mock server
1692
2025
 
1693
- - Updated dependencies [b3738ea](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b3738ea):
1694
- - Updated dependencies [096f898](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/096f898):
1695
- - @atlaskit/media-card@46.0.0
1696
- - @atlaskit/media-store@9.0.0
1697
- - @atlaskit/media-core@24.7.0
2026
+ - Updated dependencies [b3738ea](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b3738ea):
2027
+ - Updated dependencies [096f898](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/096f898):
2028
+ - @atlaskit/media-card@46.0.0
2029
+ - @atlaskit/media-store@9.0.0
2030
+ - @atlaskit/media-core@24.7.0
1698
2031
 
1699
2032
  ## 18.6.2
1700
2033
 
1701
- - Updated dependencies [80f765b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/80f765b):
1702
- - @atlaskit/media-card@45.0.0
1703
- - @atlaskit/media-store@8.5.1
1704
- - @atlaskit/media-core@24.6.0
2034
+ - Updated dependencies [80f765b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/80f765b):
2035
+ - @atlaskit/media-card@45.0.0
2036
+ - @atlaskit/media-store@8.5.1
2037
+ - @atlaskit/media-core@24.6.0
1705
2038
 
1706
2039
  ## 18.6.1
1707
2040
 
1708
- - [patch][f621523](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f621523):
2041
+ - [patch][f621523](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f621523):
1709
2042
 
1710
- - fix MediaMocker router
2043
+ - fix MediaMocker router
1711
2044
 
1712
2045
  ## 18.6.0
1713
2046
 
1714
- - [minor][0f42ec1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0f42ec1):
2047
+ - [minor][0f42ec1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0f42ec1):
1715
2048
 
1716
- Use /items endpoint in media-core
2049
+ Use /items endpoint in media-core
1717
2050
 
1718
2051
  ## 18.5.2
1719
2052
 
1720
- - Updated dependencies [5de3574](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5de3574):
1721
- - @atlaskit/media-card@44.1.1
1722
- - @atlaskit/media-ui@8.0.0
2053
+ - Updated dependencies [5de3574](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5de3574):
2054
+ - @atlaskit/media-card@44.1.1
2055
+ - @atlaskit/media-ui@8.0.0
1723
2056
 
1724
2057
  ## 18.5.1
1725
2058
 
1726
- - [patch][0a297ba](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0a297ba):
2059
+ - [patch][0a297ba](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0a297ba):
1727
2060
 
1728
- - Packages should not be shown in the navigation, search and overview
2061
+ - Packages should not be shown in the navigation, search and overview
1729
2062
 
1730
2063
  ## 18.5.0
1731
2064
 
1732
- - [minor][c1ea81c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c1ea81c):
2065
+ - [minor][c1ea81c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c1ea81c):
1733
2066
 
1734
- - use custom video player for inline video in media-card
2067
+ - use custom video player for inline video in media-card
1735
2068
 
1736
2069
  ## 18.4.0
1737
2070
 
1738
- - [minor][b02ffa7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b02ffa7):
2071
+ - [minor][b02ffa7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b02ffa7):
1739
2072
 
1740
- - add touch event helpers and canvas mocking
2073
+ - add touch event helpers and canvas mocking
1741
2074
 
1742
2075
  ## 18.3.2
1743
2076
 
1744
- - [patch][5a6de24](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5a6de24):
2077
+ - [patch][5a6de24](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5a6de24):
1745
2078
 
1746
- - translate component properties in media components
2079
+ - translate component properties in media components
1747
2080
 
1748
2081
  ## 18.3.1
1749
2082
 
1750
- - Updated dependencies [ab9b69c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ab9b69c):
1751
- - @atlaskit/dropdown-menu@6.1.23
1752
- - @atlaskit/select@6.1.9
1753
- - @atlaskit/media-card@44.0.2
1754
- - @atlaskit/media-ui@7.6.2
1755
- - @atlaskit/icon@15.0.0
2083
+ - Updated dependencies [ab9b69c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ab9b69c):
2084
+ - @atlaskit/dropdown-menu@6.1.23
2085
+ - @atlaskit/select@6.1.9
2086
+ - @atlaskit/media-card@44.0.2
2087
+ - @atlaskit/media-ui@7.6.2
2088
+ - @atlaskit/icon@15.0.0
1756
2089
 
1757
2090
  ## 18.3.0
1758
2091
 
1759
- - [minor][fa7d4c5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/fa7d4c5):
2092
+ - [minor][fa7d4c5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/fa7d4c5):
1760
2093
 
1761
- - asMock method was added; It can be used to convert any function into jest.Mock;
2094
+ - asMock method was added; It can be used to convert any function into jest.Mock;
1762
2095
 
1763
- - Updated dependencies [7e8b4b9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e8b4b9):
1764
- - @atlaskit/media-card@44.0.0
1765
- - @atlaskit/media-core@24.5.0
2096
+ - Updated dependencies [7e8b4b9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e8b4b9):
2097
+ - @atlaskit/media-card@44.0.0
2098
+ - @atlaskit/media-core@24.5.0
1766
2099
 
1767
2100
  ## 18.2.12
1768
2101
 
1769
- - Updated dependencies [2c21466](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2c21466):
1770
- - @atlaskit/media-card@43.0.0
1771
- - @atlaskit/media-core@24.4.0
1772
- - @atlaskit/media-store@8.3.0
2102
+ - Updated dependencies [2c21466](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2c21466):
2103
+ - @atlaskit/media-card@43.0.0
2104
+ - @atlaskit/media-core@24.4.0
2105
+ - @atlaskit/media-store@8.3.0
1773
2106
 
1774
2107
  ## 18.2.11
1775
2108
 
1776
- - Updated dependencies [04c7192](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/04c7192):
1777
- - @atlaskit/media-core@24.3.1
1778
- - @atlaskit/media-card@42.0.0
2109
+ - Updated dependencies [04c7192](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/04c7192):
2110
+ - @atlaskit/media-core@24.3.1
2111
+ - @atlaskit/media-card@42.0.0
1779
2112
 
1780
2113
  ## 18.2.10
1781
2114
 
1782
- - [patch] Updated dependencies [ced32d0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ced32d0)
1783
- - @atlaskit/media-card@41.1.2
1784
- - @atlaskit/media-ui@7.0.0
2115
+ - [patch] Updated dependencies
2116
+ [ced32d0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ced32d0)
2117
+ - @atlaskit/media-card@41.1.2
2118
+ - @atlaskit/media-ui@7.0.0
1785
2119
 
1786
2120
  ## 18.2.9
1787
2121
 
1788
- - [patch] Cleanup media + editor integration 🔥 [2f9d14d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2f9d14d)
2122
+ - [patch] Cleanup media + editor integration 🔥
2123
+ [2f9d14d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2f9d14d)
1789
2124
 
1790
2125
  ## 18.2.8
1791
2126
 
1792
- - [patch] Split Media + Editor cleanup part 1 [b1ce691](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b1ce691)
2127
+ - [patch] Split Media + Editor cleanup part 1
2128
+ [b1ce691](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b1ce691)
1793
2129
 
1794
2130
  ## 18.2.7
1795
2131
 
1796
- - [patch] Updated dependencies [6e510d8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6e510d8)
1797
- - @atlaskit/media-core@24.2.2
1798
- - @atlaskit/media-card@40.0.0
2132
+ - [patch] Updated dependencies
2133
+ [6e510d8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6e510d8)
2134
+ - @atlaskit/media-core@24.2.2
2135
+ - @atlaskit/media-card@40.0.0
1799
2136
 
1800
2137
  ## 18.2.6
1801
2138
 
1802
- - [patch] Fix bug with download binary [71ebe0b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/71ebe0b)
2139
+ - [patch] Fix bug with download binary
2140
+ [71ebe0b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/71ebe0b)
1803
2141
 
1804
2142
  ## 18.2.5
1805
2143
 
1806
- - [patch] Updated dependencies [2afa60d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2afa60d)
1807
- - @atlaskit/media-card@39.0.0
1808
- - @atlaskit/media-core@24.2.0
1809
- - @atlaskit/media-store@8.1.0
2144
+ - [patch] Updated dependencies
2145
+ [2afa60d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2afa60d)
2146
+ - @atlaskit/media-card@39.0.0
2147
+ - @atlaskit/media-core@24.2.0
2148
+ - @atlaskit/media-store@8.1.0
1810
2149
 
1811
2150
  ## 18.2.4
1812
2151
 
1813
- - [patch] Add pagination to recents view in MediaPicker [4b3c1f5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4b3c1f5)
2152
+ - [patch] Add pagination to recents view in MediaPicker
2153
+ [4b3c1f5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4b3c1f5)
1814
2154
 
1815
2155
  ## 18.2.3
1816
2156
 
1817
- - [patch] Deprecate context.uploadFile & context.getFile. Instead context.file.upload & context.file.getFileState should be used; media-store's uploadFile function now takes MediaStore as a second argument, not MediaApiConfig [8b2c4d3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8b2c4d3)
1818
- - [patch] Deprecate context.uploadFile & context.getFile. Instead context.file.upload & context.file.getFileState should be used; media-store's uploadFile function now takes MediaStore as a second argument, not MediaApiConfig [3302d51](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3302d51)
2157
+ - [patch] Deprecate context.uploadFile & context.getFile. Instead context.file.upload &
2158
+ context.file.getFileState should be used; media-store's uploadFile function now takes MediaStore
2159
+ as a second argument, not MediaApiConfig
2160
+ [8b2c4d3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8b2c4d3)
2161
+ - [patch] Deprecate context.uploadFile & context.getFile. Instead context.file.upload &
2162
+ context.file.getFileState should be used; media-store's uploadFile function now takes MediaStore
2163
+ as a second argument, not MediaApiConfig
2164
+ [3302d51](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3302d51)
1819
2165
 
1820
2166
  ## 18.2.2
1821
2167
 
1822
- - [patch] Updated dependencies [2d848cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2d848cd)
1823
- - @atlaskit/media-core@24.0.3
1824
- - @atlaskit/media-store@7.0.0
2168
+ - [patch] Updated dependencies
2169
+ [2d848cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2d848cd)
2170
+ - @atlaskit/media-core@24.0.3
2171
+ - @atlaskit/media-store@7.0.0
1825
2172
 
1826
2173
  ## 18.2.1
1827
2174
 
1828
- - [patch] Updated dependencies [65c6514](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/65c6514)
1829
- - @atlaskit/dropdown-menu@6.1.17
1830
- - @atlaskit/select@6.0.2
1831
- - @atlaskit/media-card@37.0.1
1832
- - @atlaskit/media-ui@6.0.1
1833
- - @atlaskit/icon@14.0.0
2175
+ - [patch] Updated dependencies
2176
+ [65c6514](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/65c6514)
2177
+ - @atlaskit/dropdown-menu@6.1.17
2178
+ - @atlaskit/select@6.0.2
2179
+ - @atlaskit/media-card@37.0.1
2180
+ - @atlaskit/media-ui@6.0.1
2181
+ - @atlaskit/icon@14.0.0
1834
2182
 
1835
2183
  ## 18.2.0
1836
2184
 
1837
- - [minor] Add I18n support to media-card [dae7792](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dae7792)
2185
+ - [minor] Add I18n support to media-card
2186
+ [dae7792](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dae7792)
1838
2187
 
1839
2188
  ## 18.1.0
1840
2189
 
1841
- - [minor] Support external image identifiers in media-card [82c8bb9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/82c8bb9)
2190
+ - [minor] Support external image identifiers in media-card
2191
+ [82c8bb9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/82c8bb9)
1842
2192
 
1843
2193
  ## 18.0.0
1844
2194
 
1845
- - [major] Update RXJS dependency to ^5.5.0 [927ae63](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/927ae63)
2195
+ - [major] Update RXJS dependency to ^5.5.0
2196
+ [927ae63](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/927ae63)
1846
2197
 
1847
2198
  ## 17.1.0
1848
2199
 
1849
- - [minor] expose new context.collection methods [6e1d642](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6e1d642)
2200
+ - [minor] expose new context.collection methods
2201
+ [6e1d642](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6e1d642)
1850
2202
 
1851
2203
  ## 17.0.2
1852
2204
 
1853
- - [patch] Update TS to 3.0 [f68d367](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f68d367)
1854
- - [none] Updated dependencies [f68d367](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f68d367)
1855
- - @atlaskit/media-core@23.1.1
2205
+ - [patch] Update TS to 3.0
2206
+ [f68d367](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f68d367)
2207
+ - [none] Updated dependencies
2208
+ [f68d367](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f68d367)
2209
+ - @atlaskit/media-core@23.1.1
1856
2210
 
1857
2211
  ## 17.0.1
1858
2212
 
1859
- - [patch] fix media-test-helpers dist [20756c3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/20756c3)
2213
+ - [patch] fix media-test-helpers dist
2214
+ [20756c3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/20756c3)
1860
2215
 
1861
2216
  ## 17.0.0
1862
2217
 
1863
- - [major] Remove new upload service feature flag (useNewUploadService). Now new upload service will be used by default. [911a570](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/911a570)
1864
- - [none] Updated dependencies [911a570](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/911a570)
1865
- - @atlaskit/media-store@6.0.1
1866
- - @atlaskit/media-core@23.0.2
2218
+ - [major] Remove new upload service feature flag (useNewUploadService). Now new upload service
2219
+ will be used by default.
2220
+ [911a570](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/911a570)
2221
+ - [none] Updated dependencies
2222
+ [911a570](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/911a570)
2223
+ - @atlaskit/media-store@6.0.1
2224
+ - @atlaskit/media-core@23.0.2
1867
2225
 
1868
2226
  ## 16.0.0
1869
2227
 
1870
- - [major] Synchronous property "serviceHost" as part of many Interfaces in media components (like MediaApiConfig) is removed and replaced with asynchronous "baseUrl" as part of Auth object. [d02746f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d02746f)
1871
- - [major] Updated dependencies [d02746f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d02746f)
1872
- - @atlaskit/media-store@6.0.0
1873
- - @atlaskit/media-core@23.0.0
2228
+ - [major] Synchronous property "serviceHost" as part of many Interfaces in media components (like
2229
+ MediaApiConfig) is removed and replaced with asynchronous "baseUrl" as part of Auth object.
2230
+ [d02746f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d02746f)
2231
+ - [major] Updated dependencies
2232
+ [d02746f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d02746f)
2233
+ - @atlaskit/media-store@6.0.0
2234
+ - @atlaskit/media-core@23.0.0
1874
2235
 
1875
2236
  ## 15.2.1
1876
2237
 
1877
- - [patch] Updated dependencies [acd86a1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/acd86a1)
1878
- - @atlaskit/media-core@22.2.1
1879
- - @atlaskit/media-store@5.1.1
2238
+ - [patch] Updated dependencies
2239
+ [acd86a1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/acd86a1)
2240
+ - @atlaskit/media-core@22.2.1
2241
+ - @atlaskit/media-store@5.1.1
1880
2242
 
1881
2243
  ## 15.2.0
1882
2244
 
1883
- - [minor] use context.getFile in media-card [fad25ec](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/fad25ec)
1884
- - [minor] Updated dependencies [fad25ec](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/fad25ec)
1885
- - @atlaskit/media-store@5.1.0
1886
- - @atlaskit/media-core@22.1.0
2245
+ - [minor] use context.getFile in media-card
2246
+ [fad25ec](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/fad25ec)
2247
+ - [minor] Updated dependencies
2248
+ [fad25ec](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/fad25ec)
2249
+ - @atlaskit/media-store@5.1.0
2250
+ - @atlaskit/media-core@22.1.0
1887
2251
 
1888
2252
  ## 15.1.0
1889
2253
 
1890
- - [patch] Implemented smart cards and common views for other cards [fa6f865](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/fa6f865)
1891
- - [patch] Implemented smart cards and common UI elements [fdd03d8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/fdd03d8)
1892
- - [minor] Implement smart card [49c8425](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/49c8425)
1893
- - [patch] Updated dependencies [fa6f865](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/fa6f865)
1894
- - [patch] Updated dependencies [fdd03d8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/fdd03d8)
1895
- - [none] Updated dependencies [49c8425](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/49c8425)
2254
+ - [patch] Implemented smart cards and common views for other cards
2255
+ [fa6f865](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/fa6f865)
2256
+ - [patch] Implemented smart cards and common UI elements
2257
+ [fdd03d8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/fdd03d8)
2258
+ - [minor] Implement smart card
2259
+ [49c8425](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/49c8425)
2260
+ - [patch] Updated dependencies
2261
+ [fa6f865](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/fa6f865)
2262
+ - [patch] Updated dependencies
2263
+ [fdd03d8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/fdd03d8)
2264
+ - [none] Updated dependencies
2265
+ [49c8425](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/49c8425)
1896
2266
 
1897
2267
  ## 15.0.0
1898
2268
 
1899
- - [major] Updates to React ^16.4.0 [7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
1900
- - [major] Updated dependencies [563a7eb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/563a7eb)
1901
- - @atlaskit/media-core@22.0.0
1902
- - @atlaskit/media-store@5.0.0
1903
- - [major] Updated dependencies [7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
1904
- - @atlaskit/media-store@5.0.0
1905
- - @atlaskit/media-core@22.0.0
2269
+ - [major] Updates to React ^16.4.0
2270
+ [7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
2271
+ - [major] Updated dependencies
2272
+ [563a7eb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/563a7eb)
2273
+ - @atlaskit/media-core@22.0.0
2274
+ - @atlaskit/media-store@5.0.0
2275
+ - [major] Updated dependencies
2276
+ [7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
2277
+ - @atlaskit/media-store@5.0.0
2278
+ - @atlaskit/media-core@22.0.0
1906
2279
 
1907
2280
  ## 14.0.6
1908
2281
 
1909
- - [patch] Use media.tsconfig in MediaViewer [42ee1ea](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/42ee1ea)
1910
- - [patch] Updated dependencies [42ee1ea](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/42ee1ea)
1911
- - @atlaskit/media-core@21.0.0
2282
+ - [patch] Use media.tsconfig in MediaViewer
2283
+ [42ee1ea](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/42ee1ea)
2284
+ - [patch] Updated dependencies
2285
+ [42ee1ea](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/42ee1ea)
2286
+ - @atlaskit/media-core@21.0.0
1912
2287
 
1913
2288
  ## 14.0.5
1914
2289
 
1915
- - [patch] Replace faker with lightweight internal functions [1c3352a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1c3352a)
1916
- - [none] Updated dependencies [1c3352a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1c3352a)
2290
+ - [patch] Replace faker with lightweight internal functions
2291
+ [1c3352a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1c3352a)
2292
+ - [none] Updated dependencies
2293
+ [1c3352a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1c3352a)
1917
2294
 
1918
2295
  ## 14.0.4
1919
2296
 
1920
- - [patch] Updated dependencies [c57e9c1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c57e9c1)
1921
- - @atlaskit/media-store@4.2.0
1922
- - @atlaskit/media-core@20.0.0
2297
+ - [patch] Updated dependencies
2298
+ [c57e9c1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c57e9c1)
2299
+ - @atlaskit/media-store@4.2.0
2300
+ - @atlaskit/media-core@20.0.0
1923
2301
 
1924
2302
  ## 14.0.3
1925
2303
 
1926
- - [patch] Clean Changelogs - remove duplicates and empty entries [e7756cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7756cd)
1927
- - [none] Updated dependencies [e7756cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7756cd)
1928
- - @atlaskit/media-store@4.1.1
1929
- - @atlaskit/media-core@19.1.3
2304
+ - [patch] Clean Changelogs - remove duplicates and empty entries
2305
+ [e7756cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7756cd)
2306
+ - [none] Updated dependencies
2307
+ [e7756cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7756cd)
2308
+ - @atlaskit/media-store@4.1.1
2309
+ - @atlaskit/media-core@19.1.3
1930
2310
 
1931
2311
  ## 14.0.2
1932
2312
 
1933
- - [patch] Update changelogs to remove duplicate [cc58e17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc58e17)
1934
- - [none] Updated dependencies [cc58e17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc58e17)
1935
- - @atlaskit/media-core@19.1.2
2313
+ - [patch] Update changelogs to remove duplicate
2314
+ [cc58e17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc58e17)
2315
+ - [none] Updated dependencies
2316
+ [cc58e17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc58e17)
2317
+ - @atlaskit/media-core@19.1.2
1936
2318
 
1937
2319
  ## 14.0.1
1938
2320
 
1939
- - [none] Updated dependencies [9d20f54](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d20f54)
1940
- - @atlaskit/media-core@19.1.1
2321
+ - [none] Updated dependencies
2322
+ [9d20f54](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d20f54)
2323
+ - @atlaskit/media-core@19.1.1
1941
2324
 
1942
2325
  ## 14.0.0
1943
2326
 
1944
- - [major] makes styled-components a peer dependency and upgrades version range from 1.4.6 - 3 to ^3.2.6 [1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619)
1945
- - [patch] Updated dependencies [1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619)
1946
- - @atlaskit/media-store@4.0.0
1947
- - @atlaskit/media-core@19.0.0
2327
+ - [major] makes styled-components a peer dependency and upgrades version range from 1.4.6 - 3 to
2328
+ ^3.2.6 [1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619)
2329
+ - [patch] Updated dependencies
2330
+ [1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619)
2331
+ - @atlaskit/media-store@4.0.0
2332
+ - @atlaskit/media-core@19.0.0
1948
2333
 
1949
2334
  ## 13.3.1
1950
2335
 
1951
- - [patch] MSW-741 : handle unexpected media types without crashes [0353017](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0353017)
1952
- - [none] Updated dependencies [0353017](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0353017)
2336
+ - [patch] MSW-741 : handle unexpected media types without crashes
2337
+ [0353017](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0353017)
2338
+ - [none] Updated dependencies
2339
+ [0353017](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0353017)
1953
2340
 
1954
2341
  ## 13.3.0
1955
2342
 
1956
- - [minor] Add new item to example items [602c46e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/602c46e)
1957
- - [none] Updated dependencies [602c46e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/602c46e)
2343
+ - [minor] Add new item to example items
2344
+ [602c46e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/602c46e)
2345
+ - [none] Updated dependencies
2346
+ [602c46e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/602c46e)
1958
2347
 
1959
2348
  ## 13.2.0
1960
2349
 
1961
- - [minor] add custom video player under feature flag [9041109](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9041109)
1962
- - [none] Updated dependencies [9041109](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9041109)
2350
+ - [minor] add custom video player under feature flag
2351
+ [9041109](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9041109)
2352
+ - [none] Updated dependencies
2353
+ [9041109](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9041109)
1963
2354
 
1964
2355
  ## 13.1.0
1965
2356
 
1966
- - [minor] add media mocks [1754450](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1754450)
1967
- - [none] Updated dependencies [1754450](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1754450)
1968
- - @atlaskit/media-store@3.1.0
2357
+ - [minor] add media mocks [1754450](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1754450)
2358
+ - [none] Updated dependencies
2359
+ [1754450](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1754450)
2360
+ - @atlaskit/media-store@3.1.0
1969
2361
 
1970
2362
  ## 13.0.2
1971
2363
 
1972
- - [patch][f87724e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f87724e)
1973
- - [none] Updated dependencies [f87724e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f87724e)
2364
+ - [patch][f87724e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f87724e)
2365
+ - [none] Updated dependencies
2366
+ [f87724e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f87724e)
1974
2367
 
1975
2368
  ## 13.0.1
1976
2369
 
1977
- - [patch] Updated dependencies [bd26d3c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bd26d3c)
1978
- - @atlaskit/media-core@18.1.1
2370
+ - [patch] Updated dependencies
2371
+ [bd26d3c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bd26d3c)
2372
+ - @atlaskit/media-core@18.1.1
1979
2373
 
1980
2374
  ## 13.0.0
1981
2375
 
1982
- - [major] media-picker: <All but popup picker>.emitUploadEnd second argument shape has changed from MediaFileData to FileDetails; `upload-end` event payload body shape changed from MediaFileData to FileDetails; All the media pickers config now have new property `useNewUploadService: boolean` (false by default); popup media-picker .cancel can't be called with no argument, though types does allow for it; `File` is removed; --- media-store: MediaStore.createFile now has a required argument of type MediaStoreCreateFileParams; MediaStore.copyFileWithToken new method; uploadFile method result type has changed from just a promise to a UploadFileResult type; --- media-test-helpers: mediaPickerAuthProvider argument has changed from a component instance to just a boolean authEnvironment; [84f6f91](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/84f6f91)
1983
- - [major] SUMMARY GOES HERE [9041d71](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9041d71)
1984
- - [none] Updated dependencies [84f6f91](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/84f6f91)
1985
- - @atlaskit/media-core@18.1.0
1986
- - [major] Updated dependencies [9041d71](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9041d71)
1987
- - @atlaskit/media-core@18.1.0
2376
+ - [major] media-picker: <All but popup picker>.emitUploadEnd second argument shape has changed
2377
+ from MediaFileData to FileDetails; `upload-end` event payload body shape changed from
2378
+ MediaFileData to FileDetails; All the media pickers config now have new property
2379
+ `useNewUploadService: boolean` (false by default); popup media-picker .cancel can't be called
2380
+ with no argument, though types does allow for it; `File` is removed; --- media-store:
2381
+ MediaStore.createFile now has a required argument of type MediaStoreCreateFileParams;
2382
+ MediaStore.copyFileWithToken new method; uploadFile method result type has changed from just a
2383
+ promise to a UploadFileResult type; --- media-test-helpers: mediaPickerAuthProvider argument has
2384
+ changed from a component instance to just a boolean authEnvironment;
2385
+ [84f6f91](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/84f6f91)
2386
+ - [major] SUMMARY GOES HERE
2387
+ [9041d71](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9041d71)
2388
+ - [none] Updated dependencies
2389
+ [84f6f91](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/84f6f91)
2390
+ - @atlaskit/media-core@18.1.0
2391
+ - [major] Updated dependencies
2392
+ [9041d71](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9041d71)
2393
+ - @atlaskit/media-core@18.1.0
1988
2394
 
1989
2395
  ## 12.0.4
1990
2396
 
1991
- - [patch] Updated dependencies [d662caa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d662caa)
1992
- - @atlaskit/field-text@5.0.3
1993
- - @atlaskit/media-core@18.0.3
2397
+ - [patch] Updated dependencies
2398
+ [d662caa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d662caa)
2399
+ - @atlaskit/field-text@5.0.3
2400
+ - @atlaskit/media-core@18.0.3
1994
2401
 
1995
2402
  ## 12.0.1
1996
2403
 
1997
- - [patch] Added missing dependencies and added lint rule to catch them all [0672503](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0672503)
2404
+ - [patch] Added missing dependencies and added lint rule to catch them all
2405
+ [0672503](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0672503)
1998
2406
 
1999
2407
  ## 12.0.0
2000
2408
 
2001
- - [major] Bump to React 16.3. [4251858](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4251858)
2409
+ - [major] Bump to React 16.3.
2410
+ [4251858](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4251858)
2002
2411
 
2003
2412
  ## 11.0.0
2004
2413
 
2005
- - [major] Show upload button during recents load in media picker. + Inprove caching for auth provider used in examples [929731a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/929731a)
2414
+ - [major] Show upload button during recents load in media picker. + Inprove caching for auth
2415
+ provider used in examples
2416
+ [929731a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/929731a)
2006
2417
 
2007
2418
  ## 10.0.6
2008
2419
 
2009
- - [patch] Add "sideEffects: false" to AKM2 packages to allow consumer's to tree-shake [c3b018a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c3b018a)
2420
+ - [patch] Add "sideEffects: false" to AKM2 packages to allow consumer's to tree-shake
2421
+ [c3b018a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c3b018a)
2010
2422
 
2011
2423
  ## 10.0.2
2012
2424
 
2013
- - [patch] fix(media-test-helpers): bump xhr-mock and add error handling [304265f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/304265f)
2425
+ - [patch] fix(media-test-helpers): bump xhr-mock and add error handling
2426
+ [304265f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/304265f)
2014
2427
 
2015
2428
  ## 10.0.1
2016
2429
 
2017
- - [patch] feature(media-test-helpers): http mocks for media-picker [982085f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/982085f)
2430
+ - [patch] feature(media-test-helpers): http mocks for media-picker
2431
+ [982085f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/982085f)
2018
2432
 
2019
2433
  ## 9.0.5
2020
2434
 
2021
- - [patch] Remove TS types that requires styled-components v3 [836e53b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/836e53b)
2435
+ - [patch] Remove TS types that requires styled-components v3
2436
+ [836e53b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/836e53b)
2022
2437
 
2023
2438
  ## 9.0.4
2024
2439
 
2025
- - [patch] fix(media-test-helpers): configure fetch to send credentials and point calls to correct endpoint [8978f4e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8978f4e)
2440
+ - [patch] fix(media-test-helpers): configure fetch to send credentials and point calls to correct
2441
+ endpoint [8978f4e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8978f4e)
2026
2442
 
2027
2443
  ## 9.0.3
2028
2444
 
2029
- - [patch] Pointing base urls to media-playground behind Stargate [4979dc5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4979dc5)
2445
+ - [patch] Pointing base urls to media-playground behind Stargate
2446
+ [4979dc5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4979dc5)
2030
2447
 
2031
2448
  ## 9.0.2
2032
2449
 
2033
- - [patch] updated the repository url to https://bitbucket.org/atlassian/atlaskit-mk-2 [1e57e5a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e57e5a)
2450
+ - [patch] updated the repository url to https://bitbucket.org/atlassian/atlaskit-mk-2
2451
+ [1e57e5a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e57e5a)
2034
2452
 
2035
2453
  ## 9.0.0
2036
2454
 
2037
- - [patch] use impersonation endpoint in authProvider [85cf404](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/85cf404)
2455
+ - [patch] use impersonation endpoint in authProvider
2456
+ [85cf404](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/85cf404)
2038
2457
 
2039
2458
  ## 8.6.1
2040
2459
 
2041
- - [patch] Update atlassian.io domains [6ac1a8f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6ac1a8f)
2460
+ - [patch] Update atlassian.io domains
2461
+ [6ac1a8f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6ac1a8f)
2042
2462
 
2043
2463
  ## 8.6.0
2044
2464
 
2045
- - [minor] Add React 16 support. [12ea6e4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/12ea6e4)
2465
+ - [minor] Add React 16 support.
2466
+ [12ea6e4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/12ea6e4)
2046
2467
 
2047
2468
  ## 8.5.4
2048
2469
 
2049
- - [patch] Use media-test-helpers instead of hardcoded values [f2b92f8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f2b92f8)
2470
+ - [patch] Use media-test-helpers instead of hardcoded values
2471
+ [f2b92f8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f2b92f8)
2050
2472
 
2051
2473
  ## 8.5.3
2052
2474
 
2053
- - [patch] Update dependencies [623f8ca](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/623f8ca)
2475
+ - [patch] Update dependencies
2476
+ [623f8ca](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/623f8ca)
2054
2477
 
2055
2478
  ## 8.5.2
2056
2479
 
2057
- - [patch] Added new AppCardView v1.5 designs behind a feature flag. [92bc6c8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/92bc6c8)
2480
+ - [patch] Added new AppCardView v1.5 designs behind a feature flag.
2481
+ [92bc6c8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/92bc6c8)
2058
2482
 
2059
2483
  ## 8.5.1
2060
2484
 
2061
- - [patch] Show static images for gifs in small cards [e2508f9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e2508f9)
2062
- - [patch] Show static images for gifs in small cards [e2508f9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e2508f9)
2485
+ - [patch] Show static images for gifs in small cards
2486
+ [e2508f9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e2508f9)
2487
+ - [patch] Show static images for gifs in small cards
2488
+ [e2508f9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e2508f9)
2063
2489
 
2064
2490
  ## 8.4.0 (2017-10-10)
2065
2491
 
2066
- - bug fix; fixed incompatible types between axioPromise and Promise. ([a227432](https://bitbucket.org/atlassian/atlaskit/commits/a227432))
2067
- - feature; created userAuthProvider for storybook ([31b2e96](https://bitbucket.org/atlassian/atlaskit/commits/31b2e96))
2492
+ - bug fix; fixed incompatible types between axioPromise and Promise.
2493
+ ([a227432](https://bitbucket.org/atlassian/atlaskit/commits/a227432))
2494
+ - feature; created userAuthProvider for storybook
2495
+ ([31b2e96](https://bitbucket.org/atlassian/atlaskit/commits/31b2e96))
2068
2496
 
2069
2497
  ## 8.3.0 (2017-09-19)
2070
2498
 
2071
- - feature; new LinkCards UI ([06d49d2](https://bitbucket.org/atlassian/atlaskit/commits/06d49d2))
2499
+ - feature; new LinkCards UI ([06d49d2](https://bitbucket.org/atlassian/atlaskit/commits/06d49d2))
2072
2500
 
2073
2501
  ## 8.2.1 (2017-09-15)
2074
2502
 
2075
- - bug fix; fix bug where authProvider impl has wrong API ([f8fbeee](https://bitbucket.org/atlassian/atlaskit/commits/f8fbeee))
2503
+ - bug fix; fix bug where authProvider impl has wrong API
2504
+ ([f8fbeee](https://bitbucket.org/atlassian/atlaskit/commits/f8fbeee))
2076
2505
 
2077
2506
  ## 8.2.0 (2017-09-14)
2078
2507
 
2079
- - feature; add \`createStorybookContext\` default parameter ([6814e95](https://bitbucket.org/atlassian/atlaskit/commits/6814e95))
2508
+ - feature; add \`createStorybookContext\` default parameter
2509
+ ([6814e95](https://bitbucket.org/atlassian/atlaskit/commits/6814e95))
2080
2510
 
2081
2511
  ## 8.1.0 (2017-09-13)
2082
2512
 
2083
- - feature; bump media-core dep and introduce asap issuer way of auth ([f348ccb](https://bitbucket.org/atlassian/atlaskit/commits/f348ccb))
2084
- - breaking;
2085
- - `createStorybookContext` now takes 1 parameter object of type `AuthParameter`. It takes `serviceHost`
2086
- - and `authType`, that can be either `"client"` or `"asap"`, depending on what auth option you want to be used.
2087
- - Notice: `clientId` is not required anymore.
2088
- - breaking;
2089
- - `StoryBookTokenProvider` is gone. Instead `StoryBookAuthProvider` has new method `create`, it takes
2090
- - boolean `isAsapEnvironment` as first parameter and `scope` object as second.
2513
+ - feature; bump media-core dep and introduce asap issuer way of auth
2514
+ ([f348ccb](https://bitbucket.org/atlassian/atlaskit/commits/f348ccb))
2515
+ - breaking;
2516
+ - `createStorybookContext` now takes 1 parameter object of type `AuthParameter`. It takes
2517
+ `serviceHost`
2518
+ - and `authType`, that can be either `"client"` or `"asap"`, depending on what auth option you
2519
+ want to be used.
2520
+ - Notice: `clientId` is not required anymore.
2521
+ - breaking;
2522
+ - `StoryBookTokenProvider` is gone. Instead `StoryBookAuthProvider` has new method `create`, it
2523
+ takes
2524
+ - boolean `isAsapEnvironment` as first parameter and `scope` object as second.
2091
2525
 
2092
2526
  ## 7.2.0 (2017-08-08)
2093
2527
 
2094
- - feature; add password protected PDF ([5afbf6a](https://bitbucket.org/atlassian/atlaskit/commits/5afbf6a))
2528
+ - feature; add password protected PDF
2529
+ ([5afbf6a](https://bitbucket.org/atlassian/atlaskit/commits/5afbf6a))
2095
2530
 
2096
2531
  ## 7.1.0 (2017-08-08)
2097
2532
 
2098
- - feature; add large pdf file ([695e4d1](https://bitbucket.org/atlassian/atlaskit/commits/695e4d1))
2099
- - feature; added link details ([ed1c4aa](https://bitbucket.org/atlassian/atlaskit/commits/ed1c4aa))
2533
+ - feature; add large pdf file
2534
+ ([695e4d1](https://bitbucket.org/atlassian/atlaskit/commits/695e4d1))
2535
+ - feature; added link details
2536
+ ([ed1c4aa](https://bitbucket.org/atlassian/atlaskit/commits/ed1c4aa))
2100
2537
 
2101
2538
  ## 6.3.0 (2017-07-31)
2102
2539
 
2103
- - feature; added minimal link details which contain a smart card ([e016c4b](https://bitbucket.org/atlassian/atlaskit/commits/e016c4b))
2540
+ - feature; added minimal link details which contain a smart card
2541
+ ([e016c4b](https://bitbucket.org/atlassian/atlaskit/commits/e016c4b))
2104
2542
 
2105
2543
  ## 6.2.1 (2017-07-25)
2106
2544
 
2107
- - fix; use class transform in loose mode in babel to improve load performance in apps ([fde719a](https://bitbucket.org/atlassian/atlaskit/commits/fde719a))
2545
+ - fix; use class transform in loose mode in babel to improve load performance in apps
2546
+ ([fde719a](https://bitbucket.org/atlassian/atlaskit/commits/fde719a))
2108
2547
 
2109
2548
  ## 6.2.0 (2017-06-29)
2110
2549
 
2111
- - feature; add new image id to mediaExamples ([5573611](https://bitbucket.org/atlassian/atlaskit/commits/5573611))
2550
+ - feature; add new image id to mediaExamples
2551
+ ([5573611](https://bitbucket.org/atlassian/atlaskit/commits/5573611))
2112
2552
 
2113
2553
  ## 6.1.0 (2017-06-08)
2114
2554
 
2115
- - fix; use read/write access scope for all sample collections ([62380c2](https://bitbucket.org/atlassian/atlaskit/commits/62380c2))
2116
- - feature; cache token for custom scoped access ([c97cf14](https://bitbucket.org/atlassian/atlaskit/commits/c97cf14))
2555
+ - fix; use read/write access scope for all sample collections
2556
+ ([62380c2](https://bitbucket.org/atlassian/atlaskit/commits/62380c2))
2557
+ - feature; cache token for custom scoped access
2558
+ ([c97cf14](https://bitbucket.org/atlassian/atlaskit/commits/c97cf14))
2117
2559
 
2118
2560
  ## 6.0.3 (2017-06-05)
2119
2561
 
2120
- - fix; updated link ids so they point to links that exist in their associated collections ([ce844c1](https://bitbucket.org/atlassian/atlaskit/commits/ce844c1))
2562
+ - fix; updated link ids so they point to links that exist in their associated collections
2563
+ ([ce844c1](https://bitbucket.org/atlassian/atlaskit/commits/ce844c1))
2121
2564
 
2122
2565
  ## 6.0.2 (2017-05-22)
2123
2566
 
2124
- - fix; fix link id ([ae82433](https://bitbucket.org/atlassian/atlaskit/commits/ae82433))
2567
+ - fix; fix link id ([ae82433](https://bitbucket.org/atlassian/atlaskit/commits/ae82433))
2125
2568
 
2126
2569
  ## 6.0.1 (2017-05-19)
2127
2570
 
2128
- - fix; actualize media-test-helpers dependencies ([6ffff96](https://bitbucket.org/atlassian/atlaskit/commits/6ffff96))
2571
+ - fix; actualize media-test-helpers dependencies
2572
+ ([6ffff96](https://bitbucket.org/atlassian/atlaskit/commits/6ffff96))
2129
2573
 
2130
2574
  ## 5.0.0 (2017-05-19)
2131
2575
 
2132
- - feature; bumped version of media-core ([16674d9](https://bitbucket.org/atlassian/atlaskit/commits/16674d9))
2133
- - breaking; bumped version of media-core
2576
+ - feature; bumped version of media-core
2577
+ ([16674d9](https://bitbucket.org/atlassian/atlaskit/commits/16674d9))
2578
+ - breaking; bumped version of media-core
2134
2579
 
2135
2580
  ## 4.8.5 (2017-05-15)
2136
2581
 
2137
- - fix; fixed the default fakeContextProvider with a more robust mock ([5b703f2](https://bitbucket.org/atlassian/atlaskit/commits/5b703f2))
2582
+ - fix; fixed the default fakeContextProvider with a more robust mock
2583
+ ([5b703f2](https://bitbucket.org/atlassian/atlaskit/commits/5b703f2))
2138
2584
 
2139
2585
  ## 4.8.4 (2017-05-09)
2140
2586
 
2141
- - fix; add missing dependency ([b998940](https://bitbucket.org/atlassian/atlaskit/commits/b998940))
2587
+ - fix; add missing dependency
2588
+ ([b998940](https://bitbucket.org/atlassian/atlaskit/commits/b998940))
2142
2589
 
2143
2590
  ## 4.8.2 (2017-05-05)
2144
2591
 
2145
- - fix; bumping media-core ([85f448f](https://bitbucket.org/atlassian/atlaskit/commits/85f448f))
2592
+ - fix; bumping media-core ([85f448f](https://bitbucket.org/atlassian/atlaskit/commits/85f448f))
2146
2593
 
2147
2594
  ## 4.8.1 (2017-05-01)
2148
2595
 
2149
- - fix; changed video url preview to one that is identified by endpoint with player attribut ([76f0895](https://bitbucket.org/atlassian/atlaskit/commits/76f0895))
2150
- - fix; update for media-test-helpers with updated context signature ([10ae6e2](https://bitbucket.org/atlassian/atlaskit/commits/10ae6e2))
2596
+ - fix; changed video url preview to one that is identified by endpoint with player attribut
2597
+ ([76f0895](https://bitbucket.org/atlassian/atlaskit/commits/76f0895))
2598
+ - fix; update for media-test-helpers with updated context signature
2599
+ ([10ae6e2](https://bitbucket.org/atlassian/atlaskit/commits/10ae6e2))
2151
2600
 
2152
2601
  ## 4.8.0 (2017-04-27)
2153
2602
 
2154
- - feature; added data uri gif required by FIL-4001 ([e2ffb80](https://bitbucket.org/atlassian/atlaskit/commits/e2ffb80))
2603
+ - feature; added data uri gif required by FIL-4001
2604
+ ([e2ffb80](https://bitbucket.org/atlassian/atlaskit/commits/e2ffb80))
2155
2605
 
2156
2606
  ## 4.7.0 (2017-04-27)
2157
2607
 
2158
- - fix; update legal copy to be more clear. Not all modules include ADG license. ([f3a945e](https://bitbucket.org/atlassian/atlaskit/commits/f3a945e))
2608
+ - fix; update legal copy to be more clear. Not all modules include ADG license.
2609
+ ([f3a945e](https://bitbucket.org/atlassian/atlaskit/commits/f3a945e))
2159
2610
 
2160
2611
  ## 4.6.0 (2017-04-27)
2161
2612
 
2162
- - feature; add imageLinkId to examples ([64a48ad](https://bitbucket.org/atlassian/atlaskit/commits/64a48ad))
2163
- - feature; added file details required by FIL-4001 ([7586dfd](https://bitbucket.org/atlassian/atlaskit/commits/7586dfd))
2613
+ - feature; add imageLinkId to examples
2614
+ ([64a48ad](https://bitbucket.org/atlassian/atlaskit/commits/64a48ad))
2615
+ - feature; added file details required by FIL-4001
2616
+ ([7586dfd](https://bitbucket.org/atlassian/atlaskit/commits/7586dfd))
2164
2617
 
2165
2618
  ## 4.5.2 (2017-04-26)
2166
2619
 
2167
- - fix; update legal copy and fix broken links for component README on npm. New contribution and ([0b3e454](https://bitbucket.org/atlassian/atlaskit/commits/0b3e454))
2168
- - fix; updated media packages key words and maintainers ([01bcbc5](https://bitbucket.org/atlassian/atlaskit/commits/01bcbc5))
2620
+ - fix; update legal copy and fix broken links for component README on npm. New contribution and
2621
+ ([0b3e454](https://bitbucket.org/atlassian/atlaskit/commits/0b3e454))
2622
+ - fix; updated media packages key words and maintainers
2623
+ ([01bcbc5](https://bitbucket.org/atlassian/atlaskit/commits/01bcbc5))
2169
2624
 
2170
2625
  ## 4.5.1 (2017-04-26)
2171
2626
 
2172
- - fix; fixed typescript/validate errors by using explicit type ([d7e1639](https://bitbucket.org/atlassian/atlaskit/commits/d7e1639))
2627
+ - fix; fixed typescript/validate errors by using explicit type
2628
+ ([d7e1639](https://bitbucket.org/atlassian/atlaskit/commits/d7e1639))
2173
2629
 
2174
2630
  ## 4.5.0 (2017-04-26)
2175
2631
 
2176
- - feature; added file and url preview identifiers ([5fd08f1](https://bitbucket.org/atlassian/atlaskit/commits/5fd08f1))
2632
+ - feature; added file and url preview identifiers
2633
+ ([5fd08f1](https://bitbucket.org/atlassian/atlaskit/commits/5fd08f1))
2177
2634
 
2178
2635
  ## 4.4.0 (2017-04-21)
2179
2636
 
2180
- - feature; added example details ([fbb8fc1](https://bitbucket.org/atlassian/atlaskit/commits/fbb8fc1))
2637
+ - feature; added example details
2638
+ ([fbb8fc1](https://bitbucket.org/atlassian/atlaskit/commits/fbb8fc1))
2181
2639
 
2182
2640
  ## 4.3.0 (2017-04-19)
2183
2641
 
2184
- - fix; fix spotify URL ([395c9db](https://bitbucket.org/atlassian/atlaskit/commits/395c9db))
2185
- - feature; added a audio file changed video/youtube url previews ([5add9d6](https://bitbucket.org/atlassian/atlaskit/commits/5add9d6))
2642
+ - fix; fix spotify URL ([395c9db](https://bitbucket.org/atlassian/atlaskit/commits/395c9db))
2643
+ - feature; added a audio file changed video/youtube url previews
2644
+ ([5add9d6](https://bitbucket.org/atlassian/atlaskit/commits/5add9d6))
2186
2645
 
2187
2646
  ## 4.2.0 (2017-04-19)
2188
2647
 
2189
- - fix; fix example media item names and add collectionName (otherwise they don't work) ([9cd2b34](https://bitbucket.org/atlassian/atlaskit/commits/9cd2b34))
2190
- - fix; fix naming to be consistent ([e86740e](https://bitbucket.org/atlassian/atlaskit/commits/e86740e))
2191
- - feature; add createMouseEvent helper method ([794d681](https://bitbucket.org/atlassian/atlaskit/commits/794d681))
2192
- - feature; added example media item identifiers to media-test-helpers ([8554af2](https://bitbucket.org/atlassian/atlaskit/commits/8554af2))
2648
+ - fix; fix example media item names and add collectionName (otherwise they don't work)
2649
+ ([9cd2b34](https://bitbucket.org/atlassian/atlaskit/commits/9cd2b34))
2650
+ - fix; fix naming to be consistent
2651
+ ([e86740e](https://bitbucket.org/atlassian/atlaskit/commits/e86740e))
2652
+ - feature; add createMouseEvent helper method
2653
+ ([794d681](https://bitbucket.org/atlassian/atlaskit/commits/794d681))
2654
+ - feature; added example media item identifiers to media-test-helpers
2655
+ ([8554af2](https://bitbucket.org/atlassian/atlaskit/commits/8554af2))
2193
2656
 
2194
2657
  ## 4.1.0 (2017-04-11)
2195
2658
 
2196
- - feature; update storybook context with insert/update permissions ([3fcb6f0](https://bitbucket.org/atlassian/atlaskit/commits/3fcb6f0))
2659
+ - feature; update storybook context with insert/update permissions
2660
+ ([3fcb6f0](https://bitbucket.org/atlassian/atlaskit/commits/3fcb6f0))
2197
2661
 
2198
2662
  ## 4.0.1 (2017-04-10)
2199
2663
 
2200
- - fix; return an expected value from default fake fetchImageDataUri ([c107164](https://bitbucket.org/atlassian/atlaskit/commits/c107164))
2664
+ - fix; return an expected value from default fake fetchImageDataUri
2665
+ ([c107164](https://bitbucket.org/atlassian/atlaskit/commits/c107164))
2201
2666
 
2202
2667
  ## 3.0.0 (2017-04-03)
2203
2668
 
2204
- - fix; moved media-core into peer dependency for media-test-helpers ([bc24c11](https://bitbucket.org/atlassian/atlaskit/commits/bc24c11))
2205
- - breaking; moved media-core to peer dependency for media-test-helpers
2669
+ - fix; moved media-core into peer dependency for media-test-helpers
2670
+ ([bc24c11](https://bitbucket.org/atlassian/atlaskit/commits/bc24c11))
2671
+ - breaking; moved media-core to peer dependency for media-test-helpers
2206
2672
 
2207
2673
  ## 1.49.0 (2017-03-27)
2208
2674
 
2209
- - feature; bump media-test-helpers version ([2e390f9](https://bitbucket.org/atlassian/atlaskit/commits/2e390f9))
2210
- - feature; update dependency media-core to 3.0.0 ([f07416c](https://bitbucket.org/atlassian/atlaskit/commits/f07416c))
2675
+ - feature; bump media-test-helpers version
2676
+ ([2e390f9](https://bitbucket.org/atlassian/atlaskit/commits/2e390f9))
2677
+ - feature; update dependency media-core to 3.0.0
2678
+ ([f07416c](https://bitbucket.org/atlassian/atlaskit/commits/f07416c))
2211
2679
 
2212
2680
  ## 1.2.0 (2017-03-23)
2213
2681
 
2214
- - fix; fixing the build ([ba21a9d](https://bitbucket.org/atlassian/atlaskit/commits/ba21a9d))
2215
- - feature; added 'super' card component ([559579f](https://bitbucket.org/atlassian/atlaskit/commits/559579f))
2216
- - breaking; Card API, LinkCard API, FileCard API
2217
- - ISSUES CLOSED: FIL-3919
2218
- - fix; maintainers for all the packages were added ([261d00a](https://bitbucket.org/atlassian/atlaskit/commits/261d00a))
2219
- - fix; avoid UI flickering when showing an already loaded collection ([5637ffb](https://bitbucket.org/atlassian/atlaskit/commits/5637ffb))
2220
- - feature; allow media-api token generation with access ([d337480](https://bitbucket.org/atlassian/atlaskit/commits/d337480))
2221
- - feature; added application links to media-card and restructured ([618650e](https://bitbucket.org/atlassian/atlaskit/commits/618650e))
2222
- - feature; media Test Helpers portion of shipit/house_of_cards ([b9e6db9](https://bitbucket.org/atlassian/atlaskit/commits/b9e6db9))
2682
+ - fix; fixing the build ([ba21a9d](https://bitbucket.org/atlassian/atlaskit/commits/ba21a9d))
2683
+ - feature; added 'super' card component
2684
+ ([559579f](https://bitbucket.org/atlassian/atlaskit/commits/559579f))
2685
+ - breaking; Card API, LinkCard API, FileCard API
2686
+ - ISSUES CLOSED: FIL-3919
2687
+ - fix; maintainers for all the packages were added
2688
+ ([261d00a](https://bitbucket.org/atlassian/atlaskit/commits/261d00a))
2689
+ - fix; avoid UI flickering when showing an already loaded collection
2690
+ ([5637ffb](https://bitbucket.org/atlassian/atlaskit/commits/5637ffb))
2691
+ - feature; allow media-api token generation with access
2692
+ ([d337480](https://bitbucket.org/atlassian/atlaskit/commits/d337480))
2693
+ - feature; added application links to media-card and restructured
2694
+ ([618650e](https://bitbucket.org/atlassian/atlaskit/commits/618650e))
2695
+ - feature; media Test Helpers portion of shipit/house_of_cards
2696
+ ([b9e6db9](https://bitbucket.org/atlassian/atlaskit/commits/b9e6db9))
2223
2697
 
2224
2698
  ## 1.1.0 (2017-03-09)
2225
2699
 
2226
- - feature; cleaned and updated link card ([5dcae43](https://bitbucket.org/atlassian/atlaskit/commits/5dcae43))
2227
- - feature; migrate FilmStrip component + create media-test-helpers ([8896543](https://bitbucket.org/atlassian/atlaskit/commits/8896543))
2700
+ - feature; cleaned and updated link card
2701
+ ([5dcae43](https://bitbucket.org/atlassian/atlaskit/commits/5dcae43))
2702
+ - feature; migrate FilmStrip component + create media-test-helpers
2703
+ ([8896543](https://bitbucket.org/atlassian/atlaskit/commits/8896543))