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 4.5.3 changelog #26099

Merged
merged 4 commits into from Aug 9, 2020
Merged

docs: add 4.5.3 changelog #26099

merged 4 commits into from Aug 9, 2020

Conversation

chenshuai2144
Copy link
Contributor

@chenshuai2144 chenshuai2144 commented Aug 8, 2020

4.5.3

2020-08-08

  • Menu
    • 🐞 修复水平 Menu 黑暗 theme 在暗黑主题下的样式。#26062
    • 🐞 修复水平方向 Menu 在暗黑主题 RTL 模式下的位置。#26032
  • Table
    • 🐞 修复 Table dataSource 中含有非法数值时会报错的问题。#26042
    • 🐞 修复 Table 空筛选项在控制台抛出 warning 的问题。#26001
  • Form
    • 🐞 修复 Form.Item hidden 不能和 noStyle 一同使用的问题。#26020
    • 💄 修复 Form 紧凑模式下表单项 margin 计算错误。#26069
  • Transfer
    • 🐞 修复 Transfer 禁用时分页未禁用的问题。#26009
    • 🐞 修复 Transfer 禁用时头部下拉按钮的鼠标样式。#26005
  • Cascader
    • 🐞 修复 Cascader 在 Firefox 下文本和箭头重叠的问题。#26011
    • 💄 Cascader 的选择器箭头不再旋转。#26078 @07akioni
    • 🐞 修复 Cascader 禁用时鼠标悬浮边框颜色异常的问题。#25970
  • Select
    • 💄 优化 Select 多选模式 disabled样式。#25980
    • 🐞 修复 Select 禁用时自定义图标的鼠标样式。#26002
  • Breadcrumb
    • 🐞 修复 Breadcrumb.Item 封装后丢失分隔符的问题。#25984 @flyerH
    • 🐞 修复 Breadcrumb separator 默认值丢失的问题。#e6dd15f @flyerH
  • 💄 新增 @btn-line-height 变量。#26014
  • 💄 优化 Pagination 简洁分页禁用样式。#81e21c1
  • 🐞 修复 Modal useModal 丢失样式的问题。#25967
  • 🐞 修复 InputNumber 暗黑主题下操作栏背景色。#26072
  • 🌐 改进阿拉伯语 Arabic 的国际化。#26094 @Mohelm97
  • 🌐 改进法语 fr_FR 国际化。#26034 @Thanaen

  • Menu
    • 🐞 Fix horizontal Menu darktheme style under dark theme. #26062
    • 🐞 Fix the position of the horizontal Menu in dark theme and RTL mode. #26032
  • Table
    • 🐞 Fix Table crash when dataSource contains number. #26042
    • 🐞 Fix Table empty filters throw warning. #26001
  • Form
    • 🐞 Fix Form.Item hidden not work with noStyle. #26020
    • 💄 Fix Form.Item margin is uncorrect in compact mode. #26069
  • Transfer
    • 🐞 Fix the mouse style of the head dropDown when Transfer is disabled. #26005
    • 🐞 Fix the problem that Pagination is not disabled when Transfer is disabled. #26009
  • Cascader
    • 💄 Cascader selector down arrow doesn't rotate. #26078 @07akioni
    • 🐞 Fix Cascader text overflow bug in Firefox. #26011
    • 🐞 Fix the problem that the color of mouse hover border is abnormal when Cascader is disabled. #25970
  • Select
    • 💄 Optimize the disabled style of Select multiple mode. #25980
    • 🐞 Fix the mouse style of custom icon when Select is disabled. #26002
  • Breadcrumb
    • 🐞 Fix Breadcrumb.Item lost separator after wrapping in component. #25984 @flyerH
    • 🐞 Fix breadcrumb separator problem. #e6dd15f @flyerH
  • 🐞 Fix InputNumber dark theme handler background color. #26072
  • 💄 Add @btn-line-height. #26014
  • 💄 Optimize Pagination style when simple type and disabled. #26008
  • 💄 Optimize pagination simple disabled. #81e21c1
  • 🐞 Fix Modal useModal missing style issue. #25967
  • 🌐 Improve Arabic locale. #26094 @Mohelm97
  • 🌐 Improve fr_FR localization. #26034 @Thanaen

View rendered CHANGELOG.en-US.md
View rendered CHANGELOG.zh-CN.md

@ant-design-bot
Copy link
Contributor

ant-design-bot commented Aug 8, 2020

@ant-design-bot
Copy link
Contributor

ant-design-bot commented Aug 8, 2020

@codesandbox-ci
Copy link

codesandbox-ci bot commented Aug 8, 2020

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 4e8a277:

Sandbox Source
antd reproduction template Configuration

@codecov
Copy link

codecov bot commented Aug 8, 2020

Codecov Report

Merging #26099 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #26099   +/-   ##
=======================================
  Coverage   99.56%   99.56%           
=======================================
  Files         373      373           
  Lines        7315     7315           
  Branches     2044     1994   -50     
=======================================
  Hits         7283     7283           
  Misses         32       32           

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 e7e83fb...4e8a277. Read the comment docs.

@github-actions
Copy link
Contributor

github-actions bot commented Aug 8, 2020

Size Change: +72 B (0%)

Total Size: 799 kB

Filename Size Change
./dist/antd-with-locales.min.js 318 kB +27 B (0%)
./dist/antd.compact.min.css 64.8 kB +8 B (0%)
./dist/antd.dark.min.css 66 kB +5 B (0%)
./dist/antd.min.css 64.8 kB +5 B (0%)
./dist/antd.min.js 286 kB +27 B (0%)

compressed-size-action

CHANGELOG.en-US.md Outdated Show resolved Hide resolved
Co-authored-by: xrkffgg <xrkffgg@gmail.com>
@xrkffgg
Copy link
Member

xrkffgg commented Aug 9, 2020

#25977 丢了

CHANGELOG.en-US.md Outdated Show resolved Hide resolved
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
@afc163
Copy link
Member

afc163 commented Aug 9, 2020

#26098

@xrkffgg
Copy link
Member

xrkffgg commented Aug 9, 2020

#26075

CHANGELOG.zh-CN.md Outdated Show resolved Hide resolved
chenshuai2144 and others added 2 commits August 9, 2020 20:32
Co-authored-by: He Linming <hlm52pk@163.com>
@chenshuai2144 chenshuai2144 merged commit 1a10df0 into master Aug 9, 2020
@chenshuai2144 chenshuai2144 deleted the changelog4.5.3 branch August 9, 2020 14:51
@pr-triage pr-triage bot added the PR: merged label Aug 9, 2020
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