react-component / form

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

build(deps-dev): bump antd from 3.26.18 to 4.7.0 #456

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps antd from 3.26.18 to 4.7.0.

Release notes

Sourced from antd's releases.

4.7.0

  • ๐Ÿ”ฅ Input.TextArea support word count. #26952 @zhangchen915
  • ๐Ÿ”ฅ DatePicker support custom format by passing a function. #26845
  • Form
    • ๐Ÿ”ฅ Form.Item support tooltip to customize tooltip. #26780
    • ๐Ÿ†• Form.List support rules validation and add Form.ErrorList to show the errors. #26676
    • ๐Ÿ†• Form.Item support messageVariables prop. #26597
    • ๐Ÿž Fix Form onValuesChange second param return fully store values instead of validate fields. #26808
  • Upload
    • ๐Ÿ”ฅ Upload can custom the item of file list by itemRender now. #26333
    • ๐Ÿ†• Upload custom action icons now supports callback functions. #26684 @mwaddell
  • Table
    • ๐Ÿ†• Table sticky now support getContainer. #26973
    • ๐Ÿž Fix Table should not render dropdown filter icon when filterDropdown is undefined. #27002 @shangyilim
  • Modal
    • ๐Ÿ›  Refactor Modal animation code so that it will remove all dom element when closed. #26940
    • ๐Ÿ†• Modal add modalRender prop which can be used for draggable dialog. #26507 @jhoneybee
  • ๐Ÿ†• Space add split prop. #26948
  • ๐Ÿ†• Image preview prop now support visible and onVisibleChange. #26915
  • ๐Ÿ†• InputNumber will trigger onStep prop when click up/down buttons. #27075
  • ๐Ÿ†• Avatar size support responsive config. #26244 @willamesoares
  • ๐Ÿž Fix Radio.Button children cannot apply Tooltip. #27050
  • RTL
    • โฌ…๏ธ Fix List action button position in RTL mode. #26964
    • โฌ…๏ธ Fix Transfer pagination style in RTL mode. #26960
    • โฌ…๏ธ Fix Upload style in RTL mode. #26961
    • โฌ…๏ธ Optimize Tag style to avoid the interaction between theme and RTL mode. #26955
    • โฌ…๏ธ Optimize Cascader and Tree style of the data expansion loading icon in RTL mode. #27010
  • TypeScript
    • ๐Ÿค– Fix typo TimeLineItemProps to TimelineItemProps. #27001 @mgcrea
    • ๐Ÿค– Fix Slider missing autoFocus prop. #26995 @shangyilim
    • ๐Ÿค– Fix Slider step prop not accepting null value. #26984 @shangyilim
    • ๐Ÿค– Fix Slider.Range trackStyle and handleStyle should be array. #27033
    • ๐Ÿค– Optimize Tag onClose TypeScript definition. #26932
    • ๐Ÿค– Improve Form TypeScript definition to support getFieldsValue return generic type without namePath argument. #26791
  • Locale

  • ๐Ÿ”ฅ Input.TextArea ๆ”ฏๆŒๅญ—ๆ•ฐ็ปŸ่ฎกๅŠŸ่ƒฝใ€‚#26952 @zhangchen915
  • ๐Ÿ”ฅ DatePicker format ๆ”ฏๆŒไผ ๅ…ฅไธ€ไธชๅ‡ฝๆ•ฐไปฅ่‡ชๅฎšไน‰ๆ˜พ็คบๅ†…ๅฎนใ€‚#26845
  • Form
    • ๐Ÿ”ฅ Form.Item ๆ”ฏๆŒ tooltip ๅฑžๆ€ง่‡ชๅฎšไน‰ๆ็คบไฟกๆฏใ€‚#26780
Changelog

Sourced from antd's changelog.

4.7.0

2020-10-10

  • ๐Ÿ”ฅ Input.TextArea support word count. #26952 @zhangchen915
  • ๐Ÿ”ฅ DatePicker support custom format by passing a function. #26845
  • Form
    • ๐Ÿ”ฅ Form.Item support tooltip to customize tooltip. #26780
    • ๐Ÿ†• Form.List support rules validation and add Form.ErrorList to show the errors. #26676
    • ๐Ÿ†• Form.Item support messageVariables prop. #26597
    • ๐Ÿž Fix Form onValuesChange second param return fully store values instead of validate fields. #26808
  • Upload
    • ๐Ÿ”ฅ Upload can custom the item of file list by itemRender now. #26333
    • ๐Ÿ†• Upload custom action icons now supports callback functions. #26684 @mwaddell
  • Table
    • ๐Ÿ†• Table sticky now support getContainer. #26973
    • ๐Ÿž Fix Table should not render dropdown filter icon when filterDropdown is undefined. #27002 @shangyilim
  • Modal
    • ๐Ÿ›  Refactor Modal animation code so that it will remove all dom element when closed. #26940
    • ๐Ÿ†• Modal add modalRender prop which can be used for draggable dialog. #26507 @jhoneybee
  • ๐Ÿ†• Space add split prop. #26948
  • ๐Ÿ†• Image preview prop now support visible and onVisibleChange. #26915
  • ๐Ÿ†• InputNumber will trigger onStep prop when click up/down buttons. #27075
  • ๐Ÿ†• Avatar size support responsive config. #26244 @willamesoares
  • ๐Ÿž Fix Radio.Button children cannot apply Tooltip. #27050
  • RTL
    • โฌ…๏ธ Fix List action button position in RTL mode. #26964
    • โฌ…๏ธ Fix Transfer pagination style in RTL mode. #26960
    • โฌ…๏ธ Fix Upload style in RTL mode. #26961
    • โฌ…๏ธ Optimize Tag style to avoid the interaction between theme and RTL mode. #26955
    • โฌ…๏ธ Optimize Cascader and Tree style of the data expansion loading icon in RTL mode. #27010
  • TypeScript
    • ๐Ÿค– Fix typo TimeLineItemProps to TimelineItemProps. #27001 @mgcrea
    • ๐Ÿค– Fix Slider missing autoFocus prop. #26995 @shangyilim
    • ๐Ÿค– Fix Slider step prop not accepting null value. #26984 @shangyilim
    • ๐Ÿค– Fix Slider.Range trackStyle and handleStyle should be array. #27033
    • ๐Ÿค– Optimize Tag onClose TypeScript definition. #26932
    • ๐Ÿค– Improve Form TypeScript definition to support getFieldsValue return generic type without namePath argument. #26791
  • Locale

4.6.6

2020-09-27

  • ๐Ÿž Fix Steps first item shifts in small screen. #26894
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 #458.