Releases: johannschopplich/unlazy
Releases · johannschopplich/unlazy
v0.11.0
🐞 Bug Fixes
- core: Skip preloading images from
<picture>
tags - by @johannschopplich (2f87c)
🏎 Performance
- core: Ensure image pre load event is called
once
- by @johannschopplich (fe461)
View changes on GitHub
v0.10.5
🐞 Bug Fixes
- Update sources to prevent duplicate downloads - by @johannschopplich (f055a)
View changes on GitHub
v0.10.4
🚀 Features
- vue,nuxt:
loaded
event when image is loaded Closes #32, #40 - by @johannschopplich in #32 and #40 (eb043)
View changes on GitHub
v0.10.3
v0.10.2
🚨 Breaking Changes
- Rename
__ENABLE_HASH_DECODING__
to__UNLAZY_HASH_DECODING__
- by @johannschopplich (e718a)
🚀 Features
__UNLAZY_LOGGING__
build flag - by @johannschopplich in #36 (110f1)
View changes on GitHub
v0.10.1
🐞 Bug Fixes
- Prevent recursion in sources sizes calculation fixes #29 - by @johannschopplich in #29 (31931)
🏎 Performance
- Set default for
__ENABLE_HASH_DECODING__
- by @johannschopplich (39a0d)
View changes on GitHub
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
sizes
if present - by @johannschopplich (688c3)
🏎 Performance
- core: Add cleanup handler only if resize handler initiated - by @johannschopplich (92c0d)
- nuxt: Use
autoSizes
to calculatesizes
for preloading - by @johannschopplich (3ac73) - vue: Use
autoSizes
to calculatesizes
for preloading - by @johannschopplich (1ecf5)
View changes on GitHub
v0.9.4
🚀 Features
- Expose
updateSizesAttribute
- by @johannschopplich (479fb)
🐞 Bug Fixes
- Ensure a fallback
src
is present forloading="lazy"
- by @johannschopplich in #26 (207be) - core: Respect
sizes
when preloading images - by @felixranesberger and @johannschopplich in #28 (b22c6) - vue,nuxt: Calc
sizes
whenpreload
is set Fixes #27 - by @johannschopplich in #27 (6903f)
View changes on GitHub
v0.9.3
🏎 Performance
- Inline
fast-blurhash
andthumbhash
deps - by @johannschopplich (92e3a)