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.4 #657

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps antd from 3.26.20 to 4.21.4.

Release notes

Sourced from antd's releases.

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

4.21.3

  • 🐞 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

  • 🐞 修复 Table 自定义 filterDropdown 中使用 Menu 会被修改默认 selectable 的问题。#36098
  • 🐞 修复 Input.Textarea 受控时点击清除图标后无法聚焦的问题。#34728 @​Pulset
  • TypeScript

... (truncated)

Changelog

Sourced from antd's changelog.

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

2022-06-13

  • 🐞 Fixed Image the getContainer property not reading from ConfigProvider. #36002 @​robothot
  • 🐞 Fixed Button issue #35952 where the disabled attribute does not take effect with href. #35975 @​MuxinFeng
  • 🐞 Fix less color palette algorithm according to @ant-design/colors. #35954 @​christian-lechner
  • 🐞 Fix Upload image flickering. #35943
  • 💄 Remove styles from Form such as status for children of Modal and Drawer. #35849
  • 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.


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 #658.