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.6.0 changelog #26342

Merged
merged 4 commits into from Aug 23, 2020
Merged

docs: 4.6.0 changelog #26342

merged 4 commits into from Aug 23, 2020

Conversation

zombieJ
Copy link
Member

@zombieJ zombieJ commented Aug 22, 2020

[中文版模板 / Chinese template]

🤔 This is a ...

  • Site / documentation update

changelog - Chinese

  • 🔥 新增图片组件 Image。#26296
  • 🔥 Table 新增 sticky 属性以支持固定表头和滚动条。#25939
  • Form
    • 🆕 Form 添加 requiredMark 属性以支持设置必选样式,废弃原 hideRequiredMark#26309
    • 🆕 Form.List 中的 add 方法支持第二个 index 参数。#26081
  • 🆕 虚拟滚动支持无闪动滚动。#26306
  • Typography
    • 🆕 新增 Typography.Text success 类型。#26145 @llwslc
    • 🆕 Typography copyable 支持隐藏提示,editable 支持设置图标与提示。#25953 @llwslc
    • 🆕 新增 Typography.Title 5 级标题。#25861
    • 🆕 Typography 的 editable 配置中增加了 maxLength & autoSize 支持。#25373 @CornerSkyless
  • 🐞 修复 Transfer 搜索空格时 filterOption 没有触发的问题。#26335
  • Progress
    • 🐞 修复 Progress steps 属性对于 trailColor 不生效的问题。#26323
    • 🐞 修复 Progress 当 type="circle"success.percent 不生效的问题。#26307
  • 🐞 修复 Textarea 当 valueundefined 时未显示 defaultValue 问题。#26327
  • Cascader
    • 🐞 修复 Cascader 在按下 ESC 键,然后通过输入进行搜索时 options 不展开的问题。#26271 @flyerH
    • 💄 优化 Cascader 清除动画效果。#26186
  • 🗑 移除遗留的 Button.Group 支持,请使用 Space 代替。#26260
  • Select
    • 🆕 Select 支持 onClear 属性。#25907
    • 🐞 修复 Select 聚焦时被禁用的样式异常问题。#26255
    • 🐞 修复多选模式的 Select 在 showArrow 时图标重叠问题。#26168 @zhangchen915
  • 🐞 修复 Pagination 字体相关样式问题。#26230 @albertms10
  • 🐞 修复 Space children 有时会重新渲染的问题。#26219
  • Badge
  • 🆕 Tabs 可自定义tabBarExtraContent 的渲染位置。#25138 @jesse3mh9a
  • 💄 优化 Descriptions 在内容比较多时的显示效果。#25903
  • 🆕 message 支持通过 message.desctroy(key) 销毁。#26052 @lihqi
  • 💄 调整 InputNumber 操作栏在 readOnly 时为隐藏。#25998
  • 💄 加深暗色主题下 @text-color 颜色。#25923
  • 💄 加深默认主题下 @text-color 颜色。#25630
  • 国际化
  • RTL
    • 💄 优化 Tree RTL 模式下连接线的样式。#26205
    • 💄 优化 Dropdown RTL 写法避免暗黑模式样式覆盖。#26206
  • TypeScript

