Skip to content

Imager 0.2.0

Latest
Compare
Choose a tag to compare
@thom4parisot thom4parisot released this 24 Feb 18:06
· 130 commits to master since this release
  • #51 fix typos in README.md (@nikai3d)
  • #76 Running SauceLabs on branch, locally otherwise (@oncletom)
  • #56 Add missing end tags in README code examples (@gunnarbittersmann)
  • #50 Changing npm package name to imager.js as imager is already taken (@oncletom)
  • #57 Adding support for image alt attribute using data-alt (@longprao)
  • #60 Lazyload: adding offsetTop of each of the element's offsetParents to fix inaccuracies (@marcinwenger)
  • #63 Placeholders images are created in the document order (was done in reverse order) (@oncletom)
  • #64 Fixing 404 warnings in unit tests (@oncletom)
  • #53 availablePixelRatios whitelists the the possible values of {pixel_ratio} replacements (@oncletom)
  • #70 IE8, Safari, Mobile Safari, Firefox and Android Continuous Integration unit testing (@oncletom)
  • #75 Fixing Firefox and IE8 compatibility issues (@oncletom)
  • #78 Minifying Imager with uglifyJS compression and mangle options (@oncletom)
  • #47 Adding an onImagesReplaced event that gets called after Imager.js replaces the src of images (@joewillnyc)
  • #68 Implementing #67 (@BPScott)