Browse Source

docs: release 4.17.0-alpha.8 (#32632)

Co-authored-by: xrkffgg <xrkffgg@gmail.com>
pull/32639/head 4.17.0-alpha.8
vagusX 3 years ago
committed by GitHub
parent
commit
f08b6cdd1a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      CHANGELOG.en-US.md
  2. 10
      CHANGELOG.zh-CN.md
  3. 2
      package.json

10
CHANGELOG.en-US.md

@ -15,6 +15,16 @@ timeline: true
---
## 4.17.0-alpha.8
`2021-10-25`
- 🐞 Fix the text overflow when page zoomed in Typography with prop `ellipsis`. [#32496](https://github.com/ant-design/ant-design/pull/32496) [@hydraZty](https://github.com/hydraZty)
- 🐞 Fix Transfer throws `MenuItem should not leave undefined key` warning when opening selection dropdown menu. [#32578](https://github.com/ant-design/ant-design/pull/32578)
- 🐞 Fix Tree.DirectoryTree throws `TypeError:nativeEvent is undefined`. [#32551](https://github.com/ant-design/ant-design/pull/32551) [@D-to-the-K](https://github.com/D-to-the-K)
- 💄 Add box-shadow for jumper input in Pagination with `simple` props. [#32528](https://github.com/ant-design/ant-design/pull/32528) [@chen-jingjie](https://github.com/chen-jingjie)
- 💄 Table hover `rowSpan` row will highlight all the rows now. [#32557](https://github.com/ant-design/ant-design/pull/32557)
## 4.17.0-alpha.7
`2021-10-18`

10
CHANGELOG.zh-CN.md

@ -15,6 +15,16 @@ timeline: true
---
## 4.17.0-alpha.8
`2021-10-25`
- 🐞 修复 Typography 设置 `ellipsis` 后在缩放下的文本溢出。[#32496](https://github.com/ant-design/ant-design/pull/32496) [@hydraZty](https://github.com/hydraZty)
- 🐞 修复 Transfer 打开选择菜单时抛出 `MenuItem should not leave undefined key` 警告。[#32578](https://github.com/ant-design/ant-design/pull/32578)
- 🐞 修复 Tree.DirectoryTree 键盘操作时抛出 `TypeError:nativeEvent is undefined`。[#32551](https://github.com/ant-design/ant-design/pull/32551) [@D-to-the-K](https://github.com/D-to-the-K)
- 💄 Pagination `simple` 属性下中翻页 input 增加 box-shadow。[#32528](https://github.com/ant-design/ant-design/pull/32528) [@chen-jingjie](https://github.com/chen-jingjie)
- 💄 Table 鼠标悬浮 `rowSpan` 行时会高亮所有相关行。[#32557](https://github.com/ant-design/ant-design/pull/32557)
## 4.17.0-alpha.7
`2021-10-18`

2
package.json

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

Loading…
Cancel
Save