From 8ecb4cdc607f93fed8fc786b50b22b6370d89936 Mon Sep 17 00:00:00 2001
From: lijianan <574980606@qq.com>
Date: Thu, 9 Feb 2023 11:37:40 +0800
Subject: [PATCH] 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>
---
CHANGELOG.en-US.md | 2 +-
CHANGELOG.zh-CN.md | 2 +-
components/timeline/index.zh-CN.md | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md
index 0a15358083..4f2d89c581 100644
--- a/CHANGELOG.en-US.md
+++ b/CHANGELOG.en-US.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)
diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md
index cf63ad4ddb..6589144662 100644
--- a/CHANGELOG.zh-CN.md
+++ b/CHANGELOG.zh-CN.md
@@ -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)
diff --git a/components/timeline/index.zh-CN.md b/components/timeline/index.zh-CN.md
index a733dfc4b8..0634ea95b2 100644
--- a/components/timeline/index.zh-CN.md
+++ b/components/timeline/index.zh-CN.md
@@ -15,7 +15,7 @@ demo:
- 当有一系列信息需按时间排列时,可正序和倒序。
- 需要有一条时间轴进行视觉上的串联时。
-
+
```jsx
// >=5.2.0 可用,推荐的写法 ✅