Browse Source
docs: update 5.2.0 changelog (#40649 )
* update changelog
* update changelog
* update changelog
* Update components/timeline/index.zh-CN.md
Co-authored-by: MadCcc <1075746765@qq.com>
* Update CHANGELOG.en-US.md
Co-authored-by: MadCcc <1075746765@qq.com>
* Update CHANGELOG.zh-CN.md
Co-authored-by: MadCcc <1075746765@qq.com>
* Update components/timeline/index.zh-CN.md
Co-authored-by: MadCcc <1075746765@qq.com>
---------
Co-authored-by: MadCcc <1075746765@qq.com>
pull/40652/head
lijianan
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
3 additions and
3 deletions
CHANGELOG.en-US.md
CHANGELOG.zh-CN.md
components/timeline/index.zh-CN.md
@ -50,7 +50,7 @@ timeline: true
- 🐞 Fix the problem that the header filter is invalid in the case of group headers. [#40463 ](https://github.com/ant-design/ant-design/pull/40463 ) [@roman40a ](https://github.com/roman40a )
- 🐞 Fix selection column cover by other cell when fixed. [#39940 ](https://github.com/ant-design/ant-design/pull/39940 ) [@kiner-tang ](https://github.com/kiner-tang )
- 🐞 Fix Sorted/Filtered table fixed column transparent background unreadable. [#39012 ](https://github.com/ant-design/ant-design/pull/39012 ) [@kiner-tang ](https://github.com/kiner-tang )
- 💄 Fix border style problem when Table filter. [#39938 ](https://github.com/ant-design/ant-design/pull/39938 ) [@JarvisArt ](https://github.com/JarvisArt )
- 💄 Optimize Table hover style to fix problems with border. [#40469 ](https://github.com/ant-design/ant-design/pull/40469 )
- DatePicker
- 🐞 Fix DatePicker that have status style when disabled. [#40608 ](https://github.com/ant-design/ant-design/pull/40608 )
- 💄 Optimize the DatePicker input box style. [#40549 ](https://github.com/ant-design/ant-design/pull/40549 ) [@Wxh16144 ](https://github.com/Wxh16144 )
@ -50,7 +50,7 @@ timeline: true
- 🐞 修表头过滤器在分组标题情况下失效的问题。[#40463](https://github.com/ant-design/ant-design/pull/40463) [@roman40a ](https://github.com/roman40a )
- 🐞 修复选择列固定时滚动会被其他单元格遮盖的问题。[#39940](https://github.com/ant-design/ant-design/pull/39940) [@kiner-tang ](https://github.com/kiner-tang )
- 🐞 修复排序/筛选的表格的固定列背景色透明导致显示异常问题。[#39012](https://github.com/ant-design/ant-design/pull/39012) [@kiner-tang ](https://github.com/kiner-tang )
- 💄 修复 Table filter 时边框样式问题。[#39938](https://github.com/ant-design/ant-design/pull/39938) [@JarvisArt ](https://github.com/JarvisArt )
- 💄 优化 Table 组件 hover 样式,修复边框异常问题。[#40469](https://github.com/ant-design/ant-design/pull/40469 )
- DatePicker
- 🐞 修复 DatePicker 组件禁用时状态样式生效的问题。[#40608](https://github.com/ant-design/ant-design/pull/40608)
- 💄 优化 DatePicker 输入框样式。[#40549](https://github.com/ant-design/ant-design/pull/40549) [@Wxh16144 ](https://github.com/Wxh16144 )
@ -15,7 +15,7 @@ demo:
- 当有一系列信息需按时间排列时,可正序和倒序。
- 需要有一条时间轴进行视觉上的串联时。
< Alert message = "5.2.0版本之后,我们提供了更简单的用法 <Timeline items={[...]} /> 以提供具有更好的性能和使您在应用程序中能编写更简单代码潜力。 与此同时,我们弃用了旧的用法,我们将在 antd 6.0 中删除它。" > < / Alert >
< Alert message = "5.2.0版本之后,我们提供了更简单的用法 <Timeline items={[...]} /> 以获得更好的性能,使您能在应用中编写更简单的代码。与此同时,我们弃用了旧的用法,并且将在下一个 major 版本 中删除它。" > < / Alert >
```jsx
// >=5.2.0 可用,推荐的写法 ✅