Skip to content

v2.0.1

Compare
Choose a tag to compare
@ivictbor ivictbor released this 04 May 20:00
· 5 commits to main since this release

2.0.1 (2025-05-04)

Bug Fixes

  • allow attachFiles to be an async function. Might allow to predownload files or use in conjhunction with adapter.getKeyAsDataURL() (6cf3c74)
  • error words improvement, pass resourceConfig (918cf92)
  • preview field: instead of always guessing content type based on url, do a HEAD to upstream which can return correct value from metadata even if URL has file without extension. Both ways are cross-fallback so if any of them will not work other one will do a best to display image correctly (14c4486)
  • preview put zoom on preview when content type or url changes (4a706f9)
  • preview put zoom on preview when content type or url changes (a4f5f3a)