偏右
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
21 additions and
1 deletions
-
CHANGELOG.en-US.md
-
CHANGELOG.zh-CN.md
-
package.json
|
|
@ -15,6 +15,16 @@ timeline: true |
|
|
|
|
|
|
|
--- |
|
|
|
|
|
|
|
## 3.22.2 |
|
|
|
|
|
|
|
`2019-08-27` |
|
|
|
|
|
|
|
- 🐞 Fix Mentions has additional height in Form. [#18478](https://github.com/ant-design/ant-design/pull/18478) |
|
|
|
- 🐞 Fix disabled Input should not be allowed to clear. [#18482](https://github.com/ant-design/ant-design/pull/18482) |
|
|
|
- 🐞 Fix Input.Password crash with `Cannot read property 'input' of null` when unmount. [#18475](https://github.com/ant-design/ant-design/pull/18475) |
|
|
|
- 🐞 Fix Table `style` should applied to outside wrapper. [#18494](https://github.com/ant-design/ant-design/pull/18494) |
|
|
|
- 🐞 Fix PageHeader default english text. [#18471](https://github.com/ant-design/ant-design/pull/18471) [@hjiawei](https://github.com/hjiawei) |
|
|
|
|
|
|
|
## 3.22.1 |
|
|
|
|
|
|
|
`2019-08-26` |
|
|
|
|
|
@ -15,6 +15,16 @@ timeline: true |
|
|
|
|
|
|
|
--- |
|
|
|
|
|
|
|
## 3.22.2 |
|
|
|
|
|
|
|
`2019-08-27` |
|
|
|
|
|
|
|
- 🐞修复 Mentions 在 Form 中高度略高的问题。[#18478](https://github.com/ant-design/ant-design/pull/18478) |
|
|
|
- 🐞修复失效 Input 依然支持 allowClear 的问题。[#18482](https://github.com/ant-design/ant-design/pull/18482) |
|
|
|
- 🐞修复 Input.Password unmount 时报错 `Cannot read property 'input' of null`。[#18475](https://github.com/ant-design/ant-design/pull/18475) |
|
|
|
- 🐞修正 Table `style` 属性到最外层容器。[#18494](https://github.com/ant-design/ant-design/pull/18494) |
|
|
|
- 🐞修正 PageHeader 默认英文文案。[#18471](https://github.com/ant-design/ant-design/pull/18471) [@hjiawei](https://github.com/hjiawei) |
|
|
|
|
|
|
|
## 3.22.1 |
|
|
|
|
|
|
|
`2019-08-26` |
|
|
|
|
|
@ -1,6 +1,6 @@ |
|
|
|
{ |
|
|
|
"name": "antd", |
|
|
|
"version": "3.22.1", |
|
|
|
"version": "3.22.2", |
|
|
|
"title": "Ant Design", |
|
|
|
"description": "An enterprise-class UI design language and React components implementation", |
|
|
|
"homepage": "http://ant.design/", |
|
|
|