Skip to content

Releases: kevinongko/vue-numeric

2.0.0

03 Sep 06:17
Compare
Choose a tag to compare

Fixed

  • On focus any extra zero will be cleared from input #26
  • Inconsistent placeholder

Changes

  • min, max and precision props now only accept Number type
  • value props default to 0
  • Default value props from parent component won't show if placeholder props is defined, it will show the placeholder value instead
  • When minus props is disabled and user input negative value, it will convert to 0 instead of just removing -

1.6.2

01 Sep 03:07
Compare
Choose a tag to compare

Fixed

  • remove space if currency props is undefined #22

1.6.0

29 Jul 02:19
Compare
Choose a tag to compare

Added

  • compiled version
  • Install component via plugin / CDN

v.1.5.5

20 Jun 03:19
Compare
Choose a tag to compare

Added

v1.5.4

14 Jun 05:39
Compare
Choose a tag to compare

Added

  • Read-only mode #12

v1.5.3

20 May 02:42
Compare
Choose a tag to compare

Merged #9 thanks to @emilioeduardob

Fixed

  • Format changed v-model value from other element other than vue-numeric.

Added

  • Tests.

v1.5.2

19 May 04:50
Compare
Choose a tag to compare

Fixed

  • Component not reflecting change from other element with same v-model #8

v1.5.1

11 Apr 03:56
Compare
Choose a tag to compare

Fixed

  • Fix default value not accepting String type.

v1.5.0

31 Mar 14:09
Compare
Choose a tag to compare

Fixed

  • , Decimal separator turn into . on focus.

Changes

  • default props is deprecated, any default value should work now by assigning to parent v-model

v1.4.1

15 Mar 05:30
Compare
Choose a tag to compare

Added

  • Live demo.

Fixed

  • Missing default value.