Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps antd from 3.26.17 to 4.3.0.

Release notes

Sourced from antd's releases.

4.3.0

  • 🔥 Rewrite Tabs for better user experience. #24552
  • 📖 Add components overview page. #24491 @arvinxx
  • 🛠 Optimize dependencies to reduce overall package size. #24584
  • Button
  • Upload
  • Table
    • 🆕 Table support rowSelection.hideSelectAll to hide selectAll checkbox. #24592 @Kermit-Xuan
    • 🆕 ellipsis support showTitle to config title show. #24056 @lijinke666
    • 🆕 Table columns support shouldCellUpdate. #23872
  • Input
    • 🆕 Input.Passowrd support custom icon. #23792
    • 🐞 Fix Input.Password still show value attribute in DOM after blur it. #24535
    • 💄 Add less variable @input-disabled-color. #23775 @alwaysloseall
  • Form
    • 🐞 Fix Form.Item inline label collapsed when in narrow space. #24531
    • 🐞 Fix Form.List field status sync logic and add a nest fields demo. #24009
    • 🆕 Form support validateTrigger to config children fields validate trigger. #23972
  • Menu
    • 🆕 Adjust text shows the first character when Menu is collapsed in inline mode. #24330
    • 🆕 Menu.Item support danger prop. #23785
  • Avatar
    • 🆕 Avatar support gap to set the unit distance between left and right sides. #24357
    • 🐞 Fix Avatar onError trigger twice. #24506 @sanonz
  • Typography
  • 🆕 Tooltip support color to config background color. #23155
  • 🆕 Popconfirm can be closed by pressing ESC now. #24420
  • 🆕 Tooltip destroyTooltipOnHide support keepParent config. #24362 @Kermit-Xuan
  • 🆕 Notification support to config prefixCls. #24295 @tdida
  • 🆕 RangePicker dateRender support additional argument to detect is start or end field. #24278
  • 🆕 Skeleton add round prop to enable paragraph and title show radius. #24137 @xilihuasi
  • 🆕 Transfer support oneWay and pagination. #24041
  • 🆕 Message support customize className and style. #24024 @Kermit-Xuan
  • 🆕 ConfigProvider support virtual and dropdownMatchSelectWidth. #23841 @hengkx
  • 🐞 Fix Breadcrumb icon margin missing when using links. #24490 @EscapeB
  • 🐞 Fix Cascader expand icon color when disabled. #24521
  • 🐞 Fix List warning about React does not recognize colStyle prop. #24568
  • 🐞 Fix Progress with steps don't update percent expectedly. #24534 @ChuckJonas
  • 🐞 Fix Steps subtitle transition style. #24593
  • 🐞 Fix Alert close icon padding style. #24471
  • 🐞 Fix Tree @tree-directory-selected-bg don't work. #24468 @morenyang
... (truncated)
Changelog

Sourced from antd's changelog.

4.3.0

2020-05-31

  • 🔥 Rewrite Tabs for better user experience. #24552
  • 📖 Add components overview page. #24491 @arvinxx
  • 🛠 Optimize dependencies to reduce overall package size. #24584
  • Button
  • Upload
  • Table
    • 🆕 Table support rowSelection.hideSelectAll to hide selectAll checkbox. #24592 @Kermit-Xuan
    • 🆕 ellipsis support showTitle to config title show. #24056 @lijinke666
    • 🆕 Table columns support shouldCellUpdate. #23872
  • Input
    • 🆕 Input.Passowrd support custom icon. #23792
    • 🐞 Fix Input.Password still show value attribute in DOM after blur it. #24535
    • 💄 Add less variable @input-disabled-color. #23775 @alwaysloseall
  • Form
    • 🐞 Fix Form.Item inline label collapsed when in narrow space. #24531
    • 🐞 Fix Form.List field status sync logic and add a nest fields demo. #24009
    • 🆕 Form support validateTrigger to config children fields validate trigger. #23972
  • Menu
    • 🆕 Adjust text shows the first character when Menu is collapsed in inline mode. #24330
    • 🆕 Menu.Item support danger prop. #23785
  • Avatar
    • 🆕 Avatar support gap to set the unit distance between left and right sides. #24357
    • 🐞 Fix Avatar onError trigger twice. #24506 @sanonz
  • Typography
  • 🆕 Tooltip support color to config background color. #23155
  • 🆕 Popconfirm can be closed by pressing ESC now. #24420
  • 🆕 Tooltip destroyTooltipOnHide support keepParent config. #24362 @Kermit-Xuan
  • 🆕 Notification support to config prefixCls. #24295 @tdida
  • 🆕 RangePicker dateRender support additional argument to detect is start or end field. #24278
  • 🆕 Skeleton add round prop to enable paragraph and title show radius. #24137 @xilihuasi
  • 🆕 Transfer support oneWay and pagination. #24041
  • 🆕 Message support customize className and style. #24024 @Kermit-Xuan
  • 🆕 ConfigProvider support virtual and dropdownMatchSelectWidth. #23841 @hengkx
  • 🐞 Fix Breadcrumb icon margin missing when using links. #24490 @EscapeB
  • 🐞 Fix Cascader expand icon color when disabled. #24521
  • 🐞 Fix List warning about React does not recognize colStyle prop. #24568
  • 🐞 Fix Progress with steps don't update percent expectedly. #24534 @ChuckJonas
... (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 Jun 2, 2020
@dependabot-preview
Copy link
Contributor Author

Superseded by #406.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/antd-4.3.0 branch June 2, 2020 21:59
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