未验证 提交 58a69bc0 编写于 作者: 诸岳 提交者: GitHub

Merge pull request #26720 from ant-design/release-4.6.4

docs: Add changelog of 4.6.4
...@@ -15,6 +15,21 @@ timeline: true ...@@ -15,6 +15,21 @@ timeline: true
--- ---
## 4.6.4
`2020-09-13`
- 💄 style: Card card image has extra 1px border. [#26659](https://github.com/ant-design/ant-design/pull/26659)
- 💄 Fix Select `placeholder` color not same as Input. [#26651](https://github.com/ant-design/ant-design/pull/26651) [@wangcch](https://github.com/wangcch)
- 🐞 Fix Menu not support React.Fragment inside. [#26656](https://github.com/ant-design/ant-design/pull/26656)
- 🐞 Fix TextArea different behavior with Input when set `value` to `undefined`. [#26652](https://github.com/ant-design/ant-design/pull/26652)
- 🐞 Fix Motion related issue like Upload align flash and Form.Item with `help` ssr issue. [#26628](https://github.com/ant-design/ant-design/pull/26628)
- 🐞 Fix Typography.Link warning `Invalid value for prop navigate` when using with react-router. [#26623](https://github.com/ant-design/ant-design/pull/26623)
- 🐞 Fix Table pagination missing when is above table. [#26618](https://github.com/ant-design/ant-design/pull/26618)
- 🐞 Fix Upload in control miss file when upload multiple file in same time. [#26612](https://github.com/ant-design/ant-design/pull/26612)
- TypeScript
- 🤖 Fix Table that sorter `compare` and `multiple` should be optional. [#26686](https://github.com/ant-design/ant-design/pull/26686)
## 4.6.3 ## 4.6.3
`2020-09-06` `2020-09-06`
......
...@@ -15,6 +15,21 @@ timeline: true ...@@ -15,6 +15,21 @@ timeline: true
--- ---
## 4.6.4
`2020-09-13`
- 💄 修复 Card 封面图片上有 1px 白边的问题。[#26659](https://github.com/ant-design/ant-design/pull/26659)
- 💄 修复 Select 的 `placeholder` 颜色与 Input 不一致的问题。[#26651](https://github.com/ant-design/ant-design/pull/26651) [@wangcch](https://github.com/wangcch)
- 🐞 修复 Menu 不支持 React.Fragment 的问题。[#26656](https://github.com/ant-design/ant-design/pull/26656)
- 🐞 修复 TextArea 设置 `value``undefined` 时和 Input 行为不一致的问题。[#26652](https://github.com/ant-design/ant-design/pull/26652)
- 🐞 修复 Motion 相关问题例如 Upload 对齐闪烁与 Form.Item 配置 `help` 的 ssr 问题。[#26628](https://github.com/ant-design/ant-design/pull/26628)
- 🐞 修复 Typography.Link 和 react-router 一起使用时抛出 `Invalid value for prop navigate` 的问题。[#26623](https://github.com/ant-design/ant-design/pull/26623)
- 🐞 修复 Table 分页器在表格上方消失的问题。[#26618](https://github.com/ant-design/ant-design/pull/26618)
- 🐞 修复 Upload 受控时同时上传多份文件会丢失部分文件的问题。[#26612](https://github.com/ant-design/ant-design/pull/26612)
- TypeScript
- 🤖 修复 Table sorter 的 `compare``multiple` 不是可选的问题。[#26686](https://github.com/ant-design/ant-design/pull/26686)
## 4.6.3 ## 4.6.3
`2020-09-06` `2020-09-06`
......
{ {
"name": "antd", "name": "antd",
"version": "4.6.3", "version": "4.6.4",
"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": [
...@@ -294,7 +294,7 @@ ...@@ -294,7 +294,7 @@
"bundlesize": [ "bundlesize": [
{ {
"path": "./dist/antd.min.js", "path": "./dist/antd.min.js",
"maxSize": "300 kB" "maxSize": "320 kB"
}, },
{ {
"path": "./dist/antd.min.css", "path": "./dist/antd.min.css",
...@@ -302,7 +302,7 @@ ...@@ -302,7 +302,7 @@
}, },
{ {
"path": "./dist/antd.dark.min.css", "path": "./dist/antd.dark.min.css",
"maxSize": "66 kB" "maxSize": "67 kB"
}, },
{ {
"path": "./dist/antd.compact.min.css", "path": "./dist/antd.compact.min.css",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册