Skip to content

chore(deps): bump antd from 4.3.5 to 4.16.3#582

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

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

Conversation

@dependabot-preview
Copy link
Copy Markdown
Contributor

@dependabot-preview dependabot-preview bot commented Jun 21, 2021

Bumps antd from 4.3.5 to 4.16.3.

Release notes

Sourced from antd's releases.

4.16.3

  • 🐞 Fix the mistake that tooltip mount on wrong dom, when getPopupContainer of tooltip's props is undefined or null. #30963 @​ymrdf
  • 🐞 Fix Button lost margin between loading icon and text when children is fragment. #30962
  • Table
    • 🐞 Table adds warning when filteredKeys is controlled and not reflecting internal changes. #30882 @​wendellhu95
    • 🐞 Fix Table fixed column header hover background. #30972
  • 💄 Adjust Dropdown item content style to make it get more display space. #30911
  • 💄 Fix Menu in dark mode open style affect by light mode. #30907
  • 🐞 Fix Dropdown/DatePicker/Select/Cascader animation direction after auto adjust position. #30892
  • 🌐 Internationalization

  • 🐞 修复 Tooltip 的 getPopupContainer 属性为 undefined 时,Tooltip 只能挂载到 body 上的问题。#30963 @​ymrdf
  • 🐞 修复 Button 加载中图标间距丢失的问题。#30962
  • Table
    • 🐞 Table 增加内外部 filteredKeys 状态不一致的提示。#30882 @​wendellhu95
    • 🐞 修复 Table 固定列上有排序按钮时背景透明的问题。#30972
  • 💄 调整 Dropdown 条目宽度,使其展示时尽可能多的利用空间。#30911
  • 💄 修复 Menu 暗色模式下,部分样式被亮色模式污染的问题。#30907
  • 🐞 修复 Dropdown/DatePicker/Select/Cascader 组件自适应位置后动画方向错误的问题。#30892
  • 🌐 国际化

4.16.2

  • 🐞 Fix Menu auto overflow with horizontal mod breaks by float element. #30879
  • Typography
    • 🐞 Fix the problem that Typography.Paragraph copyable will treat React.Fragment as an array. #30869 @​crazyair
    • 🐞 Fix Typography incorrect ellipsis width when customize font-size. #30840
  • 🐞 Fix Progress type="circle" throws error Rendered more hooks than during the previous render sometimes. #30855
  • 💄 Optimize Tooltip content width. #30822 @​donysukardi
  • Table
    • 🛠 Optimize state display logic of select all checkbox in Table. #30811 @​kerm1it
    • 🐞 Fix Table column which contains filters or sorters cannot work with onClick and ellipsis property. #30799
  • 💄 Fix Dropdown Item with link color style and click icon can also trigger link effect now. #30802
  • 💄 Remove duplicated css reset styles for render performance. #30660 @​renzhao1113
  • TypeScript

  • 🐞 修复 Menu horizontal 模式下的自动省略布局会被 float 破坏的问题。#30879
  • Typography
    • 🐞 修复 Typography.Paragraph 的 copyable 会将 React.Fragment 当做数组处理的问题。#30869 @​crazyair
    • 🐞 修复 Typography 自定义 font-size 时省略宽度不正确的问题。#30840
  • 🐞 修复 Progress type="circle" 有时会报错 Rendered more hooks than during the previous render 的问题。#30855
  • 💄 优化 Tooltip 内容的宽度。#30822 @​donysukardi
  • Table
    • 🛠 优化 Table 中全选复选框的状态显示逻辑。#30811 @​kerm1it
    • 🐞 修复 Table 列筛选和排序时 column.title 设置 onClickellipsis 无效的问题。#30799
  • 💄 修复 Dropdown 条目包含超链接时的颜色样式,另外现在点击图标也能触发超链接效果。#30802
  • 💄 移除重复的通配符 reset 样式以优化样式渲染性能。#30660 @​renzhao1113
  • TypeScript

... (truncated)

Changelog

Sourced from antd's changelog.

4.16.3

2021-06-14

  • 🐞 Fix the mistake that tooltip mount on wrong dom, when getPopupContainer of tooltip's props is undefined or null. #30963 @​ymrdf
  • 🐞 Fix Button lost margin between loading icon and text when children is fragment. #30962
  • Table
    • 🐞 Table adds warning when filteredKeys is controlled and not reflecting internal changes. #30882 @​wendellhu95
    • 🐞 Fix Table fixed column header hover background. #30972
  • 💄 Adjust Dropdown item content style to make it get more display space. #30911
  • 💄 Fix Menu in dark mode open style affect by light mode. #30907
  • 🐞 Fix Dropdown/DatePicker/Select/Cascader animation direction after auto adjust position. #30892
  • 🌐 Internationalization

4.16.2

2021-06-07

  • 🐞 Fix Menu auto overflow with horizontal mod breaks by float element. #30879
  • Typography
    • 🐞 Fix the problem that Typography.Paragraph copyable will treat React.Fragment as an array. #30869 @​crazyair
    • 🐞 Fix Typography incorrect ellipsis width when customize font-size. #30840
  • 🐞 Fix Progress type="circle" throws error Rendered more hooks than during the previous render sometimes. #30855
  • 💄 Optimize Tooltip content width. #30822 @​donysukardi
  • Table
    • 🛠 Optimize state display logic of select all checkbox in Table. #30811 @​kerm1it
    • 🐞 Fix Table column which contains filters or sorters cannot work with onClick and ellipsis property. #30799
  • 💄 Fix Dropdown Item with link color style and click icon can also trigger link effect now. #30802
  • 💄 Remove duplicated css reset styles for render performance. #30660 @​renzhao1113
  • TypeScript

4.16.1

2021-05-30

  • Menu
    • 🐞 Fix overflow not work as expect. #30672
    • 🐞 Fix warning of Can't perform a React state update on an unmounted component when unmounted. #30678
    • 🐞 Fix inline mode not correct handle ellipsis when icon not provided. #30682
  • Typography
    • 🐞 Fix Typography.Text trigger ResizeObserver when css ellipsis is validate. #30664
    • 🐞 Fix ellipsis not work when HMR take effect in dev env. #30754
  • Table
    • 🐞 Fix Table.Summary missing border style when sticky and bordered enabled. #30666
    • 🐞 Fix column align with sorter and filter. #30744
  • 🐞 Fix Collapse expandIconPosition="right" not working. #30680 @​hongdeyuan
  • TypeScript

... (truncated)

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 Jun 21, 2021
@dependabot-preview dependabot-preview bot requested a review from henry61024 June 21, 2021 08:41
@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.16.3 branch 6 times, most recently from 8a470c0 to 2a56aac Compare June 21, 2021 09:47
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/antd-4.16.3 branch from 2a56aac to 5168453 Compare June 21, 2021 09:59
@dependabot-preview
Copy link
Copy Markdown
Contributor Author

Superseded by #591.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/antd-4.16.3 branch June 28, 2021 08:51
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