Releases: BTMorton/angular2-grid
Web Components keyword
v0.3.1 0.3.1
Add minimum row/column support
This release adds support for minimum rows and columns for the grid as well as changing the behaviour of minheight/width. These values now act as a minimum possible size for each item and the minimum row/column value will be automatically updated to reflect that. Whereas before the rowHeight/colWidth values would be changed to the minimum if they are smaller, they now remain the same.
Fix for the real world
After some real world usage, I made some fixes :D
Angular2 alpha.36
Fix Firefox support after touch events breaking. Update to angular2 alpha 36. Add bootstrap via bower and minify gulp output. Use all minified files for libraries as well
Updates and fixes (mostly fixes)
Latest release with updates and fixes from @martinsik
npm/Gulp build system
Moved to using npm with gulp as the build system. Change up the filestructure. Add some better events to the NgGridItem.
Update with npm/bower packages
v0.1.1 0.1.1
Initial Release
First release of the grid system package.