Skip to content

chore(deps): bump antd from 4.3.5 to 4.15.1#516

Closed
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/antd-4.15.1
Closed

chore(deps): bump antd from 4.3.5 to 4.15.1#516
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/antd-4.15.1

Conversation

@dependabot-preview
Copy link
Copy Markdown
Contributor

@dependabot-preview dependabot-preview bot commented Apr 12, 2021

Bumps antd from 4.3.5 to 4.15.1.

Release notes

Sourced from antd's releases.

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
  • TypeScript
    • 🤖 修复 Select 类型不能指定为 undefined 的问题。#30068 @Gamote
    • 🤖 修复 Popconfirm okButtonPropscancelButtonProps 定义。#29928 @IggsGrey
  • 国际化
    • 🇪🇸 添加西班牙语 Table.SELECTION_NONE 文案。#29962 @liquorxm

4.15.0

  • 🆕 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
  • 🇸🇪 Add missing sv_SE translations. #29896 @isakol

  • 🆕 Table 新增 rowSelection.defaultSelectedRowKeys 支持。#29879 @keelii

... (truncated)

Changelog

Sourced from antd's changelog.

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
  • 🇸🇪 Add missing sv_SE translations. #29896 @isakol

4.14.1

2021-03-22

  • 🐞 Fix Tabs position shift when active item changed. #29781
  • 🐞 Fix placeholder not being hidden when Image is loaded from cache. #29829
  • 💄 Improve Checkbox/Radio label text layout. #29788
  • TypeScript
    • 🤖 Fix Upload type declaration of beforeUpload. #29766

4.14.0

... (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.

If all status checks pass Dependabot will automatically merge this pull request.


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 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 the .dependabot/config.yml file in this repo:

  • Update frequency
  • 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 12, 2021
@dependabot-preview dependabot-preview bot requested a review from henry61024 April 12, 2021 11:56
@dependabot-preview
Copy link
Copy Markdown
Contributor Author

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/antd-4.15.1 branch from e5f660c to f1fc12f Compare April 16, 2021 22:43
@dependabot-preview
Copy link
Copy Markdown
Contributor Author

Superseded by #526.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/antd-4.15.1 branch April 26, 2021 10:05
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