Skip to content

Commit

Permalink
Merge pull request #694 from XiaoMi/feature/2.4.0
Browse files Browse the repository at this point in the history
2.4.0
  • Loading branch information
solarjoker authored Sep 27, 2019
2 parents ba60c40 + afe74af commit bfb5746
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# 更新日志

## 2.4.0

- 修复 `<Select />` 没有适配主题色的问题 [#257](https://github.com/XiaoMi/hiui/issues/257)
- 修复 `<Tabs />` 空状态下报错的问题 [#674](https://github.com/XiaoMi/hiui/issues/674)
- 修复 `<Radio />` 非受控状态下切换失效的问题 [#683](https://github.com/XiaoMi/hiui/issues/683)
- 修复 `<Cascader />` 清空搜索展示不正确的问题 [#333](https://github.com/XiaoMi/hiui/issues/333)
- 修复 `<Collpase />` disabled 没有样式区分的问题 [#483](https://github.com/XiaoMi/hiui/issues/483)
- 修复 `<Checkbox />` 非受控情况下 onChange 参数不全的问题 [#688](https://github.com/XiaoMi/hiui/issues/688)
- 修复 `<Table />` 多选的显示问题 [#685](https://github.com/XiaoMi/hiui/issues/685)
- 修复 `<Pagination />` 每页大小切换无效的问题 [#691](https://github.com/XiaoMi/hiui/issues/691)
- 新增 `<Upload />` 增加 loading 状态 [#680](https://github.com/XiaoMi/hiui/issues/680)
- 新增 `<Upload />` 增加照片墙预览提示 icon [#490](https://github.com/XiaoMi/hiui/issues/490)
- 新增 `<Select />` filterOption 属性支持自定义搜索 [#673](https://github.com/XiaoMi/hiui/issues/673)

## 2.3.0

- 修复 `<Checkbox />` 同时渲染多个 context provider 的问题 [#649](https://github.com/XiaoMi/hiui/issues/649)
Expand Down
14 changes: 14 additions & 0 deletions docs/zh-CN/components/changelog.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# 更新日志

## 2.4.0

- 修复 `<Select />` 没有适配主题色的问题 [#257](https://github.com/XiaoMi/hiui/issues/257)
- 修复 `<Tabs />` 空状态下报错的问题 [#674](https://github.com/XiaoMi/hiui/issues/674)
- 修复 `<Radio />` 非受控状态下切换失效的问题 [#683](https://github.com/XiaoMi/hiui/issues/683)
- 修复 `<Cascader />` 清空搜索展示不正确的问题 [#333](https://github.com/XiaoMi/hiui/issues/333)
- 修复 `<Collpase />` disabled 没有样式区分的问题 [#483](https://github.com/XiaoMi/hiui/issues/483)
- 修复 `<Checkbox />` 非受控情况下 onChange 参数不全的问题 [#688](https://github.com/XiaoMi/hiui/issues/688)
- 修复 `<Table />` 多选的显示问题 [#685](https://github.com/XiaoMi/hiui/issues/685)
- 修复 `<Pagination />` 每页大小切换无效的问题 [#691](https://github.com/XiaoMi/hiui/issues/691)
- 新增 `<Upload />` 增加 loading 状态 [#680](https://github.com/XiaoMi/hiui/issues/680)
- 新增 `<Upload />` 增加照片墙预览提示 icon [#490](https://github.com/XiaoMi/hiui/issues/490)
- 新增 `<Select />` filterOption 属性支持自定义搜索 [#673](https://github.com/XiaoMi/hiui/issues/673)

## 2.3.0

- 修复 `<Checkbox />` 同时渲染多个 context provider 的问题 [#649](https://github.com/XiaoMi/hiui/issues/649)
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": "2.3.0",
"version": "2.4.0",
"description": "HIUI for React",
"scripts": {
"test": "node_modules/.bin/standard && node_modules/.bin/stylelint --config .stylelintrc 'components/**/*.scss'",
Expand Down

0 comments on commit bfb5746

Please sign in to comment.