From 1cdf0d91414c08829c823bcf158c9caea82eb6f1 Mon Sep 17 00:00:00 2001 From: Wei Zhu Date: Mon, 11 Sep 2017 14:39:38 +0800 Subject: [PATCH] Fix issue link --- CHANGELOG.en-US.md | 2 +- CHANGELOG.zh-CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index b66525eb5c..e94fde0581 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -47,7 +47,7 @@ If you want to read change logs before `2.0.0`, please visit [GitHub](https://gi - 🌟 Menu can not be selected defaultly now. - 🌟 Add a third parameter `originalElement` to Pagination's `itemRender`. - 🌟 Add `backfill` prop to AutoComplete, items are selected by keyborad will be backfilled to the search input. [#5764](https://github.com/ant-design/ant-design/issues/5764) -- 🌟 Add `firstActiveValue` prop to Select to allow specify active item when open select first time. [#6318] [@L-x-C](https://github.com/ant-design/ant-design/issues/6318) +- 🌟 Add `firstActiveValue` prop to Select to allow specify active item when open select first time. [#6318](https://github.com/ant-design/ant-design/issues/6318) [@L-x-C](https://github.com/ant-design/ant-design/issues/6318) - LocaleProvider - 🌟 Add Persian. [#6878](https://github.com/ant-design/ant-design/pull/6878) [@mkermani144](https://github.com/mkermani144) - 🌟 Add Greek. [#6928](https://github.com/ant-design/ant-design/pull/6928) [@michmach](https://github.com/michmach) diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index 552dd1334b..8545c67635 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -47,7 +47,7 @@ timeline: true - 🌟 Menu 默认调整为不能选中。 - 🌟 Pagination 的 `itemRender` 新增第三个参数 `originalElement`。 - 🌟 AutoComplete 新增 `backfill` 属性,键盘选择时能回填选中项到输入框中。[#5764](https://github.com/ant-design/ant-design/issues/5764) -- 🌟 Select 新增 `firstActiveValue` 属性,允许指定首次打开时默认选中的项。[#6318] [@L-x-C](https://github.com/ant-design/ant-design/issues/6318) +- 🌟 Select 新增 `firstActiveValue` 属性,允许指定首次打开时默认选中的项。[#6318](https://github.com/ant-design/ant-design/issues/6318) [@L-x-C](https://github.com/ant-design/ant-design/issues/6318) - LocaleProvider - 🌟 新增波斯语。[#6878](https://github.com/ant-design/ant-design/pull/6878) [@mkermani144](https://github.com/mkermani144) - 🌟 新增希腊语。[#6928](https://github.com/ant-design/ant-design/pull/6928) [@michmach](https://github.com/michmach)