Releases: bbc/Imager.js
Releases · bbc/Imager.js
Imager 0.2.0
- #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
asimager
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)