Skip to content

Commit 3b9bf59

Browse files
committed
update
1 parent e893e64 commit 3b9bf59

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 0.0.6(2018-12-03)
2+
3+
#### Bug Fix
4+
5+
- 解决 i18n 不正确问题
6+
- 解决 InputNubmer min max 不生效问题
7+
8+
#### Update
9+
10+
11+
12+
#### New Function
13+
14+
- InputNumber required 设置时,空值强制设置为 0。
15+
116
## 0.0.5(2018-12-03)
217

318
#### Bug Fix

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.0.5",
2+
"version": "0.0.6",
33
"name": "antd-form-component",
44
"main": "lib/index.js",
55
"jsnext:main": "es/index.js",

0 commit comments

Comments
 (0)