Releases: uploadcare/file-uploader
Releases · uploadcare/file-uploader
v1.8.1
1.8.1 (2024-10-02)
Bug Fixes
- svg-sprite: unneeded icons leak to the uc-basic sprite (#746) (f4decff)
v1.8.0
1.8.0 (2024-09-24)
Features
- cloud-editor increased the capture area for dragging (#741) (47cc087)
v1.7.0
1.7.0 (2024-09-19)
Features
- a11y: added WCAG AAA contrast and high-contrast theme (#739) (82c29e1)
v1.6.0
1.6.0 (2024-09-02)
Features
- a11y: add
aria-live
attribute to the file item elements to make the uploading status observable by the screen readers (#733) (649db3b)
- output-file-entry: add
source
property to the OutputFileEntry
object. This property indicated from which upload source the file was added: local, camera, dropbox etc. (#736) (6fe5bcd)
v1.5.2
1.5.2 (2024-08-26)
Bug Fixes
v1.5.1
1.5.1 (2024-08-21)
Bug Fixes
- styles: compatibility issues with tailwindcss/forms (#728) (2fb5ca0)
v1.5.0
1.5.0 (2024-08-15)
Bug Fixes
- cloud-image-editor: little memory leak where cloud image editor was holding some references that prevents from context destroying (70a9b2b)
Features
- a11y: Added title to button (#723) (3090304)
- public-upload-api: add method
getCurrentActivity
(3f5b127)
- public-upload-api: allow to switch activity to the cloud image editor with predefined file opened (ef663fa)
v1.4.0
1.4.0 (2024-08-14)
Features
- theme: add predefined color presets classes (#715) (3dc0b46)
v1.3.0
1.3.0 (2024-08-08)
Features
- remove common progress bar from the regular and inline modes (#721) (f7b8fa7)
v1.2.0
1.2.0 (2024-08-01)
Bug Fixes
- regular-mode: disable done button until group created (#710) (3e30f63)
Features
BREAKING CHANGES:
- rename package
@uploadcare/blocks
to @uploadcare/file-uploader
- method
connectBlocksFrom
renamed to loadFileUploaderFrom
(d083cb7)
- method
registerBlocks
renamed to defineComponents
(606f8fc)
- rename all prefixes from
lr
to uc
(#698) (e28f2af)
See the migration guide for details.