Skip to content

Releases: fiznool/ng-elastic

v1.0.0-beta-4

14 Nov 09:36
Compare
Choose a tag to compare

Fixed

  • Compatibility with Angular 5

Added

  • on-resize output event when textarea is resized.

v0.13.0

11 Jan 10:25
Compare
Choose a tag to compare

Breaking Change

  • Exports ElasticModule instead of Elastic. If upgrading, please update your imports, change Elastic to ElasticModule:
import { ElasticModule, ElasticDirective } from 'angular2-elastic';

v0.12.0

11 Jan 10:26
Compare
Choose a tag to compare

Fixed

  • Support latest Ionic nightly build.

v0.11.0

17 Oct 22:01
Compare
Choose a tag to compare

Changed

  • Moved to angular compiler to support Ionic 2 RC.0 builds.

v0.10.1

17 Oct 22:01
Compare
Choose a tag to compare

Added

  • Responds to window resize event.

v0.10.0

17 Oct 22:00
Compare
Choose a tag to compare

Changed

  • Renamed directive to fz-elastic.

v0.9.0

15 Oct 22:00
Compare
Choose a tag to compare

Initial release.