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.7.1 changelog #27211

Merged
merged 12 commits into from
Oct 19, 2020
Merged

docs: add 4.7.1 changelog #27211

merged 12 commits into from
Oct 19, 2020

Conversation

chenshuai2144
Copy link
Contributor

@chenshuai2144 chenshuai2144 commented Oct 18, 2020

4.7.1

2020-10-18

  • DatePicker
    • 🐞 修复当 showTimetrue 并且 format 为一个函数时,DatePicker 报错问题。#27156
    • 💄 修复 DatePicker 在下拉空间不足时的动画方向问题。#27101
  • Typography
    • 💄 修复 Typography 没有 preblockquote 样式的问题。#27150
    • 🐞 修复 Typography.Link 悬浮颜色错误的问题。#27119
    • 🐞 修复 Typography.Link 危险类型的悬浮颜色问题。#27104
  • 💄 修复 Descriptions 组件的内容含有超长数字,会出现无法换行的情况。#27195 @WLyKan
  • 🐞 修复 Password 在受控模式下清除密码值的问题。#27191
  • 🐞 修复 Notification 在小尺寸屏幕下的宽度问题。#27189
  • 🐞 修复 Cascader 类名重复的问题。#27187 @huntdream
  • 🐞 修复 Drawer 会触发 Form 提交事件的问题。#27175
  • 🐞 修复 Dropdown 下拉菜单图标间距丢失的问题。#27165
  • 💄 修复 Layout.Sider 指定 collapsedWidth 后侧边菜单部分宽度不对的问题。#27154
  • 🐞 修复 Tabs animated 属性为 true 时未开启内容切换动画的问题。#27145
  • 🐞 修复 Divider 带标题时的分割线颜色。#27134
  • 💄 修复 Radio 选项选中并禁用时的鼠标样式。#27125
  • 🇪🇸 为西班牙语 es_ES 中添加缺少的翻译。#27079 @gerongams
  • RTL
    • 💄 优化 Input.TextArea 字数提示在 RTL 模式下的样式。#27098
  • TypeScript
    • 🤖 Button shape 移除文档中未声明的类型。#27159
    • 🤖 添加可选的rules属性至FormListProps#27164 @huntdream

4.7.1

2020-10-18

  • DatePicker
    • 🐞 Fix DatePicker don't work correctly when showTime is true and format is function. #27156
    • 💄 Fix DatePicker wrong animation direction when auto overflow. #27101
  • Typography
    • 💄 Fix Typography miss pre and blockquote style. #27150
    • 🐞 Fix Typography.Link hover color. #27119
    • 🐞 Fix Typography.Link hover color when type is danger. #27104
  • 💄 Fix Descriptions ant-descriptions-item-content add style word-break:break-word;. #27195 @WLyKan
  • 🐞 Fix clear Password value attribute in controlled mode. #27191
  • 🐞 Optimize notification width in small screen. #27189
  • 🐞 Fix Cascader className duplicate. #27187 @huntdream
  • 🐞 Fix the issue that the Drawer will trigger form submission. #27175
  • 🐞 Fix Dropdown icon missing margin. #27165
  • 💄 Fix Layout.Sider collapsedWidth cannot work without modifying@menu-collapsed-width.#27154
  • 🐞 Fix Tabs animated={true} not working for panels. #27145
  • 🐞 Fix Divider color when contains text. #27134
  • 💄 Fix the cursor style when the Radio option is selected and disabled. #27125
  • 🇪🇸 Add missing translations in es_ES. #27079 @gersongams
  • RTL
    • 💄 Optimize the style of Input.TextArea character count in RTL mode. #27098
  • TypeScript
    • 🤖 Button shape remove undeclared doc type. #27159
    • 🤖 add optional rules property into FormListProps. #27164 @huntdream

CHANGELOG.zh-CN.md Outdated Show resolved Hide resolved
Co-authored-by: 偏右 <afc163@gmail.com>
CHANGELOG.zh-CN.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.zh-CN.md Outdated Show resolved Hide resolved
- 🐞 修复 Cascader 类名重复的问题。[#27187](https://github.com/ant-design/ant-design/pull/27187) [@huntdream](https://github.com/huntdream)
- 🐞 修复 Drawer 会触发 Form 提交事件的问题。[#27175](https://github.com/ant-design/ant-design/pull/27175)
- 🐞 修复 Dropdown 下拉菜单图标间距丢失的问题。[#27165](https://github.com/ant-design/ant-design/pull/27165)
- 💄 修复 Layout.Sider 指定 `collapsedWidth` 后侧边菜单部分宽度不对的问题。[#27154](https://github.com/ant-design/ant-design/pull/27154)
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
- 💄 修复 Layout.Sider 指定 `collapsedWidth` 后侧边菜单部分宽度不对的问题。[#27154](https://github.com/ant-design/ant-design/pull/27154)
- 🐞 修复 Layout.Sider 指定 `collapsedWidth` 后侧边菜单部分宽度不对的问题。[#27154](https://github.com/ant-design/ant-design/pull/27154)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

这个感觉是个样式问题

CHANGELOG.zh-CN.md Outdated Show resolved Hide resolved
@ant-design-bot
Copy link
Contributor

ant-design-bot commented Oct 18, 2020

@ant-design-bot
Copy link
Contributor

ant-design-bot commented Oct 18, 2020

chenshuai2144 and others added 3 commits October 19, 2020 00:03
Co-authored-by: 偏右 <afc163@gmail.com>
Co-authored-by: 偏右 <afc163@gmail.com>
Co-authored-by: 偏右 <afc163@gmail.com>
CHANGELOG.en-US.md Outdated Show resolved Hide resolved
CHANGELOG.en-US.md Outdated Show resolved Hide resolved
chenshuai2144 and others added 4 commits October 19, 2020 00:05
Co-authored-by: xrk <xrkffgg@gmail.com>
Co-authored-by: xrk <xrkffgg@gmail.com>
Co-authored-by: 偏右 <afc163@gmail.com>
CHANGELOG.en-US.md Outdated Show resolved Hide resolved
CHANGELOG.zh-CN.md Show resolved Hide resolved
chenshuai2144 and others added 3 commits October 19, 2020 00:08
Co-authored-by: xrk <xrkffgg@gmail.com>
@github-actions
Copy link
Contributor

github-actions bot commented Oct 18, 2020

Size Change: 0 B

Total Size: 792 kB

ℹ️ View Unchanged
Filename Size Change
./dist/antd-with-locales.min.js 314 kB 0 B
./dist/antd.compact.min.css 66.4 kB 0 B
./dist/antd.dark.min.css 67.7 kB 0 B
./dist/antd.min.css 66.4 kB 0 B
./dist/antd.min.js 278 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 779c887:

Sandbox Source
antd reproduction template Configuration

@codecov
Copy link

codecov bot commented Oct 18, 2020

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##            master    #27211   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          389       389           
  Lines         7393      7393           
  Branches      2073      2021   -52     
=========================================
  Hits          7393      7393           

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 e234a71...779c887. Read the comment docs.

@chenshuai2144 chenshuai2144 merged commit 60103e1 into master Oct 19, 2020
@chenshuai2144 chenshuai2144 deleted the changelog branch October 19, 2020 01:55
@pr-triage pr-triage bot added the PR: merged label Oct 19, 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

4 participants