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.2.5 changelog #24410

Merged
merged 17 commits into from May 24, 2020
Merged

docs: 📖 add 4.2.5 changelog #24410

merged 17 commits into from May 24, 2020

Conversation

chenshuai2144
Copy link
Contributor

@chenshuai2144 chenshuai2144 commented May 23, 2020

4.2.5

  • 🐞 Fix Table selection arrow out of column when size is small/middle. #24394
  • 🐞 Fix Input.TextArea clear icon disappears in Input.Group when hover it. #24360 @Mr-jiangzhiguo
  • 🐞 Fixed an issue where the RowSelection.onChange will still be cached when the Table removes entries in dataSource. #24338
  • 🐞 Adjust useNotification api instance to be same instance for each render. #24337
  • 🐞 Fix Button loading transition animation missing and Modal confirmLoading not being reset. #24328
  • 🐞 Fix Modal confirmLoading button not reset. #24238 @hengkx
  • 🐞 Fix Drawer cover background elements when it is not visible. #24290
  • 🐞 Fix Cascader/Select/Table/TresSelect text color when data empty. #24279
  • 💄 Optimize the center style of InputNumber operation button. #24266
  • 🐞 Fix Table with empty array filteredValue still highlight the filtered icon. #24263
  • 🐞 Fix Cascader not support number[] value. #24247
  • ⌨️ Fix Switch autoFocus trigger when disabled removed. Adjust style to avoid switch shaking. Remove blur logic when onMouseUp to improve acessibility. #24254
  • 💄 Add Menu default text-align style.. #24253
  • 🚫 Refactor List code #24280 @hengkx
  • 🚫 Modify the Alert with hooks to support strict mode. #24236 @hengkx
  • TypeScript
    • chore: Cascader ts definition update. #24393 @zhangyu1818
    • Fix TS error of Could not find a declaration rc-upload. #24325
    • Add children type to BackTop. #24235

4.2.5

  • 🐞 修复 Table 在 dataSource 移除条目时,rowSelection.onChange 仍然会缓存的问题。#24338
  • 🐞 修复 Table size="small#24394
  • 🐞 修复 Input.Group 内 Input.TextArea hover 时清除图标消失的问题。#24360 @Mr-jiangzhiguo
  • 🐞 调整 useNotification api 实例在每次渲染时都返回相同实例。#24337
  • 🐞 修复 Button loading 切换动画丢失和 Modal confirmLoading 按钮未复位的问题。#24328
  • 🐞 修复 Modal 关闭后 confirmLoading 按钮没有复位的问题。#24238 @hengkx
  • 🐞 修复 Drawer 关闭后依然会遮挡页面元素的问题。#24290
  • 🐞 修复 Cascader/Select/Table/TreeSelect 空数据时字体的颜色。#24279
  • 💄 优化 InputNumber 操作按钮居中样式 。#24266
  • 🐞 修复 Table 在 filteredValue 使用空数组时仍然会高亮过滤图标的问题。#24263
  • 🐞 修复 Cascader 不支持 number[] 类型 value 的问题。。#24247
  • ⌨️ 修复 Switch autoFocusdisabled 移除后会触发的问题。调整样式以避免切换时额外的抖动。移除鼠标点击失焦逻辑以提升无障碍体验。#24254
  • 💄 增加 Menu 默认 text-align 样式定义以修复被外部样式影响的问题。#24253
  • 🚫 重构 List 的代码#24280 @hengkx
  • 🚫 用 hooks 重构 Alert 以支持严格模式。#24236 @hengkx
  • TypeScript
    • 优化 Cascader 的 TypeScript 定义#24393 @zhangyu1818
    • 修复 Upload TypeScript 报错:Could not find a declaration rc-upload的问题。#24325
    • 为 BackTop 增加 children 类型。#24235

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

@ant-design-bot
Copy link
Contributor

ant-design-bot commented May 23, 2020

@xrkffgg xrkffgg changed the title doc: 📖 add 4.2.5 changelog docs: 📖 add 4.2.5 changelog May 23, 2020
@codecov
Copy link

codecov bot commented May 23, 2020

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #24410   +/-   ##
=======================================
  Coverage   98.83%   98.83%           
=======================================
  Files         363      363           
  Lines        7278     7278           
  Branches     2023     1975   -48     
=======================================
  Hits         7193     7193           
  Misses         85       85           

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 6f6430b...8deaf7e. Read the comment docs.

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
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.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.en-US.md Outdated Show resolved Hide resolved
@afc163 afc163 mentioned this pull request May 23, 2020
17 tasks
chenshuai2144 and others added 9 commits May 23, 2020 18:03
Co-authored-by: xrkffgg <xrkffgg@gmail.com>
Co-authored-by: xrkffgg <xrkffgg@gmail.com>
Co-authored-by: xrkffgg <xrkffgg@gmail.com>
Co-authored-by: 偏右 <afc163@gmail.com>
Co-authored-by: 偏右 <afc163@gmail.com>
Co-authored-by: 偏右 <afc163@gmail.com>
Co-authored-by: 偏右 <afc163@gmail.com>
Co-authored-by: 偏右 <afc163@gmail.com>
Co-authored-by: xrkffgg <xrkffgg@gmail.com>
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
chenshuai2144 and others added 2 commits May 24, 2020 09:40
Co-authored-by: 偏右 <afc163@gmail.com>
CHANGELOG.en-US.md Outdated Show resolved Hide resolved
CHANGELOG.zh-CN.md Outdated Show resolved Hide resolved
chenshuai2144 and others added 2 commits May 24, 2020 16:25
Co-authored-by: xrkffgg <xrkffgg@gmail.com>
Co-authored-by: xrkffgg <xrkffgg@gmail.com>
@afc163
Copy link
Member

afc163 commented May 24, 2020

#24425

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

8 participants