Skip to content

Releases: uploadcare/file-uploader

v0.17.1

14 Feb 12:26
c4d41f7
Compare
Choose a tag to compare

0.17.1 (2023-02-14)

Bug Fixes

  • cloud-image-editor: get rid of change event double initial calling (#386) (0cc0b00)

v0.17.0

08 Feb 15:19
1cfee95
Compare
Choose a tag to compare

0.17.0 (2023-02-08)

Bug Fixes

  • cloud-image-editor: dispatch events with bubble and composed flags (58733c4)
  • cloud-image-editor: fix extraction of filter operation with undefined value (351b080)
  • cloud-image-editor: pause render until container get non-zero size (1e5a4a8)

Features

  • cloud-image-editor: Add change event (1fff5fb)

v0.16.1

06 Feb 09:28
0fd6abc
Compare
Choose a tag to compare

0.16.1 (2023-02-06)

Bug Fixes

  • do not call init flow without user interaction (#380) (be100a5)
  • file-uploader-inline: show back button (#381) (cb83ebe)

v0.16.0

03 Feb 13:52
94d2fb6
Compare
Choose a tag to compare

0.16.0 (2023-02-03)

Bug Fixes

  • file-uploader-inline: hide close button (4026508)

Features

  • add LR_DONE_FLOW and LR_INIT_FLOW events (b5828ad)

v0.15.2

03 Feb 08:04
6e09980
Compare
Choose a tag to compare

0.15.2 (2023-02-03)

Bug Fixes

  • upload-list: undefined files count in the header (#376) (c897986)

v0.15.1

02 Feb 09:35
e38cce3
Compare
Choose a tag to compare

0.15.1 (2023-02-02)

Bug Fixes

  • file-item: dont show edit button if --cfg-use-cloud-image-editor flag is false (#374) (85d79bb)

v0.15.0

01 Feb 11:25
f94fc24
Compare
Choose a tag to compare

0.15.0 (2023-01-31)

We are excited to announce the launch of a brand-new design. This new design offers a more modern look and feels, making it easier and faster to use. We have also made several other UI improvements, such as improved navigation and a better overall user experience. We hope you enjoy the new design and experience.

Breaking changes

If you haven't used custom templates, then there shouldn't be any breaking changes for you.

If you're using custom templates, you will need to update them to comply with the new version's default template.

  • Content of <lr-start-from /> component was modified
  • <lr-confirmation-dialog /> was removed

Here is the basic template for the <lr-file-uploader-regular /> component:

<lr-simple-btn></lr-simple-btn>

<lr-modal strokes block-body-scrolling>
  <lr-start-from>
    <lr-drop-area with-icon clickable></lr-drop-area>
    <lr-source-list wrap></lr-source-list>
    <lr-copyright></lr-copyright>
  </lr-start-from>
  <lr-upload-list></lr-upload-list>
  <lr-camera-source></lr-camera-source>
  <lr-url-source></lr-url-source>
  <lr-external-source></lr-external-source>
  <lr-cloud-image-editor></lr-cloud-image-editor>
</lr-modal>

<lr-message-box></lr-message-box>
<lr-progress-bar-common></lr-progress-bar-common>

Bug Fixes

  • image-editor: restore transformations state from the cdn url (32b1858)
  • shadow-wrapper: hide container until css load (ef9c552)
  • specify image types for file input capture accept, fixes Firefox on Android (99b5f4f)

Features

  • allow custom pluralizers (62ecffb)
  • do not confirm upload list clearing (c90c57a)
  • show cloud editor instead of upload details (036be6c)
  • drop-area: fullscreen mode
  • upload-list: show upload errors inside file item

v0.14.3

20 Dec 08:24
f2594a6
Compare
Choose a tag to compare

0.14.3 (2022-12-20)

Bug Fixes

  • data-output: pass files or group URL to the hidden input (160b08f)
  • events: emit LR_DATA_OUTPUT on image edit (fa30140)
  • events: pass the whole file info object to to the LR_CLOUD_MODIFICATION event (38440bd)
  • single source behaviour (#343) (d2929de)

v0.14.2

22 Nov 11:52
af20650
Compare
Choose a tag to compare

0.14.2 (2022-11-22)

Bug Fixes

  • wrap ::backdrop with :is to prevent ignoring from unsupported browsers (#332) (e3ef691)

v0.14.1

26 Oct 12:46
8cd2312
Compare
Choose a tag to compare

0.14.1 (2022-10-26)

Bug Fixes

  • fix processing escaped css property values in Firefox