Releases: rpldy/react-uploady
Releases · rpldy/react-uploady
v1.4.1-rc.0
1.4.1-rc.0 (2023-03-18)
PRE-RELEASE
Bug fixes
[ui-shared]
- add globalThis to avoid error on edge runtime. Fix for #495
Internal
all
- misc upgrade dev deps
v1.4.0
1.4.0 (2023-02-18)
Features
[tus-sender]
- added new event tus RESUME_START to: cancel or update relevant props for resume[tus-sender]
- accept resume headers in tus options[tus-uploady]
- added useTusResumeStartListener hook to handle RESUME_START event in React[upload-preview]
- added removePreview to preview methods to clear a single item preview
Bug fixes
[uploader]
- fix bug with cancel from BATCH_ADD doesnt clean batch from state. Fix for #472[uploader]
- fix bug with item handling after async batch start (c5ed0dd)
Docs
root
- Update gzip sizes table in readme
Internal
all
- upgrade dev deps (jest, babel, flow, lerna!, and more)all
- misc upgrade dev deps
v1.4.0-rc.1
1.4.0-rc.1 (2023-02-16)
PRE-RELEASE
Bug fixes
[uploader]
- fix bug with cancel from BATCH_ADD doesnt clean batch from state. Fix for #472
Internal
all
- misc upgrade dev deps
v1.4.0-rc.0
1.4.0-rc.0 (2023-02-12)
PRE-RELEASE
Features
[tus-sender]
- added new event tus RESUME_START to: cancel or update relevant props for resume[tus-sender]
- accept resume headers in tus options[tus-uploady]
- added useTusResumeStartListener hook to handle RESUME_START event in React[upload-preview]
- added removePreview to preview methods to clear a single item preview
Bug fixes
[uploader]
- fix bug with item handling after async batch start (c5ed0dd)
Docs
root
- Update gzip sizes table in readme
Internal
all
- upgrade dev deps (jest, babel, flow, lerna!, and more)
v1.3.1
v1.3.0
1.3.0 (2022-11-24)
Features
[upload-drop-zone]
- add getFiles helper to dropHandler callback[upload-drop-zone]
- add new prop - shouldHandleDrag to control whether DnD is enabled or not[upload-drop-zone]
- add new prop - enableOnContains to opt-out of contained check
and only enable on direct drag to container element
Bug fixes
[uploader]
- fix missing params for fileFilter callback. Fix for #425[uploader]
- fix fileFilter called incorrectly for recycled (retry) items[uploady]
- fix webkitdirectory prop accepted as boolean (not string)[upload-drop-zone]
- fix how drag handling is enabled[mock-sender]
- add missing props to MockOptions TS interface
Docs
root
- Fix some spelling problems and typos (by @0x111)
Internal
[shared]
- add isEmpty util
v1.3.0-rc.3
1.3.0-rc.3 (2022-11-13)
Bug fixes
[uploader]
- fix missing params for fileFilter callback. Fix for #425
v1.3.0-rc.2
1.3.0-rc.2 (2022-11-06)
[uploader]
- fix fileFilter called incorrectly for recycled (retry) items[mock-sender]
- add missing props to MockOptions TS interface
v1.3.0-rc.1
1.3.0-rc.1 (2022-11-06)
[upload-drop-zone]
- fix how drag handling is enabled[upload-drop-zone]
- add new prop - enableOnContains to opt-out of contained check
and only enable on direct drag to container element
v1.3.0-rc.0
1.3.0-rc.0 (2022-11-05)
Features
[upload-drop-zone]
- add getFiles helper to dropHandler callback[upload-drop-zone]
- add new prop - shouldHandleDrag to control whether DnD is enabled or not
Docs
root
- Fix some spelling problems and typos (by @0x111)
Internal
[shared]
- add isEmpty util