We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc68cbc commit ea8a6b2Copy full SHA for ea8a6b2
CHANGELOG.md
@@ -1,29 +1,43 @@
1
+## 0.0.5(2018-12-03)
2
+
3
+#### Bug Fix
4
5
+- 解决 form 组件 value 为 0 和空值,获取不到值的问题
6
7
+#### Update
8
9
+无
10
11
+#### New Function
12
13
14
15
## 0.0.4(2018-12-02)
16
17
#### Bug Fix
18
-- 解决select为空值,选择为空的问题
19
+- 解决 select 为空值,选择为空的问题
20
21
#### Update
22
--
23
+-
24
25
#### New Function
26
-- 添加initialValue替换废弃value的用法
27
+- 添加 initialValue 替换废弃 value 的用法
28
-- 为\<Input /\> 添加onlyLetterAndNumber属性
29
+- 为\<Input /\> 添加 onlyLetterAndNumber 属性
30
31
## 0.0.3(2018-08-16)
32
33
34
-- 解决父组件setState,form组件会销毁重新渲染的问题
35
+- 解决父组件 setState,form 组件会销毁重新渲染的问题
36
37
38
39
无
40
41
42
-无
43
0 commit comments