Skip to content

Releases: dm4t2/vue-currency-input

v3.1.0

07 Feb 18:55
60f85b3
Compare
Choose a tag to compare

3.1.0 (2024-02-07)

Features

  • Support Chinese dot as decimal separator (b4ecd1a)

v3.0.5

26 May 19:26
21bd4c7
Compare
Choose a tag to compare

3.0.5 (2023-05-26)

Bug Fixes

  • only emit change events if autoEmit is enabled (closes #383) (2cba481)

v3.0.4

30 Mar 20:38
2cc2325
Compare
Choose a tag to compare

3.0.4 (2023-03-30)

Bug Fixes

  • preserve an existing "inputmode" attribute on the input element (closes #372) (e9fb330)
  • use blur event for lazy value binding (closes #322) (eaeb864)

v3.0.3

03 Dec 23:13
a7e89a1
Compare
Choose a tag to compare

3.0.3 (2022-12-03)

Bug Fixes

  • change default value of option useGrouping (#296) (a37963e)

v3.0.2

30 Oct 21:43
340d6df
Compare
Choose a tag to compare

3.0.2 (2022-10-30)

Bug Fixes

v3.0.1

02 Oct 19:17
0addcd9
Compare
Choose a tag to compare

3.0.1 (2022-10-02)

Bug Fixes

  • fix cursor jumps with input component of Quasar/Element Plus (59b8b40)

⚠️ Possible breaking change: Please use v-model instead of :model-value (Vue 3) or :value (Vue 2) in your custom component. See also #347.

3.0.0

02 Jul 22:50
Compare
Choose a tag to compare

3.0.0 (2022-07-02)

Features

BREAKING CHANGES

  • The autoSign behavior is now active by default and no longer needs to be configured.
  • The option exportValueAsInteger was removed. Use the valueScaling option with "precision" instead.
  • The default export was removed. Use the named export useCurrencyInput instead.
  • parse is no longer needed, since numberValue is exposed by useCurrencyInput.
  • Vue 2.7 or Vue 3.x is now required. For Vue 2.6 or earlier, please use Vue Currency Input 2.x with the Vue Composition API plugin.

2.5.1

13 Jun 23:12
Compare
Choose a tag to compare

2.5.1 (2022-06-13)

Bug Fixes

  • ci: build before releasing npm package (1ae932c)

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)