Skip to content

Releases: joshuawwright/ngx-autosize-input

Angular 17 Support

11 Mar 14:59
de43982
Compare
Choose a tag to compare

Added angular 17 support.

Support For Template Driven Forms And Using The Input Value Property

27 Apr 01:50
Compare
Choose a tag to compare

Two new features were added to the directive. The directive now supports template driven forms. A new input has been added to use the value property of the input element. Please see the read me and change log for more details.

Thanks go to @fhawkes for adding these new features.

Added Use Placeholder When Empty Feature

20 Apr 16:51
Compare
Choose a tag to compare

A new feature has been added that allows placeholder widths to only be used when the value is empty. See the ReadMe for further details.

Thanks go to @fhawkes for adding this awesome feature.

Improved support for Ng Model

11 Nov 14:58
279047a
Compare
Choose a tag to compare

Inputs that use ngModel now update from valueChanges, instead of onInput events.
Added take until logic to subscription to prevent memory leaks.

10.0.4

09 Nov 16:53
Compare
Choose a tag to compare

Directive renamed from AutoSizeInput to autoSizeInput, to follow Angular's style guide.
Major versions will now match the same major version of Angular.
Added compatibility for ChangeDetection.OnPush
Removed internet explorer detection, as the user agent styling can be overridden.

Version 2.3.6

11 Oct 18:03
Compare
Choose a tag to compare

Improved AOT support. Added event parameter to onInput function.

First Release

03 Nov 21:33
Compare
Choose a tag to compare
1.1.0

fixed missing line in readme