Browse Source

chore: update change log for 3.6.0

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

12
CHANGELOG.en-US.md

@ -15,6 +15,18 @@ 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
* 🌟 `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
* 🐞 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
* 🐞 Fix offsetBottom causing `Affix` not 'fixed-able' (https://github.com/ant-design/ant-design/issues/10674)
## 3.5.4
`2018-05-26`

12
CHANGELOG.zh-CN.md

@ -15,6 +15,18 @@ 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
* 🐞 修复编译时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)
## 3.5.4
`2018-05-26`

Loading…
Cancel
Save