Browse Source

update changelog for tree-select

pull/4745/head
afc163 8 years ago
parent
commit
a53e0668e1
  1. 4
      CHANGELOG.en-US.md
  2. 4
      CHANGELOG.zh-CN.md

4
CHANGELOG.en-US.md

@ -37,7 +37,9 @@ If you want to read change logs before `2.0.0`, please visit [GitHub](https://gi
* Upgrade rc-select to `6.7.1`.
* Fixed duplication `onChange` callback. [#156@rc-select](https://github.com/react-component/select/pull/156)
* Fixed displaying of initial value. [#152@rc-select](https://github.com/react-component/select/pull/152)
* Upgrade rc-tree-select to `1.9.0`, fixed an overflow-wrap issue of TreeSelect. [#42@rc-tree-select](https://github.com/react-component/tree-select/pull/42),[#43@rc-tree-select](https://github.com/react-component/tree-select/pull/43)
* Upgrade rc-tree-select to `1.9.0`.
* Added `treeDefaultExpandedKeys` property.[#43@rc-tree-select](https://github.com/react-component/tree-select/pull/43)
* Fixed an overflow-wrap issue. [#42@rc-tree-select](https://github.com/react-component/tree-select/pull/42)
* Added less variables: `@border-style-base` `@border-width-base` `@btn-danger-color` `@btn-danger-bg` and etc.
## 2.6.4

4
CHANGELOG.zh-CN.md

@ -37,7 +37,9 @@ timeline: true
* 升级了 rc-select 到 6.7.1。
* 修复了 Select 的 `onChange` 回调重复触发的问题。[#156@rc-select](https://github.com/react-component/select/pull/156)
* 修复了 Select 显示初始化值的问题。[#152@rc-select](https://github.com/react-component/select/pull/152)
* 升级了 rc-tree-select 到 1.9.0,修复了 TreeSelect 的文字溢出换行问题 [#42@rc-tree-select](https://github.com/react-component/tree-select/pull/42),[#43@rc-tree-select](https://github.com/react-component/tree-select/pull/43)
* 升级 rc-tree-select 到 `1.9.0`
* 新增 `treeDefaultExpandedKeys` 属性。[#43@rc-tree-select](https://github.com/react-component/tree-select/pull/43)
* 修复了文字溢出换行问题。[#42@rc-tree-select](https://github.com/react-component/tree-select/pull/42)
* 新增 less 变量: `@border-style-base` `@border-width-base` `@btn-danger-color` `@btn-danger-bg` 等。
## 2.6.4

Loading…
Cancel
Save