From 9973e2635034aa5cfa4deca970fdd68c143b923c Mon Sep 17 00:00:00 2001 From: Wei Zhu Date: Sun, 9 Apr 2017 03:56:14 +0800 Subject: [PATCH] Add 2.9.1 CHANGELOG (#5671) --- CHANGELOG.en-US.md | 15 +++++++++++++++ CHANGELOG.zh-CN.md | 15 +++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index 38ed099252..78ee532bc5 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -17,6 +17,21 @@ If you want to read change logs before `2.0.0`, please visit [GitHub](https://gi --- +## 2.9.1 + +`2017-04-09` + +- Step + - Add more less variables. [#5624](https://github.com/ant-design/ant-design/pull/5624) [@megawac](https://github.com/megawac) + - Fix style issue. [#5623](https://github.com/ant-design/ant-design/issues/5623) +- Button won't lose focus after click. [#5597](https://github.com/ant-design/ant-design/pull/5597) [@kenaniah](https://github.com/kenaniah) +- Add underline to focused link. [#5587](https://github.com/ant-design/ant-design/pull/5597) [@kenaniah](https://github.com/kenaniah) +- Fix Dropdown.Button can't use `placement` issue. [#5594](https://github.com/ant-design/ant-design/issues/5594) +- Fix Pagination alignment issue. [#5632](https://github.com/ant-design/ant-design/issues/5632) +- Fix AutoComplete style issue when use `allowClear`. [#5634](https://github.com/ant-design/ant-design/issues/5634) +- Fix DatePicker style issue when set `showToday` to `false`. [#5620](https://github.com/ant-design/ant-design/issues/5620) +- Fix Select shows Chinese defaultly. [#5661](https://github.com/ant-design/ant-design/pull/5661) [@LeeHarlan](https://github.com/LeeHarlan) + ## 2.9.0 `2017-04-01` 👻 diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index 569064a809..8f8bc20fe1 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -17,6 +17,21 @@ timeline: true --- +## 2.9.1 + +`2017-04-09` + +- Step + - 增加 less 变量。[#5624](https://github.com/ant-design/ant-design/pull/5624) [@megawac](https://github.com/megawac) + - 修复样式问题。[#5623](https://github.com/ant-design/ant-design/issues/5623) +- Button 点击后不会再失去焦点。[#5597](https://github.com/ant-design/ant-design/pull/5597) [@kenaniah](https://github.com/kenaniah) +- 链接获取焦点的时候增加下划线。[#5587](https://github.com/ant-design/ant-design/pull/5597) [@kenaniah](https://github.com/kenaniah) +- 修复 Dropdown.Button 不能使用 `placement` 的问题。[#5594](https://github.com/ant-design/ant-design/issues/5594) +- 修复 Pagination 不对齐的问题。[#5632](https://github.com/ant-design/ant-design/issues/5632) +- 修复 AutoComplete 使用 `allowClear` 时的样式问题。[#5634](https://github.com/ant-design/ant-design/issues/5634) +- 修复 DatePicker 设置 `showToday` 为 `false` 时的样式问题。[#5620](https://github.com/ant-design/ant-design/issues/5620) +- 修复 Select 搜索无结果时默认显示英文的问题。[#5661](https://github.com/ant-design/ant-design/pull/5661) [@LeeHarlan](https://github.com/LeeHarlan) + ## 2.9.0 `2017-04-01` 👻