@uploadcare/blocks
Advanced tools
Changelog
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.
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.
<lr-start-from />
component was modified<lr-confirmation-dialog />
was removedHere 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>