Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump antd from 3.26.20 to 4.16.0 #176

Closed

Conversation

dependabot-preview[bot]
Copy link

Bumps antd from 3.26.20 to 4.16.0.

Release notes

Sourced from antd's releases.

4.16.0

  • 🔥 Refactor Menu to support keyboard access and enhance accessibility experience. #30382
  • 💄 Redesign Table filter and sorter buttons to clarify current column. #30651
  • Table
    • 🆕 Table.Summary supports sticky mode. #30631
    • 🐞 Fix nested Table margin inside Table with fixed columns. #30587
    • 🆕 Table add the expandable.fixed property to set the expansion icon to be fixed. #29959
  • Upload
    • 🆕 Upload itemRender add actions param. #30236
    • 🆕 Upload: Remove stopPropagation from drag events and add onDrop prop. #30319 @​ebonow
  • Typography
  • Collapse
    • 💄 Fix Collapse arrow style bug when no header. #30586
    • 🐞 Fix Collapse content disappears when set activeKey while it is hidden. #30555 @​zjffun
  • 🐞 Fix Menu.SubMenu icon margin issue when using third party icon libraries. [@#30642](ant-design/ant-design#30642)
  • 🐞 Fix Descriptions wrong styling import. [@#30602](ant-design/ant-design#30602) @​lisenenkov
  • 🆕 Radio.Group supports data-* and aria-* props. #30507
  • 🆕 Statistic.CountDown support onChange event. #30265 @​appleshell
  • 🆕 PageHeader breadcrumb allows to set as a reactnode. #30019 @​gepd
  • 🆕 ConfigProvider supports dynamic prefixCls. #30625
  • 🐞 Fix Anchor cannot trigger onChange when have getCurrentAnchor prop. #30601
  • 🐞 Fix Notification custom styles don't apply to correct div by className when using useNotification. #30588
  • 🐞 Fix Tabs tabBarGutter not working. #30545
  • 💄 Rewrite Space to use flexGap instead of margin style to deal with layout issues under certain border situations. #30023
  • 🐞 Fix Form error style of Input.Group and Cascader. #30640
  • 🌐 Internationalization
  • TypeScript
    • 🤖 Space TypeScript definition supports HTMLAttribute props. #30590

  • 🔥 重构 Menu,支持键盘操作以及无障碍体验优化。#30382
  • 💄 重新设计 Table 筛选和排序按钮的位置,使其归属列更明确。#30651
  • Table
    • 🆕 Table.Summary 支持 sticky 模式。#30631
    • 🐞 修复有固定列的 Table 内嵌 Table 的额外边距丢失的问题。#30587
    • 🆕 Table 新增 expandable.fixed 属性用于设置扩展图标固定。#29959
  • Upload
    • 🆕 Upload 组件 itemRender 添加 actions 调用参数。#30236
    • 🆕 Upload 从拖动事件中删除 stopPropagation,并添加onDrop 回调。#30319 @​ebonow
  • Typography
    • 🆕 Typography 增加斜体字支持。#30458 @​alwaysloseall
    • 🐞 修复 Typography 配置 ellipsis={{ suffix: 'xxx' }} 时换行闪动问题。#30582
  • Collapse
    • 💄 修复 Collapse 不指定 header 时箭头错位的问题。#30586
    • 🐞 修复 Collapse 隐藏时设置 activeKey 时内容会消失的问题。#30555 @​zjffun
  • 🐞 修复 Menu.SubMenu 的 icon 设置为第三方 icon 库时的样式问题。[@#30642](ant-design/ant-design#30642)
  • 🐞 修复 Descriptions 单独引入样式丢失的问题。[@#30602](ant-design/ant-design#30602) @​lisenenkov

... (truncated)

Changelog

Sourced from antd's changelog.

4.16.0

2021-05-24

  • 🔥 Refactor Menu to support keyboard access and enhance accessibility experience. #30382
  • 💄 Redesign Table filter and sorter buttons to clarify current column. #30651
  • Table
    • 🆕 Table.Summary supports sticky mode. #30631
    • 🐞 Fix nested Table margin inside Table with fixed columns. #30587
    • 🆕 Table add the expandable.fixed property to set the expansion icon to be fixed. #29959
  • Upload
    • 🆕 Upload itemRender add actions param. #30236
    • 🆕 Upload: Remove stopPropagation from drag events and add onDrop prop. #30319 @​ebonow
  • Typography
  • Collapse
    • 💄 Fix Collapse arrow style bug when no header. #30586
    • 🐞 Fix Collapse content disappears when set activeKey while it is hidden. #30555 @​zjffun
  • 🐞 Fix Menu.SubMenu icon margin issue when using third party icon libraries. [@#30642](ant-design/ant-design#30642)
  • 🐞 Fix Descriptions wrong styling import. [@#30602](ant-design/ant-design#30602) @​lisenenkov
  • 🆕 Radio.Group supports data-* and aria-* props. #30507
  • 🆕 Statistic.CountDown support onChange event. #30265 @​appleshell
  • 🆕 PageHeader breadcrumb allows to set as a reactnode. #30019 @​gepd
  • 🆕 ConfigProvider supports dynamic prefixCls. #30625
  • 🐞 Fix Anchor cannot trigger onChange when have getCurrentAnchor prop. #30601
  • 🐞 Fix Notification custom styles don't apply to correct div by className when using useNotification. #30588
  • 🐞 Fix Tabs tabBarGutter not working. #30545
  • 💄 Rewrite Space to use flexGap instead of margin style to deal with layout issues under certain border situations. #30023
  • 🐞 Fix Form error style of Input.Group and Cascader. #30640
  • 🌐 Internationalization
  • TypeScript
    • 🤖 Space TypeScript definition supports HTMLAttribute props. #30590

4.15.6

2021-05-18

4.15.5

2021-05-10

... (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.20 to 4.16.0.
- [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.20...4.16.0)

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 May 25, 2021
@dependabot-preview
Copy link
Author

Superseded by #180.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/antd-4.16.0 branch May 31, 2021 21:15
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.

None yet

0 participants