Skip to content

Commit

Permalink
Release 0.4.2. Fixes #50, thanks to @Jeavon pull request #42.
Browse files Browse the repository at this point in the history
  • Loading branch information
lilith committed Mar 11, 2015
1 parent b932252 commit 1b4205e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ Feel free to fork and add links to your HTML filters/helpers here!
* 0.2.6 - Fix typo causing ‘undefined’ is null error; affects 0.2.4+.
* 0.4.0 - Only fire `window.slimmage.readyCallback` on first `checkResponsiveImages()` and when there have been actual modifications to images. Add window.slimmage.webpTimeout to increase likelyhood of webp usage working. Disable verbose output by default. Apply `maxWidth` after `widthStep` instead of before (lowers upper bound from 2080 to 2048). Stop inverting jpeg and webp quality values. Fix IE6/7 setAttribute bug; class value was not copied from noscript element. Add `window.slimmage.enforceCSS` setting; can emulate max-width on IE6/7/8, which lack an implementation.
* 0.4.1 - Handle resize event on IE 7/8, and increase image size. Fixes “failed to ratched” errors. Improve fluidity of enforceCss when max-width no longer needs to be applied.
* 0.4.2 - Fix bug causing any parameters starting with w or h to be removed or corrupted. [Contributed by @Jeavon](https://github.com/imazen/slimmage/pull/47) Also fixes [#50](https://github.com/imazen/slimmage/issues/50)

### Contributor notes

Expand Down
2 changes: 1 addition & 1 deletion slimmage.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @preserve Slimmage 0.4.1, use with ImageResizer. MIT/Apache2 dual licensed by Imazen
* @preserve Slimmage 0.4.2, use with ImageResizer. MIT/Apache2 dual licensed by Imazen
*/

/* We often use string instead of dot notation to keep
Expand Down

0 comments on commit 1b4205e

Please sign in to comment.