Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.92 KB

CHANGELOG.textile

File metadata and controls

44 lines (30 loc) · 1.92 KB

jQuery Quicksand plugin release notes

v1.3.0

  • added maxWidth option
  • added atomic option
  • added adjustWidth option
  • tweaked the plugin for better compatibility with responsive designs
  • made the plugin re-use existing DOM elements instead of replacing them with new collection
  • added Internet Explorer 10 and Windows 8 tweaks
  • minor bug fixes and improvements

This release was made possible by: @arlm, @databyte, @dalyons, @beedesk, @kiwiupover and @JonMcL.

v1.2.2

- fixed Internet Explorer NaN issue
- fixed blinking in webkit-based browsers caused by callback race conditions

v1.2.1

- added enhancement option, making it possible to easily integrate Quicksand with visual enhancements such as font replacement

v1.2

- replacing jQuery .css calls with raw JavaScript .style and removing temporary container improved performance (15%-40% faster) when preparing the animation
- solved initial animation slowdowns
- 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

v1.1

- Fixed issues with position: relative
- Fixed occasional flickering
- Moderate performance improvements
- Disabled any animation in IE6 for more safety
- Added support for jQuery 1.3

v1.0

First, feature-complete release of jQuery Quicksand plugin.