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.20.6 to 5.22.0 #1429

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 1 week ago

Bumps antd from 5.20.6 to 5.22.0.

Release notes

Sourced from antd's releases.

5.22.0

  • Form
    • 🆕 Form.Item supports hiding labels. #51524 @​crazyair
    • 🐞 Form removes the div used to expand the error height, wraps errorDom and extraDom with a div, and sets a minimum height for the div. #51254 @​hongzzz
    • 🐞 Fix the problem that onValuesChange is still triggered when the Form field triggers change but the value does not change. #51437 @​crazyair
    • 🆕 Form supports the focus property in scrollToFirstError when form validation fails. #51231 @​nathanlao
  • Table
  • Tree
    • 💄 Fix the problem of missing padding style for selected nodes in Tree. #51492 @​zombieJ
    • 🆕 Tree component Token adds nodeHoverColor and nodeSelectedColor support. #51367 @​zmbxy
    • 🆕 Tree adds indentSize token for custom indent width. #51010 @​afc163
  • DatePicker
    • 🆕 DatePicker supports prefix attribute. #51335 @​guoyunhe
    • 💄 Fixed the issue of DatePicker.RangePicker flashing when the mouse moves between cells. #51533 @​afc163
  • Input.OTP
    • 🆕 In the Input.OTP component, add onInput event to get the value of each user input. At the same time, the relevant documentation has been updated. #51289 @​aojunhao123
    • 🐞 Fixed the problem that Input.OTP cannot specify inputMode. #51271 @​alan-rudzinski
  • 🆕 ColorPicker supports disabledFormat. #51539 @​su-muzhi
  • 🆕 Add cursor configuration item to the focus method of InputNumber component to control the cursor position. #51444 @​aojunhao123
  • 🆕 Cascader adds disabled attribute to disable all first-level directory items of the component. #51272 @​aojunhao123
  • 🆕 Descriptions supports single-line spreading. #51365 @​crazyair
  • 🆕 Select/TreeSelect/Cascader components add prefix property to support custom prefix. #51186 @​guoyunhe
  • 🐞 Fix the problem that the preview image class name is lost when setting ImageProps.preview.rootClassName in Image. #51538 @​dislido
  • 🐞 Fixed the issue that the last item in the TimePicker panel column cannot be scrolled to the top. #51481 @​zombieJ
  • 🐞 Fix TreeSelect dropdown height not enough. #51567 @​afc163
  • 🐞 Fixed the issue that Typography is not updated immediately when the ConfigProvider language is switched. #51453 @​thinkasany
  • 🐞 Fixed the issue that Upload itemRender calling action.preview will cause a crash. #51419 @​yoyo837
  • 🐞 Fixed Splitter pseudo-element symbol issue. #51536 @​dislido
  • 💄 Optimize Collapse accessibility attribute and mouse hover style. #51400 @​afc163
  • 💄 Fix styling issue of Menu title content. #51425 @​coding-ice
  • 🇵🇹 Fix translation in Portuguese (pt_PT) localization file for better accuracy and consistency. #51501 @​alexandre-p-marques-alb
  • 🇺🇿 Optimize uz_UZ internationalization. #51407 @​Zukhrik
  • TypeScript

  • Form
    • 🆕 Form.Item 支持隐藏 label。#51524 @​crazyair
    • 🐞 Form 移除了用于撑开 error 高度的 div,将 errorDom 和 extraDom 用一个 div 包裹,并为该 div 设置了最小高度。#51254 @​hongzzz
    • 🐞 修复 Form 在字段触发 change 但是值没有变化时,onValuesChange 仍然会触发的问题。#51437 @​crazyair
    • 🆕 Form 支持在表单验证失败时,scrollToFirstError 中的 focus 属性。#51231 @​nathanlao
  • Table
  • Tree

... (truncated)

Changelog

Sourced from antd's changelog.

5.22.0

