Releases: BTMorton/angular2-grid
Angular 2 Release Candidate
Minor Version Bump
With the update to angular beta 15/16 the resize events are being caught by the window:resize hook and triggering constant updates of the items. This release changes the event names to be 'on*' (onResize, onDrag, onItemChange, etc.).
Another Release
An actual release with a bunch of changes and fixes. I should probably put more effort into these release notes...
Update to work with angular beta 1+
Update angular-grid to be compatible with Angular 2 beta 1 and greater
Let's make it work!
This release includes several fixes to the general package configuration. Also, updates the object passed through to the event callbacks. Now includes a simple demo based upon the quick start project too.
Update NPM package
Update release packages to include dist files, instead of just source.
Bug fixes
Angular 2 Beta
This release updates to Angular 2 Beta 0. Also includes a fix which resolves some issues introduced with the new borderSize property.
Angular2 alpha 53
Update the NgGrid to be compatible with Angular2 alpha version 53. This introduces a significant number of changes that should be reviewed in the Angular2 changelog: https://github.com/angular/angular/blob/master/CHANGELOG.md
Angular2 alpha 46
Update to work with Angular2 alpha 46. Also adds fixed, draggable and resizable options to the NgGridItem.