Skip to content

Releases: fiznool/ng-elastic

v1.0.0-beta-4

Choose a tag to compare

@fiznool fiznool released this 14 Nov 09:36

Fixed

  • Compatibility with Angular 5

Added

  • on-resize output event when textarea is resized.

v0.13.0

Choose a tag to compare

@fiznool fiznool released this 11 Jan 10:25

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

Choose a tag to compare

@fiznool fiznool released this 11 Jan 10:26

Fixed

  • Support latest Ionic nightly build.

v0.11.0

Choose a tag to compare

@fiznool fiznool released this 17 Oct 22:01

Changed

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

v0.10.1

Choose a tag to compare

@fiznool fiznool released this 17 Oct 22:01

Added

  • Responds to window resize event.

v0.10.0

Choose a tag to compare

@fiznool fiznool released this 17 Oct 22:00

Changed

  • Renamed directive to fz-elastic.

v0.9.0

Choose a tag to compare

@fiznool fiznool released this 15 Oct 22:00

Initial release.