2024-11-12

  • Form
    • 🆕 Form.Item supports hiding labels. #51524 @​crazyair
    • 🐞 Form removes the div used to expand the error height, wraps errorDom and extraDom with a div, and sets a minimum height for the div. #51254 @​hongzzz
    • 🐞 Fix the problem that onValuesChange is still triggered when the Form field triggers change but the value does not change. #51437 @​crazyair
    • 🆕 Form supports the focus property in scrollToFirstError when form validation fails. #51231 @​nathanlao
  • Table
  • Tree
    • 💄 Fix the problem of missing padding style for selected nodes in Tree. #51492 @​zombieJ
    • 🆕 Tree component Token adds nodeHoverColor and nodeSelectedColor support. #51367 @​zmbxy
    • 🆕 Tree adds indentSize token for custom indent width. #51010 @​afc163
  • DatePicker
    • 🆕 DatePicker supports prefix attribute. #51335 @​guoyunhe
    • 💄 Fixed the issue of DatePicker.RangePicker flashing when the mouse moves between cells. #51533 @​afc163
  • Input.OTP
    • 🆕 In the Input.OTP component, add onInput event to get the value of each user input. At the same time, the relevant documentation has been updated. #51289 @​aojunhao123
    • 🐞 Fixed the problem that Input.OTP cannot specify inputMode. #51271 @​alan-rudzinski
  • 🆕 ColorPicker supports disabledFormat. #51539 @​su-muzhi
  • 🆕 Add cursor configuration item to the focus method of InputNumber component to control the cursor position. #51444 @​aojunhao123
  • 🆕 Cascader adds disabled attribute to disable all first-level directory items of the component. #51272 @​aojunhao123
  • 🆕 Descriptions supports single-line spreading. #51365 @​crazyair
  • 🆕 Select/TreeSelect/Cascader components add prefix property to support custom prefix. #51186 @​guoyunhe
  • 🐞 Fix the problem that the preview image class name is lost when setting ImageProps.preview.rootClassName in Image. #51538 @​dislido
  • 🐞 Fixed the issue that the last item in the TimePicker panel column cannot be scrolled to the top. #51481 @​zombieJ
  • 🐞 Fix TreeSelect dropdown height not enough. #51567 @​afc163
  • 🐞 Fixed the issue that Typography is not updated immediately when the ConfigProvider language is switched. #51453 @​thinkasany
  • 🐞 Fixed the issue that Upload itemRender calling action.preview will cause a crash. #51419 @​yoyo837
  • 🐞 Fixed Splitter pseudo-element symbol issue. #51536 @​dislido
  • 💄 Optimize Collapse accessibility attribute and mouse hover style. #51400 @​afc163
  • 💄 Fix styling issue of Menu title content. #51425 @​coding-ice
  • 🇵🇹 Fix translation in Portuguese (pt_PT) localization file for better accuracy and consistency. #51501 @​alexandre-p-marques-alb
  • 🇺🇿 Optimize uz_UZ internationalization. #51407 @​Zukhrik
  • TypeScript

5.21.6

2024-10-28

  • 🐞 Fix Tree.DirectoryTree interactive area not being a whole row. #51210
  • 🐞 Fix the Button icon was not vertically centered. #51381
  • 🐞 Fix the pointer style not set to not-allowed in the disabled state when variant of the Input was set to borderless. #51387 @​ustcfury

... (truncated)

Commits
  • 4e17ca7 docs: add 5.22.0 changelog (#51560)
  • 491a20f fix: TreeSelect content being cut due to wrong height calculation (#51567)
  • 58dd60e docs: ensure doc and ts types match for cellRender props (#51566)
  • bc908eb chore: upgrade deps (#51564)
  • 47ee4e2 Merge pull request #51563 from ant-design/feature
  • f7b111d Merge pull request #51562 from ant-design/feature-master
  • 453d1d4 feat: 更新 Image 组件以支持 rootClassName 属性,增强 OTP 组件以支持 inputMode,更新表格文档中的 React 规...
  • 80030b9 docs: update note about Table key (#51551)
  • f7609a0 fix(Image): preview.rootClassName (#51538)
  • f6afb89 chore: upgrade deps (#51549)
  • Additional commits viewable in compare view


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 1 week 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! 😊

deepsource-io[bot] commented 1 week ago

Here's the code health analysis summary for commits 860c5a3..a0090d0. 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.
netlify[bot] commented 1 week ago

Deploy Preview for counsellor-startup ready!

Name Link
Latest commit a0090d015034b2261f0ff4c7d571a0baebe6cbec
Latest deploy log https://app.netlify.com/sites/counsellor-startup/deploys/67336a44c6c48d00086fd31f
Deploy Preview https://deploy-preview-1429--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: 67
Accessibility: 96
Best Practices: 100
SEO: 73
PWA: -
View the detailed breakdown and full score reports

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

dependabot[bot] commented 1 week ago

Superseded by #1431.