New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@chenfengyuan/vue-number-input

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chenfengyuan/vue-number-input - npm Package Versions

23

2.0.1

Diff
chenfengyuan
published 2.0.1 •

Changelog

Source

2.0.1 (2022-02-13)

Bug Fixes

  • round the normalized new value (30aaa6a), closes #32
chenfengyuan
published 2.0.0 •

Changelog

Source

2.0.1 (2022-02-13)

Bug Fixes

  • round the normalized new value (30aaa6a), closes #32
chenfengyuan
published 2.0.0-rc.2 •

Changelog

Source

2.0.0-rc.2 (2022-01-22)

Bug Fixes

  • correct the declaration file name (7f96219)
chenfengyuan
published 2.0.0-rc.1 •

Changelog

Source

2.0.0-rc.1 (2022-01-08)

Bug Fixes

  • add oldValue to update:modelValue event (4fa92f0)
  • avoid specifying NaN value to number input (101abce), closes #31

Features

  • add auto-generated declaration file (5ecd316)
chenfengyuan
published 2.0.0-rc •

Changelog

Source

2.0.0-rc (2021-06-12)

chenfengyuan
published 2.0.0-beta.1 •

Changelog

Source

2.0.0-beta.1 (2021-04-10)

Bug Fixes

  • round the new value in the last setp (c43a69f)
  • should emit a single value (cb8bed9)

Features

  • support to clear the input value through the keyboard (fd9faf2), closes #28
chenfengyuan
published 2.0.0-beta •

Changelog

Source

2.0.0-beta (2021-01-16)

chenfengyuan
published 2.0.0-alpha •

Changelog

Source

2.0.0-alpha (2021-01-08)

  • refactor!: upgrade to Vue 3 (65be700)

BREAKING CHANGES

  • drop support for Vue 2.
chenfengyuan
published 1.2.1 •

Changelog

Source

1.2.1 (2020-01-18)

Bug Fixes

  • add tabindex attribute to control buttons (05869bc), closes #20
chenfengyuan
published 1.2.0 •

Changelog

Source

1.2.0 (2019-10-19)

Features