wuhan2020 / wuhan2020.github.io

Wuhan2020 Community Website
https://wuhan2020.github.io
MIT License
78 stars 84 forks source link

Bump antd from 3.26.20 to 4.21.5 #658

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps antd from 3.26.20 to 4.21.5.

Release notes

Sourced from antd's releases.

4.21.5

  • 🐞 Fix Checkbox cannot be disabled by Form disabled prop. #36345
  • 🐞 Fix Button loading prop with null value. #36288 @​kejianfeng
  • 🐞 Fix popover arrow compatibility problem on some browsers. #36266
  • 🐞 Fix extra shadow in nested Table. #36277
  • 🐞 Fix that some class name in Divider cannot be customized. #36271 @​alanhaledc
  • 🇧🇾 Update Belarusian locale. #36265

  • 🐞 修复 Checkbox 不会被 Form disabled 属性禁用的问题。#36345
  • 🐞 修复 Button loading 属性传入 null 时错误问题。#36288 @​kejianfeng
  • 🐞 修复弹出框箭头在某些浏览器上的兼容性问题。#36266
  • 🐞 修复 Table 滚动阴影在内嵌表格内出现的问题。#36277
  • 🐞 修复 Divider 部分类名无法自定义的问题。#36271 @​alanhaledc
  • 🇧🇾 调整白俄罗斯国际化语言。#36265

4.21.4

  • Table
    • 🐞 Fix Table expand icon not align center. #36215
    • 💄 Fix nested Table margin style. #36209
    • 🐞 Fix Table filter dropdown with multiple subMenu may not closed. #36132
    • 🐞 Table reset the last selection key when deselect or bulk operations. #34705 @​Dunqing
  • 🐞 Fix Popover arrow color with custom color prop. #36241 @​MadCcc
  • 🐞 Fix Upload listType="picture-card" select button not being hidden when children is empty. #36196
  • 🐞 Fix Menu deprecated warning when item={undefined}. #36190
  • 💄 Fix Button loading icon margin style lost. #36168
  • 🐞 Fix Dropdown using Menu with group item can not close by click. #36148
  • 💄 Enlarge dragable area for Slider handler. #36018 @​slotDumpling
  • 🐞 Fix: repeat a css class in readOnly, which has been declared in rc-input-number. #36120 @​RainyLiao
  • 💄 Fix Skeleton active background color in dark theme. #36116
  • TypeScript

  • Table
    • 🐞 修复 Table 展开图标未居中的问题。#36215
    • 💄 修复 Table 内嵌 Table 时的边距问题。#36209
    • 🐞 Table 取消选择或批量操作时重置上一次选择的 key。#34705 @​Dunqing
    • 🐞 修复 Table 过滤列表在某些场景下多级展开无法关闭的问题。#36132
  • 🐞 修复 Upload listType="picture-card" 当 children 为空时上传文件按钮没有隐藏的问题。#36196
  • 🐞 修复 Popover 自定义 color 时箭头颜色问题。#36241 @​MadCcc
  • 🐞 修复 Menu item={undefined} 时会有废弃警告的问题。#36190
  • 💄 修复 Button loading 图标的间距丢失的问题。#36168
  • 🐞 修复 Dropdown 中 Menu 分组下的 Item 点击不会关闭的问题。#36148
  • 💄 优化 Slider 拖拽手柄的可交互区域。#36018 @​slotDumpling
  • 🐞 修复重复添加 readOnly 的 css 类名,它已在 rc-input-number 中被声明了。#36120 @​RainyLiao
  • 💄 修复 Skeleton 在 active 时的背景色样式。#36116
  • TypeScript

... (truncated)

Changelog

Sourced from antd's changelog.

4.21.5

2022-07-03

  • 🐞 Fix Checkbox cannot be disabled by Form disabled prop. #36345
  • 🐞 Fix Button loading prop with null value. #36288 @​kejianfeng
  • 🐞 Fix popover arrow compatibility problem on some browsers. #36266
  • 🐞 Fix extra shadow in nested Table. #36277
  • 🐞 Fix that some class name in Divider cannot be customized. #36271 @​alanhaledc
  • 🇧🇾 Update Belarusian locale. #36265

4.21.4

2022-06-27

  • Table
    • 🐞 Fix Table expand icon not align center. #36215
    • 💄 Fix nested Table margin style. #36209
    • 🐞 Fix Table filter dropdown with multiple subMenu may not closed. #36132
    • 🐞 Table reset the last selection key when deselect or bulk operations. #34705 @​Dunqing
  • 🐞 Fix Popover arrow color with custom color prop. #36241 @​MadCcc
  • 🐞 Fix Upload listType="picture-card" select button not being hidden when children is empty. #36196
  • 🐞 Fix Menu deprecated warning when item={undefined}. #36190
  • 💄 Fix Button loading icon margin style lost. #36168
  • 🐞 Fix Dropdown using Menu with group item can not close by click. #36148
  • 💄 Enlarge dragable area for Slider handler. #36018 @​slotDumpling
  • 🐞 Fix: repeat a css class in readOnly, which has been declared in rc-input-number. #36120 @​RainyLiao
  • 💄 Fix Skeleton active background color in dark theme. #36116
  • TypeScript

4.21.3

2022-06-17

  • 🐞 Fix Table customize filterDropdown with Menu should not break default selectable. #36098
  • 🐞 Fix Input.Textarea cannot focus after click clear icon in controlled mode. #34728 @​Pulset
  • TypeScript

4.21.2

2022-06-15

  • 🐞 Fix incorrect Form status with noStyle. #36054

4.21.1

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by madccc, a new releaser for antd since your current version.


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[bot] commented 2 years ago

Superseded by #659.