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.5.0 #42339

Merged
merged 4 commits into from
May 15, 2023
Merged

docs: add changelog 5.5.0 #42339

merged 4 commits into from
May 15, 2023

Conversation

xrkffgg
Copy link
Member

@xrkffgg xrkffgg commented May 14, 2023

  • 🔥 新增颜色选择器组件。#41990 @RedJue
  • 🆕 Form validateFields 支持 validateOnly 配置仅做校验而不改变 UI 状态。#42273
  • 🆕 DatePicker 支持 changeOnBlur 以允许不点击确认按钮,在失去焦点时也能触发 change 事件。#42168
  • 🆕 Cascader options 支持 disableCheckbox 在多选时禁用勾选框。#42024 @BoyYangzai
  • 🆕 Popconfirm 新增 onPopupClick 属性。#42272 @bolosea
  • 🆕 QRCode 新增 bgColor 属性设置背景色。#42214 @bolosea
  • 🆕 Table.Summary.Row 组件增加 onClick 属性。#42175 @Ylg12345
  • 🆕 Space 新增支持 ref。#42266 @RedJue
  • 🆕 Tab 新增默认继承 Card 的 size#42183 @huangkairan
  • ConfigProvider
    • 🐞 修复 ConfigProvider size 对 Pagination 无效的问题。#42206
    • 🐞 修复 ConfigProvider size 对 Steps 无效的问题。#42278 @wanghui2021
    • 🐞 修复 ConfigProvider size 对 Descriptions 无效的问题。#42244 @wanghui2021
    • 🐞 修复当 ConfigProvider 中 componentSize 被设定时, Space.Compact 没有继承的问题。#42199 @Ec-tracker
  • 🐞 修复 Input 在 Space.Compact 下使用图标的样式错误。#42167 @pengyw97
  • 🐞 修复当 titlecontent 属性均为空值时,Popover 组件展示空白气泡的问题。#42217 @hairgc
  • 🐞 修复 Circle Progress 未设置 size 的报错问题。#41875 @notzheng
  • 🐞 修复 Progress 抛出的警告 findDOMNode is deprecated in StrictMode#42241 @BoyYangzai
  • 💄 修复 InputNumber 超出范围样式不生效的问题。#42250 @pengyw97
  • 💄 修复 Divider 在垂直方向虚线样式被覆盖导致无法正常显示的问题。#40418 @buqiyuan
  • 💄 调整 Tooltip 动画,现在弹出位置会动态从箭头方向弹出。#42225
  • 💄 调整 Checkbox.Group 样式风格与 v4 保持一致。#42103 @BoyYangzai
  • 💄 完善 Menu 溢出时样式。#42294 @dhalenok
  • 💄 完善 Segmented 鼠标 active 样式。#42249
  • 🤖 Spin 添加在非嵌套下使用 tip 的警告提示。#42293
  • 🤖 组件 Token 名称规范化。#42184
  • TypeScript
  • 国际化

  • 🔥 New Component ColorPicker. #41990 @RedJue
  • 🆕 Form validateFields support validateOnly to not to update UI status. #42273
  • 🆕 DatePicker support changeOnBlur to trigger change event without clicking confirm. #42168
  • 🆕 Cascader options support disableCheckbox prop. #42024 @BoyYangzai
  • 🆕 Popconfirm add onPopupClick prop. #42272 @bolosea
  • 🆕 QRCode add bgColor prop to set background color. #42214 @bolosea
  • 🆕 Table.Summary.Row component add onClick prop. #42175 @Ylg12345
  • 🆕 Space support ref. #42266 @RedJue
  • 🆕 The size of Tab defaults to inherit Card. #42183 @huangkairan
  • ConfigProvider
    • 🐞 Fix ConfigProvider size prop not work on Pagination. #42206
    • 🐞 Fix ConfigProvider size prop not work on Steps. #42278 @wanghui2021
    • 🐞 Fix ConfigProvider size prop not work on Descriptions. #42244 @wanghui2021
    • 🐞 Fix the size is not inherited from ConfigProvider when the componentSize is set. #42199 @Ec-tracker
  • 🐞 Fix then icon styles for Input are incorrect in Space Compact mode. #42167 @pengyw97
  • 🐞 Fix Popover display empty div when title and content is null. #42217 @hairgc
  • 🐞 Fix the error that Circle Progress does not set size. #41875 @notzheng
  • 🐞 Fix Progress throws warning findDOMNode is deprecated in StrictMode. #42241 @BoyYangzai
  • 💄 Fix the problem that the InputNumber out of range style does not take effect. #42250 @pengyw97
  • 💄 Fix the problem that Divider cannot be displayed normally due to the overwriting of the dashed line style in the vertical direction. #40418 @buqiyuan
  • 💄 Adjust Tooltip motion that will auto detect best match transform origin. #42225
  • 💄 keep Checkbox.Group style the same as v4. #42103 @BoyYangzai
  • 💄 Improve the style when the Menu overflowed. #42294 @dhalenok
  • 💄 Improve the Segmented mouse active style. #42249
  • 🤖 Spin add warning if use tip when not in nest pattern. #42293
  • 🤖 Component Token name canonicalization. #42184
  • TypeScript
    • 🤖 Optimize the type definition of Tag. #42235 @gaoqiiii
    • 🤖 Optimize Notification getContainer type definition. #40206 @leshalv
    • 🤖 Improved support for generics MenuItemType and MenuItemProps in the Menu component. #42240 @yangyuanxx
  • Locales

