Skip to content
This repository was archived by the owner on Feb 9, 2022. It is now read-only.

Conversation

@dependabot-preview
Copy link
Contributor

Bumps antd from 3.26.8 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
Maintainer changes

This version was pushed to npm by 07akioni, a new releaser for antd since your current version.


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 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 the .dependabot/config.yml file in this repo:

  • Update frequency
  • 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 dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jul 28, 2020
@dependabot-preview
Copy link
Contributor Author

Superseded by #621.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/antd-4.5.0 branch July 29, 2020 09:52
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants