Counselllor / Counsellor-Web

Counselling/Recommendation System for new Undergrad Students
http://counsellor.social/
MIT License
77 stars 174 forks source link

Bump antd from 5.19.4 to 5.20.0 #1338

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps antd from 5.19.4 to 5.20.0.

Release notes

Sourced from antd's releases.

5.20.0

  • 🛠 Replace ColorPicker internal @ctrl/tiny-color with @ant-design/fast-color. #49846
  • 🆕 ConfigProvider support indicator property for Spin. #50183 @​coding-ice
  • 🆕 Upload showUploadList support extra for additional content. #50098 @​guoyunhe
  • 🆕 Tree support custom loading icon for tree nodes with new prop switcherLoadingIcon. #49716 @​coding-ice
  • 🆕 Slider support range.editable to dynamic add/remove handles. #49923
  • 🆕 Slider range.editable support minCount and maxCount. #49987
  • 🆕 Support custom status render in QRCode. #49563 @​kiner-tang
  • 🆕 Table component supports custom Filter dropdown box empty status. #49613 @​Wxh16144
  • 🆕 Allow user to add the Divider style of dashed, dotted or solid. #49654 @​pinaki-08
  • 🆕 InputNumber supports suffix prop. #49674 @​coding-ice
  • 🆕 ColorPicker support gradient color type and fix controlled mode not working. #50050
  • 🆕 Input/TextArea/Mentions support onClear prop. #49905 @​li-jia-nan
  • ⌨️ Optimize Input be changed repeatedly when hold the enter key in multi-mode. rc-input#72 @​crazyair
  • 🐞 Fix the issue where line-height is not effective in cssinjs mode for ColorPicker. #50220 @​vagusX
  • 🐞 Fix cursor disabled state for ColorPicker. #50217 @​coding-ice
  • 🐞 Fix grouping columns does not apply sorting for Table. #50086 @​Zyf665
  • 🐞 Fix Popover/PopConfirm/Tooltip with topLeft, topRight, bottomLeft, bottomRight zoom in transform origin not correct when target element width is too large. #50134
  • 💄 Fix Tree filter node style lost. #49773 @​wanpan11
  • 💄 Optimize ColorPicker when selecting a color from the transparent state, it defaults to using a bright color instead of black color to enhance the user interaction experience. #50148
  • TypeScript
  • 🌐 Locales

  • 🛠 替换 ColorPicker 内部使用的 @ctrl/tiny-color@ant-design/fast-color#49846
  • 🆕 ConfigProvider 支持配置 Spin 的 indicator 属性。#50183 @​coding-ice
  • 🆕 Upload showUploadList 添加 extra 以支持渲染额外信息。#50098 @​guoyunhe
  • 🆕 Tree 新增 switcherLoadingIcon 属性以支持自定义树节点的加载图标#49716 @​coding-ice
  • 🆕 Slider 支持 range.editable 以动态添加/删除节点。#49923
  • 🆕 Slider range.editable 支持 minCountmaxCount 以配置可编辑节点树。#49987
  • 🆕 在 QRCode 中支持自定义状态渲染。#49563 @​kiner-tang
  • 🆕 Table 组件支持自定义过滤器下拉框空状态。 #49613 @​Wxh16144
  • 🆕 Divider 支持添加 dashed(虚线)、dotted(点线)或 solid(实线)的样式。#49654 @​pinaki-08
  • 🆕 InputNumber 支持 suffix 属性。#49674 @​coding-ice
  • 🆕 ColorPicker 支持渐变色选择,并修复受控模式不生效的问题。#50050
  • 🆕 Input/TextArea/Mentions 组件支持 onClear 回调,便于区分点击 x 清除和手动清除这两个行为。#49905 @​li-jia-nan
  • ⌨️ 优化 Input 下长按回车会不断触发变更的问题。rc-input#72 @​crazyair
  • 🐞 修复 ColorPicker 在 cssinjs 模式下 line-height 失效的问题。#50220 @​vagusX
  • 🐞 修复 ColorPicker 在 disabled 状态下的光标问题. #50217 @​coding-ice
  • 🐞 修复 Table 中列存在分组时,排序不生效的问题。#50086 @​Zyf665
  • 🐞 修复 Popover/PopConfirm/Tooltip 在目标元素宽度过大时,使用 topLeft, topRight, bottomLeft, bottomRight 的弹出动画起始缩放中心有所偏移的问题。#50134
  • 💄 修复 Tree 组件 filter-node 节点高亮样式丢失。#49773 @​wanpan11
  • 💄 优化 ColorPicker 当从 transparent 状态进行颜色选取时,默认使用亮色以代替原本的纯黑色以提升用户交互体验。#50148
  • TypeScript
  • 🌐 Locales

