adoptium / dash.adoptium.net

Download tracking dashboard
https://dash.adoptium.net/
8 stars 7 forks source link

Bump antd from 5.16.5 to 5.17.0 #597

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps antd from 5.16.5 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
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 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)
netlify[bot] commented 2 months ago

Deploy Preview for eclipsefdn-adoptium-dash ready!

Name Link
Latest commit 71f27728205f3e5f909feda185b91a0f10f46dcf
Latest deploy log https://app.netlify.com/sites/eclipsefdn-adoptium-dash/deploys/66346c26b0331f0008c5b0aa
Deploy Preview https://deploy-preview-597--eclipsefdn-adoptium-dash.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.