Skip to content

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps antd from 3.26.12 to 4.0.1.

Release notes

Sourced from antd's releases.

4.0.1

  • 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
  • 🐞 Fix List bordered and split props conflict. #21784 @MXWXZ
  • 🐞 Fix Menu.Item a tag hidden bug. #21699 @shaodahong
  • 🐞 Fix message.open crash when icon is not passed. #21747 @AshoneA
  • 🐞 Fix Result status cannot assigned to string or number type. #21691
  • 🐞 Fix Descriptions warning for duplicate key. #21688
  • 💄 Optimize Calendar header style in small screen. #21813
  • 💄 Radio.Group not wrapping now. #21813
  • 🛠 Refactor icons import code to reduce webpack disabled tree shaking bundle size. #21752
  • Typescript
    • 🐞 Fix Radio.Button type error. #21807 @jhoneybee
    • 🐞 fix TreeSelect.SHOW_* type. #21791 @TennyZhuang
    • 🐞 Fix TreeSelect missing suffix define. #21714
    • 🐞 Fix Drawer forceRender TypeScript definite. #21774
    • 🐞 Fix Tree treeData define. #21756
    • 🐞 Fix Form.Item renderProps return type define. #21716

  • Form
    • 🐞 修复 Form help 受控时会导致 react@16.13 报警告的问题。#21800 #21702
    • 🐞 修复 Form.Item 宽度在内容过长时会超出 Form 的样式问题。#21682
  • Input
    • 🐞 修复 TextArea 样式在 react@16.13 下会报警告的问题。#21703
    • 🐞 修复 Input.Search 有 prefix 时的右边框样式问题。#21753
  • Table
    • 🐞 修复 Table column 的 filtered 属性无效的问题。#21825
    • 🐞 修复 Table locale 无效的问题。#21772
    • 🐞 修复 Table.Column sortOrder 在 JSX 模式下无效的问题。#21719
    • 🐞 修复 Table 固定列在排序状态时的样式问题。#21679
  • 🐞 修复 Dropdown 菜单里箭头图标的位置。#21768 @xrkffgg
  • 🐞 修复 List 组件 borderedsplit 属性冲突的问题。#21784 @MXWXZ
  • 🐞 修复 Menu.Item 中 a 标签换行无法显示的问题。#21699 @shaodahong
  • 🐞 修复 message.openicon 为空时报错的问题。#21747 @AshoneA
  • 🐞 修复 Result status 属性不能赋值 string 或者 number 类型的问题。#21691
  • 🐞 修复 Descriptions 报 key 重复的警告信息。#21688
... (truncated)
Changelog

Sourced from antd's changelog.

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
  • 🐞 Fix List bordered and split props conflict. #21784 @MXWXZ
  • 🐞 Fix Menu.Item a tag hidden bug. #21699 @shaodahong
  • 🐞 Fix message.open crash when icon is not passed. #21747 @AshoneA
  • 🐞 Fix Result status cannot assigned to string or number type. #21691
  • 🐞 Fix Descriptions warning for duplicate key. #21688
  • 💄 Optimize Calendar header style in small screen. #21813
  • 💄 Radio.Group not wrapping now. #21813
  • 🛠 Refactor icons import code to reduce webpack disabled tree shaking bundle size. #21752
  • Typescript
    • 🐞 Fix Radio.Button type error. #21807 @jhoneybee
    • 🐞 fix TreeSelect.SHOW_* type. #21791 @TennyZhuang
    • 🐞 Fix TreeSelect missing suffix define. #21714
    • 🐞 Fix Drawer forceRender TypeScript definite. #21774
    • 🐞 Fix Tree treeData define. #21756
    • 🐞 Fix Form.Item renderProps return type define. #21716

4.0.0

2020-02-28

  • 🏆 Ant Design v4 is out! Check here for more info.
  • 🐞 Breadcrumb use path as default key to fix name key conflict. #21583 @douxc
  • 🌟 Timeline.Item support label. #21560 @shaodahong
  • 🐞 Fix Table filter menu max height style with many items. #21602
  • 💄 Add the Calendar component's custom default font color for display content. #21598 @xrkffgg
  • 🚮 Remove DatePicker legacy cell className for custom cell style. #21589
  • 🐞 Fix RangePicker style render bug in IE11. #21587
  • 🛠 Progress strokeColor now will ignore incorrect percent. #21564 @AshoneA
  • 🐞 Fix Progress trailColor not working when type=line. #21552 @AshoneA
  • 🐞 Fix the background of the components in the pop-up components in the dark theme. #21299
    • 💄 Optimization under the dark theme color swatches transparency.
    • 🌟 new less variable @popover-customize-border-color, @list-customize-card-bg, @table-expand-icon-bg, @steps-background, @pagination-item-input-bg for theme customization.

4.0.0-rc.6

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

Bumps [antd](https://github.com/ant-design/ant-design) from 3.26.12 to 4.0.1.
- [Release notes](https://github.com/ant-design/ant-design/releases)
- [Changelog](https://github.com/ant-design/ant-design/blob/master/CHANGELOG.en-US.md)
- [Commits](ant-design/ant-design@3.26.12...4.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Mar 4, 2020
@coveralls
Copy link

Coverage Status

Coverage remained the same at 92.199% when pulling f3de03d on dependabot/npm_and_yarn/antd-4.0.1 into 4b32783 on master.

@afc163 afc163 merged commit 81a3a06 into master Mar 5, 2020
@delete-merged-branch delete-merged-branch bot deleted the dependabot/npm_and_yarn/antd-4.0.1 branch March 5, 2020 06:10
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.

2 participants