diff --git a/CHANGELOG.md b/CHANGELOG.md index 9760a5c56..800f52861 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # 更新日志 +## 1.5.1 + +- 新增:`` 组件 `onClick` `onBlur` `onFocus` 事件回调函数 [#321](https://github.com/XiaoMi/hiui/issues/321) +- 修复:`` 组件的对齐问题 [#322](https://github.com/XiaoMi/hiui/issues/322) +- 修复:`` 组件 `disabled` 仍可触发点击事件的问题 [#324](https://github.com/XiaoMi/hiui/issues/324) +- 修复:`
` 组件 `inline` 模式下顶部不对齐的问题 [#325](https://github.com/XiaoMi/hiui/issues/325) + ## 1.5.0 - 新增:`` 组件 `onChange` 支持获取改变值 [#291](https://github.com/XiaoMi/hiui/issues/291) diff --git a/package.json b/package.json index 836ba8657..e2fe1fda3 100644 --- a/package.json +++ b/package.json @@ -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'",