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

Build(deps): Bump antd from 4.13.1 to 4.14.0 in /client #42

Merged
merged 1 commit into from
Mar 16, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 15, 2021

Bumps antd from 4.13.1 to 4.14.0.

Release notes

Sourced from antd's releases.

4.14.0

  • Upload
    • 🆕 Upload onChange to change back to the original behavior (before Upload false returns the original file, and the rest of the scene returns the encapsulated object). Now you can always get the original file via onChange.info.originFileObj. For future upgrades, please use this method to access the original text first. #29737
    • 🐞 Fix Upload onChange params file can not cloneDeep by lodash. #29718
    • 🐞 Fix Upload crash when fileList is null. #29702
    • 💄 Upload motion add 2s deadline to avoid developer manually remove motion makes hanging. #29686
  • 🐞 Fix the bug that Modal footer buttons not spaced properly when using href in button. #29681 @​n0ruSh
  • 🆕 Add parent class for different Notification types. #29634 @​n0ruSh
  • 🆕 Typography editable supports onCancel and onEnd. #29615 @​jueinin
  • Tabs
  • 🐞 Button with htmlType='reset' will reset all form fileds. #29752 @​jueinin
  • 🐞 Fix AutoComplete custom input className missing. #29725
  • 💄 Fix console warning when setting margin style on Row. #29688
  • 💄 Fix the error style where the disabled Input has affix elements. #29670
  • 💄 Optimize the cursor style of Form.Item tooltip info. #29650
  • 🇨🇿 Fix typo in cs_CZ locale. #29675 @​jvaclavik
  • 🇨🇦 Add fr_CA locale. #29748 @​liufenghua808

  • Upload
    • 🆕 Upload onChange 改回原本行为(before Upload false 返回原始文件,其余场景返回封装对象)。现在你始终可以通过 onChange.info.originFileObj 获得原始文件。为了未来升级,请优先使用该方式访问原始文。#29737
    • 🐞 修复 Upload onChange 参数 file 不能被 lodash cloneDeep 的问题。#29718
    • 🐞 修复 Upload 当 fileListnull 时崩溃的问题。#29702
    • 💄 Upload 添加 2 秒时限以防止开发者手工移除动画样式时导致动画卡住的问题。#29686
  • 🆕 为不同的 Notification 类型添加相应默认类名。#29634 @​n0ruSh
  • 🆕 Typography editable 新增 onCancelonEnd 回调。#29615 @​jueinin
  • Tabs
  • 🐞 Form 表单现在可以自动响应 reset 事件。#29752 @​jueinin
  • 🐞 修复 AutoComplete 自定义 input 上 className 属性丢失的问题。#29725
  • 💄 修复 Row 设置 margin 样式时控制台警告的问题。#29688
  • 🐞 修复 Modal 页脚里使用 href 按钮导致的间距丢失问题。#29681 @​n0ruSh
  • 💄 修复 Input 组件配置附件元素时禁用样式异常的问题。#29670
  • 💄 优化 Form.Item 提示信息的鼠标显示样式。#29650
  • 🇨🇿 修复 cs_CZ 语言环境中的错字。 #29675 @​jvaclavik
  • 🇨🇦 添加 fr_CA 语言。#29748 @​liufenghua808
Changelog

Sourced from antd's changelog.

4.14.0

2021-03-14

  • Upload
    • 🆕 Upload onChange to change back to the original behavior (before Upload false returns the original file, and the rest of the scene returns the encapsulated object). Now you can always get the original file via onChange.info.originFileObj. For future upgrades, please use this method to access the original text first. #29737
    • 🐞 Fix Upload onChange params file can not cloneDeep by lodash. #29718
    • 🐞 Fix Upload crash when fileList is null. #29702
    • 💄 Upload motion add 2s deadline to avoid developer manually remove motion makes hanging. #29686
  • 🐞 Fix the bug that Modal footer buttons not spaced properly when using href in button. #29681 @​n0ruSh
  • 🆕 Add parent class for different Notification types. #29634 @​n0ruSh
  • 🆕 Typography editable supports onCancel and onEnd. #29615 @​jueinin
  • Tabs
  • 🐞 Button with htmlType='reset' will reset all form fileds. #29752 @​jueinin
  • 🐞 Fix AutoComplete custom input className missing. #29725
  • 💄 Fix console warning when setting margin style on Row. #29688
  • 💄 Fix the error style where the disabled Input has affix elements. #29670
  • 💄 Optimize the cursor style of Form.Item tooltip info. #29650
  • 🇨🇿 Fix typo in cs_CZ locale. #29675 @​jvaclavik
  • 🇨🇦 Add fr_CA locale. #29748 @​liufenghua808
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 dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 15, 2021
@deleonio deleonio merged commit 356fda7 into develop Mar 16, 2021
@deleonio deleonio deleted the dependabot/npm_and_yarn/client/antd-4.14.0 branch March 16, 2021 14:06
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant