Browse Source
docs: add 4.14.1 changelog (#29849)
* docs: add 4.14.1 changelog
* chore: bump version
* Update CHANGELOG.en-US.md
Co-authored-by: xrkffgg <xrkffgg@gmail.com>
* Update CHANGELOG.zh-CN.md
Co-authored-by: xrkffgg <xrkffgg@gmail.com>
Co-authored-by: xrkffgg <xrkffgg@gmail.com>
pull/29857/head
Wei Zhu
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
21 additions and
1 deletions
-
CHANGELOG.en-US.md
-
CHANGELOG.zh-CN.md
-
package.json
|
@ -15,6 +15,16 @@ timeline: true |
|
|
|
|
|
|
|
|
--- |
|
|
--- |
|
|
|
|
|
|
|
|
|
|
|
## 4.14.1 |
|
|
|
|
|
|
|
|
|
|
|
`2021-03-22` |
|
|
|
|
|
|
|
|
|
|
|
- 🐞 Fix Tabs position shift when active item changed. [#29781](https://github.com/ant-design/ant-design/issues/29781) |
|
|
|
|
|
- 🐞 Fix `placeholder` not being hidden when Image is loaded from cache. [#29829](https://github.com/ant-design/ant-design/pull/29829) |
|
|
|
|
|
- 💄 Improve Checkbox/Radio label text layout. [#29788](https://github.com/ant-design/ant-design/pull/29788) |
|
|
|
|
|
- TypeScript |
|
|
|
|
|
- 🤖 Fix Upload type declaration of `beforeUpload`. [#29766](https://github.com/ant-design/ant-design/pull/29766) |
|
|
|
|
|
|
|
|
## 4.14.0 |
|
|
## 4.14.0 |
|
|
|
|
|
|
|
|
`2021-03-14` |
|
|
`2021-03-14` |
|
|
|
@ -15,6 +15,16 @@ timeline: true |
|
|
|
|
|
|
|
|
--- |
|
|
--- |
|
|
|
|
|
|
|
|
|
|
|
## 4.14.1 |
|
|
|
|
|
|
|
|
|
|
|
`2021-03-22` |
|
|
|
|
|
|
|
|
|
|
|
- 🐞 修复 Tabs 切换时标题宽度变化的问题。[#29781](https://github.com/ant-design/ant-design/issues/29781) |
|
|
|
|
|
- 🐞 修复 Image 从缓存加载图片时,`placeholder` 不会隐藏的问题。[#29829](https://github.com/ant-design/ant-design/pull/29829) |
|
|
|
|
|
- 💄 优化 Checkbox/Radio 文本的换行展示样式。[#29788](https://github.com/ant-design/ant-design/pull/29788) |
|
|
|
|
|
- TypeScript |
|
|
|
|
|
- 🤖 修复 Upload `beforeUpload` 属性类型声明。[#29766](https://github.com/ant-design/ant-design/pull/29766) |
|
|
|
|
|
|
|
|
## 4.14.0 |
|
|
## 4.14.0 |
|
|
|
|
|
|
|
|
`2021-03-14` |
|
|
`2021-03-14` |
|
|
|
@ -1,6 +1,6 @@ |
|
|
{ |
|
|
{ |
|
|
"name": "antd", |
|
|
"name": "antd", |
|
|
"version": "4.14.0", |
|
|
"version": "4.14.1", |
|
|
"description": "An enterprise-class UI design language and React components implementation", |
|
|
"description": "An enterprise-class UI design language and React components implementation", |
|
|
"title": "Ant Design", |
|
|
"title": "Ant Design", |
|
|
"keywords": [ |
|
|
"keywords": [ |
|
|