From adc9ce4dc15320b5dc17e8f5fd608de6a10cb736 Mon Sep 17 00:00:00 2001 From: Jack Galanciak Date: Fri, 19 Feb 2010 14:10:55 +0100 Subject: [PATCH] Releasing v1.2 --- CHANGELOG.textile | 1 + jquery.quicksand.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.textile b/CHANGELOG.textile index 11b948f..48cdc7b 100644 --- a/CHANGELOG.textile +++ b/CHANGELOG.textile @@ -7,6 +7,7 @@ h2. v1.2 - added custom attribute functions: instead of providing HTML attribute with unique string, you can specify a function to extract the value: $('#source').quicksand('#dest li', {attribute: function(v) { return $(v).find('img').attr('src')} }); please note that although looks handy, it could be a bit more laggy - added useScaling option so that you can disable scaling animation for performance reasons (helps a lot on slower machines) - extended adjustHeight capabilities: from now you can set it to dynamic, auto or false +- greatly improved smoothness of the animation h2. v1.1 diff --git a/jquery.quicksand.js b/jquery.quicksand.js index acedc32..f042680 100644 --- a/jquery.quicksand.js +++ b/jquery.quicksand.js @@ -1,6 +1,6 @@ /* -Quicksand 1.1 +Quicksand 1.2 Reorder and filter items with a nice shuffling animation.