Browse Source

docs: release 4.7.2 (#27229)

pull/27232/head
偏右 4 years ago
committed by GitHub
parent
commit
ab6a4ec1c0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      CHANGELOG.en-US.md
  2. 7
      CHANGELOG.zh-CN.md
  3. 2
      package.json

7
CHANGELOG.en-US.md

@ -15,6 +15,13 @@ timeline: true
---
## 4.7.2
`2020-10-19`
- 💄 Fix Layout.Sider `light` theme lost styles. [#27227](https://github.com/ant-design/ant-design/pull/27227) [@lingjieee](https://github.com/lingjieee)
- 💄 Fix TextArea wrapped with additional div when `showCount` is `false`, and pass `className` and `style` to outer wrapper when `showCount` is `true`. [#27216](https://github.com/ant-design/ant-design/pull/27216)
## 4.7.1
`2020-10-18`

7
CHANGELOG.zh-CN.md

@ -15,6 +15,13 @@ timeline: true
---
## 4.7.2
`2020-10-19`
- 💄 修复 Layout.Sider `light` 主题失效问题。[#27227](https://github.com/ant-design/ant-design/pull/27227) [@lingjieee](https://github.com/lingjieee)
- 💄 修复 TextArea 没有设置 `showCount` 时仍然会包裹 div 的问题,同时解决 `showCount``className``style` 没有传递给最外层节点的问题。[#27216](https://github.com/ant-design/ant-design/pull/27216)
## 4.7.1
`2020-10-18`

2
package.json

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

Loading…
Cancel
Save