Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps antd from 3.26.17 to 4.2.5.

Release notes

Sourced from antd's releases.

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 Drawer cover background elements when it is not visible. #24290
  • 🐞 Fix Cascader/Select/Table/TreeSelect text color when data empty. #24279
  • 💄 Fix InputNumber operation button arrow is not centered. #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
  • 🐞Fix Card perfermance bug when use with react-split. #24425
  • TypeScript
    • 🛠Cascader ts definition update. #24393 @zhangyu1818
    • 🐞 Fix TS error of Could not find a declaration rc-upload. #24325
    • 🛠 Add children type to BackTop. #24235

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

4.2.4

  • 🐞 Revert Switch patch to fix handle position style issue with unCheckedChildren. #24242
  • 💄 Adjust Upload icon default color to red in error status. #24160
  • 💄 Adjust Dropdown arrow position a little higher. #24215
  • 🌐 Form defaultValidateMessages support ru_RU. #24219 @aivinog1
... (truncated)
Changelog

Sourced from antd's changelog.

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 Drawer cover background elements when it is not visible. #24290
  • 🐞 Fix Cascader/Select/Table/TreeSelect text color when data empty. #24279
  • 💄 Fix InputNumber operation button arrow is not centered. #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
  • 🐞Fix Card perfermance bug when use with react-split. #24425
  • TypeScript
    • 🛠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.4

2020-05-18

  • 🐞 Revert Switch patch to fix handle position style issue with unCheckedChildren. #24242
  • 💄 Adjust Upload icon default color to red in error status. #24160
  • 💄 Adjust Dropdown arrow position a little higher. #24215
  • 🌐 Form defaultValidateMessages support ru_RU. #24219 @aivinog1

4.2.3

2020-05-16

  • 🐞 Refactor rc-progress to resolve h3g is not defined error in <script src="antd.min.js" />. #24127
  • 📖 Rewrote Use in create-react-app. #24184
  • Drawer
    • 🐞 Fix Drawer getContainer={false} height overflow issue. #24082
    • 🐞 Fix Drawer mask={false} animation not working. #24082
  • BackTop
    • 🛠 Refactor BackTop with hooks. #23575
    • 🐞 Fix BackTop not working in iframe of Chrome. #24194
  • DatePicker
    • 🐞 Fix DatePicker with showToday not working with disabledDate. #24190
    • 🐞 Fix DatePicker renderExtraFooter with long content exceed content width. #24145
  • Button
    • 🐞 Fix small Button align issue when customize theme. #24097
    • 🐞 Fix Button children not working with Tooltip. #24095
  • 🛠 Refactor Tooltip with hooks. #23699
... (truncated)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 25, 2020
@dependabot-preview
Copy link
Contributor Author

Superseded by #405.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/antd-4.2.5 branch June 2, 2020 01:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants