Added entries to the changelog files.

This commit is contained in:
moraispgsi 2021-06-01 17:09:14 +01:00
parent 254c6d3e27
commit 26a08bdce8
2 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,7 @@ timeline: true
- Table
- 🐞 Fix Table.Summary missing border style when `sticky` and `bordered` enabled. [#30666](https://github.com/ant-design/ant-design/pull/30666)
- 🐞 Fix column align with sorter and filter. [#30744](https://github.com/ant-design/ant-design/pull/30744)
- 🐞 Fix filtering in nested columns. [#30809](https://github.com/ant-design/ant-design/pull/30809) [@moraispgsi](https://github.com/moraispgsi)
- 🐞 Fix Collapse expandIconPosition="right" not working. [#30680](https://github.com/ant-design/ant-design/pull/30680) [@hongdeyuan](https://github.com/hongdeyuan)
- TypeScript
- 🤖 Export TableColumnsType type.[#30747](https://github.com/ant-design/ant-design/pull/30747) [@alwaysloseall](https://github.com/alwaysloseall)

View File

@ -29,6 +29,7 @@ timeline: true
- Table
- 🐞 修复筛选/排序列的 `align` 属性。[#30744](https://github.com/ant-design/ant-design/pull/30744)
- 🐞 修复 Table.Summary `sticky` 模式下,配置 `bordered` 边框样式丢失的问题。[#30666](https://github.com/ant-design/ant-design/pull/30666)
- 🐞 修复嵌套列中的过滤。 [#30809](https://github.com/ant-design/ant-design/pull/30809) [@moraispgsi](https://github.com/moraispgsi)
- 🐞 修复 Collapse `expandIconPosition="right"` 未生效的问题。[#30680](https://github.com/ant-design/ant-design/pull/30680) [@hongdeyuan](https://github.com/hongdeyuan)
- TypeScript
- 🤖 导出 TableColumnsType 类型。[#30747](https://github.com/ant-design/ant-design/pull/30747) [@alwaysloseall](https://github.com/alwaysloseall)