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

build(deps): bump antd from 4.24.16 to 5.17.0 in /docs #28339

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 3, 2024

Bumps antd from 4.24.16 to 5.17.0.

Release notes

Sourced from antd's releases.

5.17.0

  • 🔥🔥🔥 @ant-design/cssinjs StyleProvider supports configuring layer to unified downgrade CSS priority. After the downgrade, the style of antd will always be lower than the default CSS selector priority, so that users can override the style (please be sure to check the browser compatibility of @​layer), see full documentation for usage. #48229
  • 🆕 Carousel supports arrows to switching between slides now. #48542
  • Form
    • 🛠 Form move dependency from async-validator to @rc-component/async-validator, fix a bug that transform don't check it's return value type. #48486 @​crazyair
    • 🆕 Form add inlineMargin token. #48362 @​CooperHash
    • 🐞 Fix Form scrollToFirstError cannot work on Upload. #48211 @​Wxh16144
  • Typography
    • 🆕 Typography.Paragraph could customize tabIndex prop for editable and copyable buttons. #48567 @​nova1751
    • 🐞 Fix Typography editable will trigger focus unexpectedly on mounting. #48741
  • DatePicker
    • 🆕 DatePicker.RangePicker showTime.disabledTime supports info.from for customize time level limitation. #48625
    • 🐞 Fix DatePicker hover value flickering issue when closing panel. #48734
  • Drawer
  • Slider
    • 🐞 Fix Slider tooltip cannot be hidden when tooltip={{ formatter: null }}. #48673 @​wanpan11
    • 🐞 Slider tooltip should not display when tooltip={{ open: false }}. #48708
  • Button
  • 🆕 ConfigProvider supports button.autoInsertSpace prop and deprecated autoInsertSpaceInButton prop. #48348 @​li-jia-nan
  • 🆕 TreeSelect supports onPopScroll prop now. #48636 @​wanpan11
  • 🆕 Tabs supports more={{ .. }} to customize more dropdown. #48321 @​CooperHash
  • 🆕 Flex wrap could be boolean type now. #48391 @​li-jia-nan
  • 🆕 Input.OTP supports mask prop. #48257 @​li-jia-nan
  • 🆕 Alert supports id and ref props. #48336 @​li-jia-nan
  • 🆕 Upload supports ref.nativeElenent. #48210 @​Wxh16144
  • 🐞 Fix List would not rerender when grid changed. #48683 @​coderz-w
  • 🐞 Fix QRCode size cannot fit it's container and remove default padding of bordered={false}. #48194 @​thinkasany
  • 🐞 Fix Table shadow should be show when there are columns where fixed={false}. #1113 @​linxianxi
  • 🐞 Fix Progress tooltip wrong distance. #48686
  • 📖 Table add column-drag sorting demo. #48434 @​GeorgeHcc
  • TypeScript
  • Locales

  • 🔥🔥🔥 @ant-design/cssinjs StyleProvider 支持配置 layer 统一降级 默认 CSS 优先级。经过降权后,antd 的样式将始终低于默认的 CSS 选择器优先级,以便于用户进行样式覆盖(请务必注意检查 @​layer 浏览器兼容性),详情可见文档#48229
  • 🆕 Carousel 现在支持 arrows 来开启箭头切换功能。#48542
  • Form
    • 🛠 Form 依赖的 async-validator 替换为 @rc-component/async-validator,并修复 transform 没有自动检测返回值类型的问题。#48486 @​crazyair
    • 🆕 Form 新增 inlineMargin token。#48362 @​CooperHash
    • 🐞 修复 Form 下出现错误时无法滚动到 Upload 组件的问题。#48211 @​Wxh16144
  • Typography
    • 🆕 Typography.Paragraph 的编辑、复制按钮允许修改 tableIndex#48567 @​nova1751
    • 🐞 修复 Typography 开启 editable 时会意外触发 focus 行为的问题。#48741
  • DatePicker

