Skip to content

Latest commit

 

History

History
152 lines (64 loc) · 4.62 KB

CHANGELOG.md

File metadata and controls

152 lines (64 loc) · 4.62 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.0.2 (2019-08-28)

Reverts

3.0.1 (2019-08-28)

3.0.0 (2019-08-27)

2.0.4 (2018-07-10)

Bug Fixes

  • must call onTouched on blur (9d91696), closes #13

2.0.3 (2018-06-05)

Bug Fixes

  • remove extra quote from selector (57bfb99), closes #18

2.0.2 (2017-11-23)

Bug Fixes

  • build: compile before publish on npm (3647281), closes #9

2.0.1 (2017-11-23)

Bug Fixes

  • build: compile before publish on npm (3647281), closes #9

2.0.0 (2017-10-30)

Features

BREAKING CHANGES

  • Ignore all element with ng-trim-ignore class.

It can be used as an opt-out option so the this library ignores a field and doesn't trim the value of it.

1.0.1 (2017-09-25)

1.0.0 (2017-09-25)

Features

  • provide an option to bail out of trimming (6e05184), closes #7

BREAKING CHANGES

  • readonly input fields are now ignored.

This could be used as way to bail out of trimming as well, for example in cases where another ValueAccessor is applied to a field.

0.1.0 (2017-07-25)

Bug Fixes

  • angular doesn't detect the selector (ebe4312), closes #6

Features

  • apply trim on input's blur event (6fe2e67), closes #4

0.0.6 (2017-06-20)

Bug Fixes

  • ignore radio and password inputs (7c2787e), closes #2

0.0.5 (2017-05-09)

Bug Fixes

  • unused contructor, which breaks on angular 4.0 is removed (9efd7fc)

0.0.4 (2017-02-09)

Bug Fixes

  • writer: input view value doesn't get updated (156f034), closes #1

0.0.3 (2017-02-09)