Skip to content

Version 10.5

Compare
Choose a tag to compare
@verlok verlok released this 20 Mar 21:46
· 1242 commits to master since this release

CHANGELOG

10.5.2

Added a security check on lazy elements' parents. Closes #155.

10.5.1

Just a code refactoring over 10.5.0.

10.5.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.