vanilla-lazyload
Advanced tools
Changelog
12.0.2
Improved detection of browser support of IntersectionObserver, as suggested in #362. Thanks to @kaldonir
Changelog
12.0.1
Updated CHANGELOG.md and README.md to mention the change of the option name callback_load
which is called callback_loaded
in versions 11.0.0 and above.
Changelog
12.0.0
Changelog
12.0.0-beta.0
use_native
option which enables native lazy loading (where supported) with the loading="lazy"
attribute. See #331use_native
optionupdate
methodChangelog
11.0.6
Restored the callback_set
callback as deprecated, in order to make the upgrade from v.10 easier.
Changelog
11.0.5
Fixed the module
property of this package.json, which was pointing to a non-existing dist file.
Changelog
11.0.4
Fixed the main
property of this package.json, which was pointing to a non-existing dist file.
Changelog
11.0.3
Rollback of the patch applied in 11.0.2 since it gave strange results in some cases. See #293. Thanks to @davejamesmiller for the analysis and the report.
Changelog
11.0.2
Applied a patch to resolve #293 a Chromium bug already fixed in Chrome 72. Thanks to @dverbovyi for the analysis and the report.