Skip to content

Releases: uploadcare/file-uploader

v0.34.0

05 Mar 14:30
77a70eb
Compare
Choose a tag to compare

0.34.0 (2024-03-05)

Bug Fixes

  • show camera system dialog when camera is the only source (95f0287)
  • specify camera input accept attribute value as simple image/* to prevent OS to show unrelated sources (video/audio) (5ecacba)
  • switch camera source output format to JPEG to make it shrinkable (6da4212)

Features

  • add cameraCapture option to specify inpit capture attribute value (9a77057)
  • lr-upload-ctx-provider: add method addFileFromCdnUrl to add already uploaded files with predefined cdn url modifiers (#617) (8043d08)
  • lr-upload-ctx-provider: add method removeFileByInternalId (#618) (c2492eb)

v0.33.2

20 Feb 10:41
f73a5c8
Compare
Choose a tag to compare

0.33.2 (2024-02-20)

Bug Fixes

  • set cdnUrlModifers default to empty string after file upload (#613) (7113058)

v0.33.1

20 Feb 10:15
c825771
Compare
Choose a tag to compare

0.33.1 (2024-02-20)

Bug Fixes

  • shadow-wrapper: wait for shadowStyles load before calling shadowReadyCallback (#611) (42b73b7)

v0.33.0

19 Feb 13:32
1dcaf8d
Compare
Choose a tag to compare

0.33.0 (2024-02-16)

Bug Fixes

  • progress calculation errors when file is removed during uploading (#606) (74769ce)

Features

  • Add image shrink to the uploader (e2b0896). See docs here

v0.32.4

15 Feb 08:25
177496b
Compare
Choose a tag to compare

0.32.4 (2024-02-15)

Bug Fixes

  • cloud-image-editor: disable image enter transition (2abe55f)
  • cloud-image-editor: weird ui glitches when updating cdnUrl on change (c264c64)

v0.32.3

13 Feb 18:10
9a763e6
Compare
Choose a tag to compare

0.32.3 (2024-02-13)

Bug Fixes

v0.32.2

12 Feb 13:47
3152640
Compare
Choose a tag to compare

0.32.2 (2024-02-12)

Bug Fixes

  • form-input: do not append [] postfix to input name when multiple is falsy (#602) (4722c4d)

v0.32.1

06 Feb 10:55
87d1048
Compare
Choose a tag to compare

0.32.1 (2024-02-06)

Bug Fixes

  • bump upload-client to fix large groups uploading (#599) (cb61448)

v0.32.0

05 Feb 17:25
aef894f
Compare
Choose a tag to compare

0.32.0 (2024-02-05)

Breaking changes

  • Global events are removed. I.e. window.addEventListener('LR_UPLOAD_FINISH', ...) will not work anymore. Now you need to use lr-upload-ctx-provider block to subscribe to the events. See the migration guide for more details.
  • All existing events and their payloads are changed. See the migration guide for more details.
  • lr-data-output block is removed.
    • To handle HTML forms you need to use lr-form-input block.
    • Groups output moved to the lr-upload-ctx-provider events
    • Console debugging output now enabled with the debug attribute on lr-config
  • lr-message-box block is removed.

See the migration guide for more details.

v0.31.1

30 Jan 09:42
e9d84a2
Compare
Choose a tag to compare

0.31.1 (2024-01-30)

Bug Fixes

  • image-editor: fix flip operation serialization (#595) (140df3a)