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 4.24.11 #43206

Merged
merged 4 commits into from Jun 27, 2023
Merged

docs: changelog 4.24.11 #43206

merged 4 commits into from Jun 27, 2023

Conversation

MadCcc
Copy link
Member

@MadCcc MadCcc commented Jun 27, 2023

  • 🆕 Drawer panel support event listener. #42712 @kiner-tang
  • 🐞 Fix Upload onChange sometime not sync when in React 18. #43200
  • 🐞 Fix Notification cannot hide close icon by closeIcon={null}. #42791
  • 🐞 Fix Drawer id was passed in incorrectly, and now is always added to the popup panel. #43124 @MuxinFeng
  • 🐞 Fix InputNumber with prefix abnormal height under Form.Item of hasFeedBack. #43048
  • 🐞 Fix Popover with getPopupContainer sometime makes width too narrow. #42697
  • 🐞 Fix Select will display the letter A under some circumstances. #42654 @tchen-l
  • 🐞 Fix ConfigProvider that import useless modules from rc-field-form when importing FormProvider . #42502 @BanShan-Alec
  • 🐞 Fix Popconfirm trigger onVisibleChange twice. #42351
  • 🐞 Fix Form onFieldsChange missing validating status change. #42263
  • 🐞 Fix Popover that display empty div when title and content is null. 19f8505 @MaHui
  • 🐞 Fix Upload disabled logic. #42143 @Wxh16144
  • 💄 Optimize Spin style to keep height of container the same as child element. #42163 @cheapCoder

  • 🆕 Drawer 组件面板支持事件监听。#42712 @kiner-tang
  • 🐞 修复 Upload 在 React 18 下 onChange 有时数据不正确的问题。#43200
  • 🐞 修复 Notification 设置 closeIcon={null} 时关闭图标没有消失的问题。#42791
  • 🐞 修复 Drawer id 传入位置不正确的问题,现在始终会添加至弹出面板上。#43124 @MuxinFeng
  • 🐞 修复 InputNumber 带有 prefix 时在 Form.Item hasFeedBack 内高度异常的问题。#43048
  • 🐞 修复 Popover 设置 getPopupContainer 后,某些时候宽度会过窄的问题。#42697
  • 🐞 修复 Select 在某些情况下会显示字母 A 的问题。#42654 @tchen-l
  • 🐞 修复 ConfigProvider 引入 FormProvider 时,错误引入 'rc-field-form' 其他的无关依赖的问题。#42502 @BanShan-Alec
  • 🐞 修复 Popconfirm 的 onVisibleChange 会重复触发的问题。#42351
  • 🐞 修复 Form onFieldsChange 丢失一次 validating 状态变更的更新事件。#42263
  • 🐞 修复 Popover 组件当 titlecontent 都为空时展示空气泡的问题19f8505 @MaHui
  • 🐞 修复 Upload 禁用状态逻辑。#42143 @Wxh16144
  • 💄 优化 Spin 样式,保持容器与子元素图标高度一致。#42163 @cheapCoder

[中文版模板 / 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 03e1969

This pull request updates the package.json and the CHANGELOG.en-US.md and CHANGELOG.zh-CN.md files to prepare for the release of antd version 4.24.11. The changelog files document the new features, bug fixes and style improvements of the latest version.

🔍 Walkthrough

🤖 Generated by Copilot at 03e1969

  • Bump version to 4.24.11 and update changelogs (link, link, link)

@github-actions
Copy link
Contributor

github-actions bot commented Jun 27, 2023

@github-actions
Copy link
Contributor

github-actions bot commented Jun 27, 2023

🎉 Verify package version passed!

PR package version PR title version
4.24.11 4.24.11

@afc163
Copy link
Member

afc163 commented Jun 27, 2023

上车上车 #43179

@github-actions
Copy link
Contributor

github-actions bot commented Jun 27, 2023

size-limit report 📦

Path Size
./dist/antd.min.js 281.88 KB
./dist/antd.min.css 66.31 KB
./dist/antd.dark.min.css 67.55 KB
./dist/antd.compact.min.css 66.26 KB
./dist/antd.variable.min.css 66.84 KB

@MadCcc
Copy link
Member Author

MadCcc commented Jun 27, 2023

上车上车 #43179

@afc163 Done.

@codecov
Copy link

codecov bot commented Jun 27, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (753510b) 100.00% compared to head (0754209) 100.00%.

Additional details and impacted files
@@             Coverage Diff              @@
##           4.x-stable    #43206   +/-   ##
============================================
  Coverage      100.00%   100.00%           
============================================
  Files             450       450           
  Lines            8347      8347           
  Branches         2540      2540           
============================================
  Hits             8347      8347           

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

@ILoveChy
Copy link

@MadCcc @afc163 大佬们我问下 是不是这个版本升级了之后 4.x也可以支持form非name字段的useWatch监听啦~(加那个 preserve: true)

@yoyo837
Copy link
Contributor

yoyo837 commented Jun 27, 2023

想上车 #43207

@yoyo837
Copy link
Contributor

yoyo837 commented Jun 27, 2023

@MadCcc @afc163 大佬们我问下 是不是这个版本升级了之后 4.x也可以支持form非name字段的useWatch监听啦~(加那个 preserve: true)

是的 #42263

@yoyo837
Copy link
Contributor

yoyo837 commented Jun 27, 2023

应该还需要补日志吧 #42263 (comment) rc-field-form 1.28.0 - 1.30.0 的 log

@yoyo837
Copy link
Contributor

yoyo837 commented Jun 27, 2023

想上车 #43207

Merged.

@MadCcc
Copy link
Member Author

MadCcc commented Jun 27, 2023

想上车 #43207

@yoyo837 已更新

@MadCcc MadCcc merged commit 2269b8e into 4.x-stable Jun 27, 2023
92 of 93 checks passed
@MadCcc MadCcc deleted the docs/changelog-4.24.11 branch June 27, 2023 05:41
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