Skip to content

Commit

Permalink
Merge pull request #330 from XiaoMi/feature/1.5.1
Browse files Browse the repository at this point in the history
update 1.5.1
  • Loading branch information
solarjoker authored Jun 20, 2019
2 parents 6317cda + 3680300 commit 6666db8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# 更新日志

## 1.5.1

- 新增:`<Select />` 组件 `onClick` `onBlur` `onFocus` 事件回调函数 [#321](https://github.com/XiaoMi/hiui/issues/321)
- 修复:`<Select />` 组件的对齐问题 [#322](https://github.com/XiaoMi/hiui/issues/322)
- 修复:`<Button />` 组件 `disabled` 仍可触发点击事件的问题 [#324](https://github.com/XiaoMi/hiui/issues/324)
- 修复:`<Form />` 组件 `inline` 模式下顶部不对齐的问题 [#325](https://github.com/XiaoMi/hiui/issues/325)

## 1.5.0

- 新增:`<Select />` 组件 `onChange` 支持获取改变值 [#291](https://github.com/XiaoMi/hiui/issues/291)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/hiui",
"version": "1.5.0",
"version": "1.5.1",
"description": "HIUI for React",
"scripts": {
"test": "node_modules/.bin/standard && node_modules/.bin/stylelint --config .stylelintrc 'components/**/*.scss'",
Expand Down

0 comments on commit 6666db8

Please sign in to comment.