From e47e418c09b9a7cf5c020c55e9582652a08c19db Mon Sep 17 00:00:00 2001 From: lijianan <574980606@qq.com> Date: Sat, 1 Oct 2022 21:56:58 +0800 Subject: [PATCH] chore: fix typo (#37832) --- CHANGELOG.en-US.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index a86867eb97..6621e4b173 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -316,7 +316,7 @@ timeline: true - 🐞 Fix Drawer close twice `children` will undefined. [#35853](https://github.com/ant-design/ant-design/pull/35853) [@crazyair](https://github.com/crazyair) - Skeleton - πŸ’„ Remove Skeleton default `margin-top` style. [#35848](https://github.com/ant-design/ant-design/pull/35848) - - πŸ’„ Optimize Skeleton `active` animation perfermance. [#35836](https://github.com/ant-design/ant-design/pull/35836) [@slotDumpling](https://github.com/slotDumpling) + - πŸ’„ Optimize Skeleton `active` animation performance. [#35836](https://github.com/ant-design/ant-design/pull/35836) [@slotDumpling](https://github.com/slotDumpling) - πŸ’„ Remove `!important` in Radio style with `disabled`. [#35920](https://github.com/ant-design/ant-design/pull/35920) - TypeScript - πŸ€– Fix Form.List type `FormListFieldData` missing property `fieldKey`. [#35884](https://github.com/ant-design/ant-design/pull/35884) [@nanianlisao](https://github.com/nanianlisao) @@ -671,7 +671,7 @@ timeline: true - πŸ†• Menu support `home` and `end` keyboard navigate. [#33642](https://github.com/ant-design/ant-design/pull/33642) [@dartamonov-vertex](https://github.com/dartamonov-vertex) - Table - - ⚑️ Improve Table perfermance significantly when mount and unmount. [#33554](https://github.com/ant-design/ant-design/pull/33554) + - ⚑️ Improve Table performance significantly when mount and unmount. [#33554](https://github.com/ant-design/ant-design/pull/33554) - 🐞 Fix Table emptynode fixed display. [#33610](https://github.com/ant-design/ant-design/pull/33610) [@hemengke1997](https://github.com/hemengke1997) - 🐞 Fix Table tree data hover error. [#33638](https://github.com/ant-design/ant-design/pull/33638) [@LongHaoo](https://github.com/LongHaoo) - Form @@ -1426,7 +1426,7 @@ Wrong release is the same as `4.12.0`, if you need to lock the version, you need - 🐞 Fix multiple Image.PreviewGroup contain same image. [#28881](https://github.com/ant-design/ant-design/issues/28881) - ConfigProvider - πŸ†• ConfigProvider supports `iconPrefixCls`. [#28924](https://github.com/ant-design/ant-design/pull/28924) - - ⚑️ Optimize ConfigProvider props updating perfermance. [#28792](https://github.com/ant-design/ant-design/pull/28792) [@zxc0328](https://github.com/zxc0328) + - ⚑️ Optimize ConfigProvider props updating performance. [#28792](https://github.com/ant-design/ant-design/pull/28792) [@zxc0328](https://github.com/zxc0328) - πŸ’„ Tweak TreeSelect filter highlight color. [#28984](https://github.com/ant-design/ant-design/pull/28984) - πŸ’„ Fix Select item align style with custom `tagRender`. [#28962](https://github.com/ant-design/ant-design/pull/28962) - Form @@ -2461,7 +2461,7 @@ It is a wrong release which same as `4.10.3`, don't use it. - πŸ’„ Add Menu default `text-align` style. [#24253](https://github.com/ant-design/ant-design/pull/24253) - πŸ›  Refactor List code. [#24280](https://github.com/ant-design/ant-design/pull/24280) [@hengkx](https://github.com/hengkx) - πŸ›  Modify the Alert with hooks to support strict mode. [#24236](https://github.com/ant-design/ant-design/pull/24236) [@hengkx](https://github.com/hengkx) -- 🐞Fix Card perfermance bug when use with `react-split`. [#24425](https://github.com/ant-design/ant-design/pull/24425) +- 🐞Fix Card performance bug when use with `react-split`. [#24425](https://github.com/ant-design/ant-design/pull/24425) - TypeScript - πŸ› Cascader ts definition update. [#24393](https://github.com/ant-design/ant-design/pull/24393) [@zhangyu1818](https://github.com/zhangyu1818) - 🐞 Fix TS error of `Could not find a declaration rc-upload`. [#24325](https://github.com/ant-design/ant-design/pull/24325) @@ -2751,7 +2751,7 @@ It is a wrong release which same as `4.10.3`, don't use it. - πŸ’„ Adjust RangePicker arrow style. [#22847](https://github.com/ant-design/ant-design/pull/22847) - 🐞 Fix Text with `ellipsis` align issue. [#22836](https://github.com/ant-design/ant-design/pull/22836) - πŸ’„ Tweak `@info-color` should be `@primary-color` defaultly. [#22723](https://github.com/ant-design/ant-design/pull/22723) -- 🐞 Fix BackTop not working in iframe and improve it's perfermance. [#22788](https://github.com/ant-design/ant-design/pull/22788) +- 🐞 Fix BackTop not working in iframe and improve it's performance. [#22788](https://github.com/ant-design/ant-design/pull/22788) - 🐞 Fix Select inconsistent height when `mode="multiple"` and `size="large" />`. [#22904](https://github.com/ant-design/ant-design/pull/22904) - 🐞 Fix Radio less variable. [#22803](https://github.com/ant-design/ant-design/pull/22803) [@yoyo837](https://github.com/yoyo837) - 🐞 Fix Card Tabs do not support small size. [#22666](https://github.com/ant-design/ant-design/pull/22666) [@MrHeer](https://github.com/MrHeer) @@ -2932,7 +2932,7 @@ It is a wrong release which same as `4.10.3`, don't use it. - Form - 🐞 Fix nest Form.Item dynamic remove will warning in React. [#21896](https://github.com/ant-design/ant-design/pull/21896) - - ⚑️ Form `useForm` now return same instance for perfermance. [#21927](https://github.com/ant-design/ant-design/pull/21927) + - ⚑️ Form `useForm` now return same instance for performance. [#21927](https://github.com/ant-design/ant-design/pull/21927) - ⚑️ Refactor Form.Item render logic that will only render once when children is a pure component. [#21991](https://github.com/ant-design/ant-design/pull/21991) - ⚑️ FormContext use a memoized value to avoid trigger FormItem's unintentional renders. [#21980](https://github.com/ant-design/ant-design/pull/21980) [@qiqiboy](https://github.com/qiqiboy) - Table