Skip to content

Releases: dm4t2/vue-currency-input

1.20.1

10 Jul 21:20
Compare
Choose a tag to compare

Bug Fixes

  • v-currency directive: respect global options on bind if a value is present (#133)

1.20.0

30 Jun 22:09
Compare
Choose a tag to compare

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.1

20 Jun 11:20
Compare
Choose a tag to compare

Bug Fixes

1.19.0

11 Jun 20:02
Compare
Choose a tag to compare

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

01 Jun 21:39
Compare
Choose a tag to compare

Bug Fixes

  • input of negative values was broken for RTL locales

1.18.3

29 Apr 22:31
Compare
Choose a tag to compare

Bug Fixes

  • initial formatting does not respect locale of global options (#110)

1.18.2

18 Apr 20:28
Compare
Choose a tag to compare

Bug Fixes

  • simplify determination of currency format digits (#104, #105)

1.18.1

13 Apr 21:00
Compare
Choose a tag to compare

Bug Fixes

  • parseCurrency returns wrong value when grouping symbol is a decimal point (#102)

1.18.0

09 Apr 22:15
Compare
Choose a tag to compare

Features

  • add support for arabic numbers (#100)

Bug Fixes

  • negative values broken when prefix/negativePrefix have different whitespaces

Breaking Changes

1.17.3

10 Mar 15:37
Compare
Choose a tag to compare

Bug Fixes

  • remove required node version again (#96)