Skip to content

Releases: uploadcare/file-uploader

v0.46.1

28 Jun 17:13
5af3571
Compare
Choose a tag to compare

0.46.1 (2024-06-28)

Bug Fixes

  • events: Added status after deleting files in idle (#684) (0e07ee3)

v0.46.0

24 Jun 16:49
4fdf9a0
Compare
Choose a tag to compare

0.46.0 (2024-06-24)

Features

  • Significant improvements to accessibility and keyboard navigation, enhancing user experience and inclusivity (#671) (4acb8a0)

v0.45.0

24 Jun 11:34
d8355ca
Compare
Choose a tag to compare

0.45.0 (2024-06-23)

BEAKING CHANGES

  • The previously deprecated API method setUploadMetadata has been removed. Use metadata instance property on lr-config block instead. See metadata for more details.
  • The previously deprecated API method addFiles has been removed. Use addFileFromObject, addFileFromUrl or addFileFromUuid instead. See File Uploader API for more details.

See the migration guide for details.

v0.44.0

21 Jun 12:20
b760e23
Compare
Choose a tag to compare

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

  • updated theming mechanics with oklch colors and reworked css properties (#662) (ee90e66)

v0.43.0

14 Jun 16:09
18aac85
Compare
Choose a tag to compare

0.43.0 (2024-06-14)

Features

  • added collectionValidators and fileValidators: 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

30 May 14:41
c18ed11
Compare
Choose a tag to compare

0.42.1 (2024-05-30)

Features

  • lr-file-uploader-regular: added attribute headless (5e58ff4). See docs here.

v0.41.1

28 May 11:32
f2e29f3
Compare
Choose a tag to compare

0.41.1 (2024-05-27)

Bug Fixes

  • styles-readme: updated connect style in the project (#663) (2ee913f)

v0.41.0

27 May 08:23
8893f11
Compare
Choose a tag to compare

0.41.0 (2024-05-24)

Features

  • add secureDeliveryProxyUrlResolver option (c7cfcd0). See docs here.
  • add secureUploadsExpireThreshold option (0d9205d). See docs here.
  • add secureUploadsSignatureResolver option (226d36f). See docs here.

v0.40.0

17 May 12:12
6168e4e
Compare
Choose a tag to compare

0.40.0 (2024-05-17)

BREAKING CHANGES

  • Icons are moved from CSS custom properties to SVG sprites. Overriding icons is
    now done via the iconHrefResolver 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)

v0.39.1

15 May 12:12
cbf9edc
Compare
Choose a tag to compare

0.39.1 (2024-05-15)

Bug Fixes

  • l10n: add l10n key to the state if it's not present (#656) (227a88f)