Releases: johannschopplich/unlazy
Releases · johannschopplich/unlazy
v0.10.0
🚀 Features
__ENABLE_HASH_DECODING__build flag to exlude hashing algorithms Fixes #21 - by @johannschopplich in #21 (ce1f3)
🐞 Bug Fixes
- Allow
__ENABLE_HASH_DECODING__to betrue- by @johannschopplich (e9c48)
View changes on GitHub
v0.9.5
🚨 Breaking Changes
- Don't expose internal
updateSizesAttribute- by @johannschopplich (7bc2c)
🐞 Bug Fixes
- core: Respect image
sizesif present - by @johannschopplich (688c3)
🏎 Performance
- core: Add cleanup handler only if resize handler initiated - by @johannschopplich (92c0d)
- nuxt: Use
autoSizesto calculatesizesfor preloading - by @johannschopplich (3ac73) - vue: Use
autoSizesto calculatesizesfor preloading - by @johannschopplich (1ecf5)
View changes on GitHub
v0.9.4
🚀 Features
- Expose
updateSizesAttribute- by @johannschopplich (479fb)
🐞 Bug Fixes
- Ensure a fallback
srcis present forloading="lazy"- by @johannschopplich in #26 (207be) - core: Respect
sizeswhen preloading images - by @felixranesberger and @johannschopplich in #28 (b22c6) - vue,nuxt: Calc
sizeswhenpreloadis set Fixes #27 - by @johannschopplich in #27 (6903f)
View changes on GitHub
v0.9.3
🏎 Performance
- Inline
fast-blurhashandthumbhashdeps - by @johannschopplich (92e3a)
View changes on GitHub
v0.9.2
🚀 Features
- Update sizes attribute on image resize with new value - by @felixranesberger and @johannschopplich in #15 (264e5)
View changes on GitHub
v0.9.1
v0.9.0
🚀 Features
- nuxt: Preload images - by @johannschopplich in #8 (8a96c)
🐞 Bug Fixes
- nuxt: Cleanup typings - by @johannschopplich (e39a0)
- vue: Cleanup typings - by @johannschopplich (8a3f4)
View changes on GitHub
v0.8.9
🐞 Bug Fixes
- core:
data-sizes="auto"on<source>tag - by @johannschopplich in #9 (fa740)
View changes on GitHub
v0.8.8
🐞 Bug Fixes
- nuxt: Module builder inherit attrs - by @johannschopplich (7165a)
View changes on GitHub
v0.8.7
🐞 Bug Fixes
- nuxt: Bind attrs to
<img>inside<picture>if used - by @johannschopplich (f973a)