afc163
6 years ago
No known key found for this signature in database
GPG Key ID: 5F00908D72002306
3 changed files with
11 additions and
1 deletions
-
CHANGELOG.en-US.md
-
CHANGELOG.zh-CN.md
-
package.json
|
|
@ -15,6 +15,11 @@ timeline: true |
|
|
|
|
|
|
|
--- |
|
|
|
|
|
|
|
## 3.12.3 |
|
|
|
|
|
|
|
- 🐞 Reverted [#14157](https://github.com/ant-design/ant-design/pull/14157) to fix Input `prefix` and `suffix` missing problem. [#14310](https://github.com/ant-design/ant-design/issues/14310) |
|
|
|
- 🐞 Fixed Empty `image` TypeScript type to ReactNode. [#14308](https://github.com/ant-design/ant-design/issues/14308) [@chunlea](https://github.com/chunlea) |
|
|
|
|
|
|
|
## 3.12.2 |
|
|
|
|
|
|
|
- 🐞 Fix the ineffectiveness of `className` prop for Anchor.Link. [#14248](https://github.com/ant-design/ant-design/pull/14248) |
|
|
|
|
|
@ -15,6 +15,11 @@ timeline: true |
|
|
|
|
|
|
|
--- |
|
|
|
|
|
|
|
## 3.12.3 |
|
|
|
|
|
|
|
- 🐞 回滚 [#14157](https://github.com/ant-design/ant-design/pull/14157) 修复 Input `prefix` 和 `suffix` 丢失的问题。[#14310](https://github.com/ant-design/ant-design/issues/14310) |
|
|
|
- 🐞 修复 Empty 的 `image` 属性的 TypeScript 定义。[#14308](https://github.com/ant-design/ant-design/issues/14308) [@chunlea](https://github.com/chunlea) |
|
|
|
|
|
|
|
## 3.12.2 |
|
|
|
|
|
|
|
- 🐞 修复 Anchor.Link 组件不支持 `className` 属性的问题。[#14248](https://github.com/ant-design/ant-design/pull/14248) |
|
|
|
|
|
@ -1,6 +1,6 @@ |
|
|
|
{ |
|
|
|
"name": "antd", |
|
|
|
"version": "3.12.2", |
|
|
|
"version": "3.12.3", |
|
|
|
"title": "Ant Design", |
|
|
|
"description": "An enterprise-class UI design language and React-based implementation", |
|
|
|
"homepage": "http://ant.design/", |
|
|
|