Skip to content

Releases: dm4t2/vue-currency-input

1.14.0

01 Dec 21:41
Compare
Choose a tag to compare

Features

  • introduce method to set component value programmatically (#58)

Bug Fixes

  • handle null values when options change
  • precision: currency format was broken when min=0 (#59)
  • directive: value binding was broken (#60)

Breaking Changes

  • reverts min value validation for empty values (#49)

1.13.0

28 Nov 07:33
Compare
Choose a tag to compare

Features

  • add option for precision ranges (#41)
  • consider min value also for empty values (#49)

Bug Fixes

  • valueAsInteger: value was incorrectly parsed when ends with a decimal symbol

Breaking Changes

  • option decimalLength has been replaced by precision

1.12.1

20 Nov 21:51
Compare
Choose a tag to compare

Bug Fixes

  • update TypeScript types

1.12.0

19 Nov 19:28
Compare
Choose a tag to compare

Features

  • value as integer (#39)
  • add TypeScript support (#44)

Breaking Changes

  • the signature of parseCurrency method has been changed, see docs

1.11.4

07 Nov 22:53
Compare
Choose a tag to compare

Bug Fixes

  • remove unnecessary input event on blur, closes #42

1.11.3

04 Nov 21:37
Compare
Choose a tag to compare

Bug Fixes

  • improve number parsing on input/blur, closes #40 (again)

1.11.2

02 Nov 22:08
Compare
Choose a tag to compare

Bug Fixes

  • grouping symbol was incorrectly treated as decimal symbol, closes #40

1.11.1

17 Oct 20:59
Compare
Choose a tag to compare

Bug Fixes

  • erroneous Nuxt module

1.11.0

16 Oct 21:09
Compare
Choose a tag to compare

Features

  • add Nuxt module

Bug Fixes

  • add missing exports for UMD bundle. closes #38

1.10.1

02 Oct 21:43
Compare
Choose a tag to compare

Bug Fixes

  • input of negative values not possible, closes #36