Skip to content

Latest commit

 

History

History
74 lines (58 loc) · 2.51 KB

CHANGELOG.md

File metadata and controls

74 lines (58 loc) · 2.51 KB

Change Log

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

Fixed

  • Broken imports #33

1.0.0-beta.4 - 2017-11-14

Fixed

  • Compatibility with Angular 5

Added

  • on-resize output event when textarea is resized.

1.0.0-beta.3 - 2017-05-11

Fixed

  • Textarea not shrinking when required
  • NPE when trying to setup listener for model changes.

1.0.0-beta.2 - 2017-04-12

Fixed

  • An issue where the textarea height was not calcuated on first load.

1.0.0-beta.1 - 2017-04-12

Changed

  • Performance improvements as per PR #13
  • Name changed from angular2-elastic to ng-elastic to better align with Angular release cycle

0.13.0 - 2017-01-11

Breaking Change

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

0.12.0 - 2017-01-11

Fixed

  • Support latest Ionic nightly build.

0.11.1 - 2016-11-11

Fixed

  • Export Elastic directive so that apps built with ngc work properly.

0.11.0 - 2016-10-15

Changed

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

0.10.1 - 2016-10-15

Added

  • Responds to window resize event.

0.10.0 - 2016-10-14

Changed

  • Renamed directive to fz-elastic.

0.9.0 - 2016-10-13

Added

  • Initial commit of elastic directive.