Releases: attila/savvior
Releases · attila/savvior
v0.6.1
- #36 - Fix AMD loader with enquire.js
v0.6.0
- #31 - Added support for custom CSS classes for columns
- Added contributors section to package.json
v0.5.0
- #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
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
Removed the limitation which allowed creating grids on visible containers only. Hidden grid containers are now handled the same.
v0.3.0
- 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)