Skip to content

Commit

Permalink
chore: update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
solarjoker committed Dec 10, 2019
1 parent fd3160f commit 330bd00
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# 更新日志

## 2.6.1

- 修复 `<Cascader />` 不能正确通过搜索过滤选项的问题 [#812](https://github.com/XiaoMi/hiui/issues/812)
- 修复 `<Cascader />` 下拉选项不能自适应文字宽度产生折行的问题 [#811](https://github.com/XiaoMi/hiui/issues/811)
- 修复 `<Transfer />` 全选状态不能正确展示的问题 [#799](https://github.com/XiaoMi/hiui/issues/799)

## 2.6.0

- 新增 `<Tree />` 右键菜单允许自定义内容[#217](https://github.com/XiaoMi/hiui/issues/217)
Expand Down
6 changes: 6 additions & 0 deletions docs/zh-CN/components/changelog.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# 更新日志

## 2.6.1

- 修复 `<Cascader />` 不能正确通过搜索过滤选项的问题 [#812](https://github.com/XiaoMi/hiui/issues/812)
- 修复 `<Cascader />` 下拉选项不能自适应文字宽度产生折行的问题 [#811](https://github.com/XiaoMi/hiui/issues/811)
- 修复 `<Transfer />` 全选状态不能正确展示的问题 [#799](https://github.com/XiaoMi/hiui/issues/799)

## 2.6.0

- 新增 `<Tree />` 右键菜单允许自定义内容[#217](https://github.com/XiaoMi/hiui/issues/217)
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.6.0",
"version": "2.6.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 330bd00

Please sign in to comment.