react-component / form

React High Order Form Component(web & react-native)
http://react-component.github.io/form/
MIT License
1.81k stars 296 forks source link

build(deps-dev): bump antd from 3.26.20 to 4.9.0 #476

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps antd from 3.26.20 to 4.9.0.

Release notes

Sourced from antd's releases.

4.8.6

  • ๐Ÿž Fix Badge style blink when mounted. #28003
  • ๐Ÿ’„ Reduce Modal style size. #27998
  • ๐Ÿž Fix Layout.Sider can not collapse when width='0'. #28000
  • ๐Ÿž Fix Menu style when using none Ant Design icons. #27983
  • Input
    • ๐Ÿž Fix Input.Search button height when customize less variables. #27986
    • ๐Ÿž Fix Input.Search addonBefore abnormal style. #27960
  • ๐Ÿž Fix Typography.Link clicking copy button will redirect. #27982
  • ๐Ÿž Fix Carousel throws error Unable to preventDefault inside passive event listener. #27957
  • ๐ŸŒ Improve data picker locale for en_GB and zh_TW. #28016 @abz53378
  • RTL
    • ๐Ÿ’„ Optimize the border style of Descriptions in RTL model. #28010
    • ๐Ÿ’„ Fix the vertical style of Steps in RTL mode. #27996
  • TypeScript

  • ๐Ÿž ไฟฎๅค Badge ๅœจๅˆๅง‹ๅŒ–ๆ—ถๆ ทๅผๆŠ–ๅŠจ็š„้—ฎ้ข˜ใ€‚#28003
  • ๐Ÿ’„ ไผ˜ๅŒ– Modal ็›ธๅ…ณๆ ทๅผ็š„ๅ†—ไฝ™ใ€‚#27998
  • ๐Ÿž ไฟฎๅค Layout.Sider ๅœจ width='0' ๆ—ถไธ่ƒฝๅฑ•ๅผ€็š„้—ฎ้ข˜ใ€‚#28000
  • ๐Ÿž ไฟฎๅค Menu ไฝฟ็”จ้ž Ant Design ๅ›พๆ ‡ๆ—ถ็š„ๆ ทๅผ้—ฎ้ข˜ใ€‚#27983
  • Input
    • ๐Ÿž ไฟฎๅค Input.Search ่‡ชๅฎšไน‰ less ๅ˜้‡ๆ—ถ็š„ๆŒ‰้’ฎ้ซ˜ๅบฆ้—ฎ้ข˜ใ€‚#27986
    • ๐Ÿž ไฟฎๅค Input.Search addonBefore ๆ ทๅผๅผ‚ๅธธใ€‚#27960
  • ๐Ÿž ไฟฎๅค Typography.Link ็‚นๅ‡ปๅคๅˆถๆŒ‰้’ฎไผš่งฆๅ‘้“พๆŽฅ่ทณ่ฝฌ็š„้—ฎ้ข˜ใ€‚#27982
  • ๐Ÿž ไฟฎๅค Carousel Unable to preventDefault inside passive event listener ๆŠฅ้”™้—ฎ้ข˜ใ€‚#27957
  • ๐ŸŒ ๆ”น่ฟ› DatePicker ็š„ en_GB ไธŽ zh_TW ๆœฌๅœฐๅŒ–ๆ”ฏๆŒใ€‚#28016 @abz53378
  • RTL
    • ๐Ÿ’„ ไผ˜ๅŒ– Descriptions ๅœจ RTL ๆจกๅž‹ไธ‹็š„่พนๆก†ๆ ทๅผใ€‚#28010
    • ๐Ÿ’„ ไฟฎๅค Steps ๅž‚็›ดๆ–นๅ‘ๅœจ RTL ๆจกๅผไธ‹็š„ๆ ทๅผใ€‚#27996
  • TypeScript
    • ๐Ÿค– ไฟฎๅค Upload ็š„ beforeUpload ๅฎšไน‰้—ฎ้ข˜ใ€‚#27946 @bingling0084
    • ๐Ÿค– ไธบ Carousel ๆไพ›ๅ•็‹ฌ็š„ ref ๅฎšไน‰ใ€‚#27935 @ocassio

