Releases: fiznool/ng-elastic
Releases · fiznool/ng-elastic
v1.0.0-beta-4
Fixed
- Compatibility with Angular 5
Added
- on-resize output event when textarea is resized.
v0.13.0
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
Fixed
- Support latest Ionic nightly build.
v0.11.0
Changed
- Moved to angular compiler to support Ionic 2 RC.0 builds.
v0.10.1
Added
- Responds to window resize event.
v0.10.0
Changed
- Renamed directive to
fz-elastic
.