Releases: dkern/jquery.lazy
Releases · dkern/jquery.lazy
1.7.10
added nocookie
option to youtube loader
1.7.9
- fixed an issue with ajax plugin when called without request type
1.7.8
- added config parameter
ajaxCreateData
to AJAX loader
- added
PUT
request to AJAX loader
- fixed jsDoc in main file on some functions
- closed all open single-line
if
and for
- switched whole project to single quote
- fixed strict check in script plugin
1.7.7
- fixed
imageBase
issue in picture plugin
1.7.6
- fixed bug where items where not correctly filtered in
_prepareItems
- added support for
imageBase
config to picture plugin
- updated jsdeliver links to github format
- updated dev dependencies
- some code style update in edited files
1.7.5
- strict checks for all comparisons
- fixed bug with
filter
for Zepto on force
function
- fixed examples in picture plugin file
- added
jshint
for dependencies
- fixed version for bower
- fixed version in plugins file
- updated year in all files
1.7.4
- added
force
function
- fixed usage of deprecated
load
event
- added dev dependency badge to plugins readme
1.7.3
- fixed issue #58
- created gulp build script for all files
- fixed some bugs and warnings from jshint
- fixed some readme anchors
- changed some file headers to be consistent
1.7.2
- fixed possible problems with jQuery 3's new async ready state
- added
main
field to package.json
- changed
.error()
to .trigger("error")
- new
picture
plugin
- new
vimeo
plugin
- added cross domain / CORS hedaers to
iframe
plugin
- corrected error response of
youtube
plugin