Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps antd from 4.1.5 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:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • 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 Oct 12, 2020
@dependabot-preview
Copy link
Contributor Author

Superseded by #253.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/antd-4.7.0 branch October 27, 2020 01:39
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.

0 participants