Skip to content

3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Jul 22:50

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.