Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 2.62 KB

CHANGELOG.md

File metadata and controls

29 lines (26 loc) · 2.62 KB

Change Log

0.2.0 (2014/02/24 17:41 +00:00)

  • #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)

0.1.0 (2013/12/08 16:03 +00:00)

  • #49 Imager 0.1.0 (@oncletom)

0.0.2 (2013/11/18 22:28 +00:00)

  • #2 imager.js updated. (@stephenplusplus)
  • #5 Removed all redundant files and created working Demo (@Integralist)
  • #14 Automate image generation using Grunt (@Integralist)
  • #29 Fixed README typo (@jonlow)
  • #17 Lazy Loading Images (@Integralist)
  • #39 add main field to package.json (@joewillnyc)
  • #41 add support for umd (@joewillnyc)