changelog - English

  • 🔥 New Image component. #26296
  • 🔥 Table support sticky prop to sticky header and scroll bar. #25939
  • Form
    • 🆕 Form support style of required mark with requiredMark and deprecate hideRequiredMark prop. #26309
    • 🆕 Form.List support the second index param in add. #26081
  • 🆕 VirtualList support no blink jump. #26306
  • Typography
    • 🆕 Support Typography.Text success type. #26145 @llwslc
    • 🆕 Typography copyable support hide tooltip and editable support config icon and tooltip. #25953 @llwslc
    • 🆕 Add Typography.Title level 5. #25861
    • 🆕 Typography add maxLength & autoSize with editable config #25373 @CornerSkyless
  • 🐞 Fix Transfer filterOption not trigger when search spaces. #26335
  • Progress
    • 🐞 Fix Progress steps don't support trailColor. #26323
    • 🐞 Fix Progress success.percent not working when type="circle". #26307
  • 🐞 Fix Textarea don't display defaultValue when value is undefined. #26327
  • Cascader
    • 🐞 Fix Cascader options not open with search after ESC pressing. #26271 @flyerH
    • 💄 Optimize Cascader clear animation. #26186
  • 🗑 Remove deprecated Button.Group and please use Space component instead. #26260
  • Select
    • 🆕 Select support onClear prop. #25907
    • 🐞 Fixed the style exception that was disabled when Select focused. #26255
    • 🐞 Fix Select icon overlap with selections when showArrow enabled. #26168 @zhangchen915
  • 🐞 Fix Pagination font family style. #26230 @albertms10
  • 🐞 Fix Space children remount in some case. #26219
  • Badge
  • 🆕 Tabs tabBarExtraSlot support extra position. #25138 @jesse3mh9a
  • 💄 Optimize the display effect of Descriptions when there is more content. #25903
  • 🆕 message could be detroied by message.desctroy(key). #26052 @lihqi
  • 💄 Adjust InputNumber handler bar to be hidden when readOnly. #25998
  • 💄 Lighten @text-color color in dark theme. #25923
  • 💄 Darken @text-color color in default theme. #25630
  • Locale
  • RTL
    • 💄 Optimize the connection line style in Tree RTL mode. #26205
    • 💄 Optimize Dropdown RTL writing to avoid dark mode style overlays. #26206
  • TypeScript

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

@ant-design-bot
Copy link
Contributor

ant-design-bot commented Aug 22, 2020

@ant-design-bot
Copy link
Contributor

ant-design-bot commented Aug 22, 2020

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

afc163 commented Aug 22, 2020

rc-picker 2.x 上还有两个 fix 没写。

zombieJ and others added 3 commits August 23, 2020 00:36
@github-actions
Copy link
Contributor

github-actions bot commented Aug 22, 2020

Size Change: -1 B

Total Size: 797 kB

Filename Size Change
./dist/antd.min.js 282 kB -1 B
ℹ️ View Unchanged
Filename Size Change
./dist/antd-with-locales.min.js 315 kB 0 B
./dist/antd.compact.min.css 66.1 kB 0 B
./dist/antd.dark.min.css 67.4 kB 0 B
./dist/antd.min.css 66.1 kB 0 B

compressed-size-action

@codesandbox-ci
Copy link

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 2d690f8:

Sandbox Source
antd reproduction template Configuration

@codecov
Copy link

codecov bot commented Aug 22, 2020

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #26342   +/-   ##
=======================================
  Coverage   99.57%   99.57%           
=======================================
  Files         382      382           
  Lines        7349     7349           
  Branches     2006     2006           
=======================================
  Hits         7318     7318           
  Misses         31       31           

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 117da49...2d690f8. Read the comment docs.

@zombieJ zombieJ merged commit 71bdb0a into master Aug 23, 2020
@zombieJ zombieJ deleted the changelog branch August 23, 2020 01:08
@pr-triage pr-triage bot added the PR: merged label Aug 23, 2020
- Cascader
- 🐞 修复 Cascader 在按下 ESC 键,然后通过输入进行搜索时 options 不展开的问题。[#26271](https://github.com/ant-design/ant-design/pull/26271) [@flyerH](https://github.com/flyerH)
- 💄 优化 Cascader 清除动画效果。[#26186](https://github.com/ant-design/ant-design/pull/26186)
- 🗑 移除遗留的 Button.Group 支持,请使用 Space 代替。[#26260](https://github.com/ant-design/ant-design/pull/26260)
Copy link
Member

Choose a reason for hiding this comment

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

这只是文档更新,没必要写。

Copy link
Member Author

Choose a reason for hiding this comment

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

官宣一下,否则早期 v4 版本升上来还是会有疑惑的。

@jesse3mh9a jesse3mh9a mentioned this pull request Oct 27, 2020
19 tasks
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

3 participants