Skip to content

chore(deps): bump antd from 4.3.5 to 4.10.2#380

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

chore(deps): bump antd from 4.3.5 to 4.10.2#380
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/antd-4.10.2

Conversation

@dependabot-preview
Copy link
Copy Markdown
Contributor

@dependabot-preview dependabot-preview Bot commented Jan 11, 2021

Bumps antd from 4.3.5 to 4.10.2.

Release notes

Sourced from antd's releases.

4.10.2

  • 🐞 Fix import error when use antd in commonjs. #28715

  • 🐞 修复 commonjs 下引入 antd 报错的问题。#28715

4.10.1

  • 🛠 Optimize Select search performance. #28715 @kerm1it
  • 🐞 Fix Slider throw forcePopupAlign error when unmounted. #28699 @Kerumen
  • 🐞 Fix Transfer throws Cannot add property key, object is not extensible when dataSource is immutable. #28675
  • 🐞 Fix Notification box closing height issue generated by useNotification. #28660
  • 🐞 Fix Drawer and Modal disabled scrollbar after closing. #28749
  • 🛠 Reduce gzipped bundle size 2kB. #28678
  • TypeScript

  • 🛠 优化 Select 搜索性能。#28715 @kerm1it
  • 🐞 修复 Slider 在卸载时报 forcePopupAlign 错的问题。#28699 @Kerumen
  • 🐞 修复 Transfer dataSource 为 immutable 数据时报 Cannot add property key, object is not extensible 的问题。#28675
  • 🐞 修复 Notification 使用 useNotification 生成的提示框关闭时高度跳动的问题。#28660
  • 🐞 修复 Drawer 和 Modal 关闭后滚动条被禁用的问题。#28749
  • 🛠 优化包体积 gzipped 2kB#28678
  • TypeScript

4.10.0

🎉 Happy New Year!

  • 🐞 Fix the compatibility issue of less 4.0.0.
  • 🐞 Fix the problem of cursor jumping when Typography is editable. #28545
  • 🐞 Fix the problem that repeatedly clicking on expanded nodes when Tree dynamically loads data will lead to wrong status.#28349 @liuchao233
  • 🐞 Fix the problem that TreeSelect & Select cannot open the dropdown menu when it's searchValue has value. #28574
  • 🐞 Fix Dropdown disabled menu item link style. #28578
  • 🐞 Fix Progress steps display accuracy issue. #28530 @gaoryrt
  • 🐞 Fix Radio align issue in Chrome. #28616
  • 🐞 Fix Collapse arrow position not aligned when change @collapse-header-padding variable. #28507
  • 💄 Optimize the white border style of Card images. #28624
  • Input
    • 🐞 Fix TextArea value get cut when input chinese words. #28456
    • 🆕 The showCount property of Input.TextArea now supports passing in a method to customize the display format of the number. #28145 @MrHeer
    • 🆕 Input focus supports configuring the cursor position when getting focus. #28602
  • Modal
    • 🆕 Modal.method adds an afterClose callback that will be triggered after the Modal is completely closed. #28053 @liuchao233
    • 🐞 Fix the problem that Modal can be dragged outside the viewport. #28438 @mumiao
Changelog

Sourced from antd's changelog.

4.10.2

2021-01-11

  • 🐞 Fix import error when use antd in commonjs. #28715

4.10.1

2021-01-10

  • 🛠 Optimize Select search performance. #28715 @kerm1it
  • 🐞 Fix Slider throw forcePopupAlign error when unmounted. #28699 @Kerumen
  • 🐞 Fix Transfer throws Cannot add property key, object is not extensible when dataSource is immutable. #28675
  • 🐞 Fix Notification box closing height issue generated by useNotification. #28660
  • 🐞 Fix Drawer and Modal disabled scrollbar after closing. #28749
  • 🛠 Reduce gzipped bundle size 2kB. #28678
  • TypeScript

4.10.0

2021-01-04

🎉 Happy New Year!

  • 🐞 Fix the compatibility issue of less 4.0.0.
  • 🐞 Fix the problem of cursor jumping when Typography is editable. #28545
  • 🐞 Fix the problem that repeatedly clicking on expanded nodes when Tree dynamically loads data will lead to wrong status.#28349 @liuchao233
  • 🐞 Fix the problem that TreeSelect & Select cannot open the dropdown menu when it's searchValue has value. #28574
  • 🐞 Fix Dropdown disabled menu item link style. #28578
  • 🐞 Fix Progress steps display accuracy issue. #28530 @gaoryrt
  • 🐞 Fix Radio align issue in Chrome. #28616
  • 🐞 Fix Collapse arrow position not aligned when change @collapse-header-padding variable. #28507
  • 💄 Optimize the white border style of Card images. #28624
  • Input
    • 🐞 Fix TextArea value get cut when input chinese words. #28456
    • 🆕 The showCount property of Input.TextArea now supports passing in a method to customize the display format of the number. #28145 @MrHeer
    • 🆕 Input focus supports configuring the cursor position when getting focus. #28602
  • Modal
    • 🆕 Modal.method adds an afterClose callback that will be triggered after the Modal is completely closed. #28053 @liuchao233
    • 🐞 Fix the problem that Modal can be dragged outside the viewport. #28438 @mumiao
  • Table
    • 🐞 Fix the problem that Table childrenColumnName and checkStrictly={false} cannot be used together. #28568
    • 🐞 Fix Table selection abnormal behavior when inside Checkbox.Group. #28576
    • 🐞 Fix the problem that the sticky header style is messy when there is no data. #28323
    • 🐞 Fix the problem that onChange listener always receives empty list as filters parameter if use a custom filterDropdown. #28627 @Meowu
    • 🆕 Adds expandable.columnWidth to customize the width of the expanded column. #28249
    • 🆕 Adds clear all option from selection. #28580 @n0ruSh
  • Image
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.

If all status checks pass Dependabot will automatically merge this pull request.


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)
  • @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 the .dependabot/config.yml file in this repo:

  • Update frequency
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview Bot added the dependencies Pull requests that update a dependency file label Jan 11, 2021
@dependabot-preview
Copy link
Copy Markdown
Contributor Author

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@dependabot-preview dependabot-preview Bot force-pushed the dependabot/npm_and_yarn/antd-4.10.2 branch 4 times, most recently from 716bb5d to 18a4208 Compare January 11, 2021 11:05
@dependabot-preview dependabot-preview Bot force-pushed the dependabot/npm_and_yarn/antd-4.10.2 branch from 18a4208 to 2d9afb4 Compare January 11, 2021 11:13
@dependabot-preview
Copy link
Copy Markdown
Contributor Author

Superseded by #393.

@dependabot-preview dependabot-preview Bot deleted the dependabot/npm_and_yarn/antd-4.10.2 branch January 18, 2021 10:22
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