Skip to content

Update dependency antd to v5 #33

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update dependency antd to v5 #33

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 20, 2022

This PR contains the following updates:

Package Change Age Confidence
antd (source) ^4.16.6 -> ^5.0.0 age confidence

Release Notes

ant-design/ant-design (antd)

v5.26.6

Compare Source


v5.26.5

Compare Source


v5.26.4

Compare Source


v5.26.3

Compare Source


  • 🐞 修复 InputNumber 在 variant=underlinedsuffix 配合时,样式会出现圆角的问题。#​54228 @​kiner-tang
  • 🐞 修复 FloatButton.Group 总是错误的抛出 shape 配置警告信息。#​54215 @​deathemperor
  • 💄 调整 Typography 标题使用 fontWeightStrong token。#​54185 @​p-a
  • 🐞 修复 Tree.DirectoryTree 拖拽样式指示器位置不正确的问题。#​54183 @​uioonm
  • TypeScript
    • 🤖 清理 Menu 内部使用的属性定义与官网保持一致,这些属性并不会真的起效。#​54189 @​wanpan11

v5.26.2

Compare Source


  • 🐞 修复多选 Select 在单条选中项文本超长时意外换行的问题。#​54181 @​afc163
  • 💄 修复 DatePicker size="small" 时消费不正确 token 的问题。#​53668 @​765477020
  • 🐞 修复 badge 组件当 count=0 时无法通过 showZero 控制显隐错误。#​54156 @​Meet-student
  • 💄 修复 Tree/List/Table 等组件的虚拟滚动条样式在暗色主题下难以识别的问题。#​54155 @​afc163
  • 🐞 修复 Form 下 Switch/Rate 组件没有居中对齐的问题。#​54106 @​afc163
  • TypeScript
    • 🤖 Input: 修复 classNamesstyles 属性的 TypeScript 类型定义,与文档 API 保持一致。#​54162 @​aojunhao123

v5.26.1

Compare Source

  • 🐞 Fix Button can trigger click multiple time with loading lock when in low perf device. #​54041 @​zombieJ

  • 🐞 修复 Button 的 loading 锁定在低端机型中可以多次触发点击事件的问题。#​54041 @​zombieJ

v5.26.0

Compare Source


v5.25.4

Compare Source


v5.25.3

Compare Source


v5.25.2

Compare Source


v5.25.1

Compare Source


v5.25.0

Compare Source


v5.24.9

Compare Source


v5.24.8

Compare Source


v5.24.7

Compare Source

  • 🐞 Fix Input causing incorrect Popover positioning when a suffix is present. #​53475
  • 🐞 Fix Table filter menu selection state loss when column.filterDropdown is set to undefined. #​53421
  • 🇨🇳 ColorPicker add zh_HK zh_TW locales. #​53440 @​mjsong07

  • 🐞 修复 Input 存在 suffix 的情况下 Popover 弹出位置错乱的问题。#​53475
  • 🐞 修复 Table column.filterDropdown 指定为 undefined 导致筛选菜单选中状态丢失的问题。#​53421
  • 🇨🇳 补充 ColorPicker 的 zh_HK zh_TW 本地化文案。#​53440 @​mjsong07

v5.24.6

Compare Source

  • 🐞 Fix Modal show loading with async call, still can close with click outer space. #​53227 @​jin19980928
  • 🐞 Fix when Table size is small, the theme config will take effect on the sub Pagination. #​52829 @​Can-Chen

  • 🐞 修复 Modal 通过异步方法显示 loading 态时,点击外侧仍能触发关闭的问题。#​53227 @​jin19980928
  • 🐞 修复 Table 在 sizesmall 时,主题配置 Pagination 无效的问题。#​52829 @​Can-Chen

v5.24.5

Compare Source


v5.24.4

Compare Source


  • 🐞 修复 Input.TextArea 调整大小时宽度同步问题。#​53024 @​triyys
  • 🐞 修复 Typography type 颜色没有跟随 token color[Status]Text 而是 color[Status] 的问题。#​53086 @​zombieJ
  • 🐞 修复 Affix 组件在 React 18 以下版本中 onChange 参数值异常的问题。#​53038 @​waiter
  • 🐞 修复 Form requiredMarkcomponent=false 时不起作用的问题。#​52950 @​Wxh16144
  • 🇹🇷 新增 Tour 组件的土耳其语(tr_TR)本地化支持。#​53117 @​hakankosdag

v5.24.3

Compare Source

  • Input
    • 🐞 Fix the next element was not correctly selected after pressing the Tab key when allowClear was turned on for Input. #​52977 @​wanpan11
    • 💄 Fix the border display issue when hovering in the disabled state when Input has variant="underlined" turned on. #​52959 @​ustcfury
  • 💄 Fix DatePicker header buttons misalignment caused by unexpected spacing. #​53007 @​DDDDD12138
  • 💄 Fix the text in AutoComplete was not centered when size="large". #​52819 @​aojunhao123
  • 🇩🇪 Add missing de_DE translations for Transfer. #​53047 @​chrisinick

v5.24.2

Compare Source


v5.24.1

Compare Source


  • 🐞 修复 Button 配置 colorprimary 并且 varianttextlink 时,没有取用正确的色板的问题。#​52812 @​zombieJ
  • 💄 修复 Input.Group 与 Input.OTP 由于 css 变量未定义导致样式异常的问题。#​52799 [@​afc163](https://redir

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants