Releases: dm4t2/vue-currency-input
Releases · dm4t2/vue-currency-input
2.5.0
2.5.0 (2022-06-13)
Features
2.4.0
🚀 New Features
- Add new option
accountingSign
(#306)
2.3.0
🚀 New Features
- Add new option
valueScaling
(replaces deprecated option exportValueAsInteger
) (#305)
🐛 Bug Fixes
- inputRef can not be rendered conditionally (#304)
2.2.0
🚀 New Features
- Add support for precision range (#261), closes #294
2.1.3
🐛 Bug Fixes
- Improve detection of decimal/grouping separator (#296)
2.1.1
🐛 Bug Fixes
- Prevent input of too large numbers
2.1.0
🚀 New Features
- Introduce new API function
parse
for parsing currency formatted values (#273)
🐛 Bug Fixes
- Ignore prefix/suffix in caret position calculation when
currencyDisplay
is hidden
(#274)
- Prevent caret position from jumping to the end (#268)
2.0.2
📦 Build
- compile bundle to ES2018 to improve the compatibility (#256, #250, #244, #228)
- add named export
useCurrencyInput
2.0.1
🐛 Bug Fixes
- handle untrusted input/change events to improve testability (#257)