ant-design / create-react-app-antd

Use antd in create-react-app without ejecting ✨
https://ant.design/docs/react/use-with-create-react-app
583 stars 197 forks source link

Bump antd from 4.6.2 to 4.10.0 #267

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps antd from 4.6.2 to 4.10.0.

Release notes

Sourced from antd's releases.

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
  • 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
  • Upload
    • 🐞 Fix a warning even when not using transformFile. #28455 @YanYuanFE
    • 🐞 Fix Upload fileList cannot work with data that is produced by immer. #28636 @mumiao
    • πŸ†• Upload adds a new maxCount property to limit the number of files. #28367
  • DatePicker
  • Select
  • πŸ†• Slider add a new range.draggableTrack prop. #28592
  • πŸ†• Descriptions support setting labelStyle & contentStyle directly. #28613
  • πŸ†• message added a new onClick callback that will be triggered when the message is clicked. #28148 @ZeroTo0ne
  • πŸ†• The scrollToFirstError property of the Form adds support for setting the position for scrolling. #28272 @vouis
  • πŸ†• Steps support reponsive which allows to turn off reponsive change. #28459
  • 🌐 Localization
    • πŸ‡­πŸ‡· Improved Croatian language support. #28458
Changelog

Sourced from antd's changelog.

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
  • Upload
    • 🐞 Fix a warning even when not using transformFile. #28455 @YanYuanFE
    • 🐞 Fix Upload fileList cannot work with data that is produced by immer. #28636 @mumiao
    • πŸ†• Upload adds a new maxCount property to limit the number of files. #28367
  • DatePicker
  • Select
  • πŸ†• Slider add a new range.draggableTrack prop. #28592
  • πŸ†• Descriptions support setting labelStyle & contentStyle directly. #28613
  • πŸ†• message added a new onClick callback that will be triggered when the message is clicked. #28148 @ZeroTo0ne
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) - `@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) - Pull request limits (per update run and/or open at any time) - 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[bot] commented 3 years ago

Superseded by #269.