... (truncated)

Changelog

Sourced from antd's changelog.

5.20.0

2024-08-03

  • 🛠 Replace ColorPicker internal @ctrl/tiny-color with @ant-design/fast-color. #49846
  • 🆕 ConfigProvider support indicator property for Spin. #50183 @​coding-ice
  • 🆕 Upload showUploadList support extra for additional content. #50098 @​guoyunhe
  • 🆕 Tree support custom loading icon for tree nodes with new prop switcherLoadingIcon. #49716 @​coding-ice
  • 🆕 Slider support range.editable to dynamic add/remove handles. #49923
  • 🆕 Slider range.editable support minCount and maxCount. #49987
  • 🆕 Support custom status render in QRCode. #49563 @​kiner-tang
  • 🆕 Table component supports custom Filter dropdown box empty status. #49613 @​Wxh16144
  • 🆕 Allow user to add the Divider style of dashed, dotted or solid. #49654 @​pinaki-08
  • 🆕 InputNumber supports suffix prop. #49674 @​coding-ice
  • 🆕 ColorPicker support gradient color type and fix controlled mode not working. #50050
  • 🆕 Input/TextArea/Mentions support onClear prop. #49905 @​li-jia-nan
  • ⌨️ Optimize Input be changed repeatedly when hold the enter key in multi-mode. rc-input#72 @​crazyair
  • 🐞 Fix the issue where line-height is not effective in cssinjs mode for ColorPicker. #50220 @​vagusX
  • 🐞 Fix cursor disabled state for ColorPicker. #50217 @​coding-ice
  • 🐞 Fix grouping columns does not apply sorting for Table. #50086 @​Zyf665
  • 🐞 Fix Popover/PopConfirm/Tooltip with topLeft, topRight, bottomLeft, bottomRight zoom in transform origin not correct when target element width is too large. #50134
  • 💄 Fix Tree filter node style lost. #49773 @​wanpan11
  • 💄 Optimize ColorPicker when selecting a color from the transparent state, it defaults to using a bright color instead of black color to enhance the user interaction experience. #50148
  • 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)
github-actions[bot] commented 3 months ago

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

netlify[bot] commented 3 months ago

Deploy Preview for counsellor-startup ready!

Name Link
Latest commit c10e0ee9151d4fd1ec08e53bb2be65cb2eda807f
Latest deploy log https://app.netlify.com/sites/counsellor-startup/deploys/66b0e180ea19750007fe52fa
Deploy Preview https://deploy-preview-1338--counsellor-startup.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

Lighthouse
1 paths audited
Performance: 65
Accessibility: 96
Best Practices: 100
SEO: 67
PWA: -
View the detailed breakdown and full score reports

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

deepsource-io[bot] commented 3 months ago

Here's the code health analysis summary for commits c09eb0c..c10e0ee. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource JavaScript LogoJavaScript✅ SuccessView Check ↗

💡 If you’re a repository administrator, you can configure the quality gates from the settings.
github-actions[bot] commented 3 months ago

🎉 Your pull request has been successfully merged! 🎉 Thank you for your valuable contribution to our project. Your efforts are greatly appreciated. Feel free to reach out if you have any more contributions or if there's anything else we can assist you with. Keep up the fantastic work! 🚀