Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps antd from 3.26.18 to 4.3.4.

Release notes

Sourced from antd's releases.

4.3.4

  • Form
    • 🐞 Fix validateTrigger not works on Form. #24979
    • 🐞 Fix Form.Item still replace component id when id configured. #24929
    • 🐞 Fix Form.List error message display not correct when nested with noStyle. #24867
  • Table
    • 🐞 Fix Table shouldCellUpdate missing prevRecord param. #24963
    • 🐞 Fix Table's filter dropdown's display value doesn't sync with controlled filteredValue. #24952
    • 🐞 Fix Table onChange get wrong state with multiple sorter operation. #24852
  • 🐞 Fix Modal confirm() has no default icon. #24956
  • 🐞 Fix List grid not working in React.Fragment or wrapped List.Item. #24955
  • 🐞 Fix Avatar fallback to children when loading image with error. #24944 @sosohime
  • 🐞 Fix Drawer doesn't omit prop getTargetContainer. #24938
  • 🐞 Fix Tabs dropdown clip text when tab title too long. #24928
  • 🐞 Fix Carousel under Tabs shaking when tab switch. #24873
  • 🐞 Fix Transfer package size will increase if tree shaking is disabled. #24847 @DavidSichau
  • 💄 Add @rate-star-hover-scale to control Rate scale when cursor hover. #24917
  • 💄 Add @divider-orientation-margin less variable to control Divider's left margin when orientation is set. #24877
  • 🌐 Localization
  • TypeScript

  • Form
    • 🐞 修复 Form 中配置 validateTrigger 无效的问题。#24979
    • 🐞 修复 Form.Item 在组件设置 id 时仍然会替换它的问题。#24929
    • 🐞 修复 Form.List 嵌套使用 noStyle 时,错误信息展示混乱的问题。#24867
  • Table
    • 🐞 修复 Table 的 shouldCellUpdate 缺少 prevRecord 参数的问题。#24963
    • 🐞 修复 Table 受控状态下列的过滤菜单显示的值和 filteredValue 不同步的问题。#24952
    • 🐞 修复 Table 在多列排序时 onChange 获得错误排序状态的问题。#24852
  • 🐞 修复 Modal 缺少 confirm() 默认图标。#24956
  • 🐞 修复 List grid 属性在 React.Framgment 或者封装了的 List.Item 上失效的问题。#24955
  • 🐞 修复 Avatar 图片加载错误的显示问题。#24944 @sosohime
  • 🐞 修复 Drawer getTargetContainer 属性没有被忽略的问题。#24938
  • 🐞 修复 Tabs 下拉框标题过长时被截断的问题。#24928
  • 🐞 修复 Carousel 在 Tabs 下切换时会跳跃的问题。#24873
  • 🐞 修复 Transfer 在关闭 tree shaking 后打包尺寸增加的问题。#24847 @DavidSichau
  • 💄 新增 @rate-star-hover-scale 控制 Rate 鼠标悬浮放大比例。#24917
  • 💄 新增 @divider-orientation-margin less 变量,以控制 Divider 设置了 orientation 时的左侧距离。#24877
  • 🌐 Localization
  • TypeScript
... (truncated)
Changelog

Sourced from antd's changelog.

4.3.4

2020-06-14

  • Form
    • 🐞 Fix validateTrigger not works on Form. #24979
    • 🐞 Fix Form.Item still replace component id when id configured. #24929
    • 🐞 Fix Form.List error message display not correct when nested with noStyle. #24867
  • Table
    • 🐞 Fix Table shouldCellUpdate missing prevRecord param. #24963
    • 🐞 Fix Table's filter dropdown's display value doesn't sync with controlled filteredValue. #24952
    • 🐞 Fix Table onChange get wrong state with multiple sorter operation. #24852
  • 🐞 Fix Modal confirm() has no default icon. #24956
  • 🐞 Fix List grid not working in React.Fragment or wrapped List.Item. #24955
  • 🐞 Fix Avatar fallback to children when loading image with error. #24944 @sosohime
  • 🐞 Fix Drawer doesn't omit prop getTargetContainer. #24938
  • 🐞 Fix Tabs dropdown clip text when tab title too long. #24928
  • 🐞 Fix Carousel under Tabs shaking when tab switch. #24873
  • 🐞 Fix Transfer package size will increase if tree shaking is disabled. #24847 @DavidSichau
  • 💄 Add @rate-star-hover-scale to control Rate scale when cursor hover. #24917
  • 💄 Add @divider-orientation-margin less variable to control Divider's left margin when orientation is set. #24877
  • 🌐 Localization
  • TypeScript

4.3.3

2020-06-07

  • 🐞 Fix Drawer cannot open. #24802
  • 🐞 Fix Menu.SubMenu cannot scroll. #24806

4.3.2

2020-06-06

  • 🐞 Fix Tag.CheckableTag don't support onClick. #24743
  • 🐞 Fix Drawer support set getPopupContainer and getPrefixCls by ConfigProvider. #24727
  • 🐞 Fix Button loading.delay repeat trigger when parent compoent re-render. #24713
  • 🐞 Fix Dropdown menu link color when has icon. #24707 #24702
  • Select
    • 🐞 Fix Select virtual scroll display abnormally in compact mode. #24706
    • ⚡️ Optimize Select multiple mode performance. #24785 @Kermit-Xuan
  • 🐞 Fix Calendar trigger onPanelChange even when in the same panel. #24695
  • 🐞 Fix Input component height issue in IE11. #24673 @xiaosongxiaosong
  • 🐞 Fix Radio typescript error typo. #24693 @hengkx
... (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 16, 2020
@dependabot-preview
Copy link
Contributor Author

Superseded by #414.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/antd-4.3.4 branch June 23, 2020 06:28
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