Release notes
*Sourced from [antd's releases](https://github.com/ant-design/ant-design/releases).*
> ## 3.21.2
> - 🐞 Fix `React does not recognize the noStyle prop on a DOM element` warning. [#18088](https://github-redirect.dependabot.com/ant-design/ant-design/pull/18088)
> - 🐞 Fix Input `prefix` & `suffix` not align with text. [#18097](https://github-redirect.dependabot.com/ant-design/ant-design/pull/18097)
> - 🐞 Fix ConfigProvider nest in LocaleProvider make `locale` not work. [#18105](https://github-redirect.dependabot.com/ant-design/ant-design/pull/18105)
>
>
> ---
>
>
> - 🐞 修复 `React does not recognize the noStyle prop on a DOM element` 的问题。[#18088](https://github-redirect.dependabot.com/ant-design/ant-design/pull/18088)
> - 🐞 修复 Input `prefix` & `suffix` 文本没对齐的问题。[#18097](https://github-redirect.dependabot.com/ant-design/ant-design/pull/18097)
> - 🐞 修复 ConfigProvider 嵌套于 LocaleProvider 内时 `locale` 无效的问题。[#18105](https://github-redirect.dependabot.com/ant-design/ant-design/pull/18105)
>
> ## 3.21.1
> - 🐞 Fix ConfigProvider crash with multiple children. [#18075](https://github-redirect.dependabot.com/ant-design/ant-design/pull/18075)
>
>
> ---
>
>
> - 🐞 修复 ConfigProvider 存在多个子节点崩溃的问题。[#18075](https://github-redirect.dependabot.com/ant-design/ant-design/pull/18075)
>
> ## 3.21.0
> - 🌟 Breadcrumb adds `Separator` component. [#17873](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17873) [@long-zhuge](https://github.com/long-zhuge)
> - 🌟 Descriptions adds `colon` props. [#17560](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17560) [@hengkx](https://github.com/hengkx)
> - 🌟 Rotate zero when Sider triggers in right mode. [#18043](https://github-redirect.dependabot.com/ant-design/ant-design/pull/18043) [@kagawagao](https://github.com/kagawagao)
> - 🌟 Table add `getPopupContainer` props. [#17806](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17806)
> - 🌟 Add new color `gray` for Timeline.Item for unfinished or disabled status. [#17731](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17731)
> - 🌟 Upload adds `transformFile` to support transforming file before file uploading. [#18009](https://github-redirect.dependabot.com/ant-design/ant-design/pull/18009) [@lijinke666](https://github.com/lijinke666)
> - 🐞 Fix ConfigProvider `getPopupContainer` not working in Table. [#17806](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17806)
> - 🐞 Fix Statistic font not align with global font. [#18044](https://github-redirect.dependabot.com/ant-design/ant-design/pull/18044)
> - 🐞 Fix `Form.Item` label replace regexp. [#17985](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17985) [@shaodahong](https://github.com/shaodahong)
> - 🐞 Fix Select search style. [#17760](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17760) [@chenyizhongx](https://github.com/chenyizhongx)
> - 🐞 Fix DatePicker style bug when `mode` is decade. [#17887](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17887) [@xrkffgg](https://github.com/xrkffgg)
> - 🐞 Fix wave effect performance of Button and other related component. [#17945](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17945)
> - 🐞 Fix Tabs `tabBarExtraContent` align issue. [#17969](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17969)
> - 🐞 Fix Tabs error when `type` is `editable-card` and child component is false. [#17965](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17965) [@oldturkey](https://github.com/oldturkey)
> - 🐞 Remove `a` tag in Alert's close tag. [#17872](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17872) [@geograous](https://github.com/geograous)
> - 💄 Unified drawer and modal `mask` opacity. [#17943](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17943)
> - 💄 Optimize RangePicker focus style. [#17983](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17983)
> - 💄 Tag now will be rendered as a `span`. [#17971](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17971)
> - 💄 Enhance accessibility of Table expanded icon. [#17781](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17781)
> - 💄 Merge LocaleProvider into ConfigProvider. [#17816](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17816)
> - 💄 Add some less variables. [#17976](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17976) [@Yangzhedi](https://github.com/Yangzhedi) [#17613](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17613) [@alxkosov](https://github.com/alxkosov):
> - `@table-footer-bg`
> - `@table-footer-color `
> - `@menu-icon-size`
> - `@menu-icon-size-lg`
> - 🇲🇾 Add locale Malay. [#17546](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17546) [@austin-krave](https://github.com/austin-krave)
> - 🇸🇪 Add Swedish translation for Typography (Text) component. [#17858](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17858) [@Malven](https://github.com/Malven)
> ... (truncated)
Changelog
*Sourced from [antd's changelog](https://github.com/ant-design/ant-design/blob/master/CHANGELOG.en-US.md).*
> ## 3.21.2
>
> `2019-08-06`
>
> - 🐞 Fix `React does not recognize the noStyle prop on a DOM element` warning. [#18088](https://github-redirect.dependabot.com/ant-design/ant-design/pull/18088)
> - 🐞 Fix Input `prefix` & `suffix` not align with text. [#18097](https://github-redirect.dependabot.com/ant-design/ant-design/pull/18097)
> - 🐞 Fix ConfigProvider nest in LocaleProvider make `locale` not work. [#18105](https://github-redirect.dependabot.com/ant-design/ant-design/pull/18105)
>
> ## 3.21.1
>
> `2019-08-05`
>
> - 🐞 Fix ConfigProvider crash with multiple children. [#18075](https://github-redirect.dependabot.com/ant-design/ant-design/pull/18075)
>
> ## 3.21.0
>
> `2019-08-04`
>
> - 🌟 Breadcrumb adds `Separator` component. [#17873](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17873) [@long-zhuge](https://github.com/long-zhuge)
> - 🌟 Descriptions adds `colon` props. [#17560](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17560) [@hengkx](https://github.com/hengkx)
> - 🌟 Rotate zero when Sider triggers in right mode. [#18043](https://github-redirect.dependabot.com/ant-design/ant-design/pull/18043) [@kagawagao](https://github.com/kagawagao)
> - 🌟 Table add `getPopupContainer` props. [#17806](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17806)
> - 🌟 Add new color `gray` for Timeline.Item for unfinished or disabled status. [#17731](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17731)
> - 🌟 Upload adds `transformFile` to support transforming file before file uploading. [#18009](https://github-redirect.dependabot.com/ant-design/ant-design/pull/18009) [@lijinke666](https://github.com/lijinke666)
> - 🐞 Fix ConfigProvider `getPopupContainer` not working in Table. [#17806](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17806)
> - 🐞 Fix Statistic font not align with global font. [#18044](https://github-redirect.dependabot.com/ant-design/ant-design/pull/18044)
> - 🐞 Fix `Form.Item` label replace regexp. [#17985](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17985) [@shaodahong](https://github.com/shaodahong)
> - 🐞 Fix Select search style. [#17760](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17760) [@chenyizhongx](https://github.com/chenyizhongx)
> - 🐞 Fix DatePicker style bug when `mode` is decade. [#17887](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17887) [@xrkffgg](https://github.com/xrkffgg)
> - 🐞 Fix wave effect performance of Button and other related component. [#17945](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17945)
> - 🐞 Fix Tabs `tabBarExtraContent` align issue. [#17969](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17969)
> - 🐞 Fix Tabs error when `type` is `editable-card` and child component is false. [#17965](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17965) [@oldturkey](https://github.com/oldturkey)
> - 🐞 Fix Input align issue of `clearIcon` and `suffix` again. [#17684](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17684) [@LilyWakana](https://github.com/LilyWakana)
> - 🐞 Remove `a` tag in Alert's close tag. [#17872](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17872) [@geograous](https://github.com/geograous)
> - 💄 Unified drawer and modal `mask` opacity. [#17943](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17943)
> - 💄 Optimize RangePicker focus style. [#17983](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17983)
> - 💄 Tag now will be rendered as a `span`. [#17971](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17971)
> - 💄 Enhance accessibility of Table expanded icon. [#17781](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17781)
> - 💄 Merge LocaleProvider into ConfigProvider. [#17816](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17816)
> - 💄 Add some less variables. [#17976](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17976) [@Yangzhedi](https://github.com/Yangzhedi) [#17613](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17613) [@alxkosov](https://github.com/alxkosov):
> - `@table-footer-bg`
> - `@table-footer-color`
> - `@menu-icon-size`
> - `@menu-icon-size-lg`
> - 🇲🇾 Add locale Malay. [#17546](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17546) [@austin-krave](https://github.com/austin-krave)
> - 🇸🇪 Add Swedish translation for Typography (Text) component. [#17858](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17858) [@Malven](https://github.com/Malven)
> - 🇫🇷 Add French translation for Typography (Text) component. [#17418](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17418) [@Clafouti](https://github.com/Clafouti)
> - 🏴 Add Tamil spanish translations. [#17903](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17903) [@sivaraj-dev](https://github.com/sivaraj-dev)
> - TypeScript
> - 🐞 Fix DatePicker `onChange` type definition. [#17955](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17955) [@haimrait](https://github.com/haimrait)
> ... (truncated)
Commits
- [`c6d04a7`](https://github.com/ant-design/ant-design/commit/c6d04a7ed151134799b08aab182a2d056b82d71c) docs: add 3.21.2 changelog ([#18106](https://github-redirect.dependabot.com/ant-design/ant-design/issues/18106))
- [`f656657`](https://github.com/ant-design/ant-design/commit/f6566571ac67e797501032dc2c0595c1a2e20721) fix: ConfigProvider should not block LocaleProvider ([#18105](https://github-redirect.dependabot.com/ant-design/ant-design/issues/18105))
- [`197649b`](https://github.com/ant-design/ant-design/commit/197649bf5e21a850df0ce72220050648c35b969a) fix: Revert [#17684](https://github-redirect.dependabot.com/ant-design/ant-design/issues/17684) ([#18097](https://github-redirect.dependabot.com/ant-design/ant-design/issues/18097))
- [`adc1879`](https://github.com/ant-design/ant-design/commit/adc1879048053817a16a9cd2f6e053f81bf4b92c) Merge pull request [#18088](https://github-redirect.dependabot.com/ant-design/ant-design/issues/18088) from ant-design/fix-noStyle
- [`9630410`](https://github.com/ant-design/ant-design/commit/9630410b4e955316f890521ecb80f3a44d21a53e) :bug: Fix `noStyle` warning
- [`6bb8829`](https://github.com/ant-design/ant-design/commit/6bb88295cd135ccd984437f2e2de79068ec4ef44) :memo: Fix changelog
- [`6fe1e41`](https://github.com/ant-design/ant-design/commit/6fe1e41ae91fb255ffbb4d99e89c14c0bdbcee3b) :memo: Improve API Table design
- [`83a7687`](https://github.com/ant-design/ant-design/commit/83a768787eb01f0cd1f1532cf905e1e04cc857a4) :memo: antd/lib/xxx => antd/es/xxx again
- [`887aa4c`](https://github.com/ant-design/ant-design/commit/887aa4c347a1c55d4c791aea57fdd95841a293fd) :memo: antd/lib/xxx => antd/es/xxx
- [`0bc948d`](https://github.com/ant-design/ant-design/commit/0bc948db4c333400288d15706aa26ae40b425750) update changelog ([#18076](https://github-redirect.dependabot.com/ant-design/ant-design/issues/18076))
- Additional commits viewable in [compare view](https://github.com/ant-design/ant-design/compare/3.20.1...3.21.2)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps antd from 3.20.1 to 3.21.2.
Release notes
*Sourced from [antd's releases](https://github.com/ant-design/ant-design/releases).* > ## 3.21.2 > - 🐞 Fix `React does not recognize the noStyle prop on a DOM element` warning. [#18088](https://github-redirect.dependabot.com/ant-design/ant-design/pull/18088) > - 🐞 Fix Input `prefix` & `suffix` not align with text. [#18097](https://github-redirect.dependabot.com/ant-design/ant-design/pull/18097) > - 🐞 Fix ConfigProvider nest in LocaleProvider make `locale` not work. [#18105](https://github-redirect.dependabot.com/ant-design/ant-design/pull/18105) > > > --- > > > - 🐞 修复 `React does not recognize the noStyle prop on a DOM element` 的问题。[#18088](https://github-redirect.dependabot.com/ant-design/ant-design/pull/18088) > - 🐞 修复 Input `prefix` & `suffix` 文本没对齐的问题。[#18097](https://github-redirect.dependabot.com/ant-design/ant-design/pull/18097) > - 🐞 修复 ConfigProvider 嵌套于 LocaleProvider 内时 `locale` 无效的问题。[#18105](https://github-redirect.dependabot.com/ant-design/ant-design/pull/18105) > > ## 3.21.1 > - 🐞 Fix ConfigProvider crash with multiple children. [#18075](https://github-redirect.dependabot.com/ant-design/ant-design/pull/18075) > > > --- > > > - 🐞 修复 ConfigProvider 存在多个子节点崩溃的问题。[#18075](https://github-redirect.dependabot.com/ant-design/ant-design/pull/18075) > > ## 3.21.0 > - 🌟 Breadcrumb adds `Separator` component. [#17873](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17873) [@long-zhuge](https://github.com/long-zhuge) > - 🌟 Descriptions adds `colon` props. [#17560](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17560) [@hengkx](https://github.com/hengkx) > - 🌟 Rotate zero when Sider triggers in right mode. [#18043](https://github-redirect.dependabot.com/ant-design/ant-design/pull/18043) [@kagawagao](https://github.com/kagawagao) > - 🌟 Table add `getPopupContainer` props. [#17806](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17806) > - 🌟 Add new color `gray` for Timeline.Item for unfinished or disabled status. [#17731](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17731) > - 🌟 Upload adds `transformFile` to support transforming file before file uploading. [#18009](https://github-redirect.dependabot.com/ant-design/ant-design/pull/18009) [@lijinke666](https://github.com/lijinke666) > - 🐞 Fix ConfigProvider `getPopupContainer` not working in Table. [#17806](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17806) > - 🐞 Fix Statistic font not align with global font. [#18044](https://github-redirect.dependabot.com/ant-design/ant-design/pull/18044) > - 🐞 Fix `Form.Item` label replace regexp. [#17985](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17985) [@shaodahong](https://github.com/shaodahong) > - 🐞 Fix Select search style. [#17760](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17760) [@chenyizhongx](https://github.com/chenyizhongx) > - 🐞 Fix DatePicker style bug when `mode` is decade. [#17887](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17887) [@xrkffgg](https://github.com/xrkffgg) > - 🐞 Fix wave effect performance of Button and other related component. [#17945](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17945) > - 🐞 Fix Tabs `tabBarExtraContent` align issue. [#17969](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17969) > - 🐞 Fix Tabs error when `type` is `editable-card` and child component is false. [#17965](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17965) [@oldturkey](https://github.com/oldturkey) > - 🐞 Remove `a` tag in Alert's close tag. [#17872](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17872) [@geograous](https://github.com/geograous) > - 💄 Unified drawer and modal `mask` opacity. [#17943](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17943) > - 💄 Optimize RangePicker focus style. [#17983](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17983) > - 💄 Tag now will be rendered as a `span`. [#17971](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17971) > - 💄 Enhance accessibility of Table expanded icon. [#17781](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17781) > - 💄 Merge LocaleProvider into ConfigProvider. [#17816](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17816) > - 💄 Add some less variables. [#17976](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17976) [@Yangzhedi](https://github.com/Yangzhedi) [#17613](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17613) [@alxkosov](https://github.com/alxkosov): > - `@table-footer-bg` > - `@table-footer-color ` > - `@menu-icon-size` > - `@menu-icon-size-lg` > - 🇲🇾 Add locale Malay. [#17546](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17546) [@austin-krave](https://github.com/austin-krave) > - 🇸🇪 Add Swedish translation for Typography (Text) component. [#17858](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17858) [@Malven](https://github.com/Malven) > ... (truncated)Changelog
*Sourced from [antd's changelog](https://github.com/ant-design/ant-design/blob/master/CHANGELOG.en-US.md).* > ## 3.21.2 > > `2019-08-06` > > - 🐞 Fix `React does not recognize the noStyle prop on a DOM element` warning. [#18088](https://github-redirect.dependabot.com/ant-design/ant-design/pull/18088) > - 🐞 Fix Input `prefix` & `suffix` not align with text. [#18097](https://github-redirect.dependabot.com/ant-design/ant-design/pull/18097) > - 🐞 Fix ConfigProvider nest in LocaleProvider make `locale` not work. [#18105](https://github-redirect.dependabot.com/ant-design/ant-design/pull/18105) > > ## 3.21.1 > > `2019-08-05` > > - 🐞 Fix ConfigProvider crash with multiple children. [#18075](https://github-redirect.dependabot.com/ant-design/ant-design/pull/18075) > > ## 3.21.0 > > `2019-08-04` > > - 🌟 Breadcrumb adds `Separator` component. [#17873](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17873) [@long-zhuge](https://github.com/long-zhuge) > - 🌟 Descriptions adds `colon` props. [#17560](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17560) [@hengkx](https://github.com/hengkx) > - 🌟 Rotate zero when Sider triggers in right mode. [#18043](https://github-redirect.dependabot.com/ant-design/ant-design/pull/18043) [@kagawagao](https://github.com/kagawagao) > - 🌟 Table add `getPopupContainer` props. [#17806](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17806) > - 🌟 Add new color `gray` for Timeline.Item for unfinished or disabled status. [#17731](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17731) > - 🌟 Upload adds `transformFile` to support transforming file before file uploading. [#18009](https://github-redirect.dependabot.com/ant-design/ant-design/pull/18009) [@lijinke666](https://github.com/lijinke666) > - 🐞 Fix ConfigProvider `getPopupContainer` not working in Table. [#17806](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17806) > - 🐞 Fix Statistic font not align with global font. [#18044](https://github-redirect.dependabot.com/ant-design/ant-design/pull/18044) > - 🐞 Fix `Form.Item` label replace regexp. [#17985](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17985) [@shaodahong](https://github.com/shaodahong) > - 🐞 Fix Select search style. [#17760](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17760) [@chenyizhongx](https://github.com/chenyizhongx) > - 🐞 Fix DatePicker style bug when `mode` is decade. [#17887](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17887) [@xrkffgg](https://github.com/xrkffgg) > - 🐞 Fix wave effect performance of Button and other related component. [#17945](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17945) > - 🐞 Fix Tabs `tabBarExtraContent` align issue. [#17969](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17969) > - 🐞 Fix Tabs error when `type` is `editable-card` and child component is false. [#17965](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17965) [@oldturkey](https://github.com/oldturkey) > - 🐞 Fix Input align issue of `clearIcon` and `suffix` again. [#17684](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17684) [@LilyWakana](https://github.com/LilyWakana) > - 🐞 Remove `a` tag in Alert's close tag. [#17872](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17872) [@geograous](https://github.com/geograous) > - 💄 Unified drawer and modal `mask` opacity. [#17943](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17943) > - 💄 Optimize RangePicker focus style. [#17983](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17983) > - 💄 Tag now will be rendered as a `span`. [#17971](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17971) > - 💄 Enhance accessibility of Table expanded icon. [#17781](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17781) > - 💄 Merge LocaleProvider into ConfigProvider. [#17816](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17816) > - 💄 Add some less variables. [#17976](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17976) [@Yangzhedi](https://github.com/Yangzhedi) [#17613](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17613) [@alxkosov](https://github.com/alxkosov): > - `@table-footer-bg` > - `@table-footer-color` > - `@menu-icon-size` > - `@menu-icon-size-lg` > - 🇲🇾 Add locale Malay. [#17546](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17546) [@austin-krave](https://github.com/austin-krave) > - 🇸🇪 Add Swedish translation for Typography (Text) component. [#17858](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17858) [@Malven](https://github.com/Malven) > - 🇫🇷 Add French translation for Typography (Text) component. [#17418](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17418) [@Clafouti](https://github.com/Clafouti) > - 🏴 Add Tamil spanish translations. [#17903](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17903) [@sivaraj-dev](https://github.com/sivaraj-dev) > - TypeScript > - 🐞 Fix DatePicker `onChange` type definition. [#17955](https://github-redirect.dependabot.com/ant-design/ant-design/pull/17955) [@haimrait](https://github.com/haimrait) > ... (truncated)Commits
- [`c6d04a7`](https://github.com/ant-design/ant-design/commit/c6d04a7ed151134799b08aab182a2d056b82d71c) docs: add 3.21.2 changelog ([#18106](https://github-redirect.dependabot.com/ant-design/ant-design/issues/18106)) - [`f656657`](https://github.com/ant-design/ant-design/commit/f6566571ac67e797501032dc2c0595c1a2e20721) fix: ConfigProvider should not block LocaleProvider ([#18105](https://github-redirect.dependabot.com/ant-design/ant-design/issues/18105)) - [`197649b`](https://github.com/ant-design/ant-design/commit/197649bf5e21a850df0ce72220050648c35b969a) fix: Revert [#17684](https://github-redirect.dependabot.com/ant-design/ant-design/issues/17684) ([#18097](https://github-redirect.dependabot.com/ant-design/ant-design/issues/18097)) - [`adc1879`](https://github.com/ant-design/ant-design/commit/adc1879048053817a16a9cd2f6e053f81bf4b92c) Merge pull request [#18088](https://github-redirect.dependabot.com/ant-design/ant-design/issues/18088) from ant-design/fix-noStyle - [`9630410`](https://github.com/ant-design/ant-design/commit/9630410b4e955316f890521ecb80f3a44d21a53e) :bug: Fix `noStyle` warning - [`6bb8829`](https://github.com/ant-design/ant-design/commit/6bb88295cd135ccd984437f2e2de79068ec4ef44) :memo: Fix changelog - [`6fe1e41`](https://github.com/ant-design/ant-design/commit/6fe1e41ae91fb255ffbb4d99e89c14c0bdbcee3b) :memo: Improve API Table design - [`83a7687`](https://github.com/ant-design/ant-design/commit/83a768787eb01f0cd1f1532cf905e1e04cc857a4) :memo: antd/lib/xxx => antd/es/xxx again - [`887aa4c`](https://github.com/ant-design/ant-design/commit/887aa4c347a1c55d4c791aea57fdd95841a293fd) :memo: antd/lib/xxx => antd/es/xxx - [`0bc948d`](https://github.com/ant-design/ant-design/commit/0bc948db4c333400288d15706aa26ae40b425750) update changelog ([#18076](https://github-redirect.dependabot.com/ant-design/ant-design/issues/18076)) - Additional commits viewable in [compare view](https://github.com/ant-design/ant-design/compare/3.20.1...3.21.2)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.