@cr-gpt
Copy link

cr-gpt bot commented May 14, 2023

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information

@github-actions
Copy link
Contributor

github-actions bot commented May 14, 2023

@github-actions
Copy link
Contributor

github-actions bot commented May 14, 2023

🎉 Verify package version passed!

PR package version PR title version
5.5.0 5.5.0

@socket-security
Copy link

New dependency changes detected. Learn more about Socket for GitHub ↗︎


👍 No new dependency issues detected in pull request

Bot Commands

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of package-name@version specifiers. e.g. @SocketSecurity ignore foo@1.0.0 bar@* or ignore all packages with @SocketSecurity ignore-all

Pull request alert summary
Issue Status
Install scripts ✅ 0 issues
Native code ✅ 0 issues
Bin script shell injection ✅ 0 issues
Unresolved require ✅ 0 issues
Invalid package.json ✅ 0 issues
HTTP dependency ✅ 0 issues
Git dependency ✅ 0 issues
Potential typo squat ✅ 0 issues
Known Malware ✅ 0 issues
Telemetry ✅ 0 issues
Protestware/Troll package ✅ 0 issues

📊 Modified Dependency Overview:

➕ Added Package Capability Access +/- Transitive Count Publisher
@rc-component/color-picker@1.0.0 None +0 madccc

@xrkffgg xrkffgg requested review from afc163, zombieJ and MadCcc May 14, 2023 07:30
@github-actions
Copy link
Contributor

github-actions bot commented May 14, 2023

size-limit report 📦

Path Size
./dist/antd.min.js 384.24 KB
./dist/antd-with-locales.min.js 443.48 KB

@codecov
Copy link

codecov bot commented May 14, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (14574b1) 100.00% compared to head (0e28021) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##            master    #42339   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          640       640           
  Lines        10833     10833           
  Branches      2943      2943           
=========================================
  Hits         10833     10833           

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

@cr-gpt
Copy link

cr-gpt bot commented May 14, 2023

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information

CHANGELOG.en-US.md Outdated Show resolved Hide resolved
CHANGELOG.zh-CN.md Outdated Show resolved Hide resolved
Co-authored-by: lijianan <574980606@qq.com>
@cr-gpt
Copy link

cr-gpt bot commented May 15, 2023

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information

Co-authored-by: lijianan <574980606@qq.com>
@cr-gpt
Copy link

cr-gpt bot commented May 15, 2023

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information

@afc163
Copy link
Member

afc163 commented May 15, 2023

等一下 #42333

@zombieJ zombieJ merged commit 1a29069 into master May 15, 2023
@zombieJ zombieJ deleted the k-changelog branch May 15, 2023 07:12
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.

5 participants