All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
1.0.0-beta.5 - 2017-11-14
- Broken imports #33
1.0.0-beta.4 - 2017-11-14
- Compatibility with Angular 5
- on-resize output event when textarea is resized.
1.0.0-beta.3 - 2017-05-11
- Textarea not shrinking when required
- NPE when trying to setup listener for model changes.
1.0.0-beta.2 - 2017-04-12
- An issue where the textarea height was not calcuated on first load.
1.0.0-beta.1 - 2017-04-12
- Performance improvements as per PR #13
- Name changed from
angular2-elastic
tong-elastic
to better align with Angular release cycle
0.13.0 - 2017-01-11
- Exports
ElasticModule
instead ofElastic
. If upgrading, please update your imports, changeElastic
toElasticModule
:
import { ElasticModule, ElasticDirective } from 'angular2-elastic';
0.12.0 - 2017-01-11
- Support latest Ionic nightly build.
0.11.1 - 2016-11-11
- Export Elastic directive so that apps built with
ngc
work properly.
0.11.0 - 2016-10-15
- Moved to angular compiler to support Ionic 2 RC.0 builds.
0.10.1 - 2016-10-15
- Responds to window resize event.
0.10.0 - 2016-10-14
- Renamed directive to
fz-elastic
.
- Initial commit of elastic directive.