docs: fix changelog page build issue

This commit is contained in:
zombiej 2022-01-11 10:55:58 +08:00
parent 0eedd0ba7e
commit 98b2df4175
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ timeline: true
`2022-01-10`
- 🆕 Menu support <kbd>home</kbd> and <kbd>end</kbd> key. [#33642](https://github.com/ant-design/ant-design/pull/33642) [@dartamonov-vertex](https://github.com/dartamonov-vertex)
- 🆕 Menu support `home` and `end` key. [#33642](https://github.com/ant-design/ant-design/pull/33642) [@dartamonov-vertex](https://github.com/dartamonov-vertex)
- Table
- ⚡️ Improve Table perfermance significantly when mount and unmount. [#33554](https://github.com/ant-design/ant-design/pull/33554)
- 🐞 Fix Table emptynode fixed display. [#33610](https://github.com/ant-design/ant-design/pull/33610) [@hemengke1997](https://github.com/hemengke1997)

View File

@ -19,7 +19,7 @@ timeline: true
`2022-01-10`
- 🆕 Menu 组件支持 <kbd>home</kbd>(跳转到第一项)和 <kbd>end</kbd>(跳转到最后一项)。[#33642](https://github.com/ant-design/ant-design/pull/33642) [@dartamonov-vertex](https://github.com/dartamonov-vertex)
- 🆕 Menu 组件支持 `home`(跳转到第一项)和 `end`(跳转到最后一项)。[#33642](https://github.com/ant-design/ant-design/pull/33642) [@dartamonov-vertex](https://github.com/dartamonov-vertex)
- Table
- ⚡️ 大幅优化 Table 渲染时和卸载时的性能。[#33554](https://github.com/ant-design/ant-design/pull/33554)
- 🐞 修复 Table 空状态未居中显示。[#33610](https://github.com/ant-design/ant-design/pull/33610) [@hemengke1997](https://github.com/hemengke1997)