react-component / form

React High Order Form Component(web & react-native)
http://react-component.github.io/form/
MIT License
1.81k stars 295 forks source link

build(deps-dev): bump antd from 3.26.20 to 4.8.5 #474

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps antd from 3.26.20 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.


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](https://app.dependabot.com): - 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[bot] commented 3 years ago

Superseded by #475.