Skip to content

Releases: uploadcare/file-uploader

v0.39.0

07 May 13:21
b148786
Compare
Choose a tag to compare

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

07 May 12:13
1e975c1
Compare
Choose a tag to compare

0.38.3 (2024-05-07)

Bug Fixes

  • lr-config: normalize DOM property values (#653) (5aa55c2)

v0.38.2

29 Apr 16:11
7e02eba
Compare
Choose a tag to compare

0.38.2 (2024-04-29)

Bug Fixes

  • config: dont bind complex config options to the attributes (#650) (310c728)

v0.38.1

29 Apr 10:28
56c83b4
Compare
Choose a tag to compare

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

25 Apr 12:40
9dcab30
Compare
Choose a tag to compare

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

15 Apr 13:15
f3db9eb
Compare
Choose a tag to compare

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

21 Mar 12:49
7a7e37f
Compare
Choose a tag to compare

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

08 Mar 12:36
7d04f81
Compare
Choose a tag to compare

0.35.2 (2024-03-08)

Bug Fixes

  • image-shrink: fallback algo on Firefox and iOS (#630) (066cfca)

v0.35.1

07 Mar 15:23
28678d2
Compare
Choose a tag to compare

0.35.1 (2024-03-07)

Bug Fixes

  • improve uploading progress animation (#628) (a1db063)

v0.35.0

07 Mar 14:09
c50f13c
Compare
Choose a tag to compare

0.35.0 (2024-03-07)

Bug Fixes

  • minimal: open system dialog on add more button (#626) (0098600)

Features