Skip to content

chore(deps): bump antd from 4.15.0 to 4.18.2#164

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/antd-4.18.2
Closed

chore(deps): bump antd from 4.15.0 to 4.18.2#164
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/antd-4.18.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2022

Bumps antd from 4.15.0 to 4.18.2.

Release notes

Sourced from antd's releases.

4.18.2

  • 🐞 Revert #33411 to Table onChange being invoked infinitely.

  • 🐞 回滚 #33411 以修复 Table 死循环调用 onChange 的问题。

4.18.1

  • 🐞 Fix Popconfirm throws Can't perform a React state update on an unmounted component. warning in some async case. #33432 @​MadCcc
  • 🐞 Fix Input with suffix will crash when value is number type. #33462
  • 🐞 Fix Divider with text dashed border color error. #33452 @​chen-jingjie
  • 🐞 Fix Dropdown.Button not support destroyPopupOnHide. #33442 @​LongHaoo
  • 🐞 Fix Table Pagination not trigger onChange when current changed. #33411 @​2724635499

  • 🐞 修复 Popconfirm 在某些情况下会出现 Can't perform a React state update on an unmounted component. 的错误。#33432 @​MadCcc
  • 🐞 修复 Input 配置 suffixvalue 为数字类型会崩溃的问题。#33462
  • 🐞 修复 Divider with text dashed 的边框颜色错误问题。#33452 @​chen-jingjie
  • 🐞 修复 Dropdown.Button 不支持 destroyPopupOnHide 的问题。#33442 @​LongHaoo
  • 🐞 修复 Table 的 Pagination 在 current 改变时不触发 pagination.onChange 的问题。#33411 @​2724635499

4.18.0


... (truncated)

Changelog

Sourced from antd's changelog.

4.18.2

2021-12-30

  • 🐞 Revert #33411 to Table onChange being invoked infinitely.

4.18.1

2021-12-29

  • 🐞 Fix Popconfirm throws Can't perform a React state update on an unmounted component. warning in some async case. #33432 @​MadCcc
  • 🐞 Fix Input with suffix will crash when value is number type. #33462
  • 🐞 Fix Divider with text dashed border color error. #33452 @​chen-jingjie
  • 🐞 Fix Dropdown.Button not support destroyPopupOnHide. #33442 @​LongHaoo
  • 🐞 Fix Table Pagination not trigger onChange when current changed. #33411 @​2724635499

4.18.0

2021-12-27

  • 🐞 Fix Skeleton missing style prop. #33405
  • 🐞 Fix Descriptions overflow style cause other components being cut. #33392
  • 🆕 Unique Select-like component generic as OptionType to support FieldNames type. #33364
  • 🐞 Fix Slider rail hover color when it is disabled. #33369 @​chen-jingjie
  • Table
    • 🆕 Table colSpan & rowSpan move to onCell function to optimize performance. #33114
    • 🆕 Table support Table.EXPAND_COLUMN & Table.SELECTION_COLUMN to customize column order. #33026
    • 🐞 Fix Table hovering will trigger expandedRowRender and column.render unexpectly. #33342
  • Form
    • 🔥 Form.List nest Form.Item no longer need pass fieldKey anymore. #32689
    • 🆕 Form label can wrap via setting labelWrap now. #33048
  • 🆕 ConfigProvider support Form colon. 9bc148a @​seaSuper
  • 🆕 add prefix to InputNumber. #32600 @​Austaras
  • 🆕 Modal static function support wrapClassName prop. #32676 @​cwjTerrace
  • 🆕 Popconfirm add showCancel prop. #32620 @​cwjTerrace
  • 🆕 Dropdown.Button supports loading property now. #32467 @​kaysonwu
  • 🆕 Input adds showCount property. #32522 @​cwjTerrace
  • 🆕 Alert supports closeIcon now. #32345 @​chen-jingjie
  • Typography
    • 🆕 for editable Paragraph, edit can be triggered by clicking the icon or the value itself (or both) with triggerType. #32219 @​kachanovskiy
    • 🆕 Typography support enterIcon to config confirm icon. #32220 @​kachanovskiy
  • 🆕 Divider added orientationMargin APIs for customizing margin-left/right of title. #32084 @​neotan
  • 🆕 Avatar add maxPopoverTrigger to support configuration of popover trigger. #32197 @​RiteshMakan
  • 🆕 Upload supports showUploadList.previewIcon now. #32059 @​1040961807
  • 🏴󠁥󠁳󠁣󠁴󠁿 Fix Catalan (ca_ES) missing translation key with Form. #33377 @​ZzGGitter
  • 🇫🇮 Fix Finland (fi_FI) missing translation key with Table. #33372 @​ZakarFin
  • 🇰🇭 Added locales for Khmer (km_KH) translation. #32853 @​vireakkeosokvibol
  • TypeScript

... (truncated)

Commits

Dependabot compatibility score

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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @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)

Bumps [antd](https://github.com/ant-design/ant-design) from 4.15.0 to 4.18.2.
- [Release notes](https://github.com/ant-design/ant-design/releases)
- [Changelog](https://github.com/ant-design/ant-design/blob/master/CHANGELOG.en-US.md)
- [Commits](ant-design/ant-design@4.15.0...4.18.2)

---
updated-dependencies:
- dependency-name: antd
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 1, 2022
@vercel
Copy link

vercel bot commented Jan 1, 2022

Deployment failed with the following error:

The most recent charge for your active payment method has failed. Please update it here: https://vercel.com/teams/juicecube/settings/billing.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 1, 2022

Superseded by #172.

@dependabot dependabot bot closed this May 1, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/antd-4.18.2 branch May 1, 2022 16:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants