Skip to content

Releases: kevinongko/vue-numeric

2.5.1

11 Jun 08:02
Compare
Choose a tag to compare

Fixes

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

2.5.0

24 May 03:18
Compare
Choose a tag to compare

Fixes

Added

  • allow-clear props #126

Changes

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

2.4.3

11 Jun 01:29
Compare
Choose a tag to compare

Rebuild and republish for CDN update

2.4.2

09 May 00:42
d1ac72f
Compare
Choose a tag to compare

Fixes

2.4.1

19 Mar 11:21
Compare
Choose a tag to compare

Fixes

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

2.3.0

26 Jan 01:07
Compare
Choose a tag to compare

Added

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

2.2.9

10 Jan 22:54
Compare
Choose a tag to compare

Added

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

2.2.8

27 Nov 04:34
Compare
Choose a tag to compare

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

17 Nov 03:53
Compare
Choose a tag to compare

Fixed

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

2.2.6

26 Oct 08:15
Compare
Choose a tag to compare

Fixed

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