From a44668f355d6ca65942abd2cf8363f5e052ef091 Mon Sep 17 00:00:00 2001 From: MadCcc <1075746765@qq.com> Date: Fri, 25 Nov 2022 14:35:11 +0800 Subject: [PATCH] docs: 4.24.4 changelog (#38981) * docs: 4.24.4 changelog * chore: update changelog --- CHANGELOG.en-US.md | 11 +++++++++++ CHANGELOG.zh-CN.md | 11 +++++++++++ package.json | 2 +- scripts/print-changelog.js | 2 +- 4 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index dcdf7d218f53..430a2416ce1f 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -15,6 +15,17 @@ timeline: true --- +## 4.24.4 + +`2022-11-25` + +- Space.Compact + - 💄 Optimize Space.Compact style when wrapping a single child component. [#38913](https://github.com/ant-design/ant-design/pull/38913) [@foryuki](https://github.com/foryuki) + - 💄 Optimize Space.Compact style when wrapping Modal, Dropdown, Drawer and other components. [#38887](https://github.com/ant-design/ant-design/pull/38887) [@foryuki](https://github.com/foryuki) +- 🆕 Mentions support `options` prop. [#38876](https://github.com/ant-design/ant-design/pull/38876) [@heiyu4585](https://github.com/heiyu4585) +- 🐞 Fix ConfigProvider that `componentDisabled` is not work. [#38886](https://github.com/ant-design/ant-design/pull/38886) [@lidianhao123](https://github.com/lidianhao123) +- 🐞 Fix Message that `onClose` didn't triggered when `duration` is `0`. [#38669](https://github.com/ant-design/ant-design/pull/38669) [@kiner-tang](https://github.com/kiner-tang) + ## 4.24.3 `2022-11-17` diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index 58bd6522c910..ef78fda5332d 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -15,6 +15,17 @@ timeline: true --- +## 4.24.4 + +`2022-11-25` + +- Space.Compact + - 💄 优化 Space.Compact 包裹单个子组件时子组件的样式。[#38913](https://github.com/ant-design/ant-design/pull/38913) [@foryuki](https://github.com/foryuki) + - 💄 优化 Space.Compact 组件嵌套 Modal,Dropdown,Drawer 等组件时的样式。[#38887](https://github.com/ant-design/ant-design/pull/38887) [@foryuki](https://github.com/foryuki) +- 🆕 Mentions 支持 `options` 数据驱动。[#38876](https://github.com/ant-design/ant-design/pull/38876) [@heiyu4585](https://github.com/heiyu4585) +- 🐞 修复 ConfigProvider 组件 `componentDisabled` 失效问题。[#38886](https://github.com/ant-design/ant-design/pull/38886) [@lidianhao123](https://github.com/lidianhao123) +- 🐞 修复 Message 组件 `duration` 为 `0` 时手动关闭不触发 `onClose` 的问题。[#38669](https://github.com/ant-design/ant-design/pull/38669) [@kiner-tang](https://github.com/kiner-tang) + ## 4.24.3 `2022-11-17` diff --git a/package.json b/package.json index 98f69f8855e8..252b0f29e3d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "antd", - "version": "4.24.3", + "version": "4.24.4", "description": "An enterprise-class UI design language and React components implementation", "title": "Ant Design", "keywords": [ diff --git a/scripts/print-changelog.js b/scripts/print-changelog.js index 649a1461f55b..388828ba5bfd 100644 --- a/scripts/print-changelog.js +++ b/scripts/print-changelog.js @@ -73,7 +73,7 @@ async function printLog() { type: 'list', name: 'toVersion', message: `🔀 Please choose branch to compare with ${chalk.magenta(fromVersion)}:`, - choices: ['master', '3.x-stable', 'feature', 'custom input ⌨️'], + choices: ['master', '4.x-stable', '3.x-stable', 'feature', 'custom input ⌨️'], }, ]);