Browse Source

docs: changelog for 3.18.0 (#16539)

* docs: changelog for 3.18.0

* fix review issue
pull/16556/head
Yu 6 years ago
committed by zombieJ
parent
commit
5375f5188e
  1. 5
      CHANGELOG.en-US.md
  2. 5
      CHANGELOG.zh-CN.md
  3. 2
      package.json

5
CHANGELOG.en-US.md

@ -15,10 +15,13 @@ timeline: true
---
## 3.17.1
## 3.18.0
`2019-05-12`
- 🌟 Transfer support `children` prop to customize render list. [#16026](https://github.com/ant-design/ant-design/pull/16026)
- 🌟 Pagination support `disabled` prop. [#16493](https://github.com/ant-design/ant-design/pull/16493)
- 🌟 Upgrade `@ant-design/icons` and `@ant-design/icons-react` to 2.0 for fix lots of missing icons. [#15874](https://github.com/ant-design/ant-design/pull/15874)
- 🐞 Fix Form `hasFeedback` overlap issue with Input.Password. [#16445](https://github.com/ant-design/ant-design/pull/16445)
- 🐞 Fix Select selected and disabled item wrong hover color. [#16477](https://github.com/ant-design/ant-design/pull/16477)
- 🐞 Fix disabled Upload being triggered by label. [#16483](https://github.com/ant-design/ant-design/pull/16483)

5
CHANGELOG.zh-CN.md

@ -15,10 +15,13 @@ timeline: true
---
## 3.17.1
## 3.18.0
`2019-05-12`
- 🌟 Transfer 支持 `children` 来自定义渲染列表。[#16026](https://github.com/ant-design/ant-design/pull/16026)
- 🌟 Pagination 支持 `disabled` 属性。[#16493](https://github.com/ant-design/ant-design/pull/16493)
- 🌟 升级 `@ant-design/icons``@ant-design/icons-react` 到 2.0 修复一些图标缺失的问题。[#15874](https://github.com/ant-design/ant-design/pull/15874)
- 🐞 修复 Form `hasFeedback` 和 Input.Password 一起使用时互相重叠的问题。[#16445](https://github.com/ant-design/ant-design/pull/16445)
- 🐞 修复 Select 当前选中的失效项的样式问题。[#16477](https://github.com/ant-design/ant-design/pull/16477)
- 🐞 修复 Upload disabled 状态下会被 label 激活的问题。[#16483](https://github.com/ant-design/ant-design/pull/16483)

2
package.json

@ -1,6 +1,6 @@
{
"name": "antd",
"version": "3.17.1",
"version": "3.18.0",
"title": "Ant Design",
"description": "An enterprise-class UI design language and React components implementation",
"homepage": "http://ant.design/",

Loading…
Cancel
Save