Skip to content

Releases: dm4t2/vue-currency-input

2.5.0

13 Jun 22:39
c881bdd
Compare
Choose a tag to compare

2.5.0 (2022-06-13)

Features

2.4.0

01 Jan 12:21
Compare
Choose a tag to compare

🚀 New Features

  • Add new option accountingSign (#306)

2.3.0

11 Dec 22:01
Compare
Choose a tag to compare

🚀 New Features

  • Add new option valueScaling (replaces deprecated option exportValueAsInteger) (#305)

🐛 Bug Fixes

  • inputRef can not be rendered conditionally (#304)

2.2.0

29 Nov 18:47
Compare
Choose a tag to compare

🚀 New Features

  • Add support for precision range (#261), closes #294

2.1.3

26 Nov 21:19
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Improve detection of decimal/grouping separator (#296)

2.1.2

22 Oct 16:23
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Add null checks (#283)

2.1.1

14 Oct 22:28
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Prevent input of too large numbers

2.1.0

13 Sep 21:36
Compare
Choose a tag to compare

🚀 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

17 Aug 20:24
Compare
Choose a tag to compare

📦 Build

  • compile bundle to ES2018 to improve the compatibility (#256, #250, #244, #228)
  • add named export useCurrencyInput

2.0.1

03 Aug 22:18
Compare
Choose a tag to compare

🐛 Bug Fixes

  • handle untrusted input/change events to improve testability (#257)