Mimicry-Protocol / mimicry-ethdenver2022-app

MIT License
1 stars 0 forks source link

Bump antd from 4.16.0 to 4.24.0 #77

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps antd from 4.16.0 to 4.24.0.

Release notes

Sourced from antd's releases.

4.24.0

  • 🔥 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
  • 🐞 Fix Tabs component not reading the getPopupContainer property of ConfigProvider. #38238 @​ZH-seven
  • 🐞 Fix Tooltip is broken when used in a disabled Menu.Item. #38273
  • 🐞 Fix the issue of miscalculated transform-origin for Tooltip with placement values like topRight or bottomLeft. #38159 @​strear
  • 🐞 TimePicker remove redundant warning about using popupClassName. #38190 @​kiner-tang
  • 🐞 Fix nest Drawer with default open append document order issue. #37767 #37790
  • 🐞 Fix issue where numbers were not displayed when Badge set both color and count. #37609 @​kiner-tang
  • 🐞 Fix Progress zoom behavior in Safari. #38301
  • Modal
    • 🐞 Fix Modal animation flush issue in React 18. #38275
    • 🐞 Fix Modal.method() not focus trigger after close. #38275
  • Transfer
  • 🛠 Refactor Anchor to Function Component, some methods of obtaining ref and calling internal instance methods will invalid.. #38265 #37957 @​li-jia-nan @​RexSkz
  • 🛠 The layout of the Dropdown.Button component is implemented using Space.Compact instead. #38090 @​foryuki
  • 🛠 Optimize the internal implementation of DirectoryTree Typography component. #38184 #38181 @​holazz #37716 @​zheeeng
  • 💄 Fix TextArea custom border style not working when allowClear is enable. #38101
  • 💄 Fix Popconfirm style issue when icon={null}, now an additional span tag will be wrapped around the icon element. #37384 @​edc-hui
  • 💄 Fix Menu highlight style in compact mode. #38223 @​messaooudi
  • Carousel
    • 💄 Enlarge Carousel dots hover area for better experience. #38257
    • 💄 Fix Carousel dots margin style not being reset. #38100
  • TypeScript
  • 🌐 Localization

  • 🔥 新增组件 Space.Compact 用以替代 Input.Group 和 Button.Group 组件。#37652 @​foryuki
  • 🆕 Form 内组件上的 disabled 属性现在将优先于 Form 的 disabled 属性。#37628 @​kiner-tang
  • 🆕 Typograph 增加 text 配置,支持同时开启省略与编辑模式时的使用。#37761 @​zheeeng
  • 🆕 Row 组件的 alignjustify 属性支持设置响应式的值。#37860 @​kiner-tang
  • 🆕 Image 增加 preview.scaleStep 属性调整放大缩小的幅度,并将默认的 scaleOffset 设置为 0.5。#37340 @​coldice945
  • 🆕 Steps 新增支持 items#37531 @​heiyu4585

... (truncated)

Changelog

Sourced from antd's changelog.

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
  • 🐞 Fix Tabs component not reading the getPopupContainer property of ConfigProvider. #38238 @​ZH-seven
  • 🐞 Fix Tooltip is broken when used in a disabled Menu.Item. #38273
  • 🐞 Fix the issue of miscalculated transform-origin for Tooltip with placement values like topRight or bottomLeft. #38159 @​strear
  • 🐞 TimePicker remove redundant warning about using popupClassName. #38190 @​kiner-tang
  • 🐞 Fix nest Drawer with default open append document order issue. #37767 #37790
  • 🐞 Fix issue where numbers were not displayed when Badge set both color and count. #37609 @​kiner-tang
  • 🐞 Fix Progress zoom behavior in Safari. #38301
  • Modal
    • 🐞 Fix Modal animation flush issue in React 18. #38275
    • 🐞 Fix Modal.method() not focus trigger after close. #38275
  • Transfer
  • 🛠 Refactor Anchor to Function Component, some methods of obtaining ref and calling internal instance methods will invalid.. #38265 #37957 @​li-jia-nan @​RexSkz
  • 🛠 The layout of the Dropdown.Button component is implemented using Space.Compact instead. #38090 @​foryuki
  • 🛠 Optimize the internal implementation of DirectoryTree Typography component. #38184 #38181 @​holazz #37716 @​zheeeng
  • 💄 Fix TextArea custom border style not working when allowClear is enable. #38101
  • 💄 Fix Popconfirm style issue when icon={null}, now an additional span tag will be wrapped around the icon element. #37384 @​edc-hui
  • 💄 Fix Menu highlight style in compact mode. #38223 @​messaooudi
  • Carousel
    • 💄 Enlarge Carousel dots hover area for better experience. #38257
    • 💄 Fix Carousel dots margin style not being reset. #38100
  • TypeScript
  • 🌐 Localization

4.23.6

2022-10-17

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by xrkffgg, a new releaser for antd since your current version.


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 2 years ago

Superseded by #79.