react-component / form

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

build(deps-dev): bump antd from 3.26.17 to 4.3.1 #406

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps antd from 3.26.17 to 4.3.1.

Release notes

Sourced from antd's releases.

4.3.1

  • Tabs
    • ๐Ÿž Fix Tabs hideAdd not working. #24621
    • ๐Ÿž Fix Tabs dropdown has extra horizontal scrollbar in Firefox. #24677
    • ๐Ÿž Fix Tabs inkbar border lost when use with react-sticky. #24643
    • ๐Ÿ’„ Adjust Tabs tabBarStyle style display. #24620
  • Button
    • ๐Ÿž Fix Button quick set loading from delay to false will still change to the loading status. #24678
    • ๐Ÿž Fix the inconsistent style of Text Button in danger. #24622 @morenyang
  • ๐Ÿž Fix Table no showing scrollbar inside Row. #24661 @zt123123
  • ๐Ÿž Fix Drawer get dropdownMatchSelectWidth as dom prop warning. #24651
  • ๐Ÿž Adjust Steps to support React.Fragment with children. #24644
  • ๐Ÿž Fix Upload delete icon cannot be navigate via keyboard. #24615 @morenyang
  • ๐Ÿž Fix multiple Select search input cursor missing issue. #24631
  • ๐Ÿž Fix Radio.Group using options get Element type is invalid error. #24631
  • RTL
    • ๐Ÿ’„ Adjust Notification default placement to topLeft in RTL. #24632
  • TypeScript
    • ๐Ÿ›  Export Tabs TabPaneProps definition. #24648

  • Tabs
    • ๐Ÿž ไฟฎๅค Tabs hideAdd ๆ— ๆ•ˆ็š„้—ฎ้ข˜ใ€‚#24621
    • ๐Ÿž ไฟฎๅค Tabs ไธ‹ๆ‹‰่œๅ•ๅ†…ๅœจ Firefox ไธ‹ๅ‡บ็ŽฐๆฐดๅนณๆปšๅŠจๆกใ€‚#24677
    • ๐Ÿž ไฟฎๅค Tabs ้…ๅˆ react-sticky ไฝฟ็”จๆ—ถไธ‹ๅˆ’็บฟ้—ๅคฑ้—ฎ้ข˜ใ€‚#24643
    • ๐Ÿ’„ ่ฐƒๆ•ด Tabs tabBarStyle ็š„ๅฑ•็คบๆ ทๅผใ€‚#24620
  • Button
    • ๐Ÿž ไฟฎๅค Button ๅฐ† loading ไปŽ delay ๅฟซ้€Ÿๅˆ‡ๆข่‡ณ false ๆ—ถไป็„ถไผšๅ˜ๆˆๅŠ ่ฝฝ็Šถๆ€็š„้—ฎ้ข˜ใ€‚#24678
    • ๐Ÿž ไฟฎๅค Text Button ๅœจ danger ๆ—ถๆ ทๅผไธไธ€่‡ด็š„้—ฎ้ข˜ใ€‚#24622 @morenyang
  • ๐Ÿž ไฟฎๅค Table ๅŒ…่ฃนๅœจ Row ไธญๆ—ถๆ— ๆณ•ๅฑ•็Žฐๆจชๅ‘ๆปšๅŠจๆก็š„้—ฎ้ข˜ใ€‚#24661 @zt123123
  • ๐Ÿž ไฟฎๅค Drawer ไผšๆŠฅ dom ่Š‚็‚น่ฎพ็ฝฎ dropdownMatchSelectWidth ็š„่ญฆๅ‘Šไฟกๆฏใ€‚#24651
  • ๐Ÿž ่ฐƒๆ•ด Steps ็Žฐๆ”ฏๆŒ children ไธ‹ไฝฟ็”จ React.Fragmentใ€‚#24644
  • ๐Ÿž ่งฃๅ†ณ Upload ๅˆ ้™คๅ›พๆ ‡้”ฎ็›˜ๆ— ๆณ•ๅฏผ่ˆชๆ“ไฝœ็š„้—ฎ้ข˜ใ€‚#24615 @morenyang
  • ๐Ÿž ไฟฎๅคๅคš้€‰ Select ่พ“ๅ…ฅๆก†็š„ๅ…‰ๆ ‡ๅฑ•็คบ้—ฎ้ข˜ใ€‚#24631
  • ๐Ÿž ไฟฎๅค Radio.Group ่ฎพ็ฝฎ options ๆŠฅ้”™็š„้—ฎ้ข˜ใ€‚#24631
  • RTL
    • ๐Ÿ’„ ่ฐƒๆ•ด Notification RTL ๆจกๅผไธ‹้ป˜่ฎคๅผน็ช—ไฝ็ฝฎไธบๅทฆไธŠใ€‚#24632
  • TypeScript
    • ๐Ÿ›  ๅฏผๅ‡บ Tabs TabPaneProps ๅฎšไน‰ใ€‚#24648

