@atlaskit/media-test-helpers 33.0.35 → 33.0.36

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