Savvior Versions Save

A Salvattore and Masonry alternative without CSS-driven configuration or absolute CSS positioning

v0.6.1

6 years ago
  • #36 - Fix AMD loader with enquire.js

v0.6.0

7 years ago
  • #31 - Added support for custom CSS classes for columns
  • Added contributors section to package.json

0.5.0

9 years ago
  • #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

0.4.2

9 years ago

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

0.4.0

9 years ago

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

v0.3.0

10 years ago
  • 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)