Skip to content

chore(deps): bump antd from 4.3.5 to 4.6.3#225

Closed
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/antd-4.6.3
Closed

chore(deps): bump antd from 4.3.5 to 4.6.3#225
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/antd-4.6.3

Conversation

@dependabot-preview
Copy link
Copy Markdown
Contributor

@dependabot-preview dependabot-preview Bot commented Sep 7, 2020

Bumps antd from 4.3.5 to 4.6.3.

Release notes

Sourced from antd's releases.

4.6.3

  • 🛎 Sort props className to the end. #26602
  • Table
    • 💄 Fix Table nested table styles affects all sub-level tables. #26568 @willc001
    • 🐞 Fix elements above Table was not clickable elements which has float: right; style. #26599
  • 🐞 Fix Modal closing cause scroll position jump up. #26538
  • 🐞 Fix the type declaration of onError in customRequest options of Upload. #26601 @yingpengsha
  • 🐞 Shutdown Select/TreeSelect autocomplete list in Chrome. #26590
  • 🐞 Fix Cascader value overwritten when filtering. #26569 @lich-yoo
  • 🐞 Fix Modal jump out of screen in some situations. #25765 @tanmoyopenroot
  • 🐞 Fix Radio.Group not working properly, when is used in legacy Form. #26555 @willc001
  • 🐞 Fix Pagination align issue in windows. #26549
  • 🐞 Fix Form with help make ssr un-sync issue. #26542
  • 🐞 Fix Avatar doesn't scale fallback text well when display is none. #26522 @zhangyu1818
  • TypeScript
    • 🤖 Col Add flex type to ColSize interface. #26578 @blaiz
    • 🤖 Fix Tooltip/Popover children tsd to accept ReactNode. #26534

  • 🛎 移动 props 中的 className 到最后。#26602
  • Table
    • 💄 修复 Table 嵌套表格样式会影响所有子层级表格的问题。#26568 @willc001
    • 🐞 修复 Table 上方元素 float: right; 后无法交互的问题。#26599
  • 🐞 修复 Modal 关闭时导致滚动条向上跳动的问题。#26538
  • 🐞 修复 Upload 组件中 customRequestonError 的类型定义。#26601 @yingpengsha
  • 🐞 修复 Select/TreeSelect 在 Chrome 下出现原生自动完成列表的问题。#26590
  • 🐞 修复 Cascader 搜索时 value 被覆盖的情况。#26569 @lich-yoo
  • 🐞 修复 Modal 在某些情况下溢出视窗的问题。#25765 @tanmoyopenroot
  • 🐞 修复 Radio.Group 在 legacy Form 中,不能正常工作的问题。#26555 @willc001
  • 🐞 修复 Pagination 切换按钮在 windows 下的对齐问题。#26549
  • 🐞 修复 Form 使用 help 时出现的同构问题。#26542
  • 🐞 修复 Avatar 在 display: none 时不会正确缩放 fallback 文字的问题。#26522 @zhangyu1818
  • TypeScript
    • 🤖 Col 增加 ColSize 增加 flex 的定义。 #26578 @blaiz
    • 🤖 修复 Tooltip/Popover children 定义不接受 ReactNode 的问题。#26534

4.6.2

  • Upload
    • 🐞 Fix Upload list status issue when in control mode. #26481
    • 💄 Fix Upload picture-card style unexpected margin in Form.Item. #26367
  • 💄 Fix Select focus shadow style. #26465 @Rainy
  • Table
    • 🐞 Fix Table Pagination not hide with empty data when show on top position. #26143 @zhangchen915
    • 💄 Fix Table expand icon size issue when @font-size-base is 12px. #26409
  • Space
    • 🐞 Fix Space not support React.Fragment issue. #26444
    • 🐞 Fix Space preserve empty dom node when children contains empty node. #26389
Changelog

Sourced from antd's changelog.

4.6.3

2020-09-06

  • 🛎 Sort props className to the end. #26602
  • Table
    • 💄 Fix Table nested table styles affects all sub-level tables. #26568 @willc001
    • 🐞 Fix elements above Table was not clickable elements which has float: right; style. #26599
  • 🐞 Fix Modal closing cause scroll position jump up. #26538
  • 🐞 Fix the type declaration of onError in customRequest options of Upload. #26601 @yingpengsha
  • 🐞 Shutdown Select/TreeSelect autocomplete list in Chrome. #26590
  • 🐞 Fix Cascader value overwritten when filtering. #26569 @lich-yoo
  • 🐞 Fix Modal jump out of screen in some situations. #25765 @tanmoyopenroot
  • 🐞 Fix Radio.Group not working properly, when is used in legacy Form. #26555 @willc001
  • 🐞 Fix Pagination align issue in windows. #26549
  • 🐞 Fix Form with help make ssr un-sync issue. #26542
  • 🐞 Fix Avatar doesn't scale fallback text well when display is none. #26522 @zhangyu1818
  • TypeScript
    • 🤖 Col Add flex type to ColSize interface. #26578 @blaiz
    • 🤖 Fix Tooltip/Popover children tsd to accept ReactNode. #26534

4.6.2

2020-08-31

  • Upload
    • 🐞 Fix Upload list status issue when in control mode. #26481
    • 💄 Fix Upload picture-card style unexpected margin in Form.Item. #26367
  • 💄 Fix Select focus shadow style. #26465 @Rainy
  • Table
    • 🐞 Fix Table Pagination not hide with empty data when show on top position. #26143 @zhangchen915
    • 💄 Fix Table expand icon size issue when @font-size-base is 12px. #26409
  • Space
    • 🐞 Fix Space not support React.Fragment issue. #26444
    • 🐞 Fix Space preserve empty dom node when children contains empty node. #26389
  • 🐞 Fix Badge not work when status or color is empty. #26375 @zhangchen915
  • 💄 Fix Tree draggable transition style. #26387
  • 🐞 Fix colorPalette is not defined when customize theme in some situation. #26395
  • TypeScript
    • 🐞 Fix TimePicker.RangePicker typescript need picker issue. #26446
    • 🐞 Upload extended showUploadList of Upload with removeIcon and downloadIcon properties. #26406 @bencallaway
  • RTL

4.6.1

2020-08-24

  • TypeScript
    • 🐞 Fix Upload type declaration missing children. #26347
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.

If all status checks pass Dependabot will automatically merge this pull request.


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 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 the .dependabot/config.yml file in this repo:

  • Update frequency
  • 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 Sep 7, 2020
@dependabot-preview
Copy link
Copy Markdown
Contributor Author

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@dependabot-preview dependabot-preview Bot force-pushed the dependabot/npm_and_yarn/antd-4.6.3 branch 10 times, most recently from 62b5549 to d673418 Compare September 11, 2020 15:58
@dependabot-preview dependabot-preview Bot force-pushed the dependabot/npm_and_yarn/antd-4.6.3 branch from d673418 to 9414db7 Compare September 11, 2020 16:06
@dependabot-preview
Copy link
Copy Markdown
Contributor Author

Superseded by #236.

@dependabot-preview dependabot-preview Bot deleted the dependabot/npm_and_yarn/antd-4.6.3 branch September 14, 2020 20:58
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