Browse Source

🎉 Release 3.12.3

pull/14312/head 3.12.3
afc163 6 years ago
parent
commit
b5e8fbfff6
No known key found for this signature in database GPG Key ID: 5F00908D72002306
  1. 5
      CHANGELOG.en-US.md
  2. 5
      CHANGELOG.zh-CN.md
  3. 2
      package.json

5
CHANGELOG.en-US.md

@ -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)

5
CHANGELOG.zh-CN.md

@ -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)

2
package.json

@ -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/",

Loading…
Cancel
Save