From 055c997fc5b8d322bd528dd942bffb33c21211bb Mon Sep 17 00:00:00 2001 From: afc163 Date: Wed, 15 Jul 2020 12:28:39 +0800 Subject: [PATCH] :memo: changelog about tabs changes --- CHANGELOG.en-US.md | 2 +- CHANGELOG.zh-CN.md | 2 +- docs/react/migration-v4.en-US.md | 1 + docs/react/migration-v4.zh-CN.md | 1 + 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index f2b6d45618..823b46fdf8 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -241,7 +241,7 @@ timeline: true `2020-05-31` -- 🔥 Rewrite Tabs for better user experience. [#24552](https://github.com/ant-design/ant-design/pull/24552) +- 🔥 Rewrite Tabs for better user experience, dom structure is changed. [#24552](https://github.com/ant-design/ant-design/pull/24552) - 📖 Add components [overview page](https://ant.design/components/overview). [#24491](https://github.com/ant-design/ant-design/pull/24491) [@arvinxx](https://github.com/arvinxx) - 🛠 Optimize dependencies to reduce overall package size. [#24584](https://github.com/ant-design/ant-design/pull/24584) - Button diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index a40e864532..301a99d6cb 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -242,7 +242,7 @@ timeline: true `2020-05-31` -- 🔥 重做 Tabs 以提升多标签在不同环境下的用户体验。[#24552](https://github.com/ant-design/ant-design/pull/24552) +- 🔥 重做 Tabs 以提升多标签在不同环境下的用户体验,**DOM 结构完全重写**,请注意覆盖样式丢失的问题。[#24552](https://github.com/ant-design/ant-design/pull/24552) - 📖 新增组件[总览页面](https://ant.design/components/overview-cn)。[#24491](https://github.com/ant-design/ant-design/pull/24491) [@arvinxx](https://github.com/arvinxx) - 🛠 增加大量功能,同时减少了包体积(相比 `4.2.5` 减少了 2KB)。[#24584](https://github.com/ant-design/ant-design/pull/24584) - Button diff --git a/docs/react/migration-v4.en-US.md b/docs/react/migration-v4.en-US.md index d4ce5194eb..a38672ab04 100644 --- a/docs/react/migration-v4.en-US.md +++ b/docs/react/migration-v4.en-US.md @@ -27,6 +27,7 @@ This document will help you upgrade from antd `3.x` version to antd `4.x` versio - DatePicker interactive redo, range selection can now select start and end time separately. - Table change default background color from transparent to white. - Smaller Tabs bar width. +- New Tabs interaction and dom structure is changed in `4.3.0`. ### Compatibility diff --git a/docs/react/migration-v4.zh-CN.md b/docs/react/migration-v4.zh-CN.md index 4bc700fb1d..087664a34c 100644 --- a/docs/react/migration-v4.zh-CN.md +++ b/docs/react/migration-v4.zh-CN.md @@ -27,6 +27,7 @@ title: 从 v3 到 v4 - DatePicker 交互重做,面板和输入框分离,范围选择现可单独选择开始和结束时间。 - Table 默认背景颜色从透明修改为白色。 - Tabs 火柴棍样式缩短为和文字等长。 +- Tabs 交互重做,DOM 结构改变。`4.3.0` ### 兼容性调整