Skip to content

Version 8.7

Choose a tag to compare

@verlok verlok released this 20 Mar 22:20
· 1448 commits to master since this release

CHANGELOG

8.7.1

Added a security check on lazy elements' parents.

8.7.0

Added node support by merging pull request #188, "node-support" by @klarstrup.

With these changes in place, simply importing vanilla-lazyload without using it won't crash Node by itself. This is important for isomorphic/universal/server rendered setups where the same code runs on both the server and the browser.