Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Releases: BTMorton/angular2-grid

Web Components keyword

17 Oct 12:50
Compare
Choose a tag to compare
v0.3.1

0.3.1

Add minimum row/column support

17 Oct 01:04
Compare
Choose a tag to compare

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

25 Sep 21:43
Compare
Choose a tag to compare

After some real world usage, I made some fixes :D

Angular2 alpha.36

10 Sep 22:44
Compare
Choose a tag to compare

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)

04 Sep 18:00
Compare
Choose a tag to compare

Latest release with updates and fixes from @martinsik

npm/Gulp build system

29 Aug 18:52
Compare
Choose a tag to compare

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

27 Aug 21:47
Compare
Choose a tag to compare

Initial Release

27 Aug 21:20
Compare
Choose a tag to compare

First release of the grid system package.