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