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 for 5.8.3 #44167

Merged
merged 4 commits into from Aug 11, 2023
Merged

docs: changelog for 5.8.3 #44167

merged 4 commits into from Aug 11, 2023

Conversation

PeachScript
Copy link
Member

@PeachScript PeachScript commented Aug 11, 2023

[中文版模板 / 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?)

📝 Changelog

  • DatePicker
    • 🐞 Fix DatePicker panel cannot toggle when selecting time with truthy open and truthy defaultOpen. #44105 @Yuiai01
    • 🐞 Fix DatePicker and RangePicker still show the clear button when disable allowClear. #44015 @bartpio
  • Carousel
    • 🐞 Fix Carousel do not support id prop. #44079
    • 💄 Fix Carousel dots extra margin style. #44076
  • 🐞 Fix Modal footer disabled state that affect by Form. #43055 @Wxh16144
  • 🐞 Fix Upload thumbnail that gif will not play. #44083 @linxianxi
  • 🐞 Fix FloatButton that menu mode didn't support badge prop. #44109 @MadCcc
  • 🐞 Fix Grid & List responsive config take effect after first render which cause screen flick. #44075
  • 🐞 Fix that Design Token partially missing when @ant-design/cssinjs version < 1.15.0. #44091 @MadCcc
  • 💄 Fix Badge status="processing" with dot wave style issue. #44153
  • 💄 Fix Descriptions border styles when it nests itself. #43454 @Yuiai01
  • 💄 Optimize style of Image preview operation icons. #44141 @MadCcc
  • 💄 Remove Space part useless style. #44098
  • 💄 Fix Pagination transition style in prev/next buttons. #44030
  • 💄 Fix Input and InputNumber font size in large mode. #44000 @MuxinFeng
  • 💄 Fix Popconfirm button group wraps unexpectedly. #44022 @MuxinFeng

  • DatePicker
    • 🐞 修复 DatePicker 在 opendefaultOpentrue 时选中时间不会切换面板的问题。#44105 @Yuiai01
    • 🐞 修复 DatePicker 和 RangePicker 禁用 allowClear 时仍然展示清除按钮的问题。#44015 @bartpio
  • Carousel
    • 🐞 修复 Carousel 不支持 id 属性的问题。#44079
    • 💄 修复 Carousel dots 切换点有多余 margin 的问题。#44076
  • 🐞 修复 Modal 页脚禁用态受 Form 影响的问题。#43055 @Wxh16144
  • 🐞 修复 Upload gif 缩略图不会动的问题。#44083 @linxianxi
  • 🐞 修复 FloatButton 组件菜单模式不支持 badge 配置的问题。#44109 @MadCcc
  • 🐞 修复 Grid 与 List 响应式布局生效稍晚于首次渲染导致屏幕闪动的问题。#44075
  • 🐞 修复 @ant-design/cssinjs 版本小于 1.15.0 时 Design Token 部分丢失的问题。#44091 @MadCcc
  • 💄 修复 Badge status="processing"dot 配合使用时,波纹样式异常的问题。#44153
  • 💄 修复 Descriptions 组件自行嵌套时的边框样式问题。#43454 @Yuiai01
  • 💄 优化 Image 组件预览操作图标的样式。#44141 @MadCcc
  • 💄 移除 Space 部分未使用的样式。#44098
  • 💄 修复 Pagination 上下页切换按钮 transition 丢失的问题。#44030
  • 💄 修复 Input 和 InputNumber 在大尺寸下的字体大小。#44000 @MuxinFeng
  • 💄 修复 Popconfirm 按钮组意外换行的问题。#44022 @MuxinFeng

☑️ 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 ba44d6d

This pull request updates antd to version 5.8.3 and adds the release notes in English and Chinese. It fixes some bugs, improves some styles and adds some new features to the UI library.

🔍 Walkthrough

🤖 Generated by Copilot at ba44d6d

  • Update version number to 5.8.3 in package.json (link)
  • Add release notes for version 5.8.3 in English and Chinese in CHANGELOG.en-US.md and CHANGELOG.zh-CN.md (link, link)

@stackblitz
Copy link

stackblitz bot commented Aug 11, 2023

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

@github-actions
Copy link
Contributor

github-actions bot commented Aug 11, 2023

@github-actions
Copy link
Contributor

github-actions bot commented Aug 11, 2023

🎉 Verify package version passed!

PR package version PR title version
5.8.3 5.8.3

@github-actions
Copy link
Contributor

github-actions bot commented Aug 11, 2023

size-limit report 📦

Path Size
./dist/antd.min.js 386.95 KB
./dist/antd-with-locales.min.js 446.05 KB (+1 B 🔺)

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
@argos-ci
Copy link

argos-ci bot commented Aug 11, 2023

The latest updates on your projects. Learn more about Argos notifications ↗︎

Build Status Details Updated (UTC)
default (Inspect) ✅ No change detected - Aug 11, 2023, 6:20 AM

@codecov
Copy link

codecov bot commented Aug 11, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (54081c8) 100.00% compared to head (792bf3d) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##            master    #44167   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          659       659           
  Lines        11200     11200           
  Branches      3033      3033           
=========================================
  Hits         11200     11200           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

CHANGELOG.en-US.md Outdated Show resolved Hide resolved
Co-authored-by: xrkffgg <xrkffgg@gmail.com>
Signed-off-by: Peach <scdzwyxst@gmail.com>
@PeachScript PeachScript merged commit 8368458 into master Aug 11, 2023
88 checks passed
@PeachScript PeachScript deleted the changelog branch August 11, 2023 06:40
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