Releases: uploadcare/file-uploader
Releases · uploadcare/file-uploader
v0.39.0
0.39.0 (2024-05-07)
BREAKING CHANGES
- We've discontinued the use of Shadow DOM in favor of styling with global styles. As a result, the
css-src
attribute is no longer required, and the DOM property shadowStyles
has been removed.
See the migration guide for more details.
Features
- shadow-styles: eliminating shadow styles (#646) (984dbda)
v0.38.3
0.38.3 (2024-05-07)
Bug Fixes
- lr-config: normalize DOM property values (#653) (5aa55c2)
v0.38.2
0.38.2 (2024-04-29)
Bug Fixes
- config: dont bind complex config options to the attributes (#650) (310c728)
v0.38.1
0.38.1 (2024-04-29)
Bug Fixes
- upload-list: set fixed modal container width to avoid bouncy width (could lead to some l10n ui width glitches but we're ok with them) (#648) (167af55)
v0.38.0
0.38.0 (2024-04-25)
BREAKING CHANGES
- CSS configuration deprecated in v0.25.0 is removed. See the migration guide for v0.25.0 for more details.
- Localizations are removed from CSS.
Now we have a special API defineLocale
, and locale-name
and locale-definition-override
options. See the migration guide for more details.
v0.37.0
0.37.0 (2024-04-15)
Bug Fixes
- activity switch races (#643) (fe365da)
- define config DOM property accessors on the class prototype to make it compatible with framework bindings (#638) (d47baf0)
Features
- added export UID from @symbiotejs/symbiote (#636) (9666f21)
v0.36.0
0.36.0 (2024-03-21)
Bug Fixes
- don't try to open empty modal on mobile when camera is the only source (#634) (1bc4f5d)
Features
v0.35.2
0.35.2 (2024-03-08)
Bug Fixes
- image-shrink: fallback algo on Firefox and iOS (#630) (066cfca)
v0.35.0
0.35.0 (2024-03-07)
Bug Fixes
- minimal: open system dialog on
add more
button (#626) (0098600)
Features