Releases: joshuawwright/ngx-autosize-input
Angular 17 Support
Added angular 17 support.
Support For Template Driven Forms And Using The Input Value Property
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
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
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
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
Improved AOT support. Added event parameter to onInput function.
First Release
1.1.0 fixed missing line in readme