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

release: 4.8.0 changelog #27490

Merged
merged 27 commits into from Nov 2, 2020
Merged

release: 4.8.0 changelog #27490

merged 27 commits into from Nov 2, 2020

Conversation

ycjcl868
Copy link
Contributor

@ycjcl868 ycjcl868 commented Nov 2, 2020

  • Image
    • 🔥 Image add preview.getContainer property. #26713 @rfreling
    • 🐞 Fix Image style prop not acting on img element. #27446
  • 🆕 ConfigProvider add form.requiredMark. #27322
  • 🆕 Statistic add loading prop. #26811 @appleshell
  • Avatar
    • 🔥 Support Image element as prop for Avatar component. #27448 @n0ruSh
    • 🆕 Avatar.Group add size props. #27348
  • 🆕 Row support noWrap to make Col in line. #27469
  • Tree
    • 🐞 Fix Tree text selecting when double click switcher icon. #27476
    • 🐞 Fix Tree with showLine not connect line when title break line. #27386
  • Modal
    • 🆕 modal.update() supports functional updating. #27163 @Mongkii
    • 🆕 Modal method add bodyStyle props. #27292
    • 🐞 Fix Modal missing modalRender prop. #27272 @jieny
    • 🐞 rootPrefixCls set in Modal.config can be effective for the antd components used in title and content. #27376 @Chersquwn
  • Input
    • 🆕 Input.Textarea support size props. #27110
    • 🐞 Fix Input missing className when allowClear is true. #27462
    • 💄 Adjust collapse arrow position align with first line. #27363
  • Table
    • 🆕 Table.Summary.Cell support align prop. #27365
    • 🐞 Fix Table onShowSizeChange trigger twice. #27417
    • 🐞 Fix Table pagination cache previous config issue. #27412
  • 🐞 Fix the problem that the border style of RangePicker is abnormal when selecting again after selecting the same time. #27438
  • 🐞 Fix the Steps title is not centered when enabling progressDot. #27406
  • Typography
    • 🐞 Fix Typography Invalid regular expression issue with particular content. #27383 @ttys026
    • 🐞 Fix disabled Typography.Link hover or active color. @27487 @Liu-Ya
  • 💄 Fix Descriptions style when label use block element. #27375
  • 💄 Fix the problem that the border style is abnormal when the Select component triggers verification in the Form. #27378

  • Image
    • 🔥 Image 支持 preview.getContainer 属性用于指定预览对话框的容器。#26713 @rfreling
    • 🐞 修复 Image style 属性未作用于 img 元素的问题。#27446
  • 🆕 ConfigProvider 增加 form.requiredMark 配置。#27322
  • 🆕 Statistic 组件增加 loading 属性。#26811 @appleshell
  • Avatar
    • 🔥 Avatar 组件支持直接传入 Image 元素。#27448 @n0ruSh
    • 🆕 Avatar.Group 增加 size 属性。#27348
  • 🆕 Row 支持 noWrap 属性以使 Col 不错行。#27469
  • Tree
    • 🐞 修复 Tree 双击折叠图标时会选中文字的问题。#27476
    • 🐞 修复 Tree 配置 showLinetitle 多行的时候,线会截断的问题。#27386
  • Modal
    • 🆕 modal.update() 支持函数式更新。#27163 @Mongkii
    • 🆕 Modal method 增加 bodyStyle 属性。#27292
    • 🐞 Fix Modal missing modalRender prop。#27272 @jieny
    • 🐞 Modal.config 中设置的 rootPrefixCls 可以对titlecontent下使用的 antd 组件生效。#27376 @Chersquwn
  • Input
    • 🆕 Input.Textarea 支持 size 属性。#27110
    • 🐞 修复 Input allowClearclassName 丢失的问题。#27462
    • 💄 调整 Collapse 折叠箭头的位置与第一行文字对齐。#27363
  • Table
    • 🆕 Table.Summary.Cell 支持 align 配置。#27365
    • 🐞 修复 Table 切换页长时 onShowSizeChange 触发两次的问题。#27417
    • 🐞 修复 Table pagination 有时候会缓存先前设置的问题。#27412
  • 🐞 修复 RangePicker 选择同一时间后再次选择时边框样式异常的问题。#27438
  • 🐞 修复 Steps 开启 progressDot 时标题未居中对齐的问题。#27406
  • Typography
    • 🐞 修复 Typography 特定内容出现非法正则表达式错误的问题。#27383 @ttys026
    • 🐞 修复 Typography.Link 禁用时鼠标悬浮或点击的颜色问题。@27487 @Liu-Ya
  • 💄 修复 Descriptions 在 label 自定义为块状元素时的样式问题。#27375
  • 💄 修复 Select 组件在 Form 中触发校验时边框样式异常的问题。#27378

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

CHANGELOG.en-US.md Outdated Show resolved Hide resolved
CHANGELOG.en-US.md Outdated Show resolved Hide resolved
@ant-design-bot
Copy link
Contributor

ant-design-bot commented Nov 2, 2020

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

codesandbox-ci bot commented Nov 2, 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 b4de03b:

Sandbox Source
antd reproduction template Configuration

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

afc163 commented Nov 2, 2020

#27487

@afc163
Copy link
Member

afc163 commented Nov 2, 2020

  • rc-collapse
  • rc-menu

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

codecov bot commented Nov 2, 2020

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##            master    #27490   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          389       389           
  Lines         7400      7400           
  Branches      2076      2034   -42     
=========================================
  Hits          7400      7400           

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 2a4027b...b4de03b. Read the comment docs.

CHANGELOG.en-US.md Outdated Show resolved Hide resolved
@ycjcl868
Copy link
Contributor Author

ycjcl868 commented Nov 2, 2020

  • rc-collapse
  • rc-menu

#27496

CHANGELOG.zh-CN.md Outdated Show resolved Hide resolved
CHANGELOG.en-US.md Outdated Show resolved Hide resolved
CHANGELOG.en-US.md Outdated Show resolved Hide resolved
信鑫-King and others added 3 commits November 1, 2020 22:09
CHANGELOG.en-US.md Outdated Show resolved Hide resolved
CHANGELOG.en-US.md Outdated Show resolved Hide resolved
Co-authored-by: 偏右 <afc163@gmail.com>
@zombieJ
Copy link
Member

zombieJ commented Nov 2, 2020

描述里 add 都可以改成 support

@afc163
Copy link
Member

afc163 commented Nov 2, 2020

搭车:#27498

@ycjcl868 ycjcl868 merged commit 84726ae into ant-design:master Nov 2, 2020
@xrkffgg
Copy link
Member

xrkffgg commented Nov 2, 2020

建议 Squash

image

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