Releases: johannschopplich/unlazy
Releases · johannschopplich/unlazy
v0.12.0
🚨 Breaking Changes
- svelte: Mimgrate to Svelte 5 runes - by @johannschopplich (23ef9)
View changes on GitHub
v0.11.8
🏎 Performance
- Outsource check for descendant of picture - by @johannschopplich (013eb)
View changes on GitHub
v0.11.7
🏎 Performance
- Use current date for placeholder id as well - by @johannschopplich (b8f95)
View changes on GitHub
v0.11.6
🐞 Bug Fixes
- Generate unique placeholder when no
src
present in image - by @johannschopplich (9d52f)
View changes on GitHub
v0.11.5
🐞 Bug Fixes
- Chrome preloading images with placeholders too early - by @johannschopplich (da41a)
View changes on GitHub
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
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)