Releases: kevinongko/vue-numeric
Releases · kevinongko/vue-numeric
2.0.0
Fixed
- On focus any extra zero will be cleared from input #26
- Inconsistent placeholder
Changes
- min,- maxand- precisionprops now only accept- Numbertype
- valueprops default to 0
- Default valueprops from parent component won't show ifplaceholderprops is defined, it will show theplaceholdervalue instead
- When minusprops is disabled and user input negative value, it will convert to0instead of just removing-
1.6.2
1.6.0
Added
- compiled version
- Install component via plugin / CDN
v.1.5.5
v1.5.4
v1.5.3
Merged #9 thanks to @emilioeduardob
Fixed
- Format changed v-model value from other element other than vue-numeric.
Added
- Tests.
v1.5.2
v1.5.1
Fixed
- Fix default value not accepting Stringtype.
v1.5.0
Fixed
- ,Decimal separator turn into- .on focus.
Changes
- defaultprops is deprecated, any default value should work now by assigning to parent- v-model
v1.4.1
Added
- Live demo.
Fixed
- Missing default value.