Browse Source
docs: ✨ release 4.8.2 (#27652)
* docs: ✨ release 4.8.2
* update changelog
pull/27659/head
4.8.2
偏右
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
15 additions and
1 deletions
-
CHANGELOG.en-US.md
-
CHANGELOG.zh-CN.md
-
package.json
|
|
@ -15,6 +15,13 @@ timeline: true |
|
|
|
|
|
|
|
--- |
|
|
|
|
|
|
|
## 4.8.2 |
|
|
|
|
|
|
|
`2020-11-09` |
|
|
|
|
|
|
|
- 🐞 Fix Pagination lost jumper margin style. [#27650](https://github.com/ant-design/ant-design/pull/27650) |
|
|
|
- 🐞 Fix Steps `type="navigation"` last item broken style. [#27654](https://github.com/ant-design/ant-design/pull/27654) |
|
|
|
|
|
|
|
## 4.8.1 |
|
|
|
|
|
|
|
`2020-11-08` |
|
|
|
|
|
@ -15,6 +15,13 @@ timeline: true |
|
|
|
|
|
|
|
--- |
|
|
|
|
|
|
|
## 4.8.2 |
|
|
|
|
|
|
|
`2020-11-09` |
|
|
|
|
|
|
|
- 🐞 修复 Pagination 快速跳转 margin 丢失的问题。[#27650](https://github.com/ant-design/ant-design/pull/27650) |
|
|
|
- 🐞 修复 Steps `type="navigation"` 最后一项的样式问题。[#27654](https://github.com/ant-design/ant-design/pull/27654) |
|
|
|
|
|
|
|
## 4.8.1 |
|
|
|
|
|
|
|
`2020-11-08` |
|
|
|
|
|
@ -1,6 +1,6 @@ |
|
|
|
{ |
|
|
|
"name": "antd", |
|
|
|
"version": "4.8.1", |
|
|
|
"version": "4.8.2", |
|
|
|
"description": "An enterprise-class UI design language and React components implementation", |
|
|
|
"title": "Ant Design", |
|
|
|
"keywords": [ |
|
|
|