forked from pu428f3pz/InternshipProject
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
76 lines
1.1 KiB
76 lines
1.1 KiB
# Changelog
|
|
|
|
https://github.com/react-component/input-number/releases
|
|
|
|
## 5.0.0
|
|
|
|
- Upgrade `rc-util` to `5.x`.
|
|
|
|
## 4.5.0
|
|
|
|
- Fix React lifecycle warning.
|
|
- Add `onPressEnter`.
|
|
|
|
## 4.4.0
|
|
|
|
- `onChange` will return `null` instead `undefined` when it is empty.
|
|
|
|
## 4.0.0
|
|
|
|
- Drop React Native support, please use https://github.com/react-component/m-input-number instead.
|
|
|
|
## 3.5.0
|
|
|
|
- Added prop `precision`.
|
|
|
|
## 3.4.0
|
|
|
|
- Added prop `parser`.
|
|
|
|
## 3.3.0
|
|
|
|
- Added prop `formatter`.
|
|
- Support changing radio using ctrl and shift.
|
|
|
|
## 3.2.0
|
|
|
|
- Fixed touch events.
|
|
|
|
## 3.1.0
|
|
|
|
- Added props `upHanlder` and `downHanlder`.
|
|
|
|
## 3.0.4
|
|
|
|
- Fixed long press not working in Android. #42
|
|
|
|
## 3.0.3
|
|
|
|
- Fixed https://github.com/ant-design/ant-design/issues/4757
|
|
|
|
## 3.0.2
|
|
|
|
- Fixed `onKeyUp`.
|
|
|
|
## 3.0.1
|
|
|
|
- Fixed invalid input like '11x'.
|
|
|
|
## 3.0.0
|
|
|
|
- Trigger onChange when user input
|
|
- support `keyboardType` prop for fixing crash on Android on textInput blur
|
|
|
|
## 2.8.0 / 2016-11-29
|
|
|
|
- support tap state by rc-touchable
|
|
|
|
## 2.7.0 / 2016-09-03
|
|
|
|
- support long press auto step
|
|
- support `readOnly`
|
|
|
|
## 2.6.0 / 2016-07-20
|
|
|
|
- support react-native
|