File tree Expand file tree Collapse file tree 1 file changed +26
-12
lines changed Expand file tree Collapse file tree 1 file changed +26
-12
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.0.7(2018-12-06)
2
+
3
+ ### Bug Fix
4
+
5
+ -
6
+
7
+ ### Update
8
+
9
+ - InputNumber 为必填时,如果设置了最小值,空值强制设置为最小值。
10
+
11
+ ### New Function
12
+
13
+ - <Input /> 新增只允许中文验证: ` onlyChinese `
14
+
1
15
## 0.0.6(2018-12-03)
2
16
3
- #### Bug Fix
17
+ ### Bug Fix
4
18
5
19
- 解决 i18n 不正确问题
6
20
- 解决 InputNubmer min max 不生效问题
7
21
8
- #### Update
22
+ ### Update
9
23
10
24
无
11
25
12
- #### New Function
26
+ ### New Function
13
27
14
28
- InputNumber required 设置时,空值强制设置为 0。
15
29
16
30
## 0.0.5(2018-12-03)
17
31
18
- #### Bug Fix
32
+ ### Bug Fix
19
33
20
34
- 解决 form 组件 value 为 0 和空值,获取不到值的问题
21
35
22
- #### Update
36
+ ### Update
23
37
24
38
无
25
39
26
- #### New Function
40
+ ### New Function
27
41
28
42
无
29
43
30
44
## 0.0.4(2018-12-02)
31
45
32
- #### Bug Fix
46
+ ### Bug Fix
33
47
34
48
- 解决 select 为空值,选择为空的问题
35
49
36
- #### Update
50
+ ### Update
37
51
38
52
-
39
53
40
- #### New Function
54
+ ### New Function
41
55
42
56
- 添加 initialValue 替换废弃 value 的用法
43
57
44
58
- 为\< Input /\> 添加 onlyLetterAndNumber 属性
45
59
46
60
## 0.0.3(2018-08-16)
47
61
48
- #### Bug Fix
62
+ ### Bug Fix
49
63
50
64
- 解决父组件 setState,form 组件会销毁重新渲染的问题
51
65
52
- #### Update
66
+ ### Update
53
67
54
68
无
55
69
56
- #### New Function
70
+ ### New Function
57
71
58
72
无
You can’t perform that action at this time.
0 commit comments