Releases: kevinongko/vue-numeric
Releases · kevinongko/vue-numeric
2.5.1
2.5.0
2.4.3
Rebuild and republish for CDN update
2.4.2
Fixes
- Some dependabots fixes #101 #106
- Add check for "zero" values #104 by @Flavsditz
2.4.1
Fixes
Added
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
2.2.9
2.2.8
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