Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps antd from 3.26.15 to 4.1.4.

Release notes

Sourced from antd's releases.

4.1.4

  • 🐞 Fix dark theme and compact theme not working. #23243
  • 🐞 Fix Modal.info executed only once when has argument. #23360
  • 🐞 Fix Dropdown submenu background missing. #23296
  • 💄 Optimize PageHeader responsive behavior. #23277
  • 🐞 Fix TreeSelect render blank in compact mode. #23231
  • 🛎 Fix Checkbox and Switch console warning typo (validate -> a valid). #23240 @evancharlton
  • 🐞 Fix Table rowSelection params issue when childrenColumnName configured. #23205
  • Input
    • 🐞 Fix Input type="color" height issue. #23351
    • 🐞 Fix Input width shaking when trigger clear icon. #23259
    • 🐞 Fix Input.Search size not affected by ConfigProvider componentSize. #23331
  • Select
    • 🐞 Fix multiple Select show remove icon when disabled. #23295
    • 🐞 Fix Select custom suffixIcon cannot be access. #23274
    • 🐞 Fix Select search input caret missing in Collapse. #23250
  • Globalization
  • TypeScript
  • RTL
    • 💄 Fix Select RTL style. #23235
    • 💄 Fix Menu RTL style. #23319

  • 🐞 修复暗黑主题和紧凑主题不生效的问题。#23243
  • 🐞 修复 Modal.info 等方法的 onOk 函数有参数时只触发一次的问题。#23360
  • 🐞 修复 Dropdown 弹出菜单背景样式问题。#23296
  • 💄 优化 PageHeader 的响应式表现。#23277
  • 🐞 修复紧凑模式下树选择出现空白。#23231
  • 🛎 修改 Checkbox 和 Switch 中控制台输出的错别字 (validate -> a valid)。#23240 @evancharlton
  • 🐞 修复 Table rowSelection 在设置 childrenColumnName 时事件参数不正确的问题。#23205
  • Input
    • 🐞 修复 Input type="color" 的高度问题。#23351
    • 🐞 修复 Input 设置 allowClear 内联展示时,触发清除按钮样式抖动的问题。#23259
    • 🐞 修复 Input.Search 全局设置 size 不生效问题。#23331
  • Select
    • 🐞 修复 Select 多选时设置 disabled 选项仍然会展示移除按钮的问题。#23295
    • 🐞 修复 Select 自定义 suffixIcon 无法交互的问题。#23274
    • 🐞 修复 Select 输入光标在 Collapse 内不显示的问题。#23250
  • 国际化
    • 🌐 Form 校验信息支持国际化并增加中文文案。#23165 @hengkx
    • 🌐 完善希伯来语(以色列) 国际化。#23302 @MishaKav
... (truncated)
Changelog

Sourced from antd's changelog.

4.1.4

2020-04-18

  • 🐞 Fix dark theme and compact theme not working. #23243
  • 🐞 Fix Modal.info executed only once when has argument. #23360
  • 🐞 Fix Dropdown submenu background missing. #23296
  • 💄 Optimize PageHeader responsive behavior. #23277
  • 🐞 Fix TreeSelect render blank in compact mode. #23231
  • 🛎 Fix Checkbox and Switch console warning typo (validate -> a valid). #23240 @evancharlton
  • 🐞 Fix Table rowSelection params issue when childrenColumnName configured. #23205
  • Input
    • 🐞 Fix Input type="color" height issue. #23351
    • 🐞 Fix Input width shaking when trigger clear icon. #23259
    • 🐞 Fix Input.Search size not affected by ConfigProvider componentSize. #23331
  • Select
    • 🐞 Fix multiple Select show remove icon when disabled. #23295
    • 🐞 Fix Select custom suffixIcon cannot be access. #23274
    • 🐞 Fix Select search input caret missing in Collapse. #23250
  • Globalization
  • TypeScript
  • RTL
    • 💄 Fix Select RTL style. #23235
    • 💄 Fix Menu RTL style. #23319

4.1.3

2020-04-13

  • 💄 Adjust Form.Item label height style in vertical layout. #23192
  • 🐞 Fix Variable is undefined when importing dark or compact theme and provide a getThemeVariables methold for getting theme variables easily. #23171
  • 🐞 Fix PageHeader style breaks when title is too long and improve it's responsive design. #23133
  • Tabs
    • 🐞 Fix Tabs @tabs-card-height less variable not working. #23168
    • 🐞 Fix Tabs cannot be displayed in Safari 13. #23151 @imhxc
  • Table
  • 🐞 Fix Select align style with different size. #23160
  • 🐞 Fix RangePicker under Input.Group style issue. #23149
  • 🐞 Fix Pagination missing TypeScript definition of showTitle. #23144 @DongchengWang

4.1.2

... (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 20, 2020
@dependabot-preview
Copy link
Contributor Author

Superseded by #392.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/antd-4.1.4 branch April 27, 2020 22:01
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