... (truncated)

Changelog

Sourced from antd's changelog.

5.17.0

2024-05-03

  • 🔥🔥🔥 @ant-design/cssinjs StyleProvider supports configuring layer to unified downgrade CSS priority. After the downgrade, the style of antd will always be lower than the default CSS selector priority, so that users can override the style (please be sure to check the browser compatibility of @​layer), see full documentation for usage. #48229
  • 🆕 Carousel supports arrows to switching between slides now. #48542
  • Form
    • 🛠 Form move dependency from async-validator to @rc-component/async-validator, fix a bug that transform don't check it's return value type. #48486 @​crazyair
    • 🆕 Form add inlineMargin token. #48362 @​CooperHash
    • 🐞 Fix Form scrollToFirstError cannot work on Upload. #48211 @​Wxh16144
  • Typography
    • 🆕 Typography.Paragraph could customize tabIndex prop for editable and copyable buttons. #48567 @​nova1751
    • 🐞 Fix Typography editable will trigger focus unexpectedly on mounting. #48741
  • DatePicker
    • 🆕 DatePicker.RangePicker showTime.disabledTime supports info.from for customize time level limitation. #48625
    • 🐞 Fix DatePicker hover value flickering issue when closing panel. #48734
  • Drawer
  • Slider
    • 🐞 Fix Slider tooltip cannot be hidden when tooltip={{ formatter: null }}. #48673 @​wanpan11
    • 🐞 Slider tooltip should not display when tooltip={{ open: false }}. #48708
  • Button
  • 🆕 ConfigProvider supports button.autoInsertSpace prop and deprecated autoInsertSpaceInButton prop. #48348 @​li-jia-nan
  • 🆕 TreeSelect supports onPopScroll prop now. #48636 @​wanpan11
  • 🆕 Tabs supports more={{ .. }} to customize more dropdown. #48321 @​CooperHash
  • 🆕 Flex wrap could be boolean type now. #48391 @​li-jia-nan
  • 🆕 Input.OTP supports mask prop. #48257 @​li-jia-nan
  • 🆕 Alert supports id and ref props. #48336 @​li-jia-nan
  • 🆕 Upload supports ref.nativeElenent. #48210 @​Wxh16144
  • 🐞 Fix List would not rerender when grid changed. #48683 @​coderz-w
  • 🐞 Fix QRCode size cannot fit it's container and remove default padding of bordered={false}. #48194 @​thinkasany
  • 🐞 Fix Table shadow should be show when there are columns where fixed={false}. #1113 @​linxianxi
  • 🐞 Fix Progress tooltip wrong distance. #48686
  • 📖 Table add column-drag sorting demo. #48434 @​GeorgeHcc
  • TypeScript
  • Locales

5.16.5

2024-04-28

  • 🐞 Fix Transfer component issue when trying to select item from the right column while it has "unknown-key" within targetKeys. #48664 @​andreyk1512
  • 🐞 Fix Steps custom icon not vertically centered error. #48650 @​ZinkWu
  • 🐞 Fix Badge number centered but slightly right-aligned. #48605 @​akinocccc

... (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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 dependabot bot added .dependency Add new or update dependencies javascript Dependabot - Pull requests that update Javascript code labels May 3, 2024
@dependabot dependabot bot requested a review from sfirke May 3, 2024 22:29
@github-actions github-actions bot added the doc Namespace | Anything related to documentation label May 3, 2024
Bumps [antd](https://github.com/ant-design/ant-design) from 4.24.16 to 5.17.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@4.24.16...5.17.0)

---
updated-dependencies:
- dependency-name: antd
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/docs/antd-5.17.0 branch from 4b6d657 to a5f186c Compare May 6, 2024 19:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
.dependency Add new or update dependencies doc Namespace | Anything related to documentation javascript Dependabot - Pull requests that update Javascript code size/XL
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants