Skip to content

Releases: dm4t2/vue-currency-input

1.17.2

07 Mar 22:10
Compare
Choose a tag to compare

Bug Fixes

  • options argument of $parseCurrency method should be optional (#93)
  • negative values broken for locale de-CH

1.17.1

17 Feb 20:48
Compare
Choose a tag to compare

Bug Fixes

  • component: change event is not triggered (#91)

1.17.0

16 Feb 22:43
Compare
Choose a tag to compare

Features

  • enable numeric keyboard on mobile devices (#88)

Bug Fixes

  • improve event handling (#89)

1.16.1

01 Feb 12:47
Compare
Choose a tag to compare

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

01 Feb 12:41
Compare
Choose a tag to compare

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

28 Dec 22:38
Compare
Choose a tag to compare

Bug Fixes

  • component: fix detection of external value changes

1.15.0

22 Dec 19:56
Compare
Choose a tag to compare

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

16 Dec 09:02
Compare
Choose a tag to compare

Bug Fixes

  • distractionFree: allow input of decimal zeros (#69)
    option hideNegligibleDecimalDigits causes decimal zeros to be deleted over-eagerly

1.14.2

09 Dec 22:40
Compare
Choose a tag to compare

Bug Fixes

  • negative value handling (#66)

1.14.1

03 Dec 21:55
Compare
Choose a tag to compare

Bug Fixes

  • allow input to be cleared externally (#63)