Releases: dm4t2/vue-currency-input
Releases · dm4t2/vue-currency-input
1.20.1
Bug Fixes
v-currency
directive: respect global options on bind if a value is present (#133)
1.20.0
Features
- Allow input of decimal separators different from the current locale (#71, #126)
Now you can use the decimal separators .
(point), ,
(comma) and ٫
(Persian momayyez) independent from the current locale.
Bug Fixes
- Suppress formatting on focus/blur if input is empty (#134)
1.19.0
Features
- improve browser compatibility (#15, #109, #112)
A polyfill for Intl.NumberFormat.prototype.formatToParts()
is no longer required for older browsers (IE 11, Safari < 13) 🎉
Bug Fixes
- trigger change event if initial value is outside the value range (#122)
- negative values broken for some locales when distraction free mode is enabled (#123)
1.18.4
Bug Fixes
- input of negative values was broken for RTL locales
1.18.3
Bug Fixes
- initial formatting does not respect
locale
of global options (#110)
1.18.2
Bug Fixes
- simplify determination of currency format digits (#104, #105)
1.18.1
Bug Fixes
parseCurrency
returns wrong value when grouping symbol is a decimal point (#102)
1.18.0
Features
- add support for arabic numbers (#100)
Bug Fixes
- negative values broken when prefix/negativePrefix have different whitespaces
Breaking Changes
1.17.3
Bug Fixes
- remove required node version again (#96)