Browse Source

docs: release 4.16.5

pull/32191/head 4.16.5
afc163 3 years ago
parent
commit
399f073001
  1. 10
      CHANGELOG.en-US.md
  2. 8
      CHANGELOG.zh-CN.md
  3. 2
      package.json

10
CHANGELOG.en-US.md

@ -15,7 +15,7 @@ timeline: true
---
## 4.16.4
## 4.16.5
`2021-06-23`
@ -25,7 +25,13 @@ timeline: true
- 🐞 Fix Input.Password hover border color in Form validation. [#30999](https://github.com/ant-design/ant-design/pull/30999)
- 🐞 Fix Space with wrap takes additional negative margin style. [#31000](https://github.com/ant-design/ant-design/pull/31000)
- 🐞 Fix Typography warning for non-boolean attribute when set `italic` property. [#31004](https://github.com/ant-design/ant-design/pull/31004)
- 🐞 Fix Badge not passing markup validation. [#31042](https://github.com/ant-design/ant-design/pull/31042) [](https://github.com/conwnet)
- 🐞 Fix Badge not passing markup validation. [#31042](https://github.com/ant-design/ant-design/pull/31042) [@conwnet](https://github.com/conwnet)
## 4.16.4
`2021-06-23`
- Broken version, don't use it.
## 4.16.3

8
CHANGELOG.zh-CN.md

@ -15,7 +15,7 @@ timeline: true
---
## 4.16.4
## 4.16.5
`2021-06-23`
@ -27,6 +27,12 @@ timeline: true
- 🐞 修复 Typography 配置 `italic` 时会警告不是一个合法 DOM 属性的问题。[#31004](https://github.com/ant-design/ant-design/pull/31004)
- 🐞 修复 Badge 没有通过 html 标签嵌套校验的问题。[#31042](https://github.com/ant-design/ant-design/pull/31042) [@conwnet](https://github.com/conwnet)
## 4.16.4
`2021-06-23`
- npm 发布出问题了,这个版本无法使用。
## 4.16.3
`2021-06-14`

2
package.json

@ -1,6 +1,6 @@
{
"name": "antd",
"version": "4.16.4",
"version": "4.16.5",
"description": "An enterprise-class UI design language and React components implementation",
"title": "Ant Design",
"keywords": [

Loading…
Cancel
Save