Browse Source

docs: add author link correctly in changelog

pull/10747/head
picodoth 7 years ago
parent
commit
f8314a6b1e
  1. 12
      CHANGELOG.en-US.md
  2. 12
      CHANGELOG.zh-CN.md

12
CHANGELOG.en-US.md

@ -17,14 +17,14 @@ timeline: true
## 3.6.0
`2018-06-02`
* 🌟 `Form`'s error message now can be customized with react element (https://github.com/ant-design/ant-design/issues/10136) @lovekonakona
* 🌟 `List` support customized configuration for position of pagination(https://github.com/ant-design/ant-design/pull/10581) @zheeeng
* 🌟 `Form`'s error message now can be customized with react element (https://github.com/ant-design/ant-design/issues/10136) [@lovekonakona](https://github.com/lovekonakona)
* 🌟 `List` support customized configuration for position of pagination(https://github.com/ant-design/ant-design/pull/10581) [@zheeeng](https://github.com/zheeeng)
* 🌟 `Layout.Sider` now can be configured with `light` or `dark` theme (https://github.com/ant-design/ant-design/issues/10142) @pd4d10
* 🌟 Ant-Design official site now supports offline mode (https://github.com/ant-design/ant-design/issues/10625)
* 🌟 `Transfer` and `Transfer Operation` can accept style props for further customization. @eduludi
* 🌟 `Message` adds a promisfied interface to handle callback (https://github.com/ant-design/ant-design/issues/10421)@zhujinxuan
* 🐞 Fix compilation issue with typescript@v2.9.1 (https://github.com/ant-design/ant-design/issues/10729) @karol-majewski
* 🐞 Fix a bug in `Menu` where outer menu item not highlighting while inner item is selected (https://github.com/ant-design/ant-design/issues/8666) @stonehank
* 🌟 `Transfer` and `Transfer Operation` can accept style props for further customization. [@eduludi](https://github.com/eduludi)
* 🌟 `Message` adds a promisfied interface to handle callback (https://github.com/ant-design/ant-design/issues/10421) [@zhujinxuan](https://github.com/zhujinxuan)
* 🐞 Fix compilation issue with typescript@v2.9.1 (https://github.com/ant-design/ant-design/issues/10729) [@karol-majewski](https://github.com/karol-majewski)
* 🐞 Fix a bug in `Menu` where outer menu item not highlighting while inner item is selected (https://github.com/ant-design/ant-design/issues/8666) [@stonehank](https://github.com/stonehank)
* 🐞 Fix offsetBottom causing `Affix` not 'fixed-able' (https://github.com/ant-design/ant-design/issues/10674)
## 3.5.4

12
CHANGELOG.zh-CN.md

@ -17,14 +17,14 @@ timeline: true
## 3.6.0
`2018-06-02`
* 🌟 `Form` 表单错误信息展示支持传入react组件 (https://github.com/ant-design/ant-design/issues/10136) @lovekonakona
* 🌟 `List` 组件支持指定分页器的位置(https://github.com/ant-design/ant-design/pull/10581) @zheeeng
* 🌟 `Form` 表单错误信息展示支持传入react组件 (https://github.com/ant-design/ant-design/issues/10136) [@lovekonakona](https://github.com/lovekonakona)
* 🌟 `List` 组件支持指定分页器的位置(https://github.com/ant-design/ant-design/pull/10581) [@zheeeng](https://github.com/zheeeng)
* 🌟 `Layout.Sider` 支持dark/light主题定制 (https://github.com/ant-design/ant-design/issues/10142) @pd4d10
* 🌟 支持antD站点的离线模式(https://github.com/ant-design/ant-design/issues/10625)
* 🌟 `Transfer` 支持通过style属性配置样式 @eduludi
* 🌟 `Message` 增加promise化的回调接口 (https://github.com/ant-design/ant-design/issues/10421) @zhujinxuan
* 🐞 修复编译时typescript v2.9.1兼容性问题 (https://github.com/ant-design/ant-design/issues/10729) @karol-majewski
* 🐞 修复 `Menu` 嵌套超过两层时选中最里层后对应最外层没有亮起问题 (https://github.com/ant-design/ant-design/issues/8666) @stonehank
* 🌟 `Transfer` 支持通过style属性配置样式 [@eduludi](https://github.com/eduludi)
* 🌟 `Message` 增加promise化的回调接口 (https://github.com/ant-design/ant-design/issues/10421) [@zhujinxuan](https://github.com/zhujinxuan)
* 🐞 修复编译时typescript v2.9.1兼容性问题 (https://github.com/ant-design/ant-design/issues/10729) [@karol-majewski](https://github.com/karol-majewski)
* 🐞 修复 `Menu` 嵌套超过两层时选中最里层后对应最外层没有亮起问题 (https://github.com/ant-design/ant-design/issues/8666) [@stonehank](https://github.com/stonehank)
* 🐞 修复 `Affix` 组件offsetBottom无效问题 (https://github.com/ant-design/ant-design/issues/10674)
## 3.5.4

Loading…
Cancel
Save