Skip to content

Commit

Permalink
Feature/update version (#421)
Browse files Browse the repository at this point in the history
* update version and changelog

* update changelog

* update changelog
  • Loading branch information
sivan authored Jul 18, 2019
2 parents a2092b6 + 926f8a2 commit 43da8c8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# 更新日志

## 1.5.3

- 新增:`<Upload />` 组件上传图片后点击展示支持旋转 [#183](https://github.com/XiaoMi/hiui/issues/183)
- 新增:`<Upload />` 组件上传数量限制 [#249](https://github.com/XiaoMi/hiui/issues/249)
- 新增:`<Upload />` 组件样式优化,交互调整 [#274](https://github.com/XiaoMi/hiui/issues/274)[#297](https://github.com/XiaoMi/hiui/issues/297)
- 修复:`<Input />` 组件 `type = amount` 时显示错误的问题 [#409](https://github.com/XiaoMi/hiui/issues/409)
- 修复:`<Button />` 修改按钮逻辑,去除图标与文字间元素,通过内容控制间距。调整行高等逻辑 [#418](https://github.com/XiaoMi/hiui/issues/418)
- 修复:`<Table />` 记忆功能 [#420](https://github.com/XiaoMi/hiui/issues/420)

## 1.5.2

- 修复:`<Upload />` 组件放入 `<Form.Item />``onChange return false` 无效 [#344](https://github.com/XiaoMi/hiui/issues/344)
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.2",
"version": "1.5.3",
"description": "HIUI for React",
"scripts": {
"test": "node_modules/.bin/standard && node_modules/.bin/stylelint --config .stylelintrc 'components/**/*.scss'",
Expand Down

0 comments on commit 43da8c8

Please sign in to comment.