@atlaskit/media-test-helpers 33.0.35 → 34.0.0

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