Releases: uploadcare/file-uploader
Releases · uploadcare/file-uploader
v0.46.1
v0.46.0
v0.45.0
0.45.0 (2024-06-23)
BEAKING CHANGES
- The previously deprecated API method
setUploadMetadata
has been removed. Usemetadata
instance property onlr-config
block instead. See metadata for more details. - The previously deprecated API method
addFiles
has been removed. UseaddFileFromObject
,addFileFromUrl
oraddFileFromUuid
instead. See File Uploader API for more details.
See the migration guide for details.
v0.44.0
0.44.0 (2024-06-21)
BEAKING CHANGES
- All theme variables of the previous version are deprecated and won't affect the look anymore.
- The default button that opens the uploader dialog (SimpleBtn) component now uses independent variables.
- By default, the theme now uses OKLCH color space. You can still override it using other color spaces, but we recommend converting your colors to OKLCH.
See the migration guide for details.
Full styling docs are available here.
Features
v0.43.0
0.43.0 (2024-06-14)
Features
- added
collectionValidators
andfileValidators
: Custom validators are now supported for collections and files. This enhancement allows for the addition of necessary checks for uploaded files and collections, providing flexibility and control over compliance with requirements (#667) (d3260b0). See docs here.
v0.42.1
v0.41.1
v0.41.0
v0.40.0
0.40.0 (2024-05-17)
BREAKING CHANGES
- Icons are moved from CSS custom properties to SVG sprites. Overriding icons is
now done via theiconHrefResolver
option. See the migration guide for details.
Bug Fixes
- image-editor: check for imageSize before commit (cdb87b4)
- image-editor: define icons size via css (080439f)
Features
- load svg icons as sprite (9cf4c07)