Skip to content

chore(deps): bump antd from 4.3.5 to 4.8.5#328

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

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

Conversation

@dependabot-preview
Copy link
Copy Markdown
Contributor

@dependabot-preview dependabot-preview Bot commented Nov 23, 2020

Bumps antd from 4.3.5 to 4.8.5.

Release notes

Sourced from antd's releases.

4.8.5

  • 🐞 Fix that Spin can't render children 0. #27839 @liuchao233
  • 💄 Fix the RangePicker panel interaction style. #27894
  • 💄 Fix Switch loading style. #27860
  • 💄 Optimize Skeleton color to fit dark background. #27836
  • 💄 Adjust Statistic deciaml font size. #27884
  • 🛠 Refactor Checkbox、Layout.Sider and TextArea with React hooks. #27739 #27719 #27693
  • 🛠 Refactor BackTop、Badge、UploadList with rc-motion instead of rc-animate. #27840 #27848 #27923
  • RTL
    • 💄 Fix the style of the Tree switch icon in RTL mode. #27876
  • TypeScript
    • 🤖 Fix AutoComplete DataSourceItemType type definition. #27892
    • 🤖 Export Image ImageProps interface. #27846 @wangcch

  • 🐞 修复 Spin 组件不能渲染 0 的问题。#27839 @liuchao233
  • 💄 修复 RangePicker 面板的交互样式。#27894
  • 💄 修复 Switch loading 的样式问题。#27860
  • 💄 优化 Skeleton 默认色彩使其能放置在暗色背景中。#27836
  • 💄 调整 Statistic 小数的字体大小。#27884
  • 🛠 使用 React hooks 重构 Checkbox、Layout.Sider 和 TextArea。#27739 #27719 #27693
  • 🛠 使用 rc-motion 动画库代替 rc-animate 重构 BackTop、Badge、UploadList。#27840 #27848 #27923
  • RTL
    • 💄 修复 Tree 切换按钮在 RTL 模式下的样式问题。#27876
  • TypeScript
    • 🤖 修复 AutoComplete DataSourceItemType 的类型定义。#27892
    • 🤖 导出 Image 的 ImageProps 接口。#27846 @wangcch

4.8.4

  • 💄 Fix Button and Form loading style. #27794
  • 🐞 Fix Modal.confirm locale missing after close it. #27797
  • 🐞 Fix Button/Anchor throws findDOMNode is deprecated in React 17. #27755 @hosseinmd

  • 💄 修复 Button 和 Form 校验 loading 样式错误的问题。#27794
  • 🐞 修复 Modal.confirm 关闭时国际化丢失的问题。#27797
  • 🐞 修复 Button 和 Anchor 等组件在 React 17 下 findDOMNode is deprecated 的警告。#27755 @hosseinmd

4.8.3

  • 🐞 Fixed the problem that form behaves abnormally when namepath is an array.. #27664
  • 💄 Fix DateRangePicker hover effect position when hover over start or end cell of in range row. #27731 @AlanCutFlim
  • 🐞 Fix Select mode=tags cannot input whitespace normally. #27726 @baxtergu
  • 💄 Fix the mouse style when Typography.Link is disabled. #27734
  • 🐞 Fix Menu dropdown animation start twice when appear. #27663
Changelog

Sourced from antd's changelog.

4.8.5

2020-11-22

  • 🐞 Fix that Spin can't render children 0. #27839 @liuchao233
  • 💄 Fix the RangePicker panel interaction style. #27894
  • 💄 Fix Switch loading style. #27860
  • 💄 Optimize Skeleton color to fit dark background. #27836
  • 💄 Adjust Statistic deciaml font size. #27884
  • 🛠 Refactor Checkbox、Layout.Sider and TextArea with React hooks. #27739 #27719 #27693
  • 🛠 Refactor BackTop、Badge、UploadList with rc-motion instead of rc-animate. #27840 #27848 #27923
  • RTL
    • 💄 Fix the style of the Tree switch icon in RTL mode. #27876
  • TypeScript
    • 🤖 Fix AutoComplete DataSourceItemType type definition. #27892
    • 🤖 Export Image ImageProps interface. #27846 @wangcch

4.8.4

2020-11-16

  • 💄 Fix Button and Form loading style. #27794
  • 🐞 Fix Modal.confirm locale missing after close it. #27797
  • 🐞 Fix Button/Anchor throws findDOMNode is deprecated in React 17. #27755 @hosseinmd

4.8.3

2020-11-14

  • 🛠 Refactor Carousel with React hooks. #27694
  • 🛠 Refactor <Typography editable /> with React hooks. #27655
  • 🐞 Fixed the problem that form behaves abnormally when namepath is an array.. #27664
  • 💄 Fix DateRangePicker hover effect position when hover over start or end cell of in range row. #27731 @AlanCutFlim
  • 🐞 Fix Select mode=tags cannot input whitespace normally. #27726 @baxtergu
  • 💄 Fix the mouse style when Typography.Link is disabled. #27734
  • 🐞 Fix Menu dropdown animation start twice when appear. #27663
  • 💄 Fix Avatar style when src is Image component. #27691
  • 💄 Fix Select multiple cursor position. #27689
  • 🐞 Fix TextArea emoji been cut when enable maxLength. #27679 @372623460jh
  • 🐞 Fix small size RangePicker active bar align issue. #27673 @Ifeinstein
  • 💄 Add @radio-border-width. #27703

4.8.2

2020-11-09

  • 🐞 Fix Pagination lost jumper margin style. #27650
  • 🐞 Fix Steps type="navigation" last item broken style. #27654

4.8.1

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 Nov 23, 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.8.5 branch 2 times, most recently from 2c4435e to 2e11831 Compare November 23, 2020 10:16
@dependabot-preview dependabot-preview Bot force-pushed the dependabot/npm_and_yarn/antd-4.8.5 branch from 2e11831 to b69cf98 Compare November 23, 2020 10:24
@dependabot-preview
Copy link
Copy Markdown
Contributor Author

Superseded by #336.

@dependabot-preview dependabot-preview Bot deleted the dependabot/npm_and_yarn/antd-4.8.5 branch November 30, 2020 09:37
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