Browse Source

📝 changelog about tabs changes

pull/25634/head
afc163 4 years ago
parent
commit
055c997fc5
  1. 2
      CHANGELOG.en-US.md
  2. 2
      CHANGELOG.zh-CN.md
  3. 1
      docs/react/migration-v4.en-US.md
  4. 1
      docs/react/migration-v4.zh-CN.md

2
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

2
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

1
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

1
docs/react/migration-v4.zh-CN.md

@ -27,6 +27,7 @@ title: 从 v3 到 v4
- DatePicker 交互重做,面板和输入框分离,范围选择现可单独选择开始和结束时间。
- Table 默认背景颜色从透明修改为白色。
- Tabs 火柴棍样式缩短为和文字等长。
- Tabs 交互重做,DOM 结构改变。`4.3.0`
### 兼容性调整

Loading…
Cancel
Save