diff --git a/CHANGELOG.textile b/CHANGELOG.textile index 40f2067..cb86217 100644 --- a/CHANGELOG.textile +++ b/CHANGELOG.textile @@ -1,5 +1,15 @@ h1. jQuery Quicksand plugin release notes +h2. v1.4.0 + +* detect IE versions more reliably so that we don't skip animation for capable IE versions +* added support for animating canvas elements +* replaced browser detection with feature detection for CSS3 scaling +* improved compatibility so that the plugin works with jQuery 1.3+, including 1.10 and 2.0 +* fixed transform animation not animating in + +This release was meda possible by: "@kachkaev":https://github.com/kachkaev, "@awshout":https://github.com/awshout, "@Shotster":https://github.com/Shotster, "@iblamefish":https://github.com/iblamefish + h2. v1.3.0 * added @maxWidth@ option diff --git a/jquery.quicksand.js b/jquery.quicksand.js index df7daab..160cbce 100644 --- a/jquery.quicksand.js +++ b/jquery.quicksand.js @@ -1,6 +1,6 @@ /* -Quicksand 1.3 +Quicksand 1.4 Reorder and filter items with a nice shuffling animation.