Browse Source

docs: 4.17.0-alpha.5 changelog (#32360)

pull/32373/head
二货机器人 3 years ago
committed by GitHub
parent
commit
699808f8a7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      CHANGELOG.en-US.md
  2. 9
      CHANGELOG.zh-CN.md
  3. 2
      package.json

9
CHANGELOG.en-US.md

@ -15,6 +15,15 @@ timeline: true
---
## 4.17.0-alpha.5
`2021-09-30`
- 🆕 Tree `draggable` add handler for tips. [#32306](https://github.com/ant-design/ant-design/pull/32306)
- 🐞 Fix Table selection column arrow get covered by fixed column. [#32276](https://github.com/ant-design/ant-design/pull/32276) [@g7i](https://github.com/g7i)
- TypeScript
- 🐞 Fix Table missing generic type definition. [#32358](https://github.com/ant-design/ant-design/pull/32358)
## 4.17.0-alpha.4
`2021-09-25`

9
CHANGELOG.zh-CN.md

@ -15,6 +15,15 @@ timeline: true
---
## 4.17.0-alpha.5
`2021-09-30`
- 🆕 Tree `draggable` 添加拖拽图标以提示。[#32306](https://github.com/ant-design/ant-design/pull/32306)
- 🐞 修复 Table 选择框下拉箭头被固定列遮挡的问题。[#32276](https://github.com/ant-design/ant-design/pull/32276) [@g7i](https://github.com/g7i)
- TypeScript
- 🐞 修复 Table 丢失泛型定义。[#32358](https://github.com/ant-design/ant-design/pull/32358)
## 4.17.0-alpha.4
`2021-09-25`

2
package.json

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

Loading…
Cancel
Save