Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps antd from 3.26.13 to 4.0.2.

Release notes

Sourced from antd's releases.

4.0.2

  • Form
    • 🐞 Fix nest Form.Item dynamic remove will warning in React. #21896
    • ⚡️ Form useForm now return same instance for perfermance. #21927
    • ⚡️ Refactor Form.Item render logic that will only render once when children is a pure component. #21991
    • ⚡️ FormContext use a memoized value to avoid trigger FormItem's unintentional renders. #21980 @qiqiboy
  • Table
    • 🐞 Fix Table dropdown popup at abnormal direction. #21905
    • 🐞 Fix Table expandIconColumnIndex display order with rowSelection. #21915
    • 🐞 Fix Table size="small" header background color is not same as other size. #21942
    • 🐞 Fix Table className and style works on wrong node. #21974
  • Select
    • 🐞 Fix Select align issue with empty string value. #21880
    • 🐞 Fix small size Select tag text not align middle. #21940 @xrkffgg
  • Menu
    • 🐞 Fix Menu bottom margin is missing. #21867
    • 🐞 Fix horizontal Menu extra margin of Menu.Item with only icon. #21925
    • 🐞 Fix Menu popup menu overflow issue when contains too many items. #21930
  • 🐞 Fix Badge animation when switch between 10 and 11. #21834 @wendellhu95
  • 🐞 Fix Radio.Button inside Tooltip throws Function components cannot be given refs warning. #21895 @AshoneA
  • 🐞 Fix Descriptions miss style when content is falsy. #21901
  • 🐞 Fix DatePicker cursor style on seperator. #21937 @xrkffgg
  • 🐞 Fix ConfigProvider prefixCls not working on Input.Password. #21953 @tdida
  • 🐞 Fix Carousel dots not align center. #21960 @liusiasi
  • 🐞 Fix Input.Search border style in rtl mode. #21946 @xrkffgg
  • Less
    • 🆕 Add @outline-fade variable. #20227 @Satloff
    • 🆕 Add @form-item-label-height variable. #21912
  • TypeScript
    • 🌟 Improve Form.Item renderProps definite. #21911

  • Form
    • 🐞 修复嵌套 Form.Item 移除会导致 React 报警告的问题。#21896
    • ⚡️ Form.useForm 现在将返回相同的实例以优化重复渲染的问题。#21927
    • ⚡️ 重构 Form.Item 渲染逻辑以使其子元素为纯组件时值变更只会渲染一次。#21991
    • ⚡️ FormContext 使用 memoized 值避免 Form.Item 产生额外的渲染。#21980 @qiqiboy
  • Table
    • 🐞 修复 Table 内浮层组件弹出方向异常的问题。#21905
    • 🐞 修复 Table classNamestyle 作用在了错误的元素上的问题。#21974
    • 🐞 修复 Table expandIconColumnIndexrowSelection 共用时的展示顺序问题。#21915
    • 🐞 修复 Table size="small" 时表头颜色和其他尺寸不一致的问题。#21942
  • Select
    • 🐞 修复 Select 在空字符串值时的样式对齐问题。#21880
    • 🐞 修复小号 Select 在多选模式下 tag 文字不居中的问题。#21940 @xrkffgg
  • Menu
    • 🐞 修复 Menu 弹出菜单底部边距丢失的问题。#21867
... (truncated)
Changelog

Sourced from antd's changelog.

4.0.2

2020-03-08

  • Form
    • 🐞 Fix nest Form.Item dynamic remove will warning in React. #21896
    • ⚡️ Form useForm now return same instance for perfermance. #21927
    • ⚡️ Refactor Form.Item render logic that will only render once when children is a pure component. #21991
    • ⚡️ FormContext use a memoized value to avoid trigger FormItem's unintentional renders. #21980 @qiqiboy
  • Table
    • 🐞 Fix Table dropdown popup at abnormal direction. #21905
    • 🐞 Fix Table expandIconColumnIndex display order with rowSelection. #21915
    • 🐞 Fix Table size="small" header background color is not same as other size. #21942
    • 🐞 Fix Table className and style works on wrong node. #21974
  • Select
    • 🐞 Fix Select align issue with empty string value. #21880
    • 🐞 Fix small size Select tag text not align middle. #21940 @xrkffgg
  • Menu
    • 🐞 Fix Menu bottom margin is missing. #21867
    • 🐞 Fix horizontal Menu extra margin of Menu.Item with only icon. #21925
    • 🐞 Fix Menu popup menu overflow issue when contains too many items. #21930
  • 🐞 Fix Badge animation when switch between 10 and 11. #21834 @wendellhu95
  • 🐞 Fix Radio.Button inside Tooltip throws Function components cannot be given refs warning. #21895 @AshoneA
  • 🐞 Fix Descriptions miss style when content is falsy. #21901
  • 🐞 Fix DatePicker cursor style on seperator. #21937 @xrkffgg
  • 🐞 Fix ConfigProvider prefixCls not working on Input.Password. #21953 @tdida
  • 🐞 Fix Carousel dots not align center. #21960 @liusiasi
  • 🐞 Fix Input.Search border style in rtl mode. #21946 @xrkffgg
  • Less
    • 🆕 Add @outline-fade variable. #20227 @Satloff
    • 🆕 Add @form-item-label-height variable. #21912
  • TypeScript
    • 🌟 Improve Form.Item renderProps definite. #21911

4.0.1

2020-03-04

  • Form
    • 🐞 Fix Form help control will get react@16.13 warning. #21800 #21702
    • 🐞 Fix Form.Item exceed Form width when content is too long. #21682
  • Input
    • 🐞 Fix TextArea style get warning in react@16.13. #21703
    • 🐞 Fix Input.Search extra border when has prefix. #21753
  • Table
    • 🐞 Fix Table column with filtered not working. #21825
    • 🐞 Fix Table locale not work. #21772
    • 🐞 Fix Table.Column sortOrder is not working in JSX mode. #21719
    • 🐞 Fix Table fixed column with sorted status style issue. #21679
  • 🐞 Fix Dropdown menu arrow position. #21768 @xrkffgg
... (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 Mar 9, 2020
@dependabot-preview
Copy link
Contributor Author

Superseded by #375.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/antd-4.0.2 branch March 16, 2020 21:16
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