From 59c29a400dbd1d885951839ec0fb9204b9d472ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=81=8F=E5=8F=B3?= Date: Mon, 3 Feb 2020 12:45:28 +0800 Subject: [PATCH] :sparkles: release 3.26.8 (#21187) --- CHANGELOG.en-US.md | 10 ++++++++++ CHANGELOG.zh-CN.md | 10 ++++++++++ package.json | 2 +- 3 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index 2e45f04b3d..60a597f4a8 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -15,6 +15,16 @@ timeline: true --- +## 3.26.8 + +`2020-02-03` + +- ๐Ÿž Fix Tooltip hidden when `title` is `0`. [#20894](https://github.com/ant-design/ant-design/pull/20894) +- ๐Ÿž Fix List `actions` inconsistent position. [#20897](https://github.com/ant-design/ant-design/pull/20897) +- ๐Ÿž Fix Card `font-size` of `actions` not in less theme variables. [#21106](https://github.com/ant-design/ant-design/pull/21106) +- ๐Ÿž Fix Layout components `displayName`. [#21124](https://github.com/ant-design/ant-design/pull/21124) +- ๐Ÿž Fix Modal.confirm `okButtonProps` and `cancelButtonProps` interface. [#21165](https://github.com/ant-design/ant-design/pull/21165) + ## 3.26.7 `2020-01-13` diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index 303bed76f1..2f19881a09 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -15,6 +15,16 @@ timeline: true --- +## 3.26.8 + +`2020-02-03` + +- ๐Ÿž ไฟฎๅค Tooltip `title` ไธบ `0` ๆ—ถๆฒกๆœ‰ๆ˜พ็คบ็š„้—ฎ้ข˜ใ€‚[#20894](https://github.com/ant-design/ant-design/pull/20894) +- ๐Ÿž ไฟฎๅค List `actions` ไฝ็ฝฎไธๅœจๅณ่พน็š„้—ฎ้ข˜ใ€‚[#20897](https://github.com/ant-design/ant-design/pull/20897) +- ๐Ÿž ไฟฎๅค Card `actions` ๅญ—ไฝ“ๅคงๅฐไธๅ— less ๅ˜้‡ๅฝฑๅ“็š„้—ฎ้ข˜ใ€‚[#21106](https://github.com/ant-design/ant-design/pull/21106) +- ๐Ÿž ไฟฎๆญฃ Layout ๅ„็ป„ไปถ็š„ `displayName`ใ€‚[#21124](https://github.com/ant-design/ant-design/pull/21124) +- ๐Ÿž ไผ˜ๅŒ– Modal.confirm ็š„ `okButtonProps` ๅ’Œ `cancelButtonProps` ็š„ TypeScript ็ฑปๅž‹ใ€‚[#21165](https://github.com/ant-design/ant-design/pull/21165) + ## 3.26.7 `2020-01-13` diff --git a/package.json b/package.json index 6e6ac40aaa..ed775cf3bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "antd", - "version": "3.26.7", + "version": "3.26.8", "description": "An enterprise-class UI design language and React components implementation", "keywords": [ "ant",