Browse Source

docs(): release 4.17.0-alpha.9 (#32705)

pull/32704/head 4.17.0-alpha.9
afc163 3 years ago
committed by GitHub
parent
commit
6d06f40a58
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      CHANGELOG.en-US.md
  2. 9
      CHANGELOG.zh-CN.md
  3. 2
      package.json

9
CHANGELOG.en-US.md

@ -15,6 +15,15 @@ timeline: true
---
## 4.17.0-alpha.9
`2021-10-31`
- 🐞 Fix Collapse style issue when `expandIconPosition="right"`. [#32648](https://github.com/ant-design/ant-design/pull/32648)
- 🐞 Fix Upload broken loading style when `listStyle="picture"`. [#32664](https://github.com/ant-design/ant-design/pull/32664)
- 🐞 Fix Card `tabs` style when set `tabPosition: 'left'`. [#32695](https://github.com/ant-design/ant-design/pull/32695)
- 🐞 Avoid Input `placeholder` can be selected on Chrome. [#32639](https://github.com/ant-design/ant-design/pull/32639) [@cw1997](https://github.com/cw1997)
## 4.17.0-alpha.8
`2021-10-25`

9
CHANGELOG.zh-CN.md

@ -15,6 +15,15 @@ timeline: true
---
## 4.17.0-alpha.9
`2021-10-31`
- 🐞 修复 Collapse 设置 `expandIconPosition``right` 后的样式问题。[#32648](https://github.com/ant-design/ant-design/pull/32648)
- 🐞 修复 Upload `listStyle="picture"` 下加载中样式错位的问题。[#32664](https://github.com/ant-design/ant-design/pull/32664)
- 🐞 修复 Card 设置 `tabs` 后当 `tabPosition: 'left'` 时的样式问题。[#32695](https://github.com/ant-design/ant-design/pull/32695)
- 🐞 修复 Input `placeholder` 在 Chrome 上能被选择的问题。[#32639](https://github.com/ant-design/ant-design/pull/32639) [@cw1997](https://github.com/cw1997)
## 4.17.0-alpha.8
`2021-10-25`

2
package.json

@ -1,6 +1,6 @@
{
"name": "antd",
"version": "4.17.0-alpha.8",
"version": "4.17.0-alpha.9",
"description": "An enterprise-class UI design language and React components implementation",
"title": "Ant Design",
"keywords": [

Loading…
Cancel
Save