Releases: uploadcare/file-uploader
Releases · uploadcare/file-uploader
v0.34.0
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
v0.33.2
v0.33.1
v0.33.0
v0.32.4
v0.32.3
v0.32.2
v0.32.1
v0.32.0
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 uselr-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 onlr-config
- To handle HTML forms you need to use
lr-message-box
block is removed.
See the migration guide for more details.