Skip to content

Commit

Permalink
version 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeLin committed Aug 14, 2017
1 parent f5a6464 commit 1f8bc25
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# 版本更新日志

## v1.0.9
- Bug Fix
- 修复`Radio``Checkbox`作为非受控组件时,默认值属性`defaultValue``defaultChecked`不生效的bug。([5d67171](https://github.com/ZhonganTechENG/zarm/commit/02cf971669be6226fb7e148b13512fdc56832d78)

## v1.0.8
- Break Change
- `Stepper`新增onInputChange属性,input默认将不触发onChange事件而触发onInputChange事件。([c6eb5de](https://github.com/ZhonganTechENG/zarm/commit/c6eb5de9a235942b612d3ea1abd90b62e41bbecf))
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "zarm",
"version": "1.0.8",
"version": "1.0.9",
"description": "基于 React 的移动端UI库",
"tags": [
"zarm",
Expand Down

0 comments on commit 1f8bc25

Please sign in to comment.