Releases: callmecavs/layzr.js
Releases · callmecavs/layzr.js
v1.4.2
- Small optimization to
_getOffset
helper - it now usesgetBoundingClientRect
. - Small language tweaks, for consistency.
v1.4.1
Usage documentation improvements.
v1.4.0
Added the container
option!
Images can now be loaded based on their position within a designated container (it no longer has to be the window
). Hopefully this will be useful for those building single page applications.
Huge thanks to @wong2, who created the prototype for this functionality (see #27).
v1.3.0
Workflow improvements!
- The main library file now lives in the
src
folder - The normal and minified files for production now live in the
dist
folder- UMD wrapper, and versioning comments, are added via gulp plugins - less ugliness in the source!
v1.2.3
Layzr is now on CDNs.
Huge thanks to @irazasyed!
v1.2.2
Fix bug in "element in viewport" calculation.
v1.2.1
Make options optional (oops).
v1.2.0
Added data-layzr-hidden
attribute support.
v1.1.5
Updated all documentation, and moved it to the GitHub README.