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

Releases: BTMorton/angular2-grid

Angular 2 Release Candidate

04 May 22:25
Compare
Choose a tag to compare

This release includes fixes to work with the Angular 2 Release Candidate

Minor Version Bump

30 Apr 00:38
Compare
Choose a tag to compare

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

30 Mar 22:58
Compare
Choose a tag to compare

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+

31 Jan 15:47
Compare
Choose a tag to compare

Update angular-grid to be compatible with Angular 2 beta 1 and greater

Let's make it work!

15 Jan 21:21
Compare
Choose a tag to compare

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

12 Jan 21:49
Compare
Choose a tag to compare

Update release packages to include dist files, instead of just source.

Bug fixes

05 Jan 21:11
Compare
Choose a tag to compare

This release fixes some bugs with the demo UI and resolves an issue with elements not being removed from the grid, thanks to NgGridItem not correctly implementing OnDestroy.

Angular 2 Beta

23 Dec 12:10
Compare
Choose a tag to compare

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

13 Dec 13:55
Compare
Choose a tag to compare

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

19 Nov 21:17
Compare
Choose a tag to compare

Update to work with Angular2 alpha 46. Also adds fixed, draggable and resizable options to the NgGridItem.