@atlaskit/media-client 27.5.2 → 27.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/dist/cjs/client/file-fetcher/index.js +1 -0
- package/dist/es2019/client/file-fetcher/index.js +1 -0
- package/dist/esm/client/file-fetcher/index.js +1 -0
- package/dist/types/client/file-fetcher/index.d.ts +1 -0
- package/dist/types-ts4.5/client/file-fetcher/index.d.ts +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @atlaskit/media-client
|
|
2
2
|
|
|
3
|
+
## 27.6.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#134882](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/134882)
|
|
8
|
+
[`ba204702f8e32`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ba204702f8e32) -
|
|
9
|
+
[ED-24567]
|
|
10
|
+
|
|
11
|
+
- **@atlaskit/editor-common** Add MEDIA_PICKER as a variable fo analytics
|
|
12
|
+
- **@atlaskit/media-client** Return the mime-type from when calling the `uploadExternal` function
|
|
13
|
+
|
|
3
14
|
## 27.5.2
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|