Releases: johannschopplich/unlazy
Releases · johannschopplich/unlazy
v0.11.4
🐞 Bug Fixes
- core:
- Zero as debounce timeout id - by @johannschopplich (24fe3)
- Import/require export conditions - by @johannschopplich (a537c)
View changes on GitHub
v0.11.3
🐞 Bug Fixes
- nuxt: Emit
loadedevent for preloaded images - by @johannschopplich (fc301)
🏎 Performance
- Move from
BuffertoUint8Array- by @johannschopplich (d569e)
View changes on GitHub
v0.11.2
🐞 Bug Fixes
- Typo in
unlazy/svelteexported component - by @ndom91 in #44 (01220) - nuxt: Hydration error for SSR-decoded hash - by @johannschopplich in #46 (cdcd9)
View changes on GitHub
v0.11.1
🚀 Features
- nuxt: Emit
errorevent - by @johannschopplich in #42 (a79fc) - vue: Emit
errorevent - by @johannschopplich (d4252)
View changes on GitHub
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:
loadedevent 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)