偏右
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
31 additions and
1 deletions
CHANGELOG.en-US.md
CHANGELOG.zh-CN.md
package.json
@ -15,6 +15,21 @@ timeline: true
---
## 4.1.3
- 💄 Adjust Form.Item `label` height style in vertical layout. [#23192 ](https://github.com/ant-design/ant-design/pull/23192 )
- 🐞 Fix `Variable is undefined` when importing dark or compact theme and provide a `getThemeVariables` methold for getting theme variables easily. [#23171 ](https://github.com/ant-design/ant-design/pull/23171 )
- 🐞 Fix PageHeader style breaks when `title` is too long and improve it's responsive design. [#23133 ](https://github.com/ant-design/ant-design/pull/23133 )
- Tabs
- 🐞 Fix Tabs `@tabs-card-height` less variable not working. [#23168 ](https://github.com/ant-design/ant-design/pull/23168 )
- 🐞 Fix Tabs cannot be displayed in Safari 13. [#23151 ](https://github.com/ant-design/ant-design/pull/23151 ) [@imhxc ](https://github.com/imhxc )
- Table
- 🐞 Fix Table fixed columns cannot pin in Safari 12. [#23161 ](https://github.com/ant-design/ant-design/pull/23161 )
- 🐞 Fix Table `summary` padding in small size. [#23140 ](https://github.com/ant-design/ant-design/pull/23140 ) [@someyoungideas ](https://github.com/someyoungideas )
- 🐞 Fix Select align style with different size. [#23160 ](https://github.com/ant-design/ant-design/pull/23160 )
- 🐞 Fix RangePicker under Input.Group style issue. [#23149 ](https://github.com/ant-design/ant-design/pull/23149 )
- 🐞 Fix Pagination missing TypeScript definition of `showTitle` . [#23144 ](https://github.com/ant-design/ant-design/pull/23144 ) [@DongchengWang ](https://github.com/DongchengWang )
## 4.1.2
- Menu
@ -15,6 +15,21 @@ timeline: true
---
## 4.1.3
- 💄 调整 Form.Item `label` 在垂直布局下的高度样式。[#23192](https://github.com/ant-design/ant-design/pull/23192)
- 🐞 修复引用暗黑或紧凑主题时提示 `Variable is undefined` 的问题,并提供 `getThemeVariables` 方便获取对应主题变量。[#23171](https://github.com/ant-design/ant-design/pull/23171)
- 🐞 修复 PageHeader `title` 超长时布局被破坏的问题并优化响应式表现。[#23133](https://github.com/ant-design/ant-design/pull/23133)
- Tabs
- 🐞 修复 Tabs `@tabs-card-height` less 变量无效的问题。[#23168](https://github.com/ant-design/ant-design/pull/23168)
- 🐞 修复 Tabs 在 Safair 浏览器下无法显示的问题。[#23151](https://github.com/ant-design/ant-design/pull/23151) [@imhxc ](https://github.com/imhxc )
- Table
- 🐞 修复 Table 固定列在 Safari 12 中不能固定的问题。[#23161](https://github.com/ant-design/ant-design/pull/23161)
- 🐞 修复 Table `summary` 在小尺寸下的内边距样式。[#23140](https://github.com/ant-design/ant-design/pull/23140) [@someyoungideas ](https://github.com/someyoungideas )
- 🐞 修复 Select 不同尺寸下的对齐样式问题。[#23160](https://github.com/ant-design/ant-design/pull/23160)
- 🐞 修复 RangePicker 在 Input.Group 内的样式问题。[#23149](https://github.com/ant-design/ant-design/pull/23149)
- 🐞 修复 Pagination 缺少 `showTitle` TypeScript 定义的问题。[#23144](https://github.com/ant-design/ant-design/pull/23144) [@DongchengWang ](https://github.com/DongchengWang )
## 4.1.2
- Menu
@ -1,6 +1,6 @@
{
"name" : "antd" ,
"version" : "4.1.2 " ,
"version" : "4.1.3 " ,
"description" : "An enterprise-class UI design language and React components implementation" ,
"keywords" : [
"ant" ,