Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโ€™ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: โœจ Release 3.26.3 #20258

Merged
merged 1 commit into from Dec 14, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.en-US.md
Expand Up @@ -15,6 +15,18 @@ timeline: true

---

## 3.26.3

`2019-12-14`

- ๐Ÿ›  support `unpkg` field in `package.json`. [#20193](https://github.com/ant-design/ant-design/pull/20193)
- ๐Ÿž Fix Tree `showLine` and `showIcon` missing icon. [#20196](https://github.com/ant-design/ant-design/pull/20196)
- ๐Ÿž Fix Modal combine Drawer cause invalid scroll problem. [#20242](https://github.com/ant-design/ant-design/pull/20242)
- ๐Ÿž Fix Drawer `switchScrollingEffect prop on a DOM element` warning. [#20175](https://github.com/ant-design/ant-design/pull/20175)
- ๐Ÿž Fix Select Option `label` definition. [#20190](https://github.com/ant-design/ant-design/pull/20190) [@ZhechenLi](https://github.com/ZhechenLi)
- ๐Ÿ’„ Optimize Form feedback icon padding. [#20164](https://github.com/ant-design/ant-design/pull/20164) [@Satloff](https://github.com/Satloff)
- ๐Ÿ’„ Add less variables for Select/Cascader to optimize dropdown padding and border radius. [#20156](https://github.com/ant-design/ant-design/pull/20156) [@Satloff](https://github.com/Satloff)

## 3.26.2

`2019-12-10`
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.zh-CN.md
Expand Up @@ -15,6 +15,18 @@ timeline: true

---

## 3.26.3

`2019-12-14`

- ๐Ÿ›  antd `package.json` ไธญ่กฅๅ…… `unpkg` ๅญ—ๆฎตใ€‚[#20193](https://github.com/ant-design/ant-design/pull/20193)
- ๐Ÿž ไฟฎๅค Tree `showLine` ๅ’Œ `showIcon` ๅŒๆ—ถๅผ€ๅฏๆ—ถ `[+]` `[-]` ๅ›พๆ ‡ไธขๅคฑ็š„้—ฎ้ข˜ใ€‚[#20196](https://github.com/ant-design/ant-design/pull/20196)
- ๐Ÿž ไฟฎๅค Modal ๅ’Œ Drawer ็ป“ๅˆไฝฟ็”จๆ—ถๅฏผ่‡ดๆปšๅŠจๅคฑๆ•ˆ็š„้—ฎ้ข˜ใ€‚[#20242](https://github.com/ant-design/ant-design/pull/20242)
- ๐Ÿž ไฟฎๅค Drawer `switchScrollingEffect prop on a DOM element` ่ญฆๅ‘Šใ€‚[#20175](https://github.com/ant-design/ant-design/pull/20175)
- ๐Ÿž ไฟฎๅค Select Option ็š„ `label` ๅฑžๆ€งๅฎšไน‰ใ€‚[#20190](https://github.com/ant-design/ant-design/pull/20190) [@ZhechenLi](https://github.com/ZhechenLi)
- ๐Ÿ’„ ไผ˜ๅŒ– Form ๅ้ฆˆๅ›พๆ ‡็š„้—ด่ทๆ ทๅผใ€‚[#20164](https://github.com/ant-design/ant-design/pull/20164) [@Satloff](https://github.com/Satloff)
- ๐Ÿ’„ Select/Cascader ๆ–ฐๅขžๅ’Œไผ˜ๅŒ–่พน่ท padding ๅ’Œๅœ†่ง’็š„็›ธๅ…ณ less ๅ˜้‡ใ€‚[#20156](https://github.com/ant-design/ant-design/pull/20156) [@Satloff](https://github.com/Satloff)

## 3.26.2

`2019-12-10`
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "antd",
"version": "3.26.2",
"version": "3.26.3",
"description": "An enterprise-class UI design language and React components implementation",
"keywords": [
"ant",
Expand Down