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

Releases: BTMorton/angular2-grid

Angular 2 Release Candidate

Choose a tag to compare

@BTMorton BTMorton released this 04 May 22:25

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

Minor Version Bump

Choose a tag to compare

@BTMorton BTMorton released this 30 Apr 00:38

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

Choose a tag to compare

@BTMorton BTMorton released this 30 Mar 22:58

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+

Choose a tag to compare

@BTMorton BTMorton released this 31 Jan 15:47

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

Let's make it work!

Choose a tag to compare

@BTMorton BTMorton released this 15 Jan 21:21

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

Choose a tag to compare

@BTMorton BTMorton released this 12 Jan 21:49

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

Bug fixes

Choose a tag to compare

@BTMorton BTMorton released this 05 Jan 21:11

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

Choose a tag to compare

@BTMorton BTMorton released this 23 Dec 12:10

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

Choose a tag to compare

@BTMorton BTMorton released this 13 Dec 13:55

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

Choose a tag to compare

@BTMorton BTMorton released this 19 Nov 21:17

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