Skip to content

Releases: IgniteUI/igniteui-angular-wrappers

Support for Angular 4

18 Apr 15:40
Compare
Choose a tag to compare
Merge pull request #152 from dkamburov/master

Update to Angular 4

New API introduced in the Ignite UI Angular 2 Wrapper

23 Mar 12:51
Compare
Choose a tag to compare

FEATURES

  • Allow calling component methods via the Angular 2 Wrapper (#126)
  • Accessing grid features via the Angular 2 Wrapper (#98)
  • Binding to grid feature events. (#126)

BREAKING CHANGES

Each igGrid feature now has a separate Directive definition that needs to be imported and added to the module definition if the related feature is to be used in the grid. In previous versions all features were imported as a single Directive definition

For details checkout the Changelog and Calling Component Methods.

New API introduced in the Ignite UI Angular 2 Wrapper

23 Mar 12:12
Compare
Choose a tag to compare

FEATURES

  • Allow calling component methods via the Angular 2 Wrapper (#126)
  • Accessing grid features via the Angular 2 Wrapper (#98)
  • Binding to grid feature events. (#126)

BREAKING CHANGES

Each igGrid feature now has a separate Directive definition that needs to be imported and added to the module definition if the related feature is to be used in the grid. In previous versions all features were imported as a single Directive definition

For details checkout the Changelog and Calling Component Methods.

Resolving a transpilation issue with the old package

05 Dec 12:49
Compare
Choose a tag to compare
Merge pull request #121 from dkamburov/master

Distribute igniteui.js and igniteui.js.map for better module loading

Improving NPM package

02 Nov 09:29
Compare
Choose a tag to compare
Merge pull request #109 from dkamburov/master

Import igniteui typings and improve the package

Including typings to the NPM package

19 Oct 15:33
Compare
Choose a tag to compare
Merge pull request #103 from dkamburov/master

Distribute igniteui-angular2.ts file in npm package

Support for Angular 2.0.0

19 Sep 15:56
Compare
Choose a tag to compare
1.1.0

Bumping up to 1.0.9

Fixed an issue with the npm package

29 Aug 10:43
Compare
Choose a tag to compare
Merge pull request #77 from dkamburov/rc5

Update npm package.json to rc5

Support for Angular 2 RC5

26 Aug 08:25
Compare
Choose a tag to compare
Merge pull request #75 from dkamburov/rc5

Update repo to RC 5

1.0.5

02 Aug 13:19
Compare
Choose a tag to compare

Fixes typings issue present in the previous release.