mirror of
https://github.com/transloadit/uppy.git
synced 2026-01-23 02:25:07 +00:00
[ci] release (#5932)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @uppy/drag-drop@5.0.0 ### Major Changes -3290864: All packages now have export maps. This is a breaking change in two cases: 1. The css imports have changed from `@uppy[package]/dist/styles.min.css` to `@uppy[package]/css/styles.min.css` 2. You were importing something that wasn't exported from the root, for instance `@uppy/core/lib/foo.js`. You can now only import things we explicitly exported. ## @uppy/status-bar@5.0.0 ### Major Changes -3290864: All packages now have export maps. This is a breaking change in two cases: 1. The css imports have changed from `@uppy[package]/dist/styles.min.css` to `@uppy[package]/css/styles.min.css` 2. You were importing something that wasn't exported from the root, for instance `@uppy/core/lib/foo.js`. You can now only import things we explicitly exported. ## uppy@5.1.0 ### Minor Changes -3290864: Bring back StatusBar and DragDrop into the CDN bundle ### Patch Changes - Updated dependencies [3290864] - @uppy/status-bar@5.0.0 - @uppy/drag-drop@5.0.0 ## @uppy/react@5.0.1 ### Patch Changes -a063bc3: Remove status-bar from export map ## @uppy/vue@3.0.1 ### Patch Changes -a063bc3: Remove status-bar from export map Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
a063bc3e4a
commit
3d27be16ed
15 changed files with 51 additions and 29 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
Hi, thanks for trying out the bundled version of the Uppy File Uploader. You can
|
||||
use this from a CDN
|
||||
(`<script src="https://releases.transloadit.com/uppy/v5.0.0/uppy.min.js"></script>`)
|
||||
(`<script src="https://releases.transloadit.com/uppy/v5.1.0/uppy.min.js"></script>`)
|
||||
or bundle it with your webapp.
|
||||
|
||||
Note that the recommended way to use Uppy is to install it with yarn/npm and use
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue