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.18 to 4.5.0 #423

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps antd from 3.26.18 to 4.5.0.

Release notes

Sourced from antd's releases.

4.5.0

  • ๐Ÿ†• Input and Input.TextArea support bordered prop. #25617
  • ๐Ÿ†• Add useMessage hook for Message to support context access. #25422
  • ๐Ÿ†• Tree support titleRender to customize all nodes' content. #25624
  • ๐Ÿ†• Descriptions add extra prop. #25512 @zzz111
  • ๐Ÿ†• Add Modal.config to set rootPrefixCls for Modal statis methods. #25613
  • ๐Ÿ†• Drawer support push prop for multi-Drawer linkage. #25445 @jinxin0112
  • ๐Ÿ†• Add Badge.Ribbon component. #25456
  • ๐Ÿ†• Steps support percent prop to show step icon progress. #25839
  • ๐Ÿ’„ Menu.Item's blue indicator line and dropdown width are the same as its content's width in horizontal mode. #25622
  • Avatar
    • ๐Ÿ†• Add Avatar.Group for showing a set of avatars. #25192
    • ๐Ÿž Fix Avatar not fallback correctly when src is invalid. #25806
  • DatePicker
    • ๐Ÿ†• DatePicker support date-fns. #25822 @fireairforce
    • ๐Ÿ†• Improve DatePicker hovering experience, the placeholder will change to format value of target-date when hovering a date cell. (#25050). #25784 @Kermit-Xuan
    • ๐Ÿ†• RangePicker onCalendarChange add range param to indicate currently activated pane. #25568 @Kim-Wing-Fung
    • ๐Ÿ†• DatePicker support panelRender to customize panel. #25488
    • ๐Ÿž Fix QuarterPicker not working, remove DatePicker.XxxPicker and recommend picker='xxx' usage instead. #25768
  • Form
    • ๐Ÿ†• Form.List support array in remove method. #25638 @fireairforce
    • ๐Ÿ†• Form.Item supports dependencies to control updating logic with render props children. #25408
    • ๐Ÿ†• Adjust Form.Item validateFist to validate in order. Origin logic use parallel to validate. #25321
    • ๐Ÿž Fix Form.Item sometime not clean up prev error message. #25737
    • ๐Ÿž Fix Form.Item not collect validateStatus when children Form.Item with noStyle has an error. #25734
    • ๐Ÿž Fix Form.Item setting labelCol={{ offset: number }} doesn't work if layout is vertical. #25713 @zhangchen915
    • โŒจ๏ธ Form add role="alert" attribute on validation message node to import accessibility. #25735 @AlbertAZ1992
  • Calendar
  • ๐Ÿž Fix Table indeterminate returned by getCheckboxProps not working. #25649
  • ๐Ÿž Fix Select clear icon position in Form.Item. #25728
  • ๐Ÿž Fix Pagination mouse style of the page turning button. #25772
  • ๐Ÿž Fix TreeSelect treeNodeLabelProp affect tree node render result. #25755
  • ๐Ÿž Fix Carousel findDOMNode warning in strict mode. #25744
  • ๐Ÿž Fix Radio causing SSR build errors with webpack@4.44.0. 25821 @Kermit-Xuan
  • ๐Ÿž Fix Tabs focus & active state color when disabled. 25827 hsuanxyz
  • ๐Ÿ’„ Card action pane color is unified with body color. #25722
  • โŒจ๏ธ Improve Alert/message/notification accessibility by adding role attribute. #25774
  • ๐Ÿ‡ญ๐Ÿ‡ฐ Add zh_HK localization. #25731 @wuchu
  • ๐Ÿ‡ฉ๐Ÿ‡ช Improve de_DE localization. #25823 @LukeTimeWalker

  • ๐Ÿ†• Input ๅ’Œ Input.TextArea ๆ”ฏๆŒ bordered ๅฑžๆ€งใ€‚#25617
  • ๐Ÿ†• Message ๆ–ฐๅขž useMessage hook๏ผŒไปฅๆ”ฏๆŒ context ่ฎฟ้—ฎใ€‚#25422
  • ๐Ÿ†• Tree ๆทปๅŠ  titleRender ไปฅๆ”ฏๆŒๅฎšๅˆถๆ‰€ๆœ‰่Š‚็‚นๅ†…ๅฎนใ€‚#25624
  • ๐Ÿ†• Descriptions ๆ–ฐๅขž extra ๅฑžๆ€งใ€‚#25512 @zzz111
Changelog

Sourced from antd's changelog.

4.5.0

2020-07-27

  • ๐Ÿ†• Input and Input.TextArea support bordered prop. #25617
  • ๐Ÿ†• Add useMessage hook for Message to support context access. #25422
  • ๐Ÿ†• Tree support titleRender to customize all nodes' content. #25624
  • ๐Ÿ†• Descriptions add extra prop. #25512 @zzz111
  • ๐Ÿ†• Add Modal.config to set rootPrefixCls for Modal statis methods. #25613
  • ๐Ÿ†• Drawer support push prop for multi-Drawer linkage. #25445 @jinxin0112
  • ๐Ÿ†• Add Badge.Ribbon component. #25456
  • ๐Ÿ†• Steps support percent prop to show step icon progress. #25839
  • ๐Ÿ’„ Menu.Item's blue indicator line and dropdown width are the same as its content's width in horizontal mode. #25622
  • Avatar
    • ๐Ÿ†• Add Avatar.Group for showing a set of avatars. #25192
    • ๐Ÿž Fix Avatar not fallback correctly when src is invalid. #25806
  • DatePicker
    • ๐Ÿ†• DatePicker support date-fns. #25822 @fireairforce
    • ๐Ÿ†• Improve DatePicker hovering experience, the placeholder will change to format value of target-date when hovering a date cell. (#25050). #25784 @Kermit-Xuan
    • ๐Ÿ†• RangePicker onCalendarChange add range param to indicate currently activated pane. #25568 @Kim-Wing-Fung
    • ๐Ÿ†• DatePicker support panelRender to customize panel. #25488
    • ๐Ÿž Fix QuarterPicker not working, remove DatePicker.XxxPicker and recommend picker='xxx' usage instead. #25768
  • Form
    • ๐Ÿ†• Form.List support array in remove method. #25638 @fireairforce
    • ๐Ÿ†• Form.Item supports dependencies to control updating logic with render props children. #25408
    • ๐Ÿ†• Adjust Form.Item validateFist to validate in order. Origin logic use parallel to validate. #25321
    • ๐Ÿž Fix Form.Item sometime not clean up prev error message. #25737
    • ๐Ÿž Fix Form.Item not collect validateStatus when children Form.Item with noStyle has an error. #25734
    • ๐Ÿž Fix Form.Item setting labelCol={{ offset: number }} doesn't work if layout is vertical. #25713 @zhangchen915
    • โŒจ๏ธ Form add role="alert" attribute on validation message node to import accessibility. #25735 @AlbertAZ1992
  • Calendar
  • ๐Ÿž Fix Table indeterminate returned by getCheckboxProps not working. #25649
  • ๐Ÿž Fix Select clear icon position in Form.Item. #25728
  • ๐Ÿž Fix Pagination mouse style of the page turning button. #25772
  • ๐Ÿž Fix TreeSelect treeNodeLabelProp affect tree node render result. #25755
  • ๐Ÿž Fix Carousel findDOMNode warning in strict mode. #25744
  • ๐Ÿž Fix Radio causing SSR build errors with webpack@4.44.0. 25821 @Kermit-Xuan
  • ๐Ÿž Fix Tabs focus & active state color when disabled. 25827 hsuanxyz
  • ๐Ÿ’„ Card action pane color is unified with body color. #25722
  • โŒจ๏ธ Improve Alert/message/notification accessibility by adding role attribute. #25774
  • ๐Ÿ‡ญ๐Ÿ‡ฐ Add zh_HK localization. #25731 @wuchu
  • ๐Ÿ‡ฉ๐Ÿ‡ช Improve de_DE localization. #25823 @LukeTimeWalker

4.4.3

2020-07-20

  • ๐Ÿž Fix Layout trigger cannot customize zero width to trigger. #25653
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 #426.