Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโ€™ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump antd from 3.26.18 to 4.5.0 #89

Closed

Conversation

dependabot-preview[bot]
Copy link

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:

  • 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)

Bumps [antd](https://github.com/ant-design/ant-design) from 3.26.18 to 4.5.0.
- [Release notes](https://github.com/ant-design/ant-design/releases)
- [Changelog](https://github.com/ant-design/ant-design/blob/master/CHANGELOG.en-US.md)
- [Commits](ant-design/ant-design@3.26.18...4.5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jul 28, 2020
@coveralls
Copy link

Coverage Status

Coverage remained the same at 41.158% when pulling b222f53 on dependabot/npm_and_yarn/antd-4.5.0 into 1ad29b1 on master.

@dependabot-preview
Copy link
Author

Superseded by #90.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/antd-4.5.0 branch July 28, 2020 22:18
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.

None yet

1 participant