Vue Numeric Versions Save

Input field component to display a formatted currency value based on Vue.js

v2.5.1

11 months ago

Fixes

  • Fix readme error #111
  • Fix build support for Vite #124

v2.5.0

1 year ago

Fixes

  • Some dependabots fixes #122 #125 #127
  • Fix #117
  • Fix #57

Added

  • allow-clear props #126

Changes

  • Remove yarn.lock, let's just use package-lock for now

v2.4.3

2 years ago

Rebuild and republish for CDN update

v2.4.2

3 years ago

Fixes

  • Some dependabots fixes #101 #106
  • Add check for "zero" values #104 by @Flavsditz

v2.4.1

3 years ago

Fixes

  • Some dependabots fixes #98 #99 #100

Added

  • Add on change event #94
  • Add disable props #77

Changes (possible breaking change)

  • Change how placeholder behavior work, now placeholder only shown when input value is empty #95
  • Empty v-model value on mounted will result in empty string instead of "0" this is changed so the placeholder can be shown

v2.3.0

6 years ago

Added

  • output-type props to specify output type of input event #52

v2.2.9

6 years ago

Added

  • decimal-separator props for custom decimal separator #49
  • thousand-separator props for custom thousand separator #49

v2.2.8

6 years ago

Added

  • empty-value props to configure the value set when the input is cleared out by @tochoromero #48

Change

  • Update Vue's Eslint rules to v4

v2.2.7

6 years ago

Fixed

  • Missing min max default props value in IE #43
  • Update value on precision change #45

v2.2.6

6 years ago

Fixed

  • Returning issue: clear input if value is zero #42