mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
Release: uppy@4.0.1 (#5339)
This is a release candidate for the following packages: - `@uppy/companion`: 5.0.0 -> 5.0.1 - `@uppy/core`: 4.0.0 -> 4.0.1 - `@uppy/dashboard`: 4.0.0 -> 4.0.1 - `@uppy/drag-drop`: 4.0.0 -> 4.0.1 - `@uppy/drop-target`: 3.0.0 -> 3.0.1 - `@uppy/react`: 4.0.0 -> 4.0.1 - `uppy`: 4.0.0 -> 4.0.1 Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
This commit is contained in:
parent
cd2d39ee05
commit
b14d0bd458
17 changed files with 113 additions and 54 deletions
23
CHANGELOG.md
23
CHANGELOG.md
|
|
@ -12,6 +12,29 @@ Please add your entries in this format:
|
|||
|
||||
In the current stage we aim to release a new version at least every month.
|
||||
|
||||
## 4.0.1
|
||||
|
||||
Released: 2024-07-15
|
||||
|
||||
| Package | Version | Package | Version |
|
||||
| ----------------- | ------- | ----------------- | ------- |
|
||||
| @uppy/companion | 5.0.1 | @uppy/drop-target | 3.0.1 |
|
||||
| @uppy/core | 4.0.1 | @uppy/react | 4.0.1 |
|
||||
| @uppy/dashboard | 4.0.1 | uppy | 4.0.1 |
|
||||
| @uppy/drag-drop | 4.0.1 | | |
|
||||
|
||||
- @uppy/dashboard: propagate `setOptions` to `StatusBar` (Mikael Finstad / #5260)
|
||||
- meta: add missing lint rule for `.ts` files (Antoine du Hamel / #5335)
|
||||
- @uppy/companion: bump `ws` from 8.17.0 to 8.17.1 (dependabot[bot] / #5324)
|
||||
- @uppy/dashboard,@uppy/drag-drop,@uppy/drop-target: `<Dashboard/>`, `<DragDrop/>`, `drop-target` - new anti-flickering solution (Evgenia Karunus / #5326)
|
||||
- docs: add css import for url plugin (Tyler Nieman / #5333)
|
||||
- meta: Bump fast-loops from 1.1.3 to 1.1.4 (dependabot[bot] / #5327)
|
||||
- @uppy/core: make `Meta` generic optional (Merlijn Vos / #5330)
|
||||
- meta: update `manual-cdn` workflow (Antoine du Hamel / #5329)
|
||||
- docs: Fix lint (Murderlon)
|
||||
- docs: Correct mistake in migration guide (Murderlon)
|
||||
|
||||
|
||||
## 4.0.0
|
||||
|
||||
Released: 2024-07-10
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue