Skip to content

Releases: fengyuanchen/vue-number-input

v2.0.0

07 Feb 10:05
Compare
Choose a tag to compare

Upgrade to Vue 3.

v1.2.1

18 Jan 05:57
Compare
Choose a tag to compare
  • Add tabindex="-1" attribute to control buttons (#20).

v1.2.0

19 Oct 10:04
Compare
Choose a tag to compare
  • Add a new prop: attrs (#18).

v1.1.2

02 Oct 09:47
Compare
Choose a tag to compare
  • Hide the spin box in the number input box in Firefox (#17).

v1.1.1

09 Mar 05:29
Compare
Choose a tag to compare
  • Hide the spin box in number input box (#12).
  • Force to override the number in the input box (#13).

v1.1.0

26 Jan 06:56
Compare
Choose a tag to compare
  • 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

20 Dec 11:57
Compare
Choose a tag to compare
  • 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

01 Dec 13:43
Compare
Choose a tag to compare
  • Fix the issue of triggering change event twice (#8).
  • Fix the issue of input value updating (#9).

v0.5.2

05 Aug 06:45
Compare
Choose a tag to compare
  • Fix the 0.30000000000000004 problem (#6).

v0.5.1

05 Aug 06:44
Compare
Choose a tag to compare
  • Change the input value only when it is mounted (#4).