Skip to content

Releases: uploadcare/file-uploader

v1.8.1

02 Oct 14:20
d0bb581
Compare
Choose a tag to compare

1.8.1 (2024-10-02)

Bug Fixes

  • svg-sprite: unneeded icons leak to the uc-basic sprite (#746) (f4decff)

v1.8.0

24 Sep 14:58
e15c63e
Compare
Choose a tag to compare

1.8.0 (2024-09-24)

Features

  • cloud-editor increased the capture area for dragging (#741) (47cc087)

v1.7.0

19 Sep 13:35
c915f71
Compare
Choose a tag to compare

1.7.0 (2024-09-19)

Features

  • a11y: added WCAG AAA contrast and high-contrast theme (#739) (82c29e1)

v1.6.0

02 Sep 16:24
e998309
Compare
Choose a tag to compare

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

26 Aug 14:56
dc8f773
Compare
Choose a tag to compare

1.5.2 (2024-08-26)

Bug Fixes

v1.5.1

21 Aug 13:48
90531f2
Compare
Choose a tag to compare

1.5.1 (2024-08-21)

Bug Fixes

  • styles: compatibility issues with tailwindcss/forms (#728) (2fb5ca0)

v1.5.0

15 Aug 13:09
12ce266
Compare
Choose a tag to compare

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

14 Aug 11:13
def5f47
Compare
Choose a tag to compare

1.4.0 (2024-08-14)

Features

  • theme: add predefined color presets classes (#715) (3dc0b46)

v1.3.0

08 Aug 15:31
38d2871
Compare
Choose a tag to compare

1.3.0 (2024-08-08)

Features

  • remove common progress bar from the regular and inline modes (#721) (f7b8fa7)

v1.2.0

01 Aug 15:08
a8b63cf
Compare
Choose a tag to compare

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.