Releases: fengyuanchen/vue-number-input
Releases · fengyuanchen/vue-number-input
v1.2.1
- Add
tabindex="-1"
attribute to control buttons (#20).
v1.2.0
- Add a new prop:
attrs
(#18).
v1.1.2
- Hide the spin box in the number input box in Firefox (#17).
v1.1.1
- Hide the spin box in number input box (#12).
- Force to override the number in the input box (#13).
v1.1.0
- Support to use as a Vue plugin:
Vue.use(VueNumberInput)
.
- Support to use as a Vue component:
Vue.component(VueNumberInput.name, VueNumberInput)
.
- Register the component automatically once loaded in the browser.
v1.0.0
- Limit the minimum value of width, height and border to 1px (#10).
- Avoid triggering change event when created for better performance.
- Refactor test suites for better code coverage.
v0.5.3
- Fix the issue of triggering
change
event twice (#8).
- Fix the issue of input value updating (#9).
v0.5.2
- Fix the
0.30000000000000004
problem (#6).
v0.5.1
- Change the input value only when it is mounted (#4).