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: changelog 5.5.2 #42709

Merged
merged 8 commits into from May 30, 2023
Merged

docs: changelog 5.5.2 #42709

merged 8 commits into from May 30, 2023

Conversation

MadCcc
Copy link
Member

@MadCcc MadCcc commented May 30, 2023

Changelog

  • 🐞 修复 ColorPicker 组件悬停边界问题。#42669 @RedJue
  • 🐞 修复 Menu 组件 overflowedIndicatorClassName 覆盖了原本的 class 的问题。#42692 @MadCcc
  • 🐞 修复 Select 组件在某些情况下显示乱码问题。#42651 @895433995
  • 🐞 修复 Card 组件,当 Image 设置 cover 属性时,悬停蒙版没有圆角属性,导致 UI 异常。#42642 @iNeedToCopy
  • 🐞 修复 Checkbox 和 label 不对齐的问题。#42590 @MadCcc
  • 🐞 修复使用 ConfigProvider 会导致未使用的 Form 组件也被打包的问题。#42604
  • 🐞 修复 InputNumber 和其他组件无法基线对齐的问题。#42580
  • 🐞 修复 Badge 组件中旋转的 icon 动画。#42575 @MadCcc
  • ⚡️ 优化 Form setFieldsValue 相关代码以降低打包尺寸。#42635
  • 💄 优化 Image 组件预览组样式。#42675 @kiner-tang
  • 💄 修复 Tag 无边框样式在 error 等状态下不生效的问题。#42619 @li-jia-nan
  • 💄 修复 Table rowSpan 悬浮高亮背景颜色丢失的问题。#42572
  • 💄 修复 Pagination 在禁用状态下 link 图标和 ellipsis hover 时的样式。#42541 @qmhc
  • 💄 修复部分全局 Token 无法覆盖组件样式的问题。#42535 @MadCcc
  • 🌐 为 it_IT 添加缺失的部分 i18n。#42664 @Digital-512

  • 🐞 Fix ColorPicker hover boundary issue. #42669 @RedJue
  • 🐞 Fix Menu that overflowedIndicatorClassName should not override origin classes. #42692 @MadCcc
  • 🐞 Fix Select that in some cases will display the letter A. #42651 @895433995
  • 🐞 Fix Card when cover is set to Image, hover mask does not have rounded corner attribute, resulting in UI exception. #42642 @iNeedToCopy
  • 🐞 Fix Checkbox align with label. #42590 @MadCcc
  • 🐞 Fix ConfigProvider makes Form component in the bundle even not use it. #42604
  • 🐞 Fix InputNumber cannot align well by baseline. #42580
  • 🐞 Fix spinning icon animation in Badge. #42575 @MadCcc
  • ⚡️ Optimize Form setFieldsValue logic to reduce bundle size. #42635
  • 💄 Optimize ImagePreviewGroup style. #42675 @kiner-tang
  • 💄 Fix Tag borderless style with error and other status. #42619 @li-jia-nan
  • 💄 Fix Table rowSpan hover highlight style missing. #42572
  • 💄 Fix Pagination's link icon and ellipsis hover style when disabled. #42541 @qmhc
  • 💄 Fix that global token should be able to override component style. #42535 @MadCcc
  • 🌐 Add missing i18n for it_IT locale. #42664 @Digital-512

[中文版模板 / Chinese template]

🤔 This is a ...

  • New feature
  • Bug fix
  • Site / documentation update
  • Demo update
  • Component style update
  • TypeScript definition update
  • Bundle size optimization
  • Performance optimization
  • Enhancement feature
  • Internationalization
  • Refactoring
  • Code style optimization
  • Test Case
  • Branch merge
  • Workflow
  • Other (about what?)

🔗 Related issue link

💡 Background and solution

📝 Changelog

Language Changelog
🇺🇸 English
🇨🇳 Chinese

☑️ Self-Check before Merge

⚠️ Please check all items below before requesting a reviewing. ⚠️

  • Doc is updated/provided or not needed
  • Demo is updated/provided or not needed
  • TypeScript definition is updated/provided or not needed
  • Changelog is provided or not needed

🚀 Summary

🤖 Generated by Copilot at d88e53a

This pull request updates the antd library to version 5.5.2 and adds the corresponding release notes in English and Chinese to the CHANGELOG.en-US.md and CHANGELOG.zh-CN.md files.

🔍 Walkthrough

🤖 Generated by Copilot at d88e53a

  • Update version number to 5.5.2 and add release notes in English and Chinese (link, link, link)

@github-actions
Copy link
Contributor

github-actions bot commented May 30, 2023

@github-actions
Copy link
Contributor

github-actions bot commented May 30, 2023

🎉 Verify package version passed!

PR package version PR title version
5.5.2 5.5.2

@github-actions
Copy link
Contributor

Pull reviewers stats

Stats of the last 30 days for ant-design:

User Total reviews Time to review Total comments
li-jia-nan 90 1h 3m 49
afc163 85 1h 18m 64
MadCcc 48 1d 19h 5m 105
kiner-tang 41 14m 12
yoyo837 27 49m 27
zombieJ 22 59m 15
RedJue 8 4h 6m 11
PeachScript 3 19m 0
RexSkz 2 48m 5
vagusX 1 1h 36m 0
heiyu4585 1 5m 0
arvinxx 1 46m 12
Wxh16144 1 21m 3
sawadyecma 1 1h 51m 2
bombillazo 1 23h 49m 1
lke-twh 1 2h 49m 0

@github-actions
Copy link
Contributor

github-actions bot commented May 30, 2023

size-limit report 📦

Path Size
./dist/antd.min.js 383.9 KB
./dist/antd-with-locales.min.js 443.32 KB

@codecov
Copy link

codecov bot commented May 30, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (7b066a9) 100.00% compared to head (ed494bb) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##            master    #42709   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          641       641           
  Lines        10864     10871    +7     
  Branches      2944      2944           
=========================================
+ Hits         10864     10871    +7     

see 1 file with indirect coverage changes

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

CHANGELOG.zh-CN.md Outdated Show resolved Hide resolved
CHANGELOG.zh-CN.md Outdated Show resolved Hide resolved
CHANGELOG.en-US.md Outdated Show resolved Hide resolved
CHANGELOG.zh-CN.md Outdated Show resolved Hide resolved
MadCcc and others added 4 commits May 30, 2023 11:27
Co-authored-by: Amumu <yoyo837@hotmail.com>
Co-authored-by: Amumu <yoyo837@hotmail.com>
Co-authored-by: afc163 <afc163@gmail.com>
CHANGELOG.zh-CN.md Outdated Show resolved Hide resolved
MadCcc and others added 2 commits May 30, 2023 12:00
Co-authored-by: Amumu <yoyo837@hotmail.com>
@MadCcc MadCcc merged commit b955a96 into master May 30, 2023
12 checks passed
@MadCcc MadCcc deleted the docs/changelog-5.5.2 branch May 30, 2023 04:50
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

5 participants