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.4.0 #416

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps antd from 3.26.18 to 4.4.0.

Release notes

Sourced from antd's releases.

4.4.0

  • 🔥 Optimize RangePicker interaction that any picker selection will popup another picker panel. #25135
  • 🔥 Add Skeleton.Image. #24805 @fireairforce
  • Form
    • 🆕 Form.Item support preserve to disable value preserve. #25186
    • 🆕 Form.Item add hidden prop. #25108
    • 🆕 Form instance support getFieldInstance. #24711
  • Table
    • 🆕 Table onChange add action in extra argument. #24697
    • 🆕 Table support rowSelection.dirty to enable cache key with ajax. #24718
    • 🐞 Table supports rowSelection.checkStrictly. #24931
    • 🐞 Fix Table onSelectAll's changeRows parameter is incorrect. #24931
    • 🐞 Fix Table expand buttons of leaf rows in tree data can still be clicked. #24931
    • 🐞 Fix Table expand icon still interative when hidden. #25170
  • TimePicker
    • 🐞 Fix TimePicker display 12 AM as 0 AM. #25174
    • 🐞 Fix TimePicker not using 0 ~ 23 to disable hours. #25174
    • 🐞 Fix TimePicker AM | PM are not related with hour disabled status. #25174
    • 🐞 Fix TimePicker "Now" button's behavior doesn't conform hour, minute, second step. #25174
  • Cascader
    • 🆕 Cascader add expandIcon to customize the current item expand icon. #24865
    • 🆕 Cascader support dropdownRender prop for customizing menu. #24812
  • Menu
    • 🆕 Menu support triggerSubMenuAction (hover or click). #25127 @hydRAnger
    • 🐞 Fix Menu.SubMenu background color in dark theme. #25205
  • Tabs
    • 🆕 Pagination support onChange called when pageSize change. #24964 @fireairforce
    • 🆕 Tabs support addIcon to customize add icon node. #25006
    • 🐞 Fix Tabs can not close in IE11. #25200
  • Pagination
    • 🐞 Improve Pagination accessibility by fixing a W3C error. #25119
  • DatePicker
    • 🆕 Fix month and quarter picker's toggle button size of DatePicker component. #25035 @fireairforce
    • 🆕 DatePicker support showNow. TimePicker support showNow. #25032
  • Drawer
    • 🆕 Dropdown component support arrow prop. #23869 @wendellhu95
    • 🐞 Fix Drawer getContainer={false} cause scrollbar missing in some situation. #25273
  • 🆕 Fix Rate render unexpectedly when value is 1.6 or 2.6. #24993
  • 🆕 Menution support autoSize prop. #24961 @Kermit-Xuan
  • 🆕 Remove the 140px width limit on vertical dot Steps.Step. #24907
  • 🆕 Move Result children to end of component. #24945
  • 🆕 Add Rate character support (RateProps)=> ReactNode customization. #24903
  • 🆕 Add optionType api to set Radio type in Radio.Group when use options. #24809
  • 🆕 Add closeIcon to customize Tag close icon. #24885
  • 🆕 Drawer support closeIcon. #24842
  • 🆕 Add ghost prop for collapse to set a transparent background. #24734
  • 🆕 Progress support customise filled Progress color. #24655 @fireairforce
  • 🆕 Typography copyable support icon and tooltips for customization. #25274 @israelKusayev
  • 🆕 Add showLeafIcon for Tree Component when set showLine prop. #25271
  • 🆕 Add BackTop duration used to set the time required to return to the top. #25254
Changelog

Sourced from antd's changelog.

4.4.0

2020-06-29

  • 🔥 Optimize RangePicker interaction that any picker selection will popup another picker panel. #25135
  • 🔥 Add Skeleton.Image. #24805 @fireairforce
  • Form
    • 🆕 Form.Item support preserve to disable value preserve. #25186
    • 🆕 Form.Item add hidden prop. #25108
    • 🆕 Form instance support getFieldInstance. #24711
  • Table
    • 🆕 Table onChange add action in extra argument. #24697
    • 🆕 Table support rowSelection.dirty to enable cache key with ajax. #24718
    • 🐞 Table supports rowSelection.checkStrictly. #24931
    • 🐞 Fix Table onSelectAll's changeRows parameter is incorrect. #24931
    • 🐞 Fix Table expand buttons of leaf rows in tree data can still be clicked. #24931
    • 🐞 Fix Table expand icon still interative when hidden. #25170
  • TimePicker
    • 🐞 Fix TimePicker display 12 AM as 0 AM. #25174
    • 🐞 Fix TimePicker not using 0 ~ 23 to disable hours. #25174
    • 🐞 Fix TimePicker AM | PM are not related with hour disabled status. #25174
    • 🐞 Fix TimePicker "Now" button's behavior doesn't conform hour, minute, second step. #25174
  • Cascader
    • 🆕 Cascader add expandIcon to customize the current item expand icon. #24865
    • 🆕 Cascader support dropdownRender prop for customizing menu. #24812
  • Menu
    • 🆕 Menu support triggerSubMenuAction (hover or click). #25127 @hydRAnger
    • 🐞 Fix Menu.SubMenu background color in dark theme. #25205
  • Tabs
    • 🆕 Pagination support onChange called when pageSize change. #24964 @fireairforce
    • 🆕 Tabs support addIcon to customize add icon node. #25006
    • 🐞 Fix Tabs can not close in IE11. #25200
  • Pagination
    • 🐞 Improve Pagination accessibility by fixing a W3C error. #25119
  • DatePicker
    • 🆕 Fix month and quarter picker's toggle button size of DatePicker component. #25035 @fireairforce
    • 🆕 DatePicker support showNow. TimePicker support showNow. #25032
  • Drawer
    • 🆕 Dropdown component support arrow prop. #23869 @wendellhu95
    • 🐞 Fix Drawer getContainer={false} cause scrollbar missing in some situation. #25273
  • 🆕 Fix Rate render unexpectedly when value is 1.6 or 2.6. #24993
  • 🆕 Menution support autoSize prop. #24961 @Kermit-Xuan
  • 🆕 Remove the 140px width limit on vertical dot Steps.Step. #24907
  • 🆕 Move Result children to end of component. #24945
  • 🆕 Add Rate character support (RateProps)=> ReactNode customization. #24903
  • 🆕 Add optionType api to set Radio type in Radio.Group when use options. #24809
  • 🆕 Add closeIcon to customize Tag close icon. #24885
  • 🆕 Drawer support closeIcon. #24842
  • 🆕 Add ghost prop for collapse to set a transparent background. #24734
  • 🆕 Progress support customise filled Progress color. #24655 @fireairforce
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 #418.