Releases: uploadcare/file-uploader
Releases · uploadcare/file-uploader
v0.17.1
v0.17.0
0.17.0 (2023-02-08)
Bug Fixes
- cloud-image-editor: dispatch events with
bubble
andcomposed
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
v0.16.0
v0.15.2
v0.15.1
v0.15.0
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)