@atlaskit/media-test-helpers 33.0.34 → 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 +1471 -1001
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,1126 +1,1402 @@
1
1
  # @atlaskit/media-test-helpers
2
2
 
3
+ ## 33.0.35
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 33.0.34
4
10
 
5
11
  ### Patch Changes
6
12
 
7
- - Updated dependencies
13
+ - Updated dependencies
8
14
 
9
15
  ## 33.0.33
10
16
 
11
17
  ### Patch Changes
12
18
 
13
- - [#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
14
22
 
15
23
  ## 33.0.32
16
24
 
17
25
  ### Patch Changes
18
26
 
19
- - Updated dependencies
27
+ - Updated dependencies
20
28
 
21
29
  ## 33.0.31
22
30
 
23
31
  ### Patch Changes
24
32
 
25
- - [#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`
26
36
 
27
37
  ## 33.0.30
28
38
 
29
39
  ### Patch Changes
30
40
 
31
- - [#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
32
44
 
33
45
  ## 33.0.29
34
46
 
35
47
  ### Patch Changes
36
48
 
37
- - [#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`
38
52
 
39
53
  ## 33.0.28
40
54
 
41
55
  ### Patch Changes
42
56
 
43
- - [#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
44
60
 
45
61
  ## 33.0.27
46
62
 
47
63
  ### Patch Changes
48
64
 
49
- - Updated dependencies
65
+ - Updated dependencies
50
66
 
51
67
  ## 33.0.26
52
68
 
53
69
  ### Patch Changes
54
70
 
55
- - [#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.
56
- WHY: This is to support the work to deprecate SHA1 usage and make the Media Platform comply with FedRAMP moderate controls.
57
- HOW: Remove any calls you have directly to probing, instead upload all files directly. If you upload files via MediaPicker no changes are required.
58
- - 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
59
78
 
60
79
  ## 33.0.25
61
80
 
62
81
  ### Patch Changes
63
82
 
64
- - Updated dependencies
83
+ - Updated dependencies
65
84
 
66
85
  ## 33.0.24
67
86
 
68
87
  ### Patch Changes
69
88
 
70
- - Updated dependencies
89
+ - Updated dependencies
71
90
 
72
91
  ## 33.0.23
73
92
 
74
93
  ### Patch Changes
75
94
 
76
- - Updated dependencies
95
+ - Updated dependencies
77
96
 
78
97
  ## 33.0.22
79
98
 
80
99
  ### Patch Changes
81
100
 
82
- - Updated dependencies
101
+ - Updated dependencies
83
102
 
84
103
  ## 33.0.21
85
104
 
86
105
  ### Patch Changes
87
106
 
88
- - Updated dependencies
107
+ - Updated dependencies
89
108
 
90
109
  ## 33.0.20
91
110
 
92
111
  ### Patch Changes
93
112
 
94
- - Updated dependencies
113
+ - Updated dependencies
95
114
 
96
115
  ## 33.0.19
97
116
 
98
117
  ### Patch Changes
99
118
 
100
- - Updated dependencies
119
+ - Updated dependencies
101
120
 
102
121
  ## 33.0.18
103
122
 
104
123
  ### Patch Changes
105
124
 
106
- - [#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
107
- - 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
108
129
 
109
130
  ## 33.0.17
110
131
 
111
132
  ### Patch Changes
112
133
 
113
- - Updated dependencies
134
+ - Updated dependencies
114
135
 
115
136
  ## 33.0.16
116
137
 
117
138
  ### Patch Changes
118
139
 
119
- - [#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
120
144
 
121
145
  ## 33.0.15
122
146
 
123
147
  ### Patch Changes
124
148
 
125
- - Updated dependencies
149
+ - Updated dependencies
126
150
 
127
151
  ## 33.0.14
128
152
 
129
153
  ### Patch Changes
130
154
 
131
- - [#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.
132
158
 
133
159
  ## 33.0.13
134
160
 
135
161
  ### Patch Changes
136
162
 
137
- - [#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.
138
- Introducing 'media-client-react' to provide hooks for seamless media-client integration with React.
139
- Introducing 'MediaCardV2' with a feature flag to replace rxjs based fileState subscription with 'useFileState' hook.
140
- Removed unused feature flags APIs from 'media-client' and its helper functions from 'media-common'.
141
- - 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
142
171
 
143
172
  ## 33.0.12
144
173
 
145
174
  ### Patch Changes
146
175
 
147
- - Updated dependencies
176
+ - Updated dependencies
148
177
 
149
178
  ## 33.0.11
150
179
 
151
180
  ### Patch Changes
152
181
 
153
- - [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162) [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
154
- - 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
155
186
 
156
187
  ## 33.0.10
157
188
 
158
189
  ### Patch Changes
159
190
 
160
- - Updated dependencies
191
+ - Updated dependencies
161
192
 
162
193
  ## 33.0.9
163
194
 
164
195
  ### Patch Changes
165
196
 
166
- - [#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
167
200
 
168
201
  ## 33.0.8
169
202
 
170
203
  ### Patch Changes
171
204
 
172
- - [#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
173
208
 
174
209
  ## 33.0.7
175
210
 
176
211
  ### Patch Changes
177
212
 
178
- - [#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.
179
217
 
180
218
  ## 33.0.6
181
219
 
182
220
  ### Patch Changes
183
221
 
184
- - Updated dependencies
222
+ - Updated dependencies
185
223
 
186
224
  ## 33.0.5
187
225
 
188
226
  ### Patch Changes
189
227
 
190
- - Updated dependencies
228
+ - Updated dependencies
191
229
 
192
230
  ## 33.0.4
193
231
 
194
232
  ### Patch Changes
195
233
 
196
- - Updated dependencies
234
+ - Updated dependencies
197
235
 
198
236
  ## 33.0.3
199
237
 
200
238
  ### Patch Changes
201
239
 
202
- - [#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
203
- - 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
204
244
 
205
245
  ## 33.0.2
206
246
 
207
247
  ### Patch Changes
208
248
 
209
- - Updated dependencies
249
+ - Updated dependencies
210
250
 
211
251
  ## 33.0.1
212
252
 
213
253
  ### Patch Changes
214
254
 
215
- - [#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`
216
- - 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
217
259
 
218
260
  ## 33.0.0
219
261
 
220
262
  ### Minor Changes
221
263
 
222
- - [#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
223
267
 
224
268
  ### Patch Changes
225
269
 
226
- - Updated dependencies
270
+ - Updated dependencies
227
271
 
228
272
  ## 32.1.0
229
273
 
230
274
  ### Minor Changes
231
275
 
232
- - [#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
233
279
 
234
280
  ### Patch Changes
235
281
 
236
- - Updated dependencies
282
+ - Updated dependencies
237
283
 
238
284
  ## 32.0.0
239
285
 
240
286
  ### Major Changes
241
287
 
242
- - [#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
243
291
 
244
292
  ### Patch Changes
245
293
 
246
- - [`0f99ed9df35`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0f99ed9df35) - Updated Media Client mock util and Media Database Mock
247
- - 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
248
297
 
249
298
  ## 31.0.0
250
299
 
251
300
  ### Major Changes
252
301
 
253
- - [#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.
254
305
 
255
306
  ### Patch Changes
256
307
 
257
- - Updated dependencies
308
+ - Updated dependencies
258
309
 
259
310
  ## 30.1.3
260
311
 
261
312
  ### Patch Changes
262
313
 
263
- - Updated dependencies
314
+ - Updated dependencies
264
315
 
265
316
  ## 30.1.2
266
317
 
267
318
  ### Patch Changes
268
319
 
269
- - Updated dependencies
320
+ - Updated dependencies
270
321
 
271
322
  ## 30.1.1
272
323
 
273
324
  ### Patch Changes
274
325
 
275
- - Updated dependencies
326
+ - Updated dependencies
276
327
 
277
328
  ## 30.1.0
278
329
 
279
330
  ### Minor Changes
280
331
 
281
- - [#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.
282
- - [`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.
283
337
 
284
338
  ### Patch Changes
285
339
 
286
- - Updated dependencies
340
+ - Updated dependencies
287
341
 
288
342
  ## 30.0.8
289
343
 
290
344
  ### Patch Changes
291
345
 
292
- - Updated dependencies
346
+ - Updated dependencies
293
347
 
294
348
  ## 30.0.7
295
349
 
296
350
  ### Patch Changes
297
351
 
298
- - Updated dependencies
352
+ - Updated dependencies
299
353
 
300
354
  ## 30.0.6
301
355
 
302
356
  ### Patch Changes
303
357
 
304
- - [#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.
305
- - 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
306
362
 
307
363
  ## 30.0.5
308
364
 
309
365
  ### Patch Changes
310
366
 
311
- - Updated dependencies
367
+ - Updated dependencies
312
368
 
313
369
  ## 30.0.4
314
370
 
315
371
  ### Patch Changes
316
372
 
317
- - [#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`
318
376
 
319
377
  ## 30.0.3
320
378
 
321
379
  ### Patch Changes
322
380
 
323
- - [#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`.
324
384
 
325
385
  ## 30.0.2
326
386
 
327
387
  ### Patch Changes
328
388
 
329
- - [#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
330
- - 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
331
393
 
332
394
  ## 30.0.1
333
395
 
334
396
  ### Patch Changes
335
397
 
336
- - Updated dependencies
398
+ - Updated dependencies
337
399
 
338
400
  ## 30.0.0
339
401
 
340
402
  ### Major Changes
341
403
 
342
- - [#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
343
- - [`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
344
409
 
345
410
  ### Patch Changes
346
411
 
347
- - [`bf0e7c8e46b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bf0e7c8e46b) - [MEX-1413] Hot fix for remove useMediaPickerAuthProvider flag
348
- - Updated dependencies
412
+ - [`bf0e7c8e46b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bf0e7c8e46b) -
413
+ [MEX-1413] Hot fix for remove useMediaPickerAuthProvider flag
414
+ - Updated dependencies
349
415
 
350
416
  ## 29.4.2
351
417
 
352
418
  ### Patch Changes
353
419
 
354
- - [#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`.
355
423
 
356
424
  ## 29.4.1
357
425
 
358
426
  ### Patch Changes
359
427
 
360
- - [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade to TypeScript 4.2.4
361
- - Updated dependencies
428
+ - [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) -
429
+ Upgrade to TypeScript 4.2.4
430
+ - Updated dependencies
362
431
 
363
432
  ## 29.4.0
364
433
 
365
434
  ### Minor Changes
366
435
 
367
- - [#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
368
- - [`8f86bfe1961`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8f86bfe1961) - [MEX-1389] Remove types & interfaces related to media-picker popup
369
- - [`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
370
443
 
371
444
  ### Patch Changes
372
445
 
373
- - Updated dependencies
446
+ - Updated dependencies
374
447
 
375
448
  ## 29.3.0
376
449
 
377
450
  ### Minor Changes
378
451
 
379
- - [#19618](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19618) [`f862d5ae7aa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f862d5ae7aa) - remove RxJs peer dependency
380
- - [`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).
381
- It exposes subscribe method that is called with MediaObserver as an argument and returns MediaSubscription.
382
- 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.
383
459
 
384
- getFileState:
385
- 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.
386
462
 
387
- ```
388
- import { MediaClient, MediaObserver, MediaSubscribable, MediaSubscription } from '@atlaskit/media-client';
463
+ ```
464
+ import { MediaClient, MediaObserver, MediaSubscribable, MediaSubscription } from '@atlaskit/media-client';
389
465
 
390
- const mediaClient = new MediaClient({ authProvider });
466
+ const mediaClient = new MediaClient({ authProvider });
391
467
 
392
- const fileStateSubscribable: MediaSubscribable<FileState> = mediaClient.file.getFileState(id);
468
+ const fileStateSubscribable: MediaSubscribable<FileState> = mediaClient.file.getFileState(id);
393
469
 
394
- const mediaObserver: MediaObserver<FileState> = {
395
- next: (fileState) => {
396
- nextCallback(fileState)
397
- },
398
- error: (error) => {
399
- errorCallback(error)
400
- },
401
- };
470
+ const mediaObserver: MediaObserver<FileState> = {
471
+ next: (fileState) => {
472
+ nextCallback(fileState)
473
+ },
474
+ error: (error) => {
475
+ errorCallback(error)
476
+ },
477
+ };
402
478
 
403
- const subscription: MediaSubscription = fileStateSubscribable.subscribe(mediaObserver);
479
+ const subscription: MediaSubscription = fileStateSubscribable.subscribe(mediaObserver);
404
480
 
405
- subscription.unsubscribe();
406
- ```
481
+ subscription.unsubscribe();
482
+ ```
407
483
 
408
- upload:
409
- 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.
410
486
 
411
- ```
412
- import { MediaClient, MediaObserver, MediaSubscribable, MediaSubscription } from '@atlaskit/media-client';
487
+ ```
488
+ import { MediaClient, MediaObserver, MediaSubscribable, MediaSubscription } from '@atlaskit/media-client';
413
489
 
414
- const mediaClient = new MediaClient({ authProvider });
490
+ const mediaClient = new MediaClient({ authProvider });
415
491
 
416
- const uploadFileSubscribable: MediaSubscribable<FileState> = mediaClient.file.upload(uploadableFile);
492
+ const uploadFileSubscribable: MediaSubscribable<FileState> = mediaClient.file.upload(uploadableFile);
417
493
 
418
- const mediaObserver: MediaObserver<FileState> = {
419
- next: (fileState) => {
420
- nextCallback(fileState)
421
- },
422
- error: (error) => {
423
- errorCallback(error)
424
- },
425
- };
494
+ const mediaObserver: MediaObserver<FileState> = {
495
+ next: (fileState) => {
496
+ nextCallback(fileState)
497
+ },
498
+ error: (error) => {
499
+ errorCallback(error)
500
+ },
501
+ };
426
502
 
427
- const subscription: MediaSubscription = uploadFileSubscribable.subscribe(mediaObserver);
503
+ const subscription: MediaSubscription = uploadFileSubscribable.subscribe(mediaObserver);
428
504
 
429
- subscription.unsubscribe();
430
- ```
505
+ subscription.unsubscribe();
506
+ ```
431
507
 
432
- getItems:
433
- 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.
434
510
 
435
- ```
436
- import { MediaClient, MediaObserver, MediaSubscribable, MediaSubscription } from '@atlaskit/media-client';
511
+ ```
512
+ import { MediaClient, MediaObserver, MediaSubscribable, MediaSubscription } from '@atlaskit/media-client';
437
513
 
438
- const mediaClient = new MediaClient({ authProvider });
514
+ const mediaClient = new MediaClient({ authProvider });
439
515
 
440
- const collectionItemsSubscribable: MediaSubscribable<MediaCollectionItem[]> = mediaClient.collection.getItems(collectionName);
516
+ const collectionItemsSubscribable: MediaSubscribable<MediaCollectionItem[]> = mediaClient.collection.getItems(collectionName);
441
517
 
442
- const mediaObserver: MediaObserver<MediaCollectionItem[]> = {
443
- next: (items) => {
444
- nextCallback(items)
445
- },
446
- error: (error) => {
447
- errorCallback(error)
448
- },
449
- };
518
+ const mediaObserver: MediaObserver<MediaCollectionItem[]> = {
519
+ next: (items) => {
520
+ nextCallback(items)
521
+ },
522
+ error: (error) => {
523
+ errorCallback(error)
524
+ },
525
+ };
450
526
 
451
- const subscription: MediaSubscription = collectionItemsSubscribable.subscribe(mediaObserver);
527
+ const subscription: MediaSubscription = collectionItemsSubscribable.subscribe(mediaObserver);
452
528
 
453
- subscription.unsubscribe();
454
- ```
529
+ subscription.unsubscribe();
530
+ ```
455
531
 
456
532
  ### Patch Changes
457
533
 
458
- - Updated dependencies
534
+ - Updated dependencies
459
535
 
460
536
  ## 29.2.1
461
537
 
462
538
  ### Patch Changes
463
539
 
464
- - [#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
465
- - 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
466
544
 
467
545
  ## 29.2.0
468
546
 
469
547
  ### Minor Changes
470
548
 
471
- - [#19019](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19019) [`8bf4fdb8ed4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8bf4fdb8ed4) - add renderWithIntl helper
472
- - [`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)
473
- - [`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
474
557
 
475
558
  ### Patch Changes
476
559
 
477
- - Updated dependencies
560
+ - Updated dependencies
478
561
 
479
562
  ## 29.1.0
480
563
 
481
564
  ### Minor Changes
482
565
 
483
- - [#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.
484
- - [#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
485
- - [`da72247beeb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da72247beeb) - remove styled-components from media-ui
486
- - [`22a39ca6f66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/22a39ca6f66) - expose @atlaskit/media-test-helpers/smart-card-state
487
- - [`4735277e315`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4735277e315) - Extended FileState factory to update File Id internally
488
- - [`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
489
580
 
490
581
  ### Patch Changes
491
582
 
492
- - Updated dependencies
583
+ - Updated dependencies
493
584
 
494
585
  ## 29.0.1
495
586
 
496
587
  ### Patch Changes
497
588
 
498
- - [#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
499
592
 
500
593
  ## 29.0.0
501
594
 
502
595
  ### Major Changes
503
596
 
504
- - [#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
505
-
506
- 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.
507
- Why change was made: As part of a coordinated upgrade effort across AF packages, as react-intl v2 is quite dated.
508
- How consumer should update their code: Ensure react-intl ^5.18.1 is installed in consuming applications.
509
-
510
- Upgrade guide: To consume atlassian-frontend packages that use react-intl5 setup a second provider for the new version, using an npm alias
511
-
512
- ```js
513
- "react-intl": "^2.6.0",
514
- "react-intl-next": "npm:react-intl@^5.18.1",
515
- ```
516
-
517
- ```js
518
- import { IntlProvider } from 'react-intl';
519
- import { IntlProvider as IntlNextProvider } from 'react-intl-next';
520
-
521
- return (
522
- <IntlProvider
523
- key={locale}
524
- data-test-language={locale}
525
- locale={locale}
526
- defaultLocale={DEFAULT_LOCALE}
527
- messages={messages}
528
- >
529
- <IntlNextProvider
530
- key={locale}
531
- data-test-language={locale}
532
- locale={locale}
533
- defaultLocale={DEFAULT_LOCALE}
534
- messages={messages}
535
- >
536
- {children}
537
- </IntlNextProvider>
538
- </IntlProvider>
539
- );
540
- ```
541
-
542
- ### Patch Changes
543
-
544
- - 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
545
644
 
546
645
  ## 28.9.0
547
646
 
548
647
  ### Minor Changes
549
648
 
550
- - [#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
551
652
 
552
653
  ### Patch Changes
553
654
 
554
- - Updated dependencies
655
+ - Updated dependencies
555
656
 
556
657
  ## 28.8.1
557
658
 
558
659
  ### Patch Changes
559
660
 
560
- - [#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
561
- - [`d15fbde3a83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d15fbde3a83) - Reverting media playground url change because of broken regression tests
562
- - [`e362e52fc66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e362e52fc66) - Updating the media playground urls for media examples, to avoid stargate auth
563
- - 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
564
669
 
565
670
  ## 28.8.0
566
671
 
567
672
  ### Minor Changes
568
673
 
569
- - [#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
570
678
 
571
679
  ### Patch Changes
572
680
 
573
- - Updated dependencies
681
+ - Updated dependencies
574
682
 
575
683
  ## 28.7.5
576
684
 
577
685
  ### Patch Changes
578
686
 
579
- - [#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
580
- - 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
581
691
 
582
692
  ## 28.7.4
583
693
 
584
694
  ### Patch Changes
585
695
 
586
- - [#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
587
- - 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
588
700
 
589
701
  ## 28.7.3
590
702
 
591
703
  ### Patch Changes
592
704
 
593
- - [#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
594
- - 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
595
709
 
596
710
  ## 28.7.2
597
711
 
598
712
  ### Patch Changes
599
713
 
600
- - [#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
601
- - 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
602
718
 
603
719
  ## 28.7.1
604
720
 
605
721
  ### Patch Changes
606
722
 
607
- - [#10569](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10569) [`f0ee7740f45`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f0ee7740f45) - fix fakeMediaClient
608
- - 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
609
727
 
610
728
  ## 28.7.0
611
729
 
612
730
  ### Minor Changes
613
731
 
614
- - [#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
615
735
 
616
736
  ### Patch Changes
617
737
 
618
- - [`a8c69bc44f9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a8c69bc44f9) - Added missing mock function in fake Media Client implementation
619
- - [`abc38bc9990`](https://bitbucket.org/atlassian/atlassian-frontend/commits/abc38bc9990) - Added request metadata to failed frontend SLIs
620
- - 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
621
743
 
622
744
  ## 28.6.0
623
745
 
624
746
  ### Minor Changes
625
747
 
626
- - [#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
627
751
 
628
752
  ### Patch Changes
629
753
 
630
- - Updated dependencies
754
+ - Updated dependencies
631
755
 
632
756
  ## 28.5.2
633
757
 
634
758
  ### Patch Changes
635
759
 
636
- - [#7425](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7425) [`a4e37d0df4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a4e37d0df4) - Fix EDM-1636 again
637
- - 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
638
764
 
639
765
  ## 28.5.1
640
766
 
641
767
  ### Patch Changes
642
768
 
643
- - Updated dependencies
769
+ - Updated dependencies
644
770
 
645
771
  ## 28.5.0
646
772
 
647
773
  ### Minor Changes
648
774
 
649
- - [#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
650
- - [`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!
651
- 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
652
782
 
653
783
  ### Patch Changes
654
784
 
655
- - [`4c6c92aee6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4c6c92aee6) - Fix rendering of captions
656
- - Updated dependencies
785
+ - [`4c6c92aee6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4c6c92aee6) - Fix
786
+ rendering of captions
787
+ - Updated dependencies
657
788
 
658
789
  ## 28.4.1
659
790
 
660
791
  ### Patch Changes
661
792
 
662
- - [#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
663
796
 
664
797
  ## 28.4.0
665
798
 
666
799
  ### Minor Changes
667
800
 
668
- - [#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
669
804
 
670
805
  ### Patch Changes
671
806
 
672
- - Updated dependencies
807
+ - Updated dependencies
673
808
 
674
809
  ## 28.3.1
675
810
 
676
811
  ### Patch Changes
677
812
 
678
- - Updated dependencies
813
+ - Updated dependencies
679
814
 
680
815
  ## 28.3.0
681
816
 
682
817
  ### Minor Changes
683
818
 
684
- - [#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
685
- - [`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.
686
824
 
687
825
  ### Patch Changes
688
826
 
689
- - Updated dependencies
827
+ - Updated dependencies
690
828
 
691
829
  ## 28.2.2
692
830
 
693
831
  ### Patch Changes
694
832
 
695
- - [#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.
696
- This requires version 3.8 of Typescript, read more about how we handle Typescript versions here: https://atlaskit.atlassian.com/get-started
697
- 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.
698
839
 
699
840
  ## 28.2.1
700
841
 
701
842
  ### Patch Changes
702
843
 
703
- - [#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
704
847
 
705
848
  ## 28.2.0
706
849
 
707
850
  ### Minor Changes
708
851
 
709
- - [#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
710
- - [`9c50fe8fd0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9c50fe8fd0) - Adding Browser integration tests that simulate a using dragging and dropping a folder
711
- - [`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
712
859
 
713
860
  ### Patch Changes
714
861
 
715
- - Updated dependencies
862
+ - Updated dependencies
716
863
 
717
864
  ## 28.1.4
718
865
 
719
866
  ### Patch Changes
720
867
 
721
- - Updated dependencies
868
+ - Updated dependencies
722
869
 
723
870
  ## 28.1.3
724
871
 
725
872
  ### Patch Changes
726
873
 
727
- - Updated dependencies
874
+ - Updated dependencies
728
875
 
729
876
  ## 28.1.2
730
877
 
731
878
  ### Patch Changes
732
879
 
733
- - [#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
734
883
 
735
- Since tslib is a dependency for all our packages we recommend that products also follow this tslib upgrade
736
- 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.
737
886
 
738
887
  ## 28.1.1
739
888
 
740
889
  ### Patch Changes
741
890
 
742
- - [#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
743
894
 
744
895
  ## 28.1.0
745
896
 
746
897
  ### Minor Changes
747
898
 
748
- - [#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
749
- - [`155125a472`](https://bitbucket.org/atlassian/atlassian-frontend/commits/155125a472) - Add flushPromise
750
- - [`5d20188710`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5d20188710) - Added all supported languages to I18NWrapper
751
- - [`8cfc88423a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cfc88423a) - Added more zip examples and added error handling for zip previews
752
- - [`2202870181`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2202870181) - Added support for zip previews in media viewer
753
- - [`b8695823e3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b8695823e3) - Fixed Giphy images display as plain text when inserted into Editor
754
-
755
- ### Patch Changes
756
-
757
- - [`3a188fc905`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3a188fc905) - Fixed error when using empty mimeType in media examples
758
- - [`6262f382de`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6262f382de) - Use the 'lodash' package instead of single-function 'lodash.\*' packages
759
- - [`0c1bb3fa88`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0c1bb3fa88) - Fixed mocked response for "/file/copy/withToken" in MediaMock. Added isMediaCollectionItemFullDetails() to media-client.
760
- - [`fa6fb5dfbb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fa6fb5dfbb) - Removing unused code to be published
761
- - [`7af030b047`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7af030b047) - Added example for broken external file Id
762
- - 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
763
927
 
764
928
  ## 28.0.1
765
929
 
766
930
  ### Patch Changes
767
931
 
768
- - [#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
769
935
 
770
936
  ## 28.0.0
771
937
 
772
938
  ### Major Changes
773
939
 
774
- - [#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.
775
- 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
776
945
 
777
946
  ### Patch Changes
778
947
 
779
- - Updated dependencies
948
+ - Updated dependencies
780
949
 
781
950
  ## 27.2.3
782
951
 
783
952
  ### Patch Changes
784
953
 
785
- - Updated dependencies
954
+ - Updated dependencies
786
955
 
787
956
  ## 27.2.2
788
957
 
789
958
  ### Patch Changes
790
959
 
791
- - [#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
792
963
 
793
964
  ## 27.2.1
794
965
 
795
966
  ### Patch Changes
796
967
 
797
- - [#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
798
- - [`054e719497`](https://bitbucket.org/atlassian/atlassian-frontend/commits/054e719497) - Replace deprecated Media URLs with latest
799
- - [`54d82b49f0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54d82b49f0) - Remove unused dependencies
800
- - 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
801
976
 
802
977
  ## 27.2.0
803
978
 
804
979
  ### Minor Changes
805
980
 
806
- - [minor][7e363d5aba](https://bitbucket.org/atlassian/atlassian-frontend/commits/7e363d5aba):
807
-
808
- Adding uploadFromDrag function in MediaMockControlsBackdoor
809
-
810
- ### Patch Changes
811
-
812
- - [patch][6a6a991904](https://bitbucket.org/atlassian/atlassian-frontend/commits/6a6a991904):
813
-
814
- Refactoring uploadImageFromDrag- [patch][84f82f7015](https://bitbucket.org/atlassian/atlassian-frontend/commits/84f82f7015):
815
-
816
- Change media-mock /file/copy/withToken to be more similar to real implementation- [patch][b2402fc3a2](https://bitbucket.org/atlassian/atlassian-frontend/commits/b2402fc3a2):
817
-
818
- Change api-router logging- Updated dependencies [f459d99f15](https://bitbucket.org/atlassian/atlassian-frontend/commits/f459d99f15):
819
-
820
- - Updated dependencies [17cc5dde5d](https://bitbucket.org/atlassian/atlassian-frontend/commits/17cc5dde5d):
821
- - Updated dependencies [3aedaac8c7](https://bitbucket.org/atlassian/atlassian-frontend/commits/3aedaac8c7):
822
- - Updated dependencies [f061ed6c98](https://bitbucket.org/atlassian/atlassian-frontend/commits/f061ed6c98):
823
- - Updated dependencies [49dbcfa64c](https://bitbucket.org/atlassian/atlassian-frontend/commits/49dbcfa64c):
824
- - Updated dependencies [e9d555132d](https://bitbucket.org/atlassian/atlassian-frontend/commits/e9d555132d):
825
- - Updated dependencies [5f8e3caf72](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f8e3caf72):
826
- - Updated dependencies [d7b07a9ca4](https://bitbucket.org/atlassian/atlassian-frontend/commits/d7b07a9ca4):
827
- - Updated dependencies [318a1a0f2f](https://bitbucket.org/atlassian/atlassian-frontend/commits/318a1a0f2f):
828
- - Updated dependencies [fd4b237ffe](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd4b237ffe):
829
- - Updated dependencies [9691bb8eb9](https://bitbucket.org/atlassian/atlassian-frontend/commits/9691bb8eb9):
830
- - Updated dependencies [11ff95c0f0](https://bitbucket.org/atlassian/atlassian-frontend/commits/11ff95c0f0):
831
- - Updated dependencies [fb2b3c8a3b](https://bitbucket.org/atlassian/atlassian-frontend/commits/fb2b3c8a3b):
832
- - Updated dependencies [692692ba24](https://bitbucket.org/atlassian/atlassian-frontend/commits/692692ba24):
833
- - Updated dependencies [5550919b98](https://bitbucket.org/atlassian/atlassian-frontend/commits/5550919b98):
834
- - Updated dependencies [b5f17f0751](https://bitbucket.org/atlassian/atlassian-frontend/commits/b5f17f0751):
835
- - Updated dependencies [109004a98e](https://bitbucket.org/atlassian/atlassian-frontend/commits/109004a98e):
836
- - Updated dependencies [e5c869ee31](https://bitbucket.org/atlassian/atlassian-frontend/commits/e5c869ee31):
837
- - Updated dependencies [69b678b38c](https://bitbucket.org/atlassian/atlassian-frontend/commits/69b678b38c):
838
- - Updated dependencies [e9044fbfa6](https://bitbucket.org/atlassian/atlassian-frontend/commits/e9044fbfa6):
839
- - Updated dependencies [fd782b0705](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd782b0705):
840
- - Updated dependencies [050781f257](https://bitbucket.org/atlassian/atlassian-frontend/commits/050781f257):
841
- - Updated dependencies [4635f8107b](https://bitbucket.org/atlassian/atlassian-frontend/commits/4635f8107b):
842
- - Updated dependencies [d80b8e8fdb](https://bitbucket.org/atlassian/atlassian-frontend/commits/d80b8e8fdb):
843
- - Updated dependencies [d38212e1be](https://bitbucket.org/atlassian/atlassian-frontend/commits/d38212e1be):
844
- - Updated dependencies [ba8c2c4129](https://bitbucket.org/atlassian/atlassian-frontend/commits/ba8c2c4129):
845
- - Updated dependencies [d3547279dd](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3547279dd):
846
- - Updated dependencies [67bc25bc3f](https://bitbucket.org/atlassian/atlassian-frontend/commits/67bc25bc3f):
847
- - Updated dependencies [4aca202534](https://bitbucket.org/atlassian/atlassian-frontend/commits/4aca202534):
848
- - Updated dependencies [48fb5a1b6b](https://bitbucket.org/atlassian/atlassian-frontend/commits/48fb5a1b6b):
849
- - Updated dependencies [f3587bae11](https://bitbucket.org/atlassian/atlassian-frontend/commits/f3587bae11):
850
- - Updated dependencies [8c8f0099d8](https://bitbucket.org/atlassian/atlassian-frontend/commits/8c8f0099d8):
851
- - Updated dependencies [c28ff17fbd](https://bitbucket.org/atlassian/atlassian-frontend/commits/c28ff17fbd):
852
- - @atlaskit/media-ui@12.1.0
853
- - @atlaskit/media-client@6.1.0
854
- - @atlaskit/media-picker@54.1.0
855
- - @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
856
1066
 
857
1067
  ## 27.1.0
858
1068
 
859
1069
  ### Minor Changes
860
1070
 
861
- - [minor][6dcad31e41](https://bitbucket.org/atlassian/atlassian-frontend/commits/6dcad31e41):
1071
+ - [minor][6dcad31e41](https://bitbucket.org/atlassian/atlassian-frontend/commits/6dcad31e41):
862
1072
 
863
- - Added Stargate integration to MediaPicker popup.
864
- - 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.
865
1076
 
866
- ### Using Stargate Integration
1077
+ ### Using Stargate Integration
867
1078
 
868
- 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`.
869
1081
 
870
- 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:
871
1084
 
872
- ```
873
- import { MediaClient } from '@atlaskit/media-client';
874
- const mediaClient = new MediaClient({ authProvider, stargateBaseUrl: 'http://stargate-url' });
875
- ```
1085
+ ```
1086
+ import { MediaClient } from '@atlaskit/media-client';
1087
+ const mediaClient = new MediaClient({ authProvider, stargateBaseUrl: 'http://stargate-url' });
1088
+ ```
876
1089
 
877
- _Note_: Editor default behaviour is falling back to native file upload when `userAuthProvider` is not provided.
878
- 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):
879
1094
 
880
- Adding awaitUpload helper function
1095
+ Adding awaitUpload helper function
881
1096
 
882
1097
  ### Patch Changes
883
1098
 
884
- - [patch][d49ebd7c7a](https://bitbucket.org/atlassian/atlassian-frontend/commits/d49ebd7c7a):
1099
+ - [patch][d49ebd7c7a](https://bitbucket.org/atlassian/atlassian-frontend/commits/d49ebd7c7a):
885
1100
 
886
- 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):
887
1103
 
888
- - Updated dependencies [eb962d2c36](https://bitbucket.org/atlassian/atlassian-frontend/commits/eb962d2c36):
889
- - Updated dependencies [9d2da865dd](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d2da865dd):
890
- - Updated dependencies [f83b67a761](https://bitbucket.org/atlassian/atlassian-frontend/commits/f83b67a761):
891
- - Updated dependencies [70b68943d1](https://bitbucket.org/atlassian/atlassian-frontend/commits/70b68943d1):
892
- - Updated dependencies [9a93eff8e6](https://bitbucket.org/atlassian/atlassian-frontend/commits/9a93eff8e6):
893
- - Updated dependencies [13a0e50f38](https://bitbucket.org/atlassian/atlassian-frontend/commits/13a0e50f38):
894
- - Updated dependencies [6dcad31e41](https://bitbucket.org/atlassian/atlassian-frontend/commits/6dcad31e41):
895
- - @atlaskit/media-picker@54.0.0
896
- - @atlaskit/media-client@6.0.0
897
- - @atlaskit/media-card@67.1.1
898
- - @atlaskit/media-ui@12.0.1
899
- - @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
900
1123
 
901
1124
  ## 27.0.0
902
1125
 
903
1126
  ### Major Changes
904
1127
 
905
- - [major][8b34c7371d](https://bitbucket.org/atlassian/atlassian-frontend/commits/8b34c7371d):
1128
+ - [major][8b34c7371d](https://bitbucket.org/atlassian/atlassian-frontend/commits/8b34c7371d):
906
1129
 
907
- MediaPickerPageObject methods API has changed.
1130
+ MediaPickerPageObject methods API has changed.
908
1131
 
909
1132
  ### Minor Changes
910
1133
 
911
- - [minor][41a2496393](https://bitbucket.org/atlassian/atlassian-frontend/commits/41a2496393):
912
-
913
- New API is introduced:
914
- _ `isMediaMockOptedIn` - you can use this in `examples` to check if user wants to use mocked media backend
915
- _ `mediaMockQueryOptInFlag` - add this flag to query string to opt-in to mocked media backend- [minor][bbf5eb8824](https://bitbucket.org/atlassian/atlassian-frontend/commits/bbf5eb8824):
916
-
917
- Add asMockFunction utility- [minor][6b06a7baa9](https://bitbucket.org/atlassian/atlassian-frontend/commits/6b06a7baa9):
918
-
919
- Introduce a way to fail specific urls in media mock server via backdoor
920
-
921
- ### Patch Changes
922
-
923
- - [patch][196500df34](https://bitbucket.org/atlassian/atlassian-frontend/commits/196500df34):
924
-
925
- move MockGlobalImage to media-test-helpers for reuse- [patch][d7ed7b1513](https://bitbucket.org/atlassian/atlassian-frontend/commits/d7ed7b1513):
926
-
927
- Remove export \* from media components- Updated dependencies [b408e050ab](https://bitbucket.org/atlassian/atlassian-frontend/commits/b408e050ab):
928
-
929
- - Updated dependencies [dda84ee26d](https://bitbucket.org/atlassian/atlassian-frontend/commits/dda84ee26d):
930
- - Updated dependencies [fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
931
- - Updated dependencies [fe9d471b88](https://bitbucket.org/atlassian/atlassian-frontend/commits/fe9d471b88):
932
- - Updated dependencies [08935ea653](https://bitbucket.org/atlassian/atlassian-frontend/commits/08935ea653):
933
- - Updated dependencies [196500df34](https://bitbucket.org/atlassian/atlassian-frontend/commits/196500df34):
934
- - Updated dependencies [77474b6821](https://bitbucket.org/atlassian/atlassian-frontend/commits/77474b6821):
935
- - Updated dependencies [be57ca3829](https://bitbucket.org/atlassian/atlassian-frontend/commits/be57ca3829):
936
- - Updated dependencies [d7ed7b1513](https://bitbucket.org/atlassian/atlassian-frontend/commits/d7ed7b1513):
937
- - Updated dependencies [39ee28797d](https://bitbucket.org/atlassian/atlassian-frontend/commits/39ee28797d):
938
- - Updated dependencies [bb06388705](https://bitbucket.org/atlassian/atlassian-frontend/commits/bb06388705):
939
- - Updated dependencies [fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
940
- - Updated dependencies [832fd6f4f7](https://bitbucket.org/atlassian/atlassian-frontend/commits/832fd6f4f7):
941
- - Updated dependencies [695e1c1c31](https://bitbucket.org/atlassian/atlassian-frontend/commits/695e1c1c31):
942
- - Updated dependencies [fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
943
- - @atlaskit/media-client@5.0.2
944
- - @atlaskit/media-picker@53.0.0
945
- - @atlaskit/media-ui@12.0.0
946
- - @atlaskit/icon@20.1.0
947
- - @atlaskit/media-card@67.1.0
948
- - @atlaskit/media-core@31.0.5
949
- - @atlaskit/dropdown-menu@9.0.2
950
- - @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
951
1192
 
952
1193
  ## 26.1.2
953
1194
 
954
1195
  ### Patch Changes
955
1196
 
956
- - Updated dependencies [8c7f68d911](https://bitbucket.org/atlassian/atlassian-frontend/commits/8c7f68d911):
957
- - Updated dependencies [f709e92247](https://bitbucket.org/atlassian/atlassian-frontend/commits/f709e92247):
958
- - Updated dependencies [0e562f2a4a](https://bitbucket.org/atlassian/atlassian-frontend/commits/0e562f2a4a):
959
- - Updated dependencies [9e87af4685](https://bitbucket.org/atlassian/atlassian-frontend/commits/9e87af4685):
960
- - Updated dependencies [eeaa647c31](https://bitbucket.org/atlassian/atlassian-frontend/commits/eeaa647c31):
961
- - Updated dependencies [0603860c07](https://bitbucket.org/atlassian/atlassian-frontend/commits/0603860c07):
962
- - @atlaskit/media-ui@11.9.0
963
- - @atlaskit/dropdown-menu@9.0.0
964
- - @atlaskit/media-card@67.0.4
965
- - @atlaskit/icon@20.0.2
966
- - @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
967
1214
 
968
1215
  ## 26.1.1
969
1216
 
970
1217
  ### Patch Changes
971
1218
 
972
- - [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
1219
+ - [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
973
1220
 
974
- 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):
975
1223
 
976
- - @atlaskit/dropdown-menu@8.2.4
977
- - @atlaskit/icon@20.0.1
978
- - @atlaskit/select@11.0.7
979
- - @atlaskit/media-card@67.0.3
980
- - @atlaskit/media-client@5.0.1
981
- - @atlaskit/media-core@31.0.4
982
- - @atlaskit/media-picker@52.0.2
983
- - @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
984
1232
 
985
1233
  ## 26.1.0
986
1234
 
987
1235
  ### Minor Changes
988
1236
 
989
- - [minor][fe4eaf06fc](https://bitbucket.org/atlassian/atlassian-frontend/commits/fe4eaf06fc):
1237
+ - [minor][fe4eaf06fc](https://bitbucket.org/atlassian/atlassian-frontend/commits/fe4eaf06fc):
990
1238
 
991
- export testMediaGroupFileId and fakeImage
1239
+ export testMediaGroupFileId and fakeImage
992
1240
 
993
1241
  ### Patch Changes
994
1242
 
995
- - Updated dependencies [16b4549bdd](https://bitbucket.org/atlassian/atlassian-frontend/commits/16b4549bdd):
996
- - Updated dependencies [28edbccc0a](https://bitbucket.org/atlassian/atlassian-frontend/commits/28edbccc0a):
997
- - Updated dependencies [c0102a3ea2](https://bitbucket.org/atlassian/atlassian-frontend/commits/c0102a3ea2):
998
- - Updated dependencies [555818c33a](https://bitbucket.org/atlassian/atlassian-frontend/commits/555818c33a):
999
- - @atlaskit/media-picker@52.0.1
1000
- - @atlaskit/icon@20.0.0
1001
- - @atlaskit/media-ui@11.8.2
1002
- - @atlaskit/dropdown-menu@8.2.3
1003
- - @atlaskit/media-card@67.0.2
1004
- - @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
1005
1257
 
1006
1258
  ## 26.0.0
1007
1259
 
1008
1260
  ### Major Changes
1009
1261
 
1010
- - [major][6ee177aeb4](https://bitbucket.org/atlassian/atlassian-frontend/commits/6ee177aeb4):
1262
+ - [major][6ee177aeb4](https://bitbucket.org/atlassian/atlassian-frontend/commits/6ee177aeb4):
1011
1263
 
1012
- Stream caches in media-client now use ReplaySubjects instead of Observables.
1013
- 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.
1014
- 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.
1015
1269
 
1016
1270
  ### Patch Changes
1017
1271
 
1018
- - [patch][966622bd45](https://bitbucket.org/atlassian/atlassian-frontend/commits/966622bd45):
1272
+ - [patch][966622bd45](https://bitbucket.org/atlassian/atlassian-frontend/commits/966622bd45):
1019
1273
 
1020
- 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):
1021
1276
 
1022
- - Updated dependencies [4794f8d527](https://bitbucket.org/atlassian/atlassian-frontend/commits/4794f8d527):
1023
- - Updated dependencies [6ee177aeb4](https://bitbucket.org/atlassian/atlassian-frontend/commits/6ee177aeb4):
1024
- - @atlaskit/media-card@67.0.1
1025
- - @atlaskit/media-picker@52.0.0
1026
- - @atlaskit/media-client@5.0.0
1027
- - @atlaskit/media-core@31.0.3
1028
- - @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
1029
1286
 
1030
1287
  ## 25.2.7
1031
1288
 
1032
1289
  ### Patch Changes
1033
1290
 
1034
- - Updated dependencies [90e2c5dd0c](https://bitbucket.org/atlassian/atlassian-frontend/commits/90e2c5dd0c):
1035
- - Updated dependencies [8c7f8fcf92](https://bitbucket.org/atlassian/atlassian-frontend/commits/8c7f8fcf92):
1036
- - Updated dependencies [6e55ab88df](https://bitbucket.org/atlassian/atlassian-frontend/commits/6e55ab88df):
1037
- - Updated dependencies [d60a382185](https://bitbucket.org/atlassian/atlassian-frontend/commits/d60a382185):
1038
- - Updated dependencies [a47d750b5d](https://bitbucket.org/atlassian/atlassian-frontend/commits/a47d750b5d):
1039
- - Updated dependencies [8d2685f45c](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d2685f45c):
1040
- - Updated dependencies [eb50389200](https://bitbucket.org/atlassian/atlassian-frontend/commits/eb50389200):
1041
- - @atlaskit/media-picker@51.0.0
1042
- - @atlaskit/media-client@4.3.0
1043
- - @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
1044
1308
 
1045
1309
  ## 25.2.6
1046
1310
 
1047
1311
  ### Patch Changes
1048
1312
 
1049
- - Updated dependencies [28f8f0e089](https://bitbucket.org/atlassian/atlassian-frontend/commits/28f8f0e089):
1050
- - Updated dependencies [486a5aec29](https://bitbucket.org/atlassian/atlassian-frontend/commits/486a5aec29):
1051
- - Updated dependencies [03c917044e](https://bitbucket.org/atlassian/atlassian-frontend/commits/03c917044e):
1052
- - Updated dependencies [d3f4c97f6a](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3f4c97f6a):
1053
- - Updated dependencies [149560f012](https://bitbucket.org/atlassian/atlassian-frontend/commits/149560f012):
1054
- - Updated dependencies [4a223473c5](https://bitbucket.org/atlassian/atlassian-frontend/commits/4a223473c5):
1055
- - @atlaskit/icon@19.1.0
1056
- - @atlaskit/media-card@67.0.0
1057
- - @atlaskit/media-ui@11.8.0
1058
- - @atlaskit/select@11.0.4
1059
- - @atlaskit/media-client@4.2.2
1060
- - @atlaskit/media-core@31.0.2
1061
- - @atlaskit/media-picker@50.0.5
1062
- - @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
1063
1333
 
1064
1334
  ## 25.2.5
1065
1335
 
1066
1336
  ### Patch Changes
1067
1337
 
1068
- - [patch][3a20e9a596](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3a20e9a596):
1338
+ - [patch][3a20e9a596](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3a20e9a596):
1069
1339
 
1070
- 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):
1071
1343
 
1072
- - @atlaskit/select@11.0.2
1344
+ - @atlaskit/select@11.0.2
1073
1345
 
1074
1346
  ## 25.2.4
1075
1347
 
1076
1348
  ### Patch Changes
1077
1349
 
1078
- - [patch][b967e41a6b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b967e41a6b):
1350
+ - [patch][b967e41a6b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b967e41a6b):
1079
1351
 
1080
- Add empty file example to media-viewer
1352
+ Add empty file example to media-viewer
1081
1353
 
1082
- - Updated dependencies [ae6408e1e4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ae6408e1e4):
1083
- - @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
1084
1357
 
1085
1358
  ## 25.2.3
1086
1359
 
1087
- - Updated dependencies [30acc30979](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/30acc30979):
1088
- - @atlaskit/select@11.0.0
1089
- - @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
1090
1364
 
1091
1365
  ## 25.2.2
1092
1366
 
1093
- - Updated dependencies [24b8ea2667](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24b8ea2667):
1094
- - @atlaskit/media-client@4.0.0
1095
- - @atlaskit/media-picker@49.0.0
1096
- - @atlaskit/media-card@66.0.1
1097
- - @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
1098
1373
 
1099
1374
  ## 25.2.1
1100
1375
 
1101
1376
  ### Patch Changes
1102
1377
 
1103
- - [patch][6ef4ae5768](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6ef4ae5768):
1378
+ - [patch][6ef4ae5768](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6ef4ae5768):
1104
1379
 
1105
- 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.
1106
1381
 
1107
1382
  ## 25.2.0
1108
1383
 
1109
1384
  ### Minor Changes
1110
1385
 
1111
- - [minor][ae4f336a3a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ae4f336a3a):
1386
+ - [minor][ae4f336a3a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ae4f336a3a):
1112
1387
 
1113
1388
  **FABDODGEM-13 Editor Damask Release** - [Internal post](http://go.atlassian.com/damask-release)
1114
1389
 
1115
1390
  **BREAKING CHANGES**
1116
1391
 
1117
- - **Media:** Removed deprecated "context" property from media components in favor of "mediaClientConfig". This affects all public media UI components.
1118
- - https://product-fabric.atlassian.net/browse/MS-2038
1119
- - **Tasks & Decisions:** Removed containerAri for task-decisions components.
1120
- - https://product-fabric.atlassian.net/browse/ED-7631
1121
- - **Renderer:** Adapts to task-decision changes.
1122
- - **Editor Mobile Bridge:** Adapts to task-decision changes.
1123
- - **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.
1124
1400
 
1125
1401
  ---
1126
1402
 
@@ -1130,1104 +1406,1298 @@ tables, media, mobile, emoji, tasks & decisions, analytics
1130
1406
 
1131
1407
  **Editor**
1132
1408
 
1133
- - Support nested actions in stage-0 schema; Change DOM representation of actions
1134
- - https://product-fabric.atlassian.net/browse/ED-7674
1135
- - Updated i18n translations
1136
- - https://product-fabric.atlassian.net/browse/ED-7750
1137
- - Improved analytics & crash reporting (via a new error boundary)
1138
- - https://product-fabric.atlassian.net/browse/ED-7766
1139
- - https://product-fabric.atlassian.net/browse/ED-7806
1140
- - Improvements to heading anchor links.
1141
- - https://product-fabric.atlassian.net/browse/ED-7849
1142
- - https://product-fabric.atlassian.net/browse/ED-7860
1143
- - Copy/Paste improvements
1144
- - https://product-fabric.atlassian.net/browse/ED-7840
1145
- - https://product-fabric.atlassian.net/browse/ED-7849
1146
- - Fixes for the selection state of Smart links.
1147
- - https://product-fabric.atlassian.net/browse/ED-7602?src=confmacro
1148
- - Improvements for table resizing & column creation.
1149
- - https://product-fabric.atlassian.net/browse/ED-7698
1150
- - https://product-fabric.atlassian.net/browse/ED-7319
1151
- - 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
1152
1428
 
1153
1429
  **Mobile**
1154
1430
 
1155
- - GASv3 Analytics Events are now relayed from the web to the native context, ready for dispatching.
1156
- - https://product-fabric.atlassian.net/browse/FM-2502
1157
- - Hybrid Renderer Recycler view now handles invalid ADF nodes gracefully.
1158
- - 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
1159
1436
 
1160
1437
  **Media**
1161
1438
 
1162
- - Improved analytics
1163
- - https://product-fabric.atlassian.net/browse/MS-2036
1164
- - https://product-fabric.atlassian.net/browse/MS-2145
1165
- - https://product-fabric.atlassian.net/browse/MS-2416
1166
- - https://product-fabric.atlassian.net/browse/MS-2487
1167
- - Added shouldOpenMediaViewer property to renderer
1168
- - https://product-fabric.atlassian.net/browse/MS-2393
1169
- - Implemented analytics for file copy
1170
- - https://product-fabric.atlassian.net/browse/MS-2036
1171
- - New `media-viewed` event dispatched when media is interacted with via the media card or viewer.
1172
- - https://product-fabric.atlassian.net/browse/MS-2284
1173
- - Support for `alt` text attribute on media image elements.
1174
- - 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
1175
1452
 
1176
1453
  **i18n-tools**
1177
1454
 
1178
1455
  Bumped dependencies.
1179
1456
 
1180
- - [minor][00c11ee352](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/00c11ee352):
1457
+ - [minor][00c11ee352](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/00c11ee352):
1181
1458
 
1182
- 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.
1183
1461
 
1184
- - Updated dependencies [c3e65f1b9e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c3e65f1b9e):
1185
- - Updated dependencies [e7b5c917de](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7b5c917de):
1186
- - @atlaskit/media-client@3.0.0
1187
- - @atlaskit/media-core@30.0.17
1188
- - @atlaskit/media-store@12.0.14
1189
- - @atlaskit/media-card@66.0.0
1190
- - @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
1191
1471
 
1192
1472
  ## 25.1.3
1193
1473
 
1194
1474
  ### Patch Changes
1195
1475
 
1196
- - [patch][35d2229b2a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/35d2229b2a):
1476
+ - [patch][35d2229b2a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/35d2229b2a):
1197
1477
 
1198
- 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.
1199
1479
 
1200
1480
  ## 25.1.2
1201
1481
 
1202
1482
  ### Patch Changes
1203
1483
 
1204
- - [patch][a2d0043716](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a2d0043716):
1484
+ - [patch][a2d0043716](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a2d0043716):
1205
1485
 
1206
- 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
1207
1487
 
1208
1488
  ## 25.1.1
1209
1489
 
1210
- - Updated dependencies [af72468517](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/af72468517):
1211
- - @atlaskit/media-client@2.1.2
1212
- - @atlaskit/media-core@30.0.14
1213
- - @atlaskit/media-picker@47.1.2
1214
- - @atlaskit/media-store@12.0.12
1215
- - @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
1216
1497
 
1217
1498
  ## 25.1.0
1218
1499
 
1219
1500
  ### Minor Changes
1220
1501
 
1221
- - [minor][e5c3f6ae3e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e5c3f6ae3e):
1502
+ - [minor][e5c3f6ae3e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e5c3f6ae3e):
1222
1503
 
1223
- 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
1224
1505
 
1225
1506
  ## 25.0.4
1226
1507
 
1227
1508
  ### Patch Changes
1228
1509
 
1229
- - [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
1510
+ - [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
1230
1511
 
1231
- 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
1232
1514
 
1233
1515
  ## 25.0.3
1234
1516
 
1235
1517
  ### Patch Changes
1236
1518
 
1237
- - [patch][ecca4d1dbb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ecca4d1dbb):
1519
+ - [patch][ecca4d1dbb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ecca4d1dbb):
1238
1520
 
1239
- Upgraded Typescript to 3.3.x
1521
+ Upgraded Typescript to 3.3.x
1240
1522
 
1241
1523
  ## 25.0.2
1242
1524
 
1243
- - Updated dependencies [3624730f44](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3624730f44):
1244
- - @atlaskit/media-client@2.0.2
1245
- - @atlaskit/media-core@30.0.11
1246
- - @atlaskit/media-picker@47.0.2
1247
- - @atlaskit/media-store@12.0.9
1248
- - @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
1249
1532
 
1250
1533
  ## 25.0.1
1251
1534
 
1252
- - Updated dependencies [6879d7d01e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6879d7d01e):
1253
- - @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
1254
1538
 
1255
1539
  ## 25.0.0
1256
1540
 
1257
1541
  ### Major Changes
1258
1542
 
1259
- - [major][69586b5353](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/69586b5353):
1543
+ - [major][69586b5353](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/69586b5353):
1260
1544
 
1261
- 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
1262
1548
 
1263
1549
  ## 24.3.5
1264
1550
 
1265
- - Updated dependencies [ee804f3eeb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ee804f3eeb):
1266
- - @atlaskit/media-card@63.3.9
1267
- - @atlaskit/media-core@30.0.9
1268
- - @atlaskit/media-picker@46.0.3
1269
- - @atlaskit/media-store@12.0.6
1270
- - @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
1271
1558
 
1272
1559
  ## 24.3.4
1273
1560
 
1274
1561
  ### Patch Changes
1275
1562
 
1276
- - [patch][4e8f6f609f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4e8f6f609f):
1563
+ - [patch][4e8f6f609f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4e8f6f609f):
1277
1564
 
1278
- Remove three fields from MediaFile interface: upfrontId, userUpfrontId and userOccurrenceKey.
1565
+ Remove three fields from MediaFile interface: upfrontId, userUpfrontId and userOccurrenceKey.
1279
1566
 
1280
1567
  ## 24.3.3
1281
1568
 
1282
1569
  ### Patch Changes
1283
1570
 
1284
- - [patch][6742fbf2cc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6742fbf2cc):
1571
+ - [patch][6742fbf2cc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6742fbf2cc):
1285
1572
 
1286
- bugfix, fixes missing version.json file
1573
+ bugfix, fixes missing version.json file
1287
1574
 
1288
1575
  ## 24.3.2
1289
1576
 
1290
1577
  ### Patch Changes
1291
1578
 
1292
- - [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
1579
+ - [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
1293
1580
 
1294
- In this PR, we are:
1581
+ In this PR, we are:
1295
1582
 
1296
- - Re-introducing dist build folders
1297
- - Adding back cjs
1298
- - Replacing es5 by cjs and es2015 by esm
1299
- - Creating folders at the root for entry-points
1300
- - Removing the generation of the entry-points at the root
1301
- 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
1302
1591
 
1303
1592
  ## 24.3.1
1304
1593
 
1305
- - Updated dependencies [790e66bece](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/790e66bece):
1306
- - @atlaskit/media-picker@45.0.1
1307
- - @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
1308
1598
 
1309
1599
  ## 24.3.0
1310
1600
 
1311
1601
  ### Minor Changes
1312
1602
 
1313
- - [minor][13ca42c394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/13ca42c394):
1603
+ - [minor][13ca42c394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/13ca42c394):
1314
1604
 
1315
- # 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
1316
1606
 
1317
- Now products can provide auth using **getAuthFromContext** on MediaClientConfig:
1607
+ Now products can provide auth using **getAuthFromContext** on MediaClientConfig:
1318
1608
 
1319
- ```
1320
- import {MediaClientConfig} from '@atlaskit/media-core'
1321
- import Editor from '@atlaskit/editor-core'
1609
+ ```
1610
+ import {MediaClientConfig} from '@atlaskit/media-core'
1611
+ import Editor from '@atlaskit/editor-core'
1322
1612
 
1323
- const viewMediaClientConfig: MediaClientConfig = {
1324
- authProvider // already exists
1325
- getAuthFromContext(contextId: string) {
1326
- // here products can return auth for external pages.
1327
- // in case of copy & paste on Confluence, they can provide read token for
1328
- // 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
1329
1623
  }
1330
- }
1331
- const mediaProvider: = {
1332
- viewMediaClientConfig
1333
- }
1334
1624
 
1335
- <Editor {...otherNonRelatedProps} media={{provider: mediaProvider}} />
1336
- ```
1625
+ <Editor {...otherNonRelatedProps} media={{provider: mediaProvider}} />
1626
+ ```
1337
1627
 
1338
1628
  ## 24.2.0
1339
1629
 
1340
1630
  ### Minor Changes
1341
1631
 
1342
- - [minor][a552f93596](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a552f93596):
1632
+ - [minor][a552f93596](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a552f93596):
1343
1633
 
1344
- Increase image preview max height and width to 4096px
1634
+ Increase image preview max height and width to 4096px
1345
1635
 
1346
1636
  ## 24.1.3
1347
1637
 
1348
- - Updated dependencies [e754b5f85e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e754b5f85e):
1349
- - @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
1350
1641
 
1351
1642
  ## 24.1.2
1352
1643
 
1353
- - Updated dependencies [06326ef3f7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06326ef3f7):
1354
- - @atlaskit/dropdown-menu@8.0.8
1355
- - @atlaskit/select@9.1.8
1356
- - @atlaskit/media-card@63.3.1
1357
- - @atlaskit/media-picker@44.0.1
1358
- - @atlaskit/media-ui@11.4.1
1359
- - @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
1360
1652
 
1361
1653
  ## 24.1.1
1362
1654
 
1363
- - Updated dependencies [5f4afa52a9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5f4afa52a9):
1364
- - @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
1365
1658
 
1366
1659
  ## 24.1.0
1367
1660
 
1368
1661
  ### Minor Changes
1369
1662
 
1370
- - [minor][10c2856bc0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/10c2856bc0):
1663
+ - [minor][10c2856bc0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/10c2856bc0):
1371
1664
 
1372
- include defaultMediaPickerCollectionName into collectionNames array to get auth from playgrond
1665
+ include defaultMediaPickerCollectionName into collectionNames array to get auth from playgrond
1373
1666
 
1374
1667
  ## 24.0.3
1375
1668
 
1376
- - Updated dependencies [cfc3c8adb3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cfc3c8adb3):
1377
- - @atlaskit/dropdown-menu@8.0.4
1378
- - @atlaskit/select@9.1.5
1379
- - @atlaskit/media-card@63.1.5
1380
- - @atlaskit/media-picker@43.1.1
1381
- - @atlaskit/media-ui@11.2.8
1382
- - @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
1383
1677
 
1384
1678
  ## 24.0.2
1385
1679
 
1386
1680
  ### Patch Changes
1387
1681
 
1388
- - [patch][0f47d97c78](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0f47d97c78):
1682
+ - [patch][0f47d97c78](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0f47d97c78):
1389
1683
 
1390
- - fix getDefaultMediaClientConfig
1684
+ - fix getDefaultMediaClientConfig
1391
1685
 
1392
1686
  ## 24.0.1
1393
1687
 
1394
- - [patch][b0ef06c685](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b0ef06c685):
1688
+ - [patch][b0ef06c685](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b0ef06c685):
1395
1689
 
1396
- - 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
1397
1692
 
1398
1693
  ## 24.0.0
1399
1694
 
1400
- - [major][9ecfef12ac](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9ecfef12ac):
1695
+ - [major][9ecfef12ac](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9ecfef12ac):
1401
1696
 
1402
- - `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.
1403
1699
 
1404
1700
  ## 23.1.1
1405
1701
 
1406
- - Updated dependencies [051800806c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/051800806c):
1407
- - @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
1408
1705
 
1409
1706
  ## 23.1.0
1410
1707
 
1411
- - [minor][12aa76d5b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/12aa76d5b5):
1708
+ - [minor][12aa76d5b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/12aa76d5b5):
1412
1709
 
1413
- - ED-6814: fixed rendering mediaSingle without collection
1710
+ - ED-6814: fixed rendering mediaSingle without collection
1414
1711
 
1415
1712
  ## 23.0.0
1416
1713
 
1417
- - [major][ed3f034232](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ed3f034232):
1714
+ - [major][ed3f034232](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ed3f034232):
1418
1715
 
1419
- - 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.
1420
1721
 
1421
1722
  ## 22.0.1
1422
1723
 
1423
- - Updated dependencies [59cce82fd1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/59cce82fd1):
1424
- - @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
1425
1727
 
1426
1728
  ## 22.0.0
1427
1729
 
1428
- - [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
1730
+ - [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
1429
1731
 
1430
- - 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.
1431
1734
 
1432
1735
  ## 21.4.0
1433
1736
 
1434
- - [minor][6f463c4d88](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6f463c4d88):
1737
+ - [minor][6f463c4d88](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6f463c4d88):
1435
1738
 
1436
- - add new methods to fake context
1739
+ - add new methods to fake context
1437
1740
 
1438
- - Updated dependencies [a1192ef860](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a1192ef860):
1439
- - @atlaskit/media-card@62.0.0
1440
- - @atlaskit/media-picker@40.0.0
1441
- - @atlaskit/media-store@11.1.1
1442
- - @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
1443
1747
 
1444
1748
  ## 21.3.0
1445
1749
 
1446
- - [minor][5489810e15](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5489810e15):
1750
+ - [minor][5489810e15](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5489810e15):
1447
1751
 
1448
- - 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
1449
1755
 
1450
- - Updated dependencies [e38d662f7d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e38d662f7d):
1451
- - Updated dependencies [e7292ab444](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7292ab444):
1452
- - @atlaskit/media-client@1.0.0
1453
- - @atlaskit/media-card@61.0.0
1454
- - @atlaskit/media-picker@39.0.0
1455
- - @atlaskit/media-store@11.1.0
1456
- - @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
1457
1765
 
1458
1766
  ## 21.2.3
1459
1767
 
1460
- - [patch][0a4ccaafae](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0a4ccaafae):
1768
+ - [patch][0a4ccaafae](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0a4ccaafae):
1461
1769
 
1462
- - Bump tslib
1770
+ - Bump tslib
1463
1771
 
1464
1772
  ## 21.2.2
1465
1773
 
1466
- - Updated dependencies [0ff405bd0f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0ff405bd0f):
1467
- - @atlaskit/media-core@29.1.2
1468
- - @atlaskit/media-store@11.0.5
1469
- - @atlaskit/media-card@60.0.0
1470
- - @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
1471
1780
 
1472
1781
  ## 21.2.1
1473
1782
 
1474
- - [patch][d13fad66df](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13fad66df):
1783
+ - [patch][d13fad66df](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13fad66df):
1475
1784
 
1476
- - Enable esModuleInterop for typescript, this allows correct use of default exports
1785
+ - Enable esModuleInterop for typescript, this allows correct use of default exports
1477
1786
 
1478
1787
  ## 21.2.0
1479
1788
 
1480
- - [minor][e1c1fa454a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e1c1fa454a):
1789
+ - [minor][e1c1fa454a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e1c1fa454a):
1481
1790
 
1482
- - Support external image identifier in MediaViewer
1791
+ - Support external image identifier in MediaViewer
1483
1792
 
1484
1793
  ## 21.1.0
1485
1794
 
1486
- - [minor][dd14a0a1f0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dd14a0a1f0):
1795
+ - [minor][dd14a0a1f0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dd14a0a1f0):
1487
1796
 
1488
- - export getDefaultContextConfig
1797
+ - export getDefaultContextConfig
1489
1798
 
1490
- - Updated dependencies [c2c36de22b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c2c36de22b):
1491
- - @atlaskit/media-card@59.0.0
1492
- - @atlaskit/media-picker@38.0.0
1493
- - @atlaskit/media-store@11.0.3
1494
- - @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
1495
1805
 
1496
1806
  ## 21.0.3
1497
1807
 
1498
- - Updated dependencies [9c316bd8aa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c316bd8aa):
1499
- - @atlaskit/media-core@29.0.2
1500
- - @atlaskit/media-picker@37.0.3
1501
- - @atlaskit/media-store@11.0.2
1502
- - @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
1503
1814
 
1504
1815
  ## 21.0.2
1505
1816
 
1506
- - [patch][1d09298688](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1d09298688):
1817
+ - [patch][1d09298688](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1d09298688):
1507
1818
 
1508
- - Remove axios dependency
1819
+ - Remove axios dependency
1509
1820
 
1510
1821
  ## 21.0.1
1511
1822
 
1512
- - [patch][1bcaa1b991](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1bcaa1b991):
1823
+ - [patch][1bcaa1b991](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1bcaa1b991):
1513
1824
 
1514
- - 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
1515
1827
 
1516
1828
  ## 21.0.0
1517
1829
 
1518
- - [major][9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
1830
+ - [major][9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
1519
1831
 
1520
- - Dropped ES5 distributables from the typescript packages
1832
+ - Dropped ES5 distributables from the typescript packages
1521
1833
 
1522
1834
  ## 20.1.8
1523
1835
 
1524
- - Updated dependencies [7ab3e93996](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7ab3e93996):
1525
- - @atlaskit/media-card@56.0.0
1526
- - @atlaskit/media-picker@36.0.0
1527
- - @atlaskit/media-core@28.0.0
1528
- - @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
1529
1842
 
1530
1843
  ## 20.1.7
1531
1844
 
1532
- - Updated dependencies [76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
1533
- - @atlaskit/icon@16.0.4
1534
- - @atlaskit/media-card@55.0.2
1535
- - @atlaskit/media-core@27.2.3
1536
- - @atlaskit/media-picker@35.0.1
1537
- - @atlaskit/media-store@9.2.1
1538
- - @atlaskit/media-ui@9.2.1
1539
- - @atlaskit/dropdown-menu@7.0.0
1540
- - @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
1541
1855
 
1542
1856
  ## 20.1.6
1543
1857
 
1544
- - Updated dependencies [4aee5f3cec](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4aee5f3cec):
1545
- - @atlaskit/media-card@55.0.0
1546
- - @atlaskit/media-picker@35.0.0
1547
- - @atlaskit/media-core@27.2.0
1548
- - @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
1549
1864
 
1550
1865
  ## 20.1.5
1551
1866
 
1552
- - Updated dependencies [fc6164c8c2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/fc6164c8c2):
1553
- - Updated dependencies [190c4b7bd3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/190c4b7bd3):
1554
- - @atlaskit/media-card@54.0.0
1555
- - @atlaskit/media-picker@34.0.0
1556
- - @atlaskit/media-store@9.1.7
1557
- - @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
1558
1875
 
1559
1876
  ## 20.1.4
1560
1877
 
1561
- - Updated dependencies [46dfcfbeca](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/46dfcfbeca):
1562
- - @atlaskit/media-core@27.0.2
1563
- - @atlaskit/media-picker@33.0.4
1564
- - @atlaskit/media-store@9.1.6
1565
- - @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
1566
1884
 
1567
1885
  ## 20.1.3
1568
1886
 
1569
- - Updated dependencies [06713e0a0c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06713e0a0c):
1570
- - @atlaskit/media-picker@33.0.3
1571
- - @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
1572
1891
 
1573
1892
  ## 20.1.2
1574
1893
 
1575
- - Updated dependencies [d5bce1ea15](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d5bce1ea15):
1576
- - @atlaskit/media-card@52.0.4
1577
- - @atlaskit/media-picker@33.0.2
1578
- - @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
1579
1899
 
1580
1900
  ## 20.1.1
1581
1901
 
1582
- - Updated dependencies [65b73cc466](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/65b73cc466):
1583
- - @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
1584
1905
 
1585
1906
  ## 20.1.0
1586
1907
 
1587
- - [minor][4e82fedc90](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4e82fedc90):
1908
+ - [minor][4e82fedc90](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4e82fedc90):
1588
1909
 
1589
- - Expose real id upfront for remote files in MediaPicker
1910
+ - Expose real id upfront for remote files in MediaPicker
1590
1911
 
1591
- - Updated dependencies [9d881f1eb8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d881f1eb8):
1592
- - Updated dependencies [69c8d0c19c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/69c8d0c19c):
1593
- - @atlaskit/media-picker@32.0.0
1594
- - @atlaskit/media-card@52.0.0
1595
- - @atlaskit/media-store@9.1.5
1596
- - @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
1597
1920
 
1598
1921
  ## 20.0.1
1599
1922
 
1600
- - [patch][28353efea8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/28353efea8):
1923
+ - [patch][28353efea8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/28353efea8):
1601
1924
 
1602
- - Fix expected/actual in expectToEqual utility
1925
+ - Fix expected/actual in expectToEqual utility
1603
1926
 
1604
1927
  ## 20.0.0
1605
1928
 
1606
- - [major][07a187bb30](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/07a187bb30):
1929
+ - [major][07a187bb30](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/07a187bb30):
1607
1930
 
1608
- - Fetch cloud accounts only on cloud folder opening
1931
+ - Fetch cloud accounts only on cloud folder opening
1609
1932
 
1610
1933
  ## 19.1.1
1611
1934
 
1612
- - Updated dependencies [d7ef59d432](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d7ef59d432):
1613
- - @atlaskit/dropdown-menu@6.1.26
1614
- - @atlaskit/select@6.1.19
1615
- - @atlaskit/media-card@51.0.1
1616
- - @atlaskit/media-ui@8.2.5
1617
- - @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
1618
1942
 
1619
1943
  ## 19.1.0
1620
1944
 
1621
- - [minor][b1627a5837](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b1627a5837):
1945
+ - [minor][b1627a5837](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b1627a5837):
1622
1946
 
1623
- - Enable inline video player in Editor and Renderer
1947
+ - Enable inline video player in Editor and Renderer
1624
1948
 
1625
- - Updated dependencies [85d5d168fd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/85d5d168fd):
1626
- - @atlaskit/media-card@51.0.0
1627
- - @atlaskit/media-picker@31.0.0
1628
- - @atlaskit/media-store@9.1.3
1629
- - @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
1630
1955
 
1631
1956
  ## 19.0.0
1632
1957
 
1633
- - [major][3ad16f3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3ad16f3):
1958
+ - [major][3ad16f3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3ad16f3):
1634
1959
 
1635
- - 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.
1636
1963
 
1637
- - Updated dependencies [dadef80](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dadef80):
1638
- - @atlaskit/media-card@50.0.0
1639
- - @atlaskit/media-picker@30.0.0
1640
- - @atlaskit/media-store@9.1.2
1641
- - @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
1642
1969
 
1643
1970
  ## 18.10.0
1644
1971
 
1645
- - [minor][e6516fb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e6516fb):
1972
+ - [minor][e6516fb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e6516fb):
1646
1973
 
1647
- - 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
1648
1975
 
1649
1976
  ## 18.9.1
1650
1977
 
1651
- - Updated dependencies [cbb8cb5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cbb8cb5):
1652
- - @atlaskit/media-card@49.0.0
1653
- - @atlaskit/media-store@9.1.1
1654
- - @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
1655
1982
 
1656
1983
  ## 18.9.0
1657
1984
 
1658
- - [minor][72d37fb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/72d37fb):
1985
+ - [minor][72d37fb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/72d37fb):
1659
1986
 
1660
- - Remove deprecated methods from media-core
1661
- - Use context.collection methods in MediaViewer
1662
- - Remove link support from media-card
1663
- - Remove legacy services + providers from media-core
1664
- - Remove link related methods from media-core
1665
- - Remove axios dependency
1666
- - 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
1667
1994
 
1668
1995
  ## 18.8.0
1669
1996
 
1670
- - [minor][6bc785d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6bc785d):
1997
+ - [minor][6bc785d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6bc785d):
1671
1998
 
1672
- - default to HD video if available in video viewer
1999
+ - default to HD video if available in video viewer
1673
2000
 
1674
2001
  ## 18.7.3
1675
2002
 
1676
- - [patch][b677631](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b677631):
2003
+ - [patch][b677631](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b677631):
1677
2004
 
1678
- - 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
1679
2006
 
1680
2007
  ## 18.7.2
1681
2008
 
1682
- - Updated dependencies [135ed00](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/135ed00):
1683
- - @atlaskit/media-core@24.7.2
1684
- - @atlaskit/media-store@9.0.2
1685
- - @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
1686
2013
 
1687
2014
  ## 18.7.1
1688
2015
 
1689
- - [patch][ca16fa9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ca16fa9):
2016
+ - [patch][ca16fa9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ca16fa9):
1690
2017
 
1691
- - Add SSR support to media components
2018
+ - Add SSR support to media components
1692
2019
 
1693
2020
  ## 18.7.0
1694
2021
 
1695
- - [minor][5c06476](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5c06476):
2022
+ - [minor][5c06476](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5c06476):
1696
2023
 
1697
- - Add touch endpoint to mock server
2024
+ - Add touch endpoint to mock server
1698
2025
 
1699
- - Updated dependencies [b3738ea](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b3738ea):
1700
- - Updated dependencies [096f898](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/096f898):
1701
- - @atlaskit/media-card@46.0.0
1702
- - @atlaskit/media-store@9.0.0
1703
- - @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
1704
2031
 
1705
2032
  ## 18.6.2
1706
2033
 
1707
- - Updated dependencies [80f765b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/80f765b):
1708
- - @atlaskit/media-card@45.0.0
1709
- - @atlaskit/media-store@8.5.1
1710
- - @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
1711
2038
 
1712
2039
  ## 18.6.1
1713
2040
 
1714
- - [patch][f621523](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f621523):
2041
+ - [patch][f621523](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f621523):
1715
2042
 
1716
- - fix MediaMocker router
2043
+ - fix MediaMocker router
1717
2044
 
1718
2045
  ## 18.6.0
1719
2046
 
1720
- - [minor][0f42ec1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0f42ec1):
2047
+ - [minor][0f42ec1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0f42ec1):
1721
2048
 
1722
- Use /items endpoint in media-core
2049
+ Use /items endpoint in media-core
1723
2050
 
1724
2051
  ## 18.5.2
1725
2052
 
1726
- - Updated dependencies [5de3574](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5de3574):
1727
- - @atlaskit/media-card@44.1.1
1728
- - @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
1729
2056
 
1730
2057
  ## 18.5.1
1731
2058
 
1732
- - [patch][0a297ba](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0a297ba):
2059
+ - [patch][0a297ba](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0a297ba):
1733
2060
 
1734
- - Packages should not be shown in the navigation, search and overview
2061
+ - Packages should not be shown in the navigation, search and overview
1735
2062
 
1736
2063
  ## 18.5.0
1737
2064
 
1738
- - [minor][c1ea81c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c1ea81c):
2065
+ - [minor][c1ea81c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c1ea81c):
1739
2066
 
1740
- - use custom video player for inline video in media-card
2067
+ - use custom video player for inline video in media-card
1741
2068
 
1742
2069
  ## 18.4.0
1743
2070
 
1744
- - [minor][b02ffa7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b02ffa7):
2071
+ - [minor][b02ffa7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b02ffa7):
1745
2072
 
1746
- - add touch event helpers and canvas mocking
2073
+ - add touch event helpers and canvas mocking
1747
2074
 
1748
2075
  ## 18.3.2
1749
2076
 
1750
- - [patch][5a6de24](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5a6de24):
2077
+ - [patch][5a6de24](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5a6de24):
1751
2078
 
1752
- - translate component properties in media components
2079
+ - translate component properties in media components
1753
2080
 
1754
2081
  ## 18.3.1
1755
2082
 
1756
- - Updated dependencies [ab9b69c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ab9b69c):
1757
- - @atlaskit/dropdown-menu@6.1.23
1758
- - @atlaskit/select@6.1.9
1759
- - @atlaskit/media-card@44.0.2
1760
- - @atlaskit/media-ui@7.6.2
1761
- - @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
1762
2089
 
1763
2090
  ## 18.3.0
1764
2091
 
1765
- - [minor][fa7d4c5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/fa7d4c5):
2092
+ - [minor][fa7d4c5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/fa7d4c5):
1766
2093
 
1767
- - 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;
1768
2095
 
1769
- - Updated dependencies [7e8b4b9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e8b4b9):
1770
- - @atlaskit/media-card@44.0.0
1771
- - @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
1772
2099
 
1773
2100
  ## 18.2.12
1774
2101
 
1775
- - Updated dependencies [2c21466](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2c21466):
1776
- - @atlaskit/media-card@43.0.0
1777
- - @atlaskit/media-core@24.4.0
1778
- - @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
1779
2106
 
1780
2107
  ## 18.2.11
1781
2108
 
1782
- - Updated dependencies [04c7192](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/04c7192):
1783
- - @atlaskit/media-core@24.3.1
1784
- - @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
1785
2112
 
1786
2113
  ## 18.2.10
1787
2114
 
1788
- - [patch] Updated dependencies [ced32d0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ced32d0)
1789
- - @atlaskit/media-card@41.1.2
1790
- - @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
1791
2119
 
1792
2120
  ## 18.2.9
1793
2121
 
1794
- - [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)
1795
2124
 
1796
2125
  ## 18.2.8
1797
2126
 
1798
- - [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)
1799
2129
 
1800
2130
  ## 18.2.7
1801
2131
 
1802
- - [patch] Updated dependencies [6e510d8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6e510d8)
1803
- - @atlaskit/media-core@24.2.2
1804
- - @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
1805
2136
 
1806
2137
  ## 18.2.6
1807
2138
 
1808
- - [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)
1809
2141
 
1810
2142
  ## 18.2.5
1811
2143
 
1812
- - [patch] Updated dependencies [2afa60d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2afa60d)
1813
- - @atlaskit/media-card@39.0.0
1814
- - @atlaskit/media-core@24.2.0
1815
- - @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
1816
2149
 
1817
2150
  ## 18.2.4
1818
2151
 
1819
- - [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)
1820
2154
 
1821
2155
  ## 18.2.3
1822
2156
 
1823
- - [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)
1824
- - [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)
1825
2165
 
1826
2166
  ## 18.2.2
1827
2167
 
1828
- - [patch] Updated dependencies [2d848cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2d848cd)
1829
- - @atlaskit/media-core@24.0.3
1830
- - @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
1831
2172
 
1832
2173
  ## 18.2.1
1833
2174
 
1834
- - [patch] Updated dependencies [65c6514](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/65c6514)
1835
- - @atlaskit/dropdown-menu@6.1.17
1836
- - @atlaskit/select@6.0.2
1837
- - @atlaskit/media-card@37.0.1
1838
- - @atlaskit/media-ui@6.0.1
1839
- - @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
1840
2182
 
1841
2183
  ## 18.2.0
1842
2184
 
1843
- - [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)
1844
2187
 
1845
2188
  ## 18.1.0
1846
2189
 
1847
- - [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)
1848
2192
 
1849
2193
  ## 18.0.0
1850
2194
 
1851
- - [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)
1852
2197
 
1853
2198
  ## 17.1.0
1854
2199
 
1855
- - [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)
1856
2202
 
1857
2203
  ## 17.0.2
1858
2204
 
1859
- - [patch] Update TS to 3.0 [f68d367](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f68d367)
1860
- - [none] Updated dependencies [f68d367](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f68d367)
1861
- - @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
1862
2210
 
1863
2211
  ## 17.0.1
1864
2212
 
1865
- - [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)
1866
2215
 
1867
2216
  ## 17.0.0
1868
2217
 
1869
- - [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)
1870
- - [none] Updated dependencies [911a570](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/911a570)
1871
- - @atlaskit/media-store@6.0.1
1872
- - @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
1873
2225
 
1874
2226
  ## 16.0.0
1875
2227
 
1876
- - [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)
1877
- - [major] Updated dependencies [d02746f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d02746f)
1878
- - @atlaskit/media-store@6.0.0
1879
- - @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
1880
2235
 
1881
2236
  ## 15.2.1
1882
2237
 
1883
- - [patch] Updated dependencies [acd86a1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/acd86a1)
1884
- - @atlaskit/media-core@22.2.1
1885
- - @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
1886
2242
 
1887
2243
  ## 15.2.0
1888
2244
 
1889
- - [minor] use context.getFile in media-card [fad25ec](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/fad25ec)
1890
- - [minor] Updated dependencies [fad25ec](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/fad25ec)
1891
- - @atlaskit/media-store@5.1.0
1892
- - @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
1893
2251
 
1894
2252
  ## 15.1.0
1895
2253
 
1896
- - [patch] Implemented smart cards and common views for other cards [fa6f865](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/fa6f865)
1897
- - [patch] Implemented smart cards and common UI elements [fdd03d8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/fdd03d8)
1898
- - [minor] Implement smart card [49c8425](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/49c8425)
1899
- - [patch] Updated dependencies [fa6f865](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/fa6f865)
1900
- - [patch] Updated dependencies [fdd03d8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/fdd03d8)
1901
- - [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)
1902
2266
 
1903
2267
  ## 15.0.0
1904
2268
 
1905
- - [major] Updates to React ^16.4.0 [7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
1906
- - [major] Updated dependencies [563a7eb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/563a7eb)
1907
- - @atlaskit/media-core@22.0.0
1908
- - @atlaskit/media-store@5.0.0
1909
- - [major] Updated dependencies [7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
1910
- - @atlaskit/media-store@5.0.0
1911
- - @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
1912
2279
 
1913
2280
  ## 14.0.6
1914
2281
 
1915
- - [patch] Use media.tsconfig in MediaViewer [42ee1ea](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/42ee1ea)
1916
- - [patch] Updated dependencies [42ee1ea](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/42ee1ea)
1917
- - @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
1918
2287
 
1919
2288
  ## 14.0.5
1920
2289
 
1921
- - [patch] Replace faker with lightweight internal functions [1c3352a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1c3352a)
1922
- - [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)
1923
2294
 
1924
2295
  ## 14.0.4
1925
2296
 
1926
- - [patch] Updated dependencies [c57e9c1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c57e9c1)
1927
- - @atlaskit/media-store@4.2.0
1928
- - @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
1929
2301
 
1930
2302
  ## 14.0.3
1931
2303
 
1932
- - [patch] Clean Changelogs - remove duplicates and empty entries [e7756cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7756cd)
1933
- - [none] Updated dependencies [e7756cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7756cd)
1934
- - @atlaskit/media-store@4.1.1
1935
- - @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
1936
2310
 
1937
2311
  ## 14.0.2
1938
2312
 
1939
- - [patch] Update changelogs to remove duplicate [cc58e17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc58e17)
1940
- - [none] Updated dependencies [cc58e17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc58e17)
1941
- - @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
1942
2318
 
1943
2319
  ## 14.0.1
1944
2320
 
1945
- - [none] Updated dependencies [9d20f54](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d20f54)
1946
- - @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
1947
2324
 
1948
2325
  ## 14.0.0
1949
2326
 
1950
- - [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)
1951
- - [patch] Updated dependencies [1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619)
1952
- - @atlaskit/media-store@4.0.0
1953
- - @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
1954
2333
 
1955
2334
  ## 13.3.1
1956
2335
 
1957
- - [patch] MSW-741 : handle unexpected media types without crashes [0353017](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0353017)
1958
- - [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)
1959
2340
 
1960
2341
  ## 13.3.0
1961
2342
 
1962
- - [minor] Add new item to example items [602c46e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/602c46e)
1963
- - [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)
1964
2347
 
1965
2348
  ## 13.2.0
1966
2349
 
1967
- - [minor] add custom video player under feature flag [9041109](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9041109)
1968
- - [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)
1969
2354
 
1970
2355
  ## 13.1.0
1971
2356
 
1972
- - [minor] add media mocks [1754450](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1754450)
1973
- - [none] Updated dependencies [1754450](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1754450)
1974
- - @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
1975
2361
 
1976
2362
  ## 13.0.2
1977
2363
 
1978
- - [patch][f87724e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f87724e)
1979
- - [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)
1980
2367
 
1981
2368
  ## 13.0.1
1982
2369
 
1983
- - [patch] Updated dependencies [bd26d3c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bd26d3c)
1984
- - @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
1985
2373
 
1986
2374
  ## 13.0.0
1987
2375
 
1988
- - [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)
1989
- - [major] SUMMARY GOES HERE [9041d71](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9041d71)
1990
- - [none] Updated dependencies [84f6f91](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/84f6f91)
1991
- - @atlaskit/media-core@18.1.0
1992
- - [major] Updated dependencies [9041d71](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9041d71)
1993
- - @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
1994
2394
 
1995
2395
  ## 12.0.4
1996
2396
 
1997
- - [patch] Updated dependencies [d662caa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d662caa)
1998
- - @atlaskit/field-text@5.0.3
1999
- - @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
2000
2401
 
2001
2402
  ## 12.0.1
2002
2403
 
2003
- - [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)
2004
2406
 
2005
2407
  ## 12.0.0
2006
2408
 
2007
- - [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)
2008
2411
 
2009
2412
  ## 11.0.0
2010
2413
 
2011
- - [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)
2012
2417
 
2013
2418
  ## 10.0.6
2014
2419
 
2015
- - [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)
2016
2422
 
2017
2423
  ## 10.0.2
2018
2424
 
2019
- - [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)
2020
2427
 
2021
2428
  ## 10.0.1
2022
2429
 
2023
- - [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)
2024
2432
 
2025
2433
  ## 9.0.5
2026
2434
 
2027
- - [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)
2028
2437
 
2029
2438
  ## 9.0.4
2030
2439
 
2031
- - [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)
2032
2442
 
2033
2443
  ## 9.0.3
2034
2444
 
2035
- - [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)
2036
2447
 
2037
2448
  ## 9.0.2
2038
2449
 
2039
- - [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)
2040
2452
 
2041
2453
  ## 9.0.0
2042
2454
 
2043
- - [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)
2044
2457
 
2045
2458
  ## 8.6.1
2046
2459
 
2047
- - [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)
2048
2462
 
2049
2463
  ## 8.6.0
2050
2464
 
2051
- - [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)
2052
2467
 
2053
2468
  ## 8.5.4
2054
2469
 
2055
- - [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)
2056
2472
 
2057
2473
  ## 8.5.3
2058
2474
 
2059
- - [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)
2060
2477
 
2061
2478
  ## 8.5.2
2062
2479
 
2063
- - [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)
2064
2482
 
2065
2483
  ## 8.5.1
2066
2484
 
2067
- - [patch] Show static images for gifs in small cards [e2508f9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e2508f9)
2068
- - [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)
2069
2489
 
2070
2490
  ## 8.4.0 (2017-10-10)
2071
2491
 
2072
- - bug fix; fixed incompatible types between axioPromise and Promise. ([a227432](https://bitbucket.org/atlassian/atlaskit/commits/a227432))
2073
- - 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))
2074
2496
 
2075
2497
  ## 8.3.0 (2017-09-19)
2076
2498
 
2077
- - 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))
2078
2500
 
2079
2501
  ## 8.2.1 (2017-09-15)
2080
2502
 
2081
- - 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))
2082
2505
 
2083
2506
  ## 8.2.0 (2017-09-14)
2084
2507
 
2085
- - 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))
2086
2510
 
2087
2511
  ## 8.1.0 (2017-09-13)
2088
2512
 
2089
- - feature; bump media-core dep and introduce asap issuer way of auth ([f348ccb](https://bitbucket.org/atlassian/atlaskit/commits/f348ccb))
2090
- - breaking;
2091
- - `createStorybookContext` now takes 1 parameter object of type `AuthParameter`. It takes `serviceHost`
2092
- - and `authType`, that can be either `"client"` or `"asap"`, depending on what auth option you want to be used.
2093
- - Notice: `clientId` is not required anymore.
2094
- - breaking;
2095
- - `StoryBookTokenProvider` is gone. Instead `StoryBookAuthProvider` has new method `create`, it takes
2096
- - 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.
2097
2525
 
2098
2526
  ## 7.2.0 (2017-08-08)
2099
2527
 
2100
- - 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))
2101
2530
 
2102
2531
  ## 7.1.0 (2017-08-08)
2103
2532
 
2104
- - feature; add large pdf file ([695e4d1](https://bitbucket.org/atlassian/atlaskit/commits/695e4d1))
2105
- - 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))
2106
2537
 
2107
2538
  ## 6.3.0 (2017-07-31)
2108
2539
 
2109
- - 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))
2110
2542
 
2111
2543
  ## 6.2.1 (2017-07-25)
2112
2544
 
2113
- - 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))
2114
2547
 
2115
2548
  ## 6.2.0 (2017-06-29)
2116
2549
 
2117
- - 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))
2118
2552
 
2119
2553
  ## 6.1.0 (2017-06-08)
2120
2554
 
2121
- - fix; use read/write access scope for all sample collections ([62380c2](https://bitbucket.org/atlassian/atlaskit/commits/62380c2))
2122
- - 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))
2123
2559
 
2124
2560
  ## 6.0.3 (2017-06-05)
2125
2561
 
2126
- - 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))
2127
2564
 
2128
2565
  ## 6.0.2 (2017-05-22)
2129
2566
 
2130
- - 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))
2131
2568
 
2132
2569
  ## 6.0.1 (2017-05-19)
2133
2570
 
2134
- - 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))
2135
2573
 
2136
2574
  ## 5.0.0 (2017-05-19)
2137
2575
 
2138
- - feature; bumped version of media-core ([16674d9](https://bitbucket.org/atlassian/atlaskit/commits/16674d9))
2139
- - 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
2140
2579
 
2141
2580
  ## 4.8.5 (2017-05-15)
2142
2581
 
2143
- - 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))
2144
2584
 
2145
2585
  ## 4.8.4 (2017-05-09)
2146
2586
 
2147
- - 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))
2148
2589
 
2149
2590
  ## 4.8.2 (2017-05-05)
2150
2591
 
2151
- - 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))
2152
2593
 
2153
2594
  ## 4.8.1 (2017-05-01)
2154
2595
 
2155
- - fix; changed video url preview to one that is identified by endpoint with player attribut ([76f0895](https://bitbucket.org/atlassian/atlaskit/commits/76f0895))
2156
- - 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))
2157
2600
 
2158
2601
  ## 4.8.0 (2017-04-27)
2159
2602
 
2160
- - 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))
2161
2605
 
2162
2606
  ## 4.7.0 (2017-04-27)
2163
2607
 
2164
- - 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))
2165
2610
 
2166
2611
  ## 4.6.0 (2017-04-27)
2167
2612
 
2168
- - feature; add imageLinkId to examples ([64a48ad](https://bitbucket.org/atlassian/atlaskit/commits/64a48ad))
2169
- - 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))
2170
2617
 
2171
2618
  ## 4.5.2 (2017-04-26)
2172
2619
 
2173
- - fix; update legal copy and fix broken links for component README on npm. New contribution and ([0b3e454](https://bitbucket.org/atlassian/atlaskit/commits/0b3e454))
2174
- - 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))
2175
2624
 
2176
2625
  ## 4.5.1 (2017-04-26)
2177
2626
 
2178
- - 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))
2179
2629
 
2180
2630
  ## 4.5.0 (2017-04-26)
2181
2631
 
2182
- - 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))
2183
2634
 
2184
2635
  ## 4.4.0 (2017-04-21)
2185
2636
 
2186
- - 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))
2187
2639
 
2188
2640
  ## 4.3.0 (2017-04-19)
2189
2641
 
2190
- - fix; fix spotify URL ([395c9db](https://bitbucket.org/atlassian/atlaskit/commits/395c9db))
2191
- - 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))
2192
2645
 
2193
2646
  ## 4.2.0 (2017-04-19)
2194
2647
 
2195
- - fix; fix example media item names and add collectionName (otherwise they don't work) ([9cd2b34](https://bitbucket.org/atlassian/atlaskit/commits/9cd2b34))
2196
- - fix; fix naming to be consistent ([e86740e](https://bitbucket.org/atlassian/atlaskit/commits/e86740e))
2197
- - feature; add createMouseEvent helper method ([794d681](https://bitbucket.org/atlassian/atlaskit/commits/794d681))
2198
- - 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))
2199
2656
 
2200
2657
  ## 4.1.0 (2017-04-11)
2201
2658
 
2202
- - 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))
2203
2661
 
2204
2662
  ## 4.0.1 (2017-04-10)
2205
2663
 
2206
- - 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))
2207
2666
 
2208
2667
  ## 3.0.0 (2017-04-03)
2209
2668
 
2210
- - fix; moved media-core into peer dependency for media-test-helpers ([bc24c11](https://bitbucket.org/atlassian/atlaskit/commits/bc24c11))
2211
- - 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
2212
2672
 
2213
2673
  ## 1.49.0 (2017-03-27)
2214
2674
 
2215
- - feature; bump media-test-helpers version ([2e390f9](https://bitbucket.org/atlassian/atlaskit/commits/2e390f9))
2216
- - 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))
2217
2679
 
2218
2680
  ## 1.2.0 (2017-03-23)
2219
2681
 
2220
- - fix; fixing the build ([ba21a9d](https://bitbucket.org/atlassian/atlaskit/commits/ba21a9d))
2221
- - feature; added 'super' card component ([559579f](https://bitbucket.org/atlassian/atlaskit/commits/559579f))
2222
- - breaking; Card API, LinkCard API, FileCard API
2223
- - ISSUES CLOSED: FIL-3919
2224
- - fix; maintainers for all the packages were added ([261d00a](https://bitbucket.org/atlassian/atlaskit/commits/261d00a))
2225
- - fix; avoid UI flickering when showing an already loaded collection ([5637ffb](https://bitbucket.org/atlassian/atlaskit/commits/5637ffb))
2226
- - feature; allow media-api token generation with access ([d337480](https://bitbucket.org/atlassian/atlaskit/commits/d337480))
2227
- - feature; added application links to media-card and restructured ([618650e](https://bitbucket.org/atlassian/atlaskit/commits/618650e))
2228
- - 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))
2229
2697
 
2230
2698
  ## 1.1.0 (2017-03-09)
2231
2699
 
2232
- - feature; cleaned and updated link card ([5dcae43](https://bitbucket.org/atlassian/atlaskit/commits/5dcae43))
2233
- - 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))