GroceriStar / calendar

React components related to creating Meal Calendar Frontend
https://lucid-ramanujan-f9a90c.netlify.com/
GNU General Public License v3.0
1 stars 4 forks source link

Bump antd from 4.21.5 to 4.24.2 #1025

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps antd from 4.21.5 to 4.24.2.

Release notes

Sourced from antd's releases.

4.24.2

  • Image
    • 💄 Image preview controls enter animation should not be zooming out. #36456
    • 🐞 Fix Image preview not showing error images. #38112
  • Typography
  • 🐞 Fix Menu SubMenu flick when collapse it. #36636 @​JarvisArt
  • 🐞 Fix RangePicker that onBlur gets triggered when selecting dates. #38411 @​kiner-tang
  • 🐞 Result should hide icon when it is falsy. #38488
  • 🐞 Fix Dropdown.Button throws overlay is deprecated warning. #38446 @​li-jia-nan
  • 🛎 Improve error message about multiple Form.Item children. #38038 @​cincodenada
  • 🛠 Resolve Tree circular import issue. #38421 @​KotoriK
  • 🐞 Fix Affix shake issue when switching visible. #38410 @​imoctopus
  • 🐞 Fix Pagination simple mode should support showTotal property. #38399
  • 🐞 Fix Modal.confirm buttons should not be interactive when modal is hiding. #38400
  • 🐞 Fix Radio.Group style problem using in Drawer extra. #38385
  • ⌨️ Fix Table aria-label contains [object Object]. #38389 @​kiner-tang
  • ⌨️ Adds role progressbar to Progress component. #38447 @​kpustakhod

  • Image
    • 💄 优化 Image 预览图片的工具栏显示动画的效果,现在工具条不再用缩放动画进场。#36456
    • 🐞 修复 Image 预览图片没有展现错误图片的问题。#38112
  • Typography
    • 🐞 修复 Typography.Paragraph 在宽度较短时可能出现闪动的问题。#38439 @​tinyfind
    • 🐞 修复一个 Typography.Text 在 List 内 tooltip 不显示的问题。#38431 @​crazyair
  • 🐞 修复 Menu 收起时 SubMenu 闪动的问题。#36636 @​JarvisArt
  • 🐞 修复 RangePicker 选择日期过程中触发 onBlur 的问题。#38411 @​kiner-tang
  • 🐞 修复 Result iconnull 时图标没有隐藏的问题。#38488
  • 🐞 修复 Dropdown.Button 出现 overlay is deprecated 警告的问题。#38446 @​li-jia-nan
  • 🛎 优化 Form 的相关控制台提示的表述。#38038 @​cincodenada
  • 🛠 修复 Tree 模块循环导入的问题。#38421 @​KotoriK
  • 🐞 修复当 Affix 隐藏切换到显示时会出现抖动。#38410 @​imoctopus
  • 🐞 修复 Pagination showTotal 属性在 simple 模式下不生效的问题。#38399
  • 🐞 修复 Modal.confirm 关闭中确认按钮依旧可能被触发的问题。#38400
  • 🐞 修复在 Drawer extra 中使用 Radio.Group 的样式问题。#38385
  • ⌨️ 修复 Table 组件 aria-label 出现 [object Object] 的问题。#38389 @​kiner-tang
  • ⌨️ Progress 组件增加 role="progressbar"#38447 @​kpustakhod

4.24.1


  • 🐞 回滚 #38160 以修复 Table 的 column.title 渲染不正确的问题。#38383
  • 💄 Alert 增加 @alert-padding-vertical@alert-padding-horizontal 变量。#38369 @​imoctopus
  • 🐞 修复 Steps 中 用户配置的 Step status 优先级被覆盖的问题。#38319 @​heiyu4585

... (truncated)

Changelog

Sourced from antd's changelog.

4.24.2

2022-11-12

  • Image
    • 💄 Image preview controls enter animation should not be zooming out. #36456
    • 🐞 Fix Image preview not showing error images. #38112
  • Typography
  • 🐞 Fix Menu SubMenu flick when collapse it. #36636 @​JarvisArt
  • 🐞 Fix RangePicker that onBlur gets triggered when selecting dates. #38411 @​kiner-tang
  • 🐞 Result should hide icon when it is falsy. #38488
  • 🐞 Fix Dropdown.Button throws overlay is deprecated warning. #38446 @​li-jia-nan
  • 🛎 Improve error message about multiple Form.Item children. #38038 @​cincodenada
  • 🛠 Resolve Tree circular import issue. #38421 @​KotoriK
  • 🐞 Fix Affix shake issue when switching visible. #38410 @​imoctopus
  • 🐞 Fix Pagination simple mode should support showTotal property. #38399
  • 🐞 Fix Modal.confirm buttons should not be interactive when modal is hiding. #38400
  • 🐞 Fix Radio.Group style problem using in Drawer extra. #38385
  • ⌨️ Fix Table aria-label contains [object Object]. #38389 @​kiner-tang
  • ⌨️ Adds role progressbar to Progress component. #38447 @​kpustakhod

4.24.1

2022-11-04

4.24.0

2022-11-01

  • 🔥 Add new component Space.Compact used to replace Input.Group and Button.Group. #37652 @​foryuki
  • 🆕 The disabled property on components inside a Form will now take precedence over the disabled property of the Form. #37628 @​kiner-tang
  • 🆕 Add text config for editable Typograph, support enabling ellipsis and editable at the same time. #37761 @​zheeeng
  • 🆕 Row align and justify support reponsive value. #37860 @​kiner-tang
  • 🆕 Image add preview.scaleStep prop to adjust the magnitude of zoom in and out and set the default scaleOffset to 0.5. #37340 @​coldice945
  • 🆕 Steps support items. #37531 @​heiyu4585
  • 🆕 Collapse supports collapsible="icon" to collapse by clicking icon. #37566 @​Sheepeer
  • 🆕 Input.Password supports visibilityToggle={{ visible, onVisibleChange }} so that you can manually control password display and hide. #38216 @​MrHeer
  • 🆕 Breadcrumb added the menu property. #37885 @​JarvisArt
  • 🆕 Dropdown added the menu dropdownRender property, and deprecated the overlay property. #37885 @​JarvisArt
  • Table
    • 🆕 Table filterDropdown add close in argument to close filter dropdown only. #37745 @​kiner-tang

... (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[bot] commented 1 year ago

Superseded by #1029.