4.8.5

  • ๐Ÿž Fix that Spin can't render children 0. #27839 @liuchao233
  • ๐Ÿ’„ Fix the RangePicker panel interaction style. #27894
  • ๐Ÿ’„ Fix Switch loading style. #27860
  • ๐Ÿ’„ Optimize Skeleton color to fit dark background. #27836
  • ๐Ÿ’„ Adjust Statistic deciaml font size. #27884
  • ๐Ÿ›  Refactor Checkboxใ€Layout.Sider and TextArea with React hooks. #27739 #27719 #27693
  • ๐Ÿ›  Refactor BackTopใ€Badgeใ€UploadList with rc-motion instead of rc-animate. #27840 #27848 #27923
  • RTL
    • ๐Ÿ’„ Fix the style of the Tree switch icon in RTL mode. #27876
  • TypeScript
Changelog

Sourced from antd's changelog.

4.9.0

2020-11-30

  • Modal
    • ๐Ÿ†• Modal support focusTriggerAfterClose to disable auto focus back. #27985 @molokovev
    • ๐Ÿž Fix Modal hooks not trigger onCancel. #28063 @JuniorTour
    • ๐Ÿž Fix Modal sometime not popup from the click position. #28037
    • ๐Ÿ†• Support closable and closeIcon api for Modal.method. #27909 @MrHeer
  • ๐Ÿ’„ Reduce Table selection column width to 32px. #28073
  • Image
    • ๐Ÿ”ฅ Image add PreviewGroup component to support multiple images preview. #28069
    • ๐Ÿž Fix Image style prop not acting on img element. #27446
  • Collapse
    • ๐Ÿ”ฅ Collapse support collapsible to customize trigger region and deprecated Panel disabled prop. #27790
    • ๐Ÿž Fix Collapse cannot contains <Table sticky />. #28039
  • ๐Ÿž Fix Cascader bug that empty data can be selected. #28062 @n0ruSh
  • ๐Ÿ†• Alert support action prop. #25892 @jesse3mh9a
  • ๐Ÿ”ฅ Tree refactor drag behavior. Add dropIndicatorRender and allowDrop prop. #26462 @07akioni
  • ๐Ÿ†• Space support wrap for auto break line. #27910
  • ๐Ÿ†• Descriptions.Item support labelStyle & contentStyle props. #27897
  • ๐Ÿ†• Form.List support initialValue. #27872
  • ๐Ÿ†• Menu supports expandIcon, and optimize default expand icon style. #27565
  • ๐Ÿ†• Input and TextArea add setSelectionRange of ref. #27584 @appleshell
  • ๐Ÿ†• Select support filterSort to order the filtered options. #27523 @n0ruSh
  • ๐Ÿ‡ฐ๐Ÿ‡ฟ Add Kazakh locale. #27589 @nodkz

4.8.6

2020-11-27

  • ๐Ÿž Fix Badge style blink when mounted. #28003
  • ๐Ÿ’„ Reduce Modal style size. #27998
  • ๐Ÿž Fix Layout.Sider can not collapse when width='0'. #28000
  • ๐Ÿž Fix Menu style when using none Ant Design icons. #27983
  • Input
    • ๐Ÿž Fix Input.Search button height when customize less variables. #27986
    • ๐Ÿž Fix Input.Search addonBefore abnormal style. #27960
  • ๐Ÿž Fix Typography.Link clicking copy button will redirect. #27982
  • ๐Ÿž Fix Carousel throws error Unable to preventDefault inside passive event listener. #27957
  • ๐ŸŒ Improve data picker locale for en_GB and zh_TW. #28016 @abz53378
  • RTL
    • ๐Ÿ’„ Optimize the border style of Descriptions in RTL model. #28010
    • ๐Ÿ’„ Fix the vertical style of Steps in RTL mode. #27996
  • TypeScript

4.8.5

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 #477.