Releases: dm4t2/vue-currency-input
Releases · dm4t2/vue-currency-input
1.17.2
Bug Fixes
options
argument of $parseCurrency
method should be optional (#93)
- negative values broken for locale
de-CH
1.17.1
Bug Fixes
component
: change event is not triggered (#91)
1.17.0
Features
- enable numeric keyboard on mobile devices (#88)
Bug Fixes
- improve event handling (#89)
1.16.1
Bug Fixes
- support locale dependent minus symbols (#84)
- input can not be cleared when using
valueAsInteger
(#86)
- input of decimal zeros not possible when using precision range (#87)
1.16.0
Features
- add option to disable negative values (#67)
- add support for lazy value binding (#78)
Bug Fixes
- merge
options
argument of $parseCurrency
instance method with plugin global options
1.15.1
Bug Fixes
component
: fix detection of external value changes
1.15.0
Features
- introduce API method to set value programmatically (#64)
- introduce new prop
value-range
Bug Fixes
- only emit input event if value has changed (#65)
- parseCurrency API method does not consider default options
- allow decimal symbol in custom currency prefix/suffix
Breaking Changes
- props
min
and max
are replaced by the new prop value-range
1.14.3
Bug Fixes
distractionFree
: allow input of decimal zeros (#69)
option hideNegligibleDecimalDigits
causes decimal zeros to be deleted over-eagerly
1.14.2
Bug Fixes
- negative value handling (#66)
1.14.1
Bug Fixes
- allow input to be cleared externally (#63)