Skip to content
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

docs: add changelog 5.6.4 #43320

Merged
merged 2 commits into from
Jul 3, 2023
Merged

docs: add changelog 5.6.4 #43320

merged 2 commits into from
Jul 3, 2023

Conversation

xrkffgg
Copy link
Member

@xrkffgg xrkffgg commented Jul 3, 2023

  • Form
    • 🐞 修复 Form 在提交时,字段没有配置 rules 时仍会错误触发 onFieldsChange 事件的问题。#43290
    • 🐞 修复 Form.list 的 name 为 0 时报错。#43199 @Yuiai01
  • 🐞 修复 Badge color 属性不生效的问题。#43304
  • 🐞 修复 Select 组件的消除图标在 FormItem 设置 hasFeedback 时的位置问题。#43302 @tinyfind
  • 🐞 修复 Transfer 分页下拉按钮被隐藏以及 showSizeChanger 方法无效。#41906 @Yuiai01
  • 🐞 修复 Popconfirm 组件 colorTextfontSize 修改无效的问题。#43212 @MadCcc
  • 🐞 修复 Upload 配置 maxCount 后删除文件不会触发 onChange 的问题。#43193
  • 💄 修复 Button 在有 linkhref 属性时禁用样式错误。#43091 @BoyYangzai
  • TypeScript

  • Form
    • 🐞 Fix onFieldsChange event will still be triggered incorrectly when the field is not configured with rules when the Form is submitted. #43290
    • 🐞 Fix Form.List name is 0 and reports an error. #43199 @Yuiai01
  • 🐞 Fix the Badge color attribute does not take effect. #43304
  • 🐞 Fix the position of Select clear icon when FormItem sets hasFeedback. #43302 @tinyfind
  • 🐞 Fix Transfer paging drop-down button is hidden and showSizeChanger method is invalid. #41906 @Yuiai01
  • 🐞 Fix the invalid modification of colorText and fontSize of Popconfirm component. #43212 @MadCcc
  • 🐞 Fix the problem that deleting files after Upload configures maxCount will not trigger onChange. #43193
  • 💄 Fix Button disabled style error when it has link or href attribute. #43091 @BoyYangzai
  • TypeScript
    • 🤖 Optimize Breadcrumb params type and support generics. #43211
    • 🤖 Optimize Breadcrumb params type and support generics. #43257 @thinkasany
    • 🤖 Remove redundant number type from Button loading. #43256 @thinkasany
    • 🤖 Transparently pass Cascader optionType generic. #43231 @ZWkang

@stackblitz
Copy link

stackblitz bot commented Jul 3, 2023

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@github-actions
Copy link
Contributor

github-actions bot commented Jul 3, 2023

@github-actions
Copy link
Contributor

github-actions bot commented Jul 3, 2023

🎉 Verify package version passed!

PR package version PR title version
5.6.4 5.6.4

@github-actions
Copy link
Contributor

github-actions bot commented Jul 3, 2023

size-limit report 📦

Path Size
./dist/antd.min.js 377.15 KB
./dist/antd-with-locales.min.js 436.61 KB

CHANGELOG.zh-CN.md Outdated Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Jul 3, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (e2907c8) 100.00% compared to head (5e5e1b0) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##            master    #43320   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          648       648           
  Lines        10967     10967           
  Branches      2978      2978           
=========================================
  Hits         10967     10967           

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@xrkffgg xrkffgg merged commit d5f5998 into master Jul 3, 2023
88 checks passed
@xrkffgg xrkffgg deleted the k-changelog branch July 3, 2023 03:37
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.

None yet

4 participants