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: 4.17.0-alpha.6 changelog #32428

Merged
merged 6 commits into from
Oct 11, 2021
Merged

docs: 4.17.0-alpha.6 changelog #32428

merged 6 commits into from
Oct 11, 2021

Conversation

PeachScript
Copy link
Member

@PeachScript PeachScript commented Oct 11, 2021

[中文版模板 / 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
  • Other (about what?)

📝 Changelog

  • 🐞 Fix InputNumber handler arrow not align center. #32409
  • 🐞 Fix closeIcon overwriting bug when Notification is called multiple times. #32359 @KAROTT7
  • 🐞 Fix Button align issue with icon and href. #32373
  • 💄 Optimize Drawer open animation. #32342
  • 💄 Fix Mentions error style in Form. #32385
  • TypeScript

  • 🐞 修复 InputNumber 操作杆箭头未居中对齐的问题。#32409
  • 🐞 修复多次调用 Notification 时 closeIcon 配置会被覆盖的问题。#32359 @KAROTT7
  • 🐞 修复 Button 有 iconhref 时的对齐问题。#32373
  • 💄 优化 Drawer 弹出动画。#32342
  • 💄 修复 Mentions 在 Form 下错误样式丢失的问题。#32385
  • TypeScript
    • 🤖 修复 ConfigProvider 中 getPopupContainer 的参数类型。#32406 @mtadams007

@github-actions
Copy link
Contributor

github-actions bot commented Oct 11, 2021

@github-actions
Copy link
Contributor

github-actions bot commented Oct 11, 2021

🎉 Verify package version passed!

PR package version PR title version
4.17.0-alpha.6 4.17.0-alpha.6

CHANGELOG.zh-CN.md Outdated Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Oct 11, 2021

Codecov Report

Merging #32428 (7847bd5) into master (a16884f) will increase coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master    #32428      +/-   ##
===========================================
+ Coverage   99.98%   100.00%   +0.01%     
===========================================
  Files         414       414              
  Lines        7843      7586     -257     
  Branches     2257      2132     -125     
===========================================
- Hits         7842      7586     -256     
+ Misses          1         0       -1     
Impacted Files Coverage Δ
components/avatar/group.tsx 100.00% <0.00%> (ø)
components/divider/index.tsx 100.00% <0.00%> (ø)
components/upload/Upload.tsx 100.00% <0.00%> (ø)
components/typography/Base.tsx 100.00% <0.00%> (ø)
components/typography/Editable.tsx 100.00% <0.00%> (ø)
components/upload/UploadList/index.tsx 100.00% <0.00%> (ø)
components/upload/UploadList/ListItem.tsx 100.00% <0.00%> (+0.75%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a16884f...7847bd5. Read the comment docs.

Co-authored-by: afc163 <afc163@gmail.com>
@github-actions
Copy link
Contributor

github-actions bot commented Oct 11, 2021

Size Change: 0 B

Total Size: 919 kB

ℹ️ View Unchanged
Filename Size
./dist/antd-with-locales.min.js 353 kB
./dist/antd.compact.min.css 65 kB
./dist/antd.dark.min.css 66.3 kB
./dist/antd.min.css 65.2 kB
./dist/antd.min.js 304 kB
./dist/antd.variable.min.css 65.6 kB

compressed-size-action

CHANGELOG.en-US.md Show resolved Hide resolved
CHANGELOG.zh-CN.md Show resolved Hide resolved
@PeachScript PeachScript merged commit 06a34ca into master Oct 11, 2021
@PeachScript PeachScript deleted the changelog branch October 11, 2021 07:13
@KAROTT7
Copy link
Contributor

KAROTT7 commented Oct 14, 2021

@PeachScript 你好,有一处文案错误
错误: 修复多次调用 Notification 时 closeIcon 配置会被覆盖的问题。
正确:修复多次调用 Notification 时 closeIcon 配置没有被覆盖的问题。

@PeachScript
Copy link
Member Author

@PeachScript 你好,有一处文案错误 错误: 修复多次调用 Notification 时 closeIcon 配置会被覆盖的问题。 正确:修复多次调用 Notification 时 closeIcon 配置没有被覆盖的问题。

感谢,看原 issue 的时候理解错了。Release Notes 已更新,changelog.md 已提交 PR:#32491

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.

4 participants