Skip to content

Commit ea8a6b2

Browse files
committed
update changelog
1 parent cc68cbc commit ea8a6b2

File tree

1 file changed

+20
-6
lines changed

1 file changed

+20
-6
lines changed

CHANGELOG.md

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
115
## 0.0.4(2018-12-02)
216

317
#### Bug Fix
418

5-
- 解决select为空值,选择为空的问题
19+
- 解决 select 为空值,选择为空的问题
620

721
#### Update
822

9-
-
23+
-
1024

1125
#### New Function
1226

13-
- 添加initialValue替换废弃value的用法
27+
- 添加 initialValue 替换废弃 value 的用法
1428

15-
-\<Input /\> 添加onlyLetterAndNumber属性
29+
-\<Input /\> 添加 onlyLetterAndNumber 属性
1630

1731
## 0.0.3(2018-08-16)
1832

1933
#### Bug Fix
2034

21-
- 解决父组件setState,form组件会销毁重新渲染的问题
35+
- 解决父组件 setState,form 组件会销毁重新渲染的问题
2236

2337
#### Update
2438

2539
2640

2741
#### New Function
2842

29-
43+

0 commit comments

Comments
 (0)