Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

Releases: attila/savvior

v0.6.1

14 Apr 09:56
860e887
Compare
Choose a tag to compare
  • #36 - Fix AMD loader with enquire.js

v0.6.0

06 Apr 07:21
Compare
Choose a tag to compare
  • #31 - Added support for custom CSS classes for columns
  • Added contributors section to package.json

v0.5.0

23 Apr 13:21
Compare
Choose a tag to compare
  • #9 - Added option to exclude specific items from Grid
  • #8 - Support for multiple grids with a single selector
  • Tweaked init logic to throw errors instead of failing silently
  • Use Function.prototype methods to maintain scope
  • Published npm and bower packages

v0.4.2

28 Feb 20:35
Compare
Choose a tag to compare

Removed the limitation which allowed creating grids on visible containers only. Hidden grid containers are now handled the same -- now with fixed spec runners :)

v0.4.0

28 Feb 20:29
Compare
Choose a tag to compare

Removed the limitation which allowed creating grids on visible containers only. Hidden grid containers are now handled the same.

v0.3.0

31 Mar 12:30
Compare
Choose a tag to compare
  • Refactored the entire codebase to use the prototype pattern
  • New events
  • Uses windows.requestAnimationFrame() on grid setup and redraw
  • Callback support for all async operations
  • No standalone version (may be added later)