Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps antd from 3.26.20 to 4.15.2.

Release notes

Sourced from antd's releases.

4.15.2

  • 🐞 Fix Tabs centered doesn't work. #30106 @kerm1it
  • 💄 Fix Button type="link" disabled cursor style missing. #30197
  • 🐞 Fix TextArea onChange event return target object is not a HTMLTextArea object. #30124
  • 🐞 Files in Upload fileList will always have uid. #30087 @jameslahm
  • 💄 Fix Badge toggle style when status is warning. #30090 @jameslahm
  • 🌐 Add Image component preview text in zh_HK and zh_TW. #30100 @jameslahm
  • 🌐 add da_DK locale TimePicker.RangePicker. #30128 @themitvp
  • TypeScript

  • 🐞 修复 Tabs centered 失效问题。#30106 @kerm1it
  • 💄 修复 Badge status="warning" 时切换样式异常的问题。#30090 @jameslahm
  • 💄 修复 Button 为 type="link" 时禁用手型丢失的问题。#30197
  • 🐞 修复 TextArea onChange 事件返回 target 对象不是 HTMLTextArea 对象的问题。#30124
  • 🐞 Upload fileList 中的文件将总是有 uid。#30087 @jameslahm
  • 🌐 补充遗漏的 TimePicker 丹麦语国际化。#30128 @themitvp
  • 🌐 增加 Image 组件 preview 繁體文案。#30100 @jameslahm
  • TypeScript

4.15.1

  • 🐞 Fix Descriptions labelStyle contentStyle unsuccessful when layout="vertical" and bordered={true}. #29942
  • 🐞 Upload won't crash when fileList is a frozen object now. #29944
  • 🐞 Fix Tabs cannot scroll when vertical mode in Safari 13.1. #29983
  • 🐞 Fix Button throws Cannot read property 'removeChild' of null in some situation. #29961 @JohnDeved
  • 🐞 Fix Transfer button's box-shadow getting cut. #30030 @jinchaofs
  • 🐞 Fix CheckBox.Group cannot work with Form of @ant-design/compatible. #30039 @jameslahm
  • 🐞 Fix PageHeader <Tabs type="card" /> padding missing. #29819
  • Table
    • 💄 Optimize Table pagination style when narrow width. #30065
    • 🐞 Fix Table @table-border-radius-base not being applied to .ant-table node. #29966 @VoliBearCat
  • 🐞 Fix Input.TextArea maxLength does not work in control mode. #30070
  • TypeScript
    • 🤖 Fix Select can not contain undefined type. #30068 @Gamote
    • 🤖 Fix Popconfirm okButtonProps and cancelButtonProps types. #29928 @IggsGrey
  • Locale

  • 🐞 修复 Descriptions labelStyle contentStyle 当设置 layout="vertical"bordered={true} 时不生效的问题。#29942
  • 🐞 Upload 的 fileList 为冻结对象时不再崩溃。#29944
  • 🐞 修复 Tabs 在 Safari 13.1 垂直模式下不能滚动问题。#29983
  • 🐞 修复点击 Button 时有时会报错 Cannot read property 'removeChild' of null 的问题。#29961 @JohnDeved
  • 🐞 修复 Transfer 按钮区域 box-shadow 被截断的问题。#30030 @jinchaofs
  • 🐞 修复 CheckBox.Group 和 @ant-design/compatible 的 Form 无法一起工作的问题。#30039 @jameslahm
  • 🐞 修复 PageHeader 下卡片类型 tabs 样式问题。#29819
  • Table
    • 💄 优化 Table 分页器在狭窄空间的样式问题。#30065
    • 🐞 修复 Table @table-border-radius-base 没有被应用到 .ant-table 节点上。#29966 @VoliBearCat
  • 🐞 修复 Input.TextArea maxLength 在受控时无效的问题。#30070

... (truncated)

Changelog

Sourced from antd's changelog.

4.15.2

2021-04-19

  • 🐞 Fix Tabs centered doesn't work. #30106 @kerm1it
  • 💄 Fix Button type="link" disabled cursor style missing. #30197
  • 🐞 Fix TextArea onChange event return target object is not a HTMLTextArea object. #30124
  • 🐞 Files in Upload fileList will always have uid. #30087 @jameslahm
  • 💄 Fix Badge toggle style when status is warning. #30090 @jameslahm
  • 🌐 Add Image component preview text in zh_HK and zh_TW. #30100 @jameslahm
  • 🌐 add da_DK locale TimePicker.RangePicker. #30128 @themitvp
  • TypeScript

4.15.1

2021-04-10

  • 🐞 Fix Descriptions labelStyle contentStyle unsuccessful when layout="vertical" and bordered={true}. #29942
  • 🐞 Upload won't crash when fileList is a frozen object now. #29944
  • 🐞 Fix Tabs cannot scroll when vertical mode in Safari 13.1. #29983
  • 🐞 Fix Button throws Cannot read property 'removeChild' of null in some situation. #29961 @JohnDeved
  • 🐞 Fix Transfer button's box-shadow getting cut. #30030 @jinchaofs
  • 🐞 Fix CheckBox.Group cannot work with Form of @ant-design/compatible. #30039 @jameslahm
  • 🐞 Fix PageHeader <Tabs type="card" /> padding missing. #29819
  • Table
    • 💄 Optimize Table pagination style when narrow width. #30065
    • 🐞 Fix Table @table-border-radius-base not being applied to .ant-table node. #29966 @VoliBearCat
  • 🐞 Fix Input.TextArea maxLength does not work in control mode. #30070
  • TypeScript
    • 🤖 Fix Select can not contain undefined type. #30068 @Gamote
    • 🤖 Fix Popconfirm okButtonProps and cancelButtonProps types. #29928 @IggsGrey
  • Locale

4.15.0

2021-03-29

  • 🆕 Table now supports rowSelection.defaultSelectedRowKeys. #29879 @keelii
  • 🐞 Fix TextArea display value will be cut by maxLength when in controlled. Fix onCompositionEnd not trigger when input exceed maxLength. Fix emoji count not align with maxLength & showCount. #29867
  • 🐞 Fix Button click effect style not working in shadow root. #29897 @JohnDeved
  • Pagination
    • 💄 Fix Pagination focus style stay after interaction. #29891
    • 🐞 Fix Pagination jump input height not correct when config modifyVars. #29886 @SyMind
  • 🐞 Fix Steps progress item getting cut at edge. #29893
  • 🛠 Prevent Upload drop event bubbling to handle nest case. #29832 @jojonarte
  • 🐞 Apply ConfigProvider componentSize on Tabs component. #29844 @bn3t
  • 💄 Remove Tag hover style since it do not have click interactive. #29874
  • 🇫🇷 Add missing fr_FR translations. #29839 @bn3t

... (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 Apr 19, 2021
@dependabot-preview
Copy link
Contributor Author

Superseded by #508.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/antd-4.15.2 branch April 28, 2021 00:10
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.

1 participant