Yu
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
35 additions and
1 deletions
CHANGELOG.en-US.md
CHANGELOG.zh-CN.md
package.json
@ -15,6 +15,23 @@ timeline: true
---
---
## 3.17.1
`2019-05-12`
- 🐞 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 )
- 🐞 Fix `hoist-non-react-statics` compilation error. [#16397 ](https://github.com/ant-design/ant-design/pull/16397 ) [@ztplz ](https://github.com/ztplz )
- 🐞 Fix customize icon style in Notification size not correct. [#16507 ](https://github.com/ant-design/ant-design/pull/16507 )
- 🐞 Fix PageHeader should not render blank dom when `title` is undefined. [#16510 ](https://github.com/ant-design/ant-design/pull/16510 ) [@yociduo ](https://github.com/yociduo )
- ⚡️ Print reject error when Modal's `onOk` callback return an promise rejects. [#16437 ](https://github.com/ant-design/ant-design/pull/16437 ) [@jas0ncn ](https://github.com/jas0ncn )
- TypeScript
- ⚡️ Improve Table column.filterDropdown type. [#16446 ](https://github.com/ant-design/ant-design/pull/16446 )
- ⚡️ Add Select missing type definition `maxTagTextLength` . [#16504 ](https://github.com/ant-design/ant-design/pull/16504 ) [@SylvanasGone ](https://github.com/SylvanasGone )
- ⚡️ Improve return type of `getFieldError` in Form. [#16524 ](https://github.com/ant-design/ant-design/pull/16524 ) [@vicrep ](https://github.com/vicrep )
- 🐞 Fix List missing style prop definition. [#16485 ](https://github.com/ant-design/ant-design/pull/16485 )
## 3.17.0
## 3.17.0
`2019-05-05`
`2019-05-05`
@ -15,6 +15,23 @@ timeline: true
---
---
## 3.17.1
`2019-05-12`
- 🐞 修复 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)
- 🐞 修复 `hoist-non-react-statics` 导致的编译错误问题。[#16397](https://github.com/ant-design/ant-design/pull/16397) [@ztplz ](https://github.com/ztplz )
- 🐞 修复自定义图标在 Notification 组件中的大小不对的问题。[#16507](https://github.com/ant-design/ant-design/pull/16507)
- 🐞 修复 PageHeader 组件当 `title` 为空时不应该渲染空白元素的问题。[#16510](https://github.com/ant-design/ant-design/pull/16510) [@yociduo ](https://github.com/yociduo )
- ⚡️ 当 Modal 组件 `onOk` 回调返回的 Promise 被 Reject 的时候,打印错误。[#16437](https://github.com/ant-design/ant-design/pull/16437) [@jas0ncn ](https://github.com/jas0ncn )
- TypeScript
- ⚡️ 完善 Table 中 `column.filterDropdown` 的定义。[#16446](https://github.com/ant-design/ant-design/pull/16446)
- ⚡️ 添加 Select 中 `maxTagTextLength` 的定义。[#16504](https://github.com/ant-design/ant-design/pull/16504) [@SylvanasGone ](https://github.com/SylvanasGone )
- ⚡️ 完善 Form 中 `getFieldError` 的返回值的定义。[#16524](https://github.com/ant-design/ant-design/pull/16524) [@vicrep ](https://github.com/vicrep )
- 🐞 修复 List 组件缺少 `style` 定义的问题。[#16485](https://github.com/ant-design/ant-design/pull/16485)
## 3.17.0
## 3.17.0
`2019-05-05`
`2019-05-05`
@ -1,6 +1,6 @@
{
{
"name" : "antd" ,
"name" : "antd" ,
"version" : "3.17.0 " ,
"version" : "3.17.1 " ,
"title" : "Ant Design" ,
"title" : "Ant Design" ,
"description" : "An enterprise-class UI design language and React components implementation" ,
"description" : "An enterprise-class UI design language and React components implementation" ,
"homepage" : "http://ant.design/" ,
"homepage" : "http://ant.design/" ,