From 5653f5f46f6d1d28114e187e1d800ed6ad8a51cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=81=8F=E5=8F=B3?= Date: Mon, 16 Nov 2020 22:00:00 +0800 Subject: [PATCH] =?UTF-8?q?docs(=E2=9C=A8):=20release=204.8.4=20(#27802)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.en-US.md | 12 ++++++++++-- CHANGELOG.zh-CN.md | 12 ++++++++++-- package.json | 4 ++-- 3 files changed, 22 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index 22e91eed30..59b39e9821 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -15,10 +15,20 @@ timeline: true --- +## 4.8.4 + +`2020-11-16` + +- 💄 Fix Button and Form loading style. [#27794](https://github.com/ant-design/ant-design/pull/27794) +- 🐞 Fix Modal.confirm locale missing after close it. [#27797](https://github.com/ant-design/ant-design/pull/27797) +- 🐞 Fix Button/Anchor throws `findDOMNode is deprecated` in React 17. [#27755](https://github.com/ant-design/ant-design/pull/27755) [@hosseinmd](https://github.com/hosseinmd) + ## 4.8.3 `2020-11-14` +- 🛠 Refactor Carousel with React hooks. [#27694](https://github.com/ant-design/ant-design/pull/27694) +- 🛠 Refactor `` with React hooks. [#27655](https://github.com/ant-design/ant-design/pull/27655) - 🐞 Fixed the problem that form behaves abnormally when namepath is an array.. [#27664](https://github.com/ant-design/ant-design/pull/27664) - 💄 Fix DateRangePicker hover effect position when hover over start or end cell of in range row. [#27731](https://github.com/ant-design/ant-design/pull/27731) [@AlanCutFlim](https://github.com/AlanCutFlim) - 🐞 Fix Select `mode=tags` cannot input whitespace normally. [#27726](https://github.com/ant-design/ant-design/pull/27726) [@baxtergu](https://github.com/baxtergu) @@ -29,8 +39,6 @@ timeline: true - 🐞 Fix TextArea emoji been cut when enable `maxLength`. [#27679](https://github.com/ant-design/ant-design/pull/27679) [@372623460jh](https://github.com/372623460jh) - 🐞 Fix small size RangePicker active bar align issue. [#27673](https://github.com/ant-design/ant-design/pull/27673) [@Ifeinstein](https://github.com/Ifeinstein) - 💄 Add `@radio-border-width`. [#27703](https://github.com/ant-design/ant-design/pull/27703) -- 🛠 Refactor Carousel with React hooks. [#27694](https://github.com/ant-design/ant-design/pull/27694) -- 🛠 Refactor `` with React hooks. [#27655](https://github.com/ant-design/ant-design/pull/27655) ## 4.8.2 diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index 7f07ef41f7..b33c2795ab 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -15,10 +15,20 @@ timeline: true --- +## 4.8.4 + +`2020-11-16` + +- 💄 修复 Button 和 Form 校验 loading 样式错误的问题。[#27794](https://github.com/ant-design/ant-design/pull/27794) +- 🐞 修复 Modal.confirm 关闭时国际化丢失的问题。[#27797](https://github.com/ant-design/ant-design/pull/27797) +- 🐞 修复 Button 和 Anchor 等组件在 React 17 下 `findDOMNode is deprecated` 的警告。[#27755](https://github.com/ant-design/ant-design/pull/27755) [@hosseinmd](https://github.com/hosseinmd) + ## 4.8.3 `2020-11-14` +- 🛠 使用 React hooks 重构 Carousel。[#27694](https://github.com/ant-design/ant-design/pull/27694) +- 🛠 使用 React hooks 重构 ``。[#27655](https://github.com/ant-design/ant-design/pull/27655) - 🐞 修复 Form 在 namePath 为数组的时候表现异常的问题。[#27664](https://github.com/ant-design/ant-design/pull/27664) - 💄 修复 DateRangePicker 选择已选范围内一行的首尾日期时的悬浮样式位置异常问题。[#27731](https://github.com/ant-design/ant-design/pull/27731) [@AlanCutFlim](https://github.com/AlanCutFlim) - 🐞 修复 Select `tags` 模式下无法输入空格的问题。[#27726](https://github.com/ant-design/ant-design/pull/27726) [@baxtergu](https://github.com/baxtergu) @@ -29,8 +39,6 @@ timeline: true - 🐞 修复 TextArea 使用 emoji 时被裁切的问题。[#27679](https://github.com/ant-design/ant-design/pull/27679) [@372623460jh](https://github.com/372623460jh) - 🐞 修复 RangePicker `size="small"` 时高亮线没有对齐的问题。[#27673](https://github.com/ant-design/ant-design/pull/27673) [@Ifeinstein](https://github.com/Ifeinstein) - 💄 新增 `@radio-border-width` less 变量。[#27703](https://github.com/ant-design/ant-design/pull/27703) -- 🛠 使用 React hooks 重构 Carousel。[#27694](https://github.com/ant-design/ant-design/pull/27694) -- 🛠 使用 React hooks 重构 ``。[#27655](https://github.com/ant-design/ant-design/pull/27655) ## 4.8.2 diff --git a/package.json b/package.json index 1ab7263796..4dce08fb54 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "antd", - "version": "4.8.3", + "version": "4.8.4", "description": "An enterprise-class UI design language and React components implementation", "title": "Ant Design", "keywords": [ @@ -59,7 +59,7 @@ "color-less": "node ./scripts/generate-color-less", "compile": "antd-tools run compile", "compile:less": "antd-tools run compile:less", - "changelog": "git fetch origin && node ./scripts/print-changelog", + "changelog": "node ./scripts/print-changelog", "predeploy": "antd-tools run clean && npm run site && cp CNAME _site && cp -r .circleci _site && npm run site:test", "deploy": "bisheng gh-pages --push-only --dotfiles", "deploy:china-mirror": "git checkout gh-pages && git pull origin gh-pages && git push git@gitee.com:ant-design/ant-design.git gh-pages",