From 5d26cb0cc8c4cf32d485c222408f9ecda6eef5f1 Mon Sep 17 00:00:00 2001 From: ycjcl868 <45808948@qq.com> Date: Sun, 24 Nov 2019 10:49:54 +0800 Subject: [PATCH 1/5] :memo: 3.25.3 changelog --- CHANGELOG.en-US.md | 11 +++++++++++ CHANGELOG.zh-CN.md | 11 +++++++++++ package.json | 2 +- 3 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index 67b09a728e..ad05f29665 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -15,6 +15,17 @@ timeline: true --- +## 3.25.3 + +`2019-11-24` + +- 🐞 Fix TimePicker disabled item focus style. [#19812](https://github.com/ant-design/ant-design/pull/19812) [@yoyo837](https://github.com/yoyo837) +- 🐞 Fix MenuItem link style inside Badge. [#19810](https://github.com/ant-design/ant-design/pull/19810) +- 🐞 Fix Upload `picture-card` type, list item remove style. [#19783](https://github.com/ant-design/ant-design/pull/19783) [@qq645381995](https://github.com/qq645381995) +- 🇳🇱 Update `sk-SK` locales. [#19787](https://github.com/ant-design/ant-design/pull/19787) [@Kamahl19](https://github.com/Kamahl19) +- TypeScript + - ⚡️ Export interface types in Tooltip. [19846](https://github.com/ant-design/ant-design/pull/19846) [@kachkaev](https://github.com/kachkaev) + ## 3.25.2 `2019-11-17` diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index 277cc4d865..033aa00655 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -15,6 +15,17 @@ timeline: true --- +## 3.25.3 + +`2019-11-24` + +- 🐞 修复 TimePicker 禁用项 focus 时的样式问题。 [#19812](https://github.com/ant-design/ant-design/pull/19812) [@yoyo837](https://github.com/yoyo837) +- 🐞 修复 MenuItem 链接在 Badge 内的样式问题。[#19810](https://github.com/ant-design/ant-design/pull/19810) +- 🐞 修复 Upload 类型为 `picture-card` 时,列表删除的样式问题。[#19783](https://github.com/ant-design/ant-design/pull/19783) [@qq645381995](https://github.com/qq645381995) +- 🇳🇱 更新 `sk-SK` 国际化。[#19787](https://github.com/ant-design/ant-design/pull/19787) [@Kamahl19](https://github.com/Kamahl19) +- TypeScript + - ⚡️ 导出 Tooltip 类型定义。[19846](https://github.com/ant-design/ant-design/pull/19846) [@kachkaev](https://github.com/kachkaev) + ## 3.25.2 `2019-11-17` diff --git a/package.json b/package.json index 2edf404ac6..c170dd38fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "antd", - "version": "3.25.2", + "version": "3.25.3", "description": "An enterprise-class UI design language and React components implementation", "keywords": [ "ant", From 46026c3aafff036ec7ad0024de5070e68411f8f2 Mon Sep 17 00:00:00 2001 From: ycjcl868 <45808948@qq.com> Date: Sun, 24 Nov 2019 18:50:43 +0800 Subject: [PATCH 2/5] :memo: changelog Menu.Item --- CHANGELOG.en-US.md | 2 +- CHANGELOG.zh-CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index ad05f29665..dec332d3ca 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -20,7 +20,7 @@ timeline: true `2019-11-24` - 🐞 Fix TimePicker disabled item focus style. [#19812](https://github.com/ant-design/ant-design/pull/19812) [@yoyo837](https://github.com/yoyo837) -- 🐞 Fix MenuItem link style inside Badge. [#19810](https://github.com/ant-design/ant-design/pull/19810) +- 🐞 Fix Menu.Item link style inside Badge. [#19810](https://github.com/ant-design/ant-design/pull/19810) - 🐞 Fix Upload `picture-card` type, list item remove style. [#19783](https://github.com/ant-design/ant-design/pull/19783) [@qq645381995](https://github.com/qq645381995) - 🇳🇱 Update `sk-SK` locales. [#19787](https://github.com/ant-design/ant-design/pull/19787) [@Kamahl19](https://github.com/Kamahl19) - TypeScript diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index 033aa00655..39305cdb0c 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -20,7 +20,7 @@ timeline: true `2019-11-24` - 🐞 修复 TimePicker 禁用项 focus 时的样式问题。 [#19812](https://github.com/ant-design/ant-design/pull/19812) [@yoyo837](https://github.com/yoyo837) -- 🐞 修复 MenuItem 链接在 Badge 内的样式问题。[#19810](https://github.com/ant-design/ant-design/pull/19810) +- 🐞 修复 Menu.Item 链接在 Badge 内的样式问题。[#19810](https://github.com/ant-design/ant-design/pull/19810) - 🐞 修复 Upload 类型为 `picture-card` 时,列表删除的样式问题。[#19783](https://github.com/ant-design/ant-design/pull/19783) [@qq645381995](https://github.com/qq645381995) - 🇳🇱 更新 `sk-SK` 国际化。[#19787](https://github.com/ant-design/ant-design/pull/19787) [@Kamahl19](https://github.com/Kamahl19) - TypeScript From 34ff6db0993aa2a1b1f5e6c13f68af1c434b07cd Mon Sep 17 00:00:00 2001 From: ycjcl868 <45808948@qq.com> Date: Mon, 25 Nov 2019 08:14:30 +0800 Subject: [PATCH 3/5] :memo: Upload changelog --- CHANGELOG.en-US.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index dec332d3ca..90700292e4 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -21,7 +21,7 @@ timeline: true - 🐞 Fix TimePicker disabled item focus style. [#19812](https://github.com/ant-design/ant-design/pull/19812) [@yoyo837](https://github.com/yoyo837) - 🐞 Fix Menu.Item link style inside Badge. [#19810](https://github.com/ant-design/ant-design/pull/19810) -- 🐞 Fix Upload `picture-card` type, list item remove style. [#19783](https://github.com/ant-design/ant-design/pull/19783) [@qq645381995](https://github.com/qq645381995) +- 🐞 Fix Upload `picture-card` type, for crashed style when list item is removing. [#19783](https://github.com/ant-design/ant-design/pull/19783) [@qq645381995](https://github.com/qq645381995) - 🇳🇱 Update `sk-SK` locales. [#19787](https://github.com/ant-design/ant-design/pull/19787) [@Kamahl19](https://github.com/Kamahl19) - TypeScript - ⚡️ Export interface types in Tooltip. [19846](https://github.com/ant-design/ant-design/pull/19846) [@kachkaev](https://github.com/kachkaev) From 19a8118a81594d038bdb7f9086ec9964a734bb60 Mon Sep 17 00:00:00 2001 From: ycjcl868 <45808948@qq.com> Date: Mon, 25 Nov 2019 08:17:57 +0800 Subject: [PATCH 4/5] :memo: changelog --- CHANGELOG.en-US.md | 2 +- CHANGELOG.zh-CN.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index 90700292e4..b027c3fc33 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -19,7 +19,7 @@ timeline: true `2019-11-24` -- 🐞 Fix TimePicker disabled item focus style. [#19812](https://github.com/ant-design/ant-design/pull/19812) [@yoyo837](https://github.com/yoyo837) +- 🐞 Fix TimePicker disabled item style when focussed. [#19812](https://github.com/ant-design/ant-design/pull/19812) [@yoyo837](https://github.com/yoyo837) - 🐞 Fix Menu.Item link style inside Badge. [#19810](https://github.com/ant-design/ant-design/pull/19810) - 🐞 Fix Upload `picture-card` type, for crashed style when list item is removing. [#19783](https://github.com/ant-design/ant-design/pull/19783) [@qq645381995](https://github.com/qq645381995) - 🇳🇱 Update `sk-SK` locales. [#19787](https://github.com/ant-design/ant-design/pull/19787) [@Kamahl19](https://github.com/Kamahl19) diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index 39305cdb0c..bbc8dff719 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -20,8 +20,8 @@ timeline: true `2019-11-24` - 🐞 修复 TimePicker 禁用项 focus 时的样式问题。 [#19812](https://github.com/ant-design/ant-design/pull/19812) [@yoyo837](https://github.com/yoyo837) -- 🐞 修复 Menu.Item 链接在 Badge 内的样式问题。[#19810](https://github.com/ant-design/ant-design/pull/19810) -- 🐞 修复 Upload 类型为 `picture-card` 时,列表删除的样式问题。[#19783](https://github.com/ant-design/ant-design/pull/19783) [@qq645381995](https://github.com/qq645381995) +- 🐞 修复 Menu.Item 链接在 Badge 内时,始终处于 active 状态的问题。[#19810](https://github.com/ant-design/ant-design/pull/19810) +- 🐞 修复 Upload 类型为 `picture-card` 时,列表删除时的样式问题。[#19783](https://github.com/ant-design/ant-design/pull/19783) [@qq645381995](https://github.com/qq645381995) - 🇳🇱 更新 `sk-SK` 国际化。[#19787](https://github.com/ant-design/ant-design/pull/19787) [@Kamahl19](https://github.com/Kamahl19) - TypeScript - ⚡️ 导出 Tooltip 类型定义。[19846](https://github.com/ant-design/ant-design/pull/19846) [@kachkaev](https://github.com/kachkaev) From c8a2acbb7842c8a75690adf7caab6630ef55c4c9 Mon Sep 17 00:00:00 2001 From: ycjcl868 <45808948@qq.com> Date: Mon, 25 Nov 2019 10:38:41 +0800 Subject: [PATCH 5/5] :memo: changelog --- CHANGELOG.zh-CN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index bbc8dff719..1946447a4b 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -19,7 +19,7 @@ timeline: true `2019-11-24` -- 🐞 修复 TimePicker 禁用项 focus 时的样式问题。 [#19812](https://github.com/ant-design/ant-design/pull/19812) [@yoyo837](https://github.com/yoyo837) +- 🐞 修复 TimePicker 禁用项 focus 时的样式问题。[#19812](https://github.com/ant-design/ant-design/pull/19812) [@yoyo837](https://github.com/yoyo837) - 🐞 修复 Menu.Item 链接在 Badge 内时,始终处于 active 状态的问题。[#19810](https://github.com/ant-design/ant-design/pull/19810) - 🐞 修复 Upload 类型为 `picture-card` 时,列表删除时的样式问题。[#19783](https://github.com/ant-design/ant-design/pull/19783) [@qq645381995](https://github.com/qq645381995) - 🇳🇱 更新 `sk-SK` 国际化。[#19787](https://github.com/ant-design/ant-design/pull/19787) [@Kamahl19](https://github.com/Kamahl19)