4.3.0

  • ๐Ÿ”ฅ Rewrite Tabs for better user experience. #24552
  • ๐Ÿ“– Add components overview page. #24491 @arvinxx
  • ๐Ÿ›  Optimize dependencies to reduce overall package size. #24584
  • Button
    • ๐Ÿ†• New type="text" Button. #22552
    • ๐Ÿ’„ Improve button background variable usage. #24372 @morenyang
... (truncated)
Changelog

Sourced from antd's changelog.

4.3.1

2020-06-02

  • Tabs
    • ๐Ÿž Fix Tabs hideAdd not working. #24621
    • ๐Ÿž Fix Tabs dropdown has extra horizontal scrollbar in Firefox. #24677
    • ๐Ÿž Fix Tabs inkbar border lost when use with react-sticky. #24643
    • ๐Ÿ’„ Adjust Tabs tabBarStyle style display. #24620
  • Button
    • ๐Ÿž Fix Button quick set loading from delay to false will still change to the loading status. #24678
    • ๐Ÿž Fix the inconsistent style of Text Button in danger. #24622 @morenyang
  • ๐Ÿž Fix Table no showing scrollbar inside Row. #24661 @zt123123
  • ๐Ÿž Fix Drawer get dropdownMatchSelectWidth as dom prop warning. #24651
  • ๐Ÿž Adjust Steps to support React.Fragment with children. #24644
  • ๐Ÿž Fix Upload delete icon cannot be navigate via keyboard. #24615 @morenyang
  • ๐Ÿž Fix multiple Select search input cursor missing issue. #24631
  • ๐Ÿž Fix Radio.Group using options get Element type is invalid error. #24631
  • RTL
    • ๐Ÿ’„ Adjust Notification default placement to topLeft in RTL. #24632
  • TypeScript
    • ๐Ÿ›  Export Tabs TabPaneProps definition. #24648

4.3.0

2020-05-31

  • ๐Ÿ”ฅ Rewrite Tabs for better user experience. #24552
  • ๐Ÿ“– Add components overview page. #24491 @arvinxx
  • ๐Ÿ›  Optimize dependencies to reduce overall package size. #24584
  • Button
    • ๐Ÿ†• New type="text" Button. #22552
    • ๐Ÿ’„ Improve button background variable usage. #24372 @morenyang
  • Upload
  • Table
    • ๐Ÿ†• Table support rowSelection.hideSelectAll to hide selectAll checkbox. #24592 @Kermit-Xuan
    • ๐Ÿ†• ellipsis support showTitle to config title show. #24056 @lijinke666
    • ๐Ÿ†• Table columns support shouldCellUpdate. #23872
  • Input
    • ๐Ÿ†• Input.Passowrd support custom icon. #23792
    • ๐Ÿž Fix Input.Password still show value attribute in DOM after blur it. #24535
    • ๐Ÿ’„ Add less variable @input-disabled-color. #23775 @alwaysloseall
  • Form
    • ๐Ÿž Fix Form.Item inline label collapsed when in narrow space. #24531
    • ๐Ÿž Fix Form.List field status sync logic and add a nest fields demo. #24009
    • ๐Ÿ†• Form support validateTrigger to config children fields validate trigger. #23972
  • Menu
... (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) - `@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 4 years ago

Superseded by #409.