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 5.2.0 changelog #40612

Merged
merged 5 commits into from Feb 8, 2023
Merged

docs: add 5.2.0 changelog #40612

merged 5 commits into from Feb 8, 2023

Conversation

xrkffgg
Copy link
Member

@xrkffgg xrkffgg commented Feb 7, 2023

  • 🔥 Upload 的 listType 属性添加 picture-circle 支持。#40134 @ds1371dani
  • 🔥 Anchor 组件新增 direction 属性,支持 vertical。#39372 @foryuki
  • 🆕 Tooltip 新增 arrow 属性用来改变箭头的显示状态和箭头是否指向目标元素的中心。#40234 @kiner-tang
  • 🆕 List 分页新增 align 配置。#39858 @Yuiai01
  • 🆕 Timeline 新增 items 支持选项配置。#40424
  • Collapse
  • Slider
    • 🆕 Slider 新增 railStyle 属性用于自定义样式。#40579 @david-cord
    • 🆕 Slider 新增 keyboard 属性以支持禁用键盘事件。#40526
    • 🐞 修复 Slider 展示 Tooltip 时动画丢失的问题。#39857
  • Dropdown
    • 🆕 Dropdown 组件支持 autoAdjustOverflow 属性。#39735
    • 💄 修复 Dropdown dangedisable 属性同时使用样式问题。#39904 @Wxh16144
  • Tour
    • 🆕 Tour 新增 indicatorsRender 支持自定义指示器。#40613
    • 🆕 Tour 支持通过 scrollIntoViewOptions 改变scrollIntoView 的选项。#39980 @kiner-tang
    • 🆕 Tour 遮罩支持传递自定义样式和填充颜色。#39919 @kiner-tang
    • 🐞 修复 Tour 在严格模式下调用 findDomNode 抛出警告问题。#40160 @kiner-tang
    • 💄 删除了最后一个指示器的 margin。#40624
  • 🆕 新增 Design token fontFamilyCode 并应用到 Typography 的 code kbd pre 等元素上。#39823
  • 🆕 ConfigProvider 新增 Form scrollToFirstError#39509 @linxianxi
  • 🐞 为全部组件补足 rootClassName 属性。#40217
  • 🐞 修复 Empty 在默认主题和暗黑主题下的描述文字颜色。#40584 @MuxinFeng
  • Table
    • 🐞 修复 Table 行 aria-labelrole="presentation" 无法一起使用的问题。#40413 @Ke1sy
    • 🐞 修改非受控 filtered 修改不生效的问题。#39883
    • 🐞 修表头过滤器在分组标题情况下失效的问题。#40463 @roman40a
    • 🐞 修复选择列固定时滚动会被其他单元格遮盖的问题。#39940 @kiner-tang
    • 🐞 修复排序/筛选的表格的固定列背景色透明导致显示异常问题。#39012 @kiner-tang
    • 💄 修复 Table filter 时边框样式问题。#39938 @JarvisArt
  • DatePicker
    • 🐞 修复 DatePicker 组件禁用时状态样式生效的问题。#40608
    • 💄 优化 DatePicker 输入框样式。#40549 @Wxh16144
    • 💄 优化 DatePicker Dropdown 箭头样式。#40521
  • 🐞 修复 Space ant-space-item 选择器错误。#40554 @cncolder
  • 🐞 修复当设置 delay 时,Spin 没有立即关闭的问题。#40475 @3Alan
  • 🐞 修复 Modal useModal 默认确认按钮文本逻辑。#39884 @BoyYangzai
  • 🛠 重构水波纹视效,以支持多个水波纹同时触发了。#39705 @li-jia-nan
  • 🛠 重构 Input.TextArea 组件和 Mentions 组件。#40045
  • 🛠 重构 Affix Calendar 使用 React.createRef 代替函数。#40538 @li-jia-nan
  • 💄 修复 Tabs 更多按钮高度样式错误。#40488
  • 💄 修复 Image 预览样式会被 TailwindCSS 影响的问题。#39914
  • 💄 修复 Progress 成功进度条 transition 样式丢失问题。#40487
  • 💄 修复 Input.Group 在 windows 下缩放屏幕时的错位问题。#39842 @heiyu4585
  • 💄 修复 Select placeholder 样式问题。#40477 @Wxh16144
  • 💄 调整 Descriptions 标签样式使其更容易区分。#40085
  • 💄 优化 QRCode 过期显示样式。#39849
  • 💄 优化 boxShadow token 分级。#40516
  • TypeScript
    • 🤖 优化 Badge Tag Tooltip color 类型定义。#39871
    • 🤖 新增 Breakpoint ThmeConfig GlobalToken 类型导出。#40508 @Kamahl19
    • 🤖 更新 Upload fileList 类型。#40585
    • 🤖 移除 Tour ForwardRefRenderFunction。#39924
  • 🌐 国际化

  • 🔥 Add picture-circle to Upload's listType prop. #40134 @ds1371dani
  • 🔥 Anchor component add direction, which supports vertical. #39372 @foryuki
  • 🆕 Tooltip support arrow to change arrow's visible state and whether the arrow is pointed at the center of target. #40234 @kiner-tang
  • 🆕 Added list pagination align option. #39858 @Yuiai01
  • 🆕 Timeline added items to support option configuration. #40424
  • Collapse
  • Slider
    • 🆕 Slider add railStyle for custom style. #40579 @david-cord
    • 🆕 Slider add support for disable keyboard events. #40526
    • 🐞 Fix Slider missing Tooltip appear motion. #39857
  • Dropdown
    • 🆕 Dropdown support autoAdjustOverflow option. #39735
    • 💄 Fix Dropdown component dange and disabled style priority issue. #39904 @Wxh16144
  • Tour
    • 🆕 Tour added indicatorsRender to support custom indicators. #40613
    • 🆕 Tour support scrollIntoViewOptions to change scrollIntoView options. #39980 @kiner-tang
    • 🆕 Tour masks support passing custom styles and fill colors. #39919 @kiner-tang
    • 🐞 Fixed findDomNode method warning thrown by the tour component when called in strict mode. #40160 @kiner-tang
    • 💄 Deleted margin of the last indicator. #40624
  • 🆕 Adds Design token fontFamilyCode and apply to Typography code kbd pre elements. #39823
  • 🆕 ConfigProvider add Form scrollToFirstError#39509 @linxianxi
  • 🐞 Fill rest rootClassName for all components. #40217
  • 🐞 Fix Empty descriptions text color in default theme and dark theme. #40584 @MuxinFeng
  • Table
    • 🐞 Fix aria-label and role="presentation" cannot be used together in Table row. #40413 @Ke1sy
    • 🐞 Fix uncontrolled filtered update not working. #39883
    • 🐞 Fix the problem that the header filter is invalid in the case of group headers. #40463 @roman40a
    • 🐞 Fix selection column cover by other cell when fixed. #39940 @kiner-tang
    • 🐞 Fix Sorted/Filtered table fixed column transparent background unreadable. #39012 @kiner-tang
    • 💄 Fix border style problem when Table filter. #39938 @JarvisArt
  • DatePicker
    • 🐞 Fix DatePicker that have status style when disabled. #40608
    • 💄 Optimize the DatePicker input box style. #40549 @Wxh16144
    • 💄 Optimize DatePicker Dropdown arrow style. #40521
  • 🐞 Fix Space ant-space-item selector bug. #40554 @cncolder
  • 🐞 Fix not close Spin immediately when using delay. #40475 @3Alan
  • 🐞 Fix Modal useModal default confirm button text logic. #39884 @BoyYangzai
  • 🛠 Refactored the water ripple visual effect to trigger multiple water ripples at the same time. #39705 @li-jia-nan
  • 🛠 Refactor Input.TextArea and Mentions. #40045
  • 🛠 Refactor Affix Calendar to use React.createRef instead of function. #40538 @li-jia-nan
  • 💄 Fix Tabs more button unexpected height. #40488
  • 💄 Resolve Image preview style conflict with TailwindCSS. #39914
  • 💄 Fix Progress that transition of success bar is missing. #40487
  • 💄 Fix the misalignment of Input.Group when zooming the screen under windows. #39842 @heiyu4585
  • 💄 Fix Select placeholder style issue. #40477 @Wxh16144
  • 💄 Adjust Descriptions label style for more readable. #40085
  • 💄 Optimize QRCode expiration display style. #39849
  • 💄 Optimize boxShadow tokens. #40516
  • TypeScript
    • 🤖 Optimize Badge Tag Tooltip color type definition. #39871
    • 🤖 Add Breakpoint ThmeConfig GlobalToken type export. #40508 @Kamahl19
    • 🤖 Update Upload fileList type. #40585
    • 🤖 Remove Tour ForwardRefRenderFunction. #39924
  • 🌐 Localization

@github-actions
Copy link
Contributor

github-actions bot commented Feb 7, 2023

@github-actions
Copy link
Contributor

github-actions bot commented Feb 7, 2023

🎉 Verify package version passed!

PR package version PR title version
5.2.0 5.2.0

@github-actions
Copy link
Contributor

github-actions bot commented Feb 7, 2023

size-limit report 📦

Path Size
./dist/antd.min.js 367.85 KB
./dist/antd-with-locales.min.js 423.62 KB

CHANGELOG.en-US.md Outdated Show resolved Hide resolved
CHANGELOG.en-US.md Outdated Show resolved Hide resolved
CHANGELOG.en-US.md Outdated Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Feb 7, 2023

Codecov Report

Base: 100.00% // Head: 100.00% // No change to project coverage 👍

Coverage data is based on head (6462ee4) compared to base (e5c4bbc).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff             @@
##            master    #40612    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files          604       606     +2     
  Lines        10273     10394   +121     
  Branches      2782      2834    +52     
==========================================
+ Hits         10273     10394   +121     
Impacted Files Coverage Δ
components/spin/index.tsx 100.00% <0.00%> (ø)
components/tour/index.tsx 100.00% <0.00%> (ø)
components/slider/index.tsx 100.00% <0.00%> (ø)
components/upload/utils.tsx 100.00% <0.00%> (ø)
components/tour/panelRender.tsx 100.00% <0.00%> (ø)
components/timeline/Timeline.tsx 100.00% <0.00%> (ø)
components/timeline/TimelineItem.tsx 100.00% <0.00%> (ø)
components/timeline/TimelineItemList.tsx 100.00% <0.00%> (ø)
components/timeline/useItems.tsx 100.00% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

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

@arvinxx
Copy link
Contributor

arvinxx commented Feb 7, 2023

🆕 新增 Design token codeFontFamily 并应用到 Typography 的 code kbd pre 等元素上。#39823

这个token 命名有问题,需要改成 fontFamilyCode。

@yoyo837
Copy link
Contributor

yoyo837 commented Feb 7, 2023

#40424
#40613

@yoyo837
Copy link
Contributor

yoyo837 commented Feb 7, 2023

#40475

@xrkffgg xrkffgg mentioned this pull request Feb 8, 2023
20 tasks
@kaoding
Copy link
Contributor

kaoding commented Feb 8, 2023

版本号是:520

@li-jia-nan
Copy link
Member

@li-jia-nan
Copy link
Member

image

齐了齐了,发车!

@li-jia-nan
Copy link
Member

还有 #40424 的改动

Copy link
Member

@MadCcc MadCcc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@xrkffgg xrkffgg merged commit 3c97794 into master Feb 8, 2023
@xrkffgg xrkffgg deleted the k-changelog branch February 8, 2023 06:13
RedJue pushed a commit to RedJue/ant-design that referenced this pull request Apr 4, 2023
* docs: add 5.2.0 changelog

* docs: update

* docs: update

* docs: update

* docs: update
RedJue pushed a commit to RedJue/ant-design that referenced this pull request Apr 25, 2023
* docs: add 5.2.0 changelog

* docs: update

* docs: update

* docs: update

* docs: update
RedJue pushed a commit to RedJue/ant-design that referenced this pull request Apr 25, 2023
* docs: add 5.2.0 changelog

* docs: update

* docs: update

* docs: update

* docs: update
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

7 participants