Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps antd from 3.26.18 to 4.4.1.

Release notes

Sourced from antd's releases.

4.4.1

  • Menu
    • 🐞 Fix Menu.Item use a tag color style issue. #25414 @kaysonwu
    • 🐞 Fix Menu inline animation not correct issue. #25341
    • 💄 Optimize Menu collapse animation. #25301
  • 🐞 Fix Input disabled backgroundColor is override when inside a error or warning Form.Item. #25385
  • 🐞 Fix Table header extra border of right side column. #25378
  • 🐞 Fix Grid ResponsiveObserve not been unsubscribed correctly. #25319 @zhangchen915
  • 🐞 Fix Progress successPercent warning message and correct success.progress to success.percent. #25356 @fireairforce
  • 🐞 Fix PageHeader Tabs unnecessary margin-bottom. #25340 @dickeylth
  • Form
    • 🐞 Fix Form.Item hidden no working. #25336
    • 🐞 Fix Form.Item help message may not disappear in a display:none container. #25297
  • Radio
    • 🐞 Fix Radio.Group throw Function components cannot be given refs warning message. #25328
    • 🐞 Fix Radio.Group style with extra spaces in children. #25304 @ElderJames
  • 🐞 Fix Drawer click mask will trigger close event multiple times. #25313
  • 🐞 Fix Skeleton Button/Avatar/Input/Image default width to auto. #25303
  • 🇺🇦 Update uk_UA localization. #25402 @kitsoRik
  • 🇳🇴 Update nb_NO localization. #25374 @Johannes-Andersen
  • TypeScript

  • Menu
    • 🐞 修复 Menu.Item 中内嵌的 a 标签颜色样式问题。#25414 @kaysonwu
    • 🐞 修复 Menu 内嵌菜单动画不正确问题。#25341
    • 💄 优化 Menu 菜单收缩动画。#25301
  • 🐞 修复 Input 在禁用状态下背景颜色被 errorwarning 的 Form.Item 覆盖的问题。#25385
  • 🐞 修复 Table 固定列头最右侧的多余边框样式。#25378
  • 🐞 修复 Grid 响应式监听函数没有正确销毁的问题。#25319 @zhangchen915
  • 🐞 修复 Progress successPercent 警告信息修复 Progress success.progresssuccess.percent#25356 @fireairforce
  • 🐞 修复 PageHeader 内 Tabs 不必要的 margin-bottom#25340 @dickeylth
  • Form
    • 🐞 修复 Form.Item hidden 属性不生效的问题。#25336
    • 🐞 修复 Form.Item 在 display: none 的容器中提示信息可能不会消失的问题。#25297
  • Radio
    • 🐞 修复 Radio.Group 报错 Function components cannot be given refs 的问题。#25328
    • 🐞 修复 Radio.Group 中 children 使用空格出现的样式异常问题。#25304 @ElderJames
  • 🐞 修复 Drawer 点击遮罩可能会触发多次关闭事件的问题。#25313
  • 🐞 修复 Skeleton 中 Button/Avatar/Input/Image 默认宽度为 auto。#25303
  • 🇺🇦 更新 uk_UA 国际化。#25402 @kitsoRik
  • 🇳🇴 更新 nb_NO 国际化。#25374 @Johannes-Andersen
  • TypeScript
Changelog

Sourced from antd's changelog.

4.4.1

2020-07-06

  • Menu
    • 🐞 Fix Menu.Item use a tag color style issue. #25414 @kaysonwu
    • 🐞 Fix Menu inline animation not correct issue. #25341
    • 💄 Optimize Menu collapse animation. #25301
  • 🐞 Fix Input disabled backgroundColor is override when inside a error or warning Form.Item. #25385
  • 🐞 Fix Table header extra border of right side column. #25378
  • 🐞 Fix Grid ResponsiveObserve not been unsubscribed correctly. #25319 @zhangchen915
  • 🐞 Fix Progress successPercent warning message and correct success.progress to success.percent. #25356 @fireairforce
  • 🐞 Fix PageHeader Tabs unnecessary margin-bottom. #25340 @dickeylth
  • Form
    • 🐞 Fix Form.Item hidden no working. #25336
    • 🐞 Fix Form.Item help message may not disappear in a display:none container. #25297
  • Radio
    • 🐞 Fix Radio.Group throw Function components cannot be given refs warning message. #25328
    • 🐞 Fix Radio.Group style with extra spaces in children. #25304 @ElderJames
  • 🐞 Fix Drawer click mask will trigger close event multiple times. #25313
  • 🐞 Fix Skeleton Button/Avatar/Input/Image default width to auto. #25303
  • 🇺🇦 Update uk_UA localization. #25402 @kitsoRik
  • 🇳🇴 Update nb_NO localization. #25374 @Johannes-Andersen
  • TypeScript

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
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)
  • 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 7, 2020
@dependabot-preview
Copy link
Contributor Author

Superseded by #419.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/antd-4.4.1 branch July 14, 2020 00:40
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.

1 participant