Vue Currency Input Versions Save

Easy input of currency formatted numbers for Vue.js.

3.1.0

2 months ago

3.1.0 (2024-02-07)

Features

  • Support Chinese dot as decimal separator (b4ecd1a)

3.0.5

10 months ago

3.0.5 (2023-05-26)

Bug Fixes

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

3.0.4

1 year ago

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)

3.0.3

1 year ago

3.0.3 (2022-12-03)

Bug Fixes

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

3.0.2

1 year ago

3.0.2 (2022-10-30)

Bug Fixes

3.0.1

1 year ago

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

1 year ago

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

1 year ago

2.5.1 (2022-06-13)

Bug Fixes

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

2.5.0

1 year ago

2.5.0 (2022-06-13)

Features

2.4.0

2 years ago

🚀 New Features

  • Add new option accountingSign (#306)