二货机器人
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
19 additions and
1 deletions
-
CHANGELOG.en-US.md
-
CHANGELOG.zh-CN.md
-
package.json
|
|
@ -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` |
|
|
|
|
|
@ -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` |
|
|
|
|
|
@ -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": [ |
|
|
|