Releases: johannschopplich/unlazy
Releases · johannschopplich/unlazy
v0.11.3
🐞 Bug Fixes
- nuxt: Emit
loaded
event for preloaded images - by @johannschopplich (fc301)
🏎 Performance
- Move from
Buffer
toUint8Array
- by @johannschopplich (d569e)
View changes on GitHub
v0.11.2
🐞 Bug Fixes
- Typo in
unlazy/svelte
exported 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
error
event - by @johannschopplich in #42 (a79fc) - vue: Emit
error
event - 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:
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)