Skip to content

Releases: kuarz-dev/nuxt-lazyimages

v.0.2.0-alpha

20 Dec 13:39
Compare
Choose a tag to compare
v.0.2.0-alpha Pre-release
Pre-release

Moved from appending the script in the header to actually importing the necessary functions as modules. This seemed impossible with the actual Lazysizes library, so for now the required functions are cloned inside the plugin with the correct named exports.

Also, bgset is now supported.

v0.1.3-alpha

19 Dec 22:47
Compare
Choose a tag to compare
v0.1.3-alpha Pre-release
Pre-release

Basic implementation of Lazysizes by injection with useHead, supporting manual configuration via nuxt.config. Direct package import has been put on hold for now as it was conflicting with other packages.