Skip to content

Commit

Permalink
docs: fix changelog typo
Browse files Browse the repository at this point in the history
  • Loading branch information
picodoth committed Jun 2, 2018
1 parent 0fdd13e commit 0ea890a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ timeline: true

## 3.6.0
`2018-06-02`
* 🌟 `Form`' error message now can be customized with react element (https://github.com/ant-design/ant-design/issues/10136) @lovekonakona
* 🌟 `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
* 🌟 `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
* 🌟 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 [email protected] (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
* 🐞 Fix offsetBottom causing `Affix` not 'fixed-able' (https://github.com/ant-design/ant-design/issues/10674)
Expand Down
16 changes: 8 additions & 8 deletions CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ 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
* 🌟 `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
* 🌟 `Form` 表单错误信息展示支持传入react组件 (https://github.com/ant-design/ant-design/issues/10136) @lovekonakona
* 🌟 `List` 组件支持指定分页器的位置(https://github.com/ant-design/ant-design/pull/10581) @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
* 🐞 修复`Affix`组件offsetBottom无效问题 (https://github.com/ant-design/ant-design/issues/10674)
* 🐞 修复 `Menu` 嵌套超过两层时选中最里层后对应最外层没有亮起问题 (https://github.com/ant-design/ant-design/issues/8666) @stonehank
* 🐞 修复 `Affix` 组件offsetBottom无效问题 (https://github.com/ant-design/ant-design/issues/10674)

## 3.5.4

Expand Down

0 comments on commit 0ea890a

Please sign in to comment.