Releases: zerodevx/svelte-img
Releases · zerodevx/svelte-img
v1.2.8
- Unpin
svelte
from peer dependency (sorry)
v1.2.7
- Upgrade
svelte-package
to v2
- Update typings
v1.2.5
- Document recommended way to silence typescript image import warnings
v1.2.4
- Add type annotations
- Add tests
- Update dependencies
v1.2.3
- Correctly handle
?lqip=0
to disable LQIP (fixes #1)
v1.2.1
- Recalculate
screenHeight
on resize()
in parallax effect
v1.2.0
- Add feature
Parallax
special effects
- Add
width
and height
automatically to rendered <img>
tags
- Use shared instance of
IntersectionObserver
for performance win
v1.1.0
- Add feature image reveal special effects
- Fix return transformed image correctly in
lqip
directive