notional-labs / dig

Dig: Governance
Other
175 stars 70 forks source link

Bump antd from 4.24.2 to 5.6.1 in /webapp #628

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps antd from 4.24.2 to 5.6.1.

Release notes

Sourced from antd's releases.

5.6.1


  • ColorPicker
    • 🐞 修复 ColorPicker 预设颜色没法选中的问题。#42882 @​RedJue
    • 🐞 修复 ColorPicker 组件清除后再点击清楚仍然触发 onChange 的问题。#42643 @​linxianxi
  • 🐞 修复 Collapse 组件废弃警告异常显示问题。#42876 @​kiner-tang
  • TypeScript

5.6.0

  • 🆕 ColorPicker add onClear and dont't close panel when clearing. #42634 @​linxianxi
  • 🆕 Collapse items to support configure panel content. #42545 @​kiner-tang
  • 🆕 Add static function getDesignToken to access full Design Token. #42723 @​MadCcc
  • 🆕 ConfigProvider support configure Space classNames and styles properties. #42748 @​RedJue
  • 🆕 Space support classNames and styles properties. #42743 @​RedJue
  • 🆕 Drawer panel support event listener. Wrapper support passing data-* props. #42718 @​kiner-tang
  • 🆕 ConfigProvider support configuring Button style / className / styles / classNames. #42623 @​LuZhenJie1999
  • 🆕 Pagination size change select component is searchable now. #42608
  • 🆕 QRCode support render svg. #42570 @​sy296565890
  • 🆕 Calendar support passing panelMode as the select source type to the internal select trigger callback to use the correct source type when called. #42459 @​bombillazo
  • 🆕 Select add groupLabel prop in fieldNames to refleact title of group. #42492 @​BoyYangzai
  • 🆕 Table add support for custom sort icon of table column. #42498 @​sawadyecma
  • 🆕 DatePicker support kk:mm format. #42494 @​cooljser
  • 🆕 ConfigProvider.config support theme for static method config. #42473
  • 🆕 Calendar onSelect support info.source param to help get select source. #42432
  • 💄 Optimize ColorPicker style in dark theme. #42827 @​RedJue
  • 💄 Fix Popconfirm, Alert and Notification that colorTextHeading and colorText usage. #42839 @​MadCcc
  • 💄 Fix Divider style problem. #42797 @​kongmingLatern
  • 🐞 Fix Image.PreviewGroup not reset image state when switch it. #42793 @​linxianxi
  • 🐞 Reduce bundle size by refactor via rc-util/lib/pickAttrs. Fix Rate findDOMNode is deprecated warning in StrictMode. #42688
  • 🐞 Rate could accept id data-* aria-* role onMouseEnter onMouseLeave attributes now, so that it can be wrapped by Tooltip component. #42676
  • 🐞 Fix Menu.Submenu not aligned in horizontal mode. #42648 @​MadCcc
  • 🐞 Align Card tabList API with Tab items. #42413
  • 🐞 Fix circular dependencies.
  • ⌨️ Improve Progress accessibility by adding more aria props. #42704 @​MehmetYararVX
  • ⌨️ Notification add role props. #42484 @​guan404ming
  • 🛠 Collapse use onKeyDown instead of onKeyPress to change collapse panel active state. #42592 @​kiner-tang
  • 🛠 Refactor Menu with @rc-component/trigger. Remove rc-trigger and reduce bundle size. #42554 @​MadCcc
  • 🛠 Table rename sorterOrder to sortOrder for arguement of sortIcon. #42519 @​sawadyecma

... (truncated)

Changelog

Sourced from antd's changelog.

5.6.1

2023-06-07

5.6.0

2023-06-06

  • 🆕 ColorPicker add onClear and dont't close panel when clearing. #42634 @​linxianxi
  • 🆕 Collapse items to support configure panel content. #42545 @​kiner-tang
  • 🆕 Add static function getDesignToken to access full Design Token. #42723 @​MadCcc
  • 🆕 ConfigProvider support configure Space classNames and styles properties. #42748 @​RedJue
  • 🆕 Space support classNames and styles properties. #42743 @​RedJue
  • 🆕 Drawer panel support event listener. Wrapper support passing data-* props. #42718 @​kiner-tang
  • 🆕 ConfigProvider support configuring Button style / className / styles / classNames. #42623 @​LuZhenJie1999
  • 🆕 Pagination size change select component is searchable now. #42608
  • 🆕 QRCode support render svg. #42570 @​sy296565890
  • 🆕 Calendar support passing panelMode as the select source type to the internal select trigger callback to use the correct source type when called. #42459 @​bombillazo
  • 🆕 Select add groupLabel prop in fieldNames to refleact title of group. #42492 @​BoyYangzai
  • 🆕 Table add support for custom sort icon of table column. #42498 @​sawadyecma
  • 🆕 DatePicker support kk:mm format. #42494 @​cooljser
  • 🆕 ConfigProvider.config support theme for static method config. #42473
  • 🆕 Calendar onSelect support info.source param to help get select source. #42432
  • 💄 Optimize ColorPicker style in dark theme. #42827 @​RedJue
  • 💄 Fix Popconfirm, Alert and Notification that colorTextHeading and colorText usage. #42839 @​MadCcc
  • 💄 Fix Divider style problem. #42797 @​kongmingLatern
  • 🐞 Fix Image.PreviewGroup not reset image state when switch it. #42793 @​linxianxi
  • 🐞 Reduce bundle size by refactor via rc-util/lib/pickAttrs. Fix Rate findDOMNode is deprecated warning in StrictMode. #42688
  • 🐞 Rate could accept id data-* aria-* role onMouseEnter onMouseLeave attributes now, so that it can be wrapped by Tooltip component. #42676
  • 🐞 Fix Menu.Submenu not aligned in horizontal mode. #42648 @​MadCcc
  • 🐞 Align Card tabList API with Tab items. #42413
  • 🐞 Fix circular dependencies.
  • ⌨️ Improve Progress accessibility by adding more aria props. #42704 @​MehmetYararVX
  • ⌨️ Notification add role props. #42484 @​guan404ming
  • 🛠 Collapse use onKeyDown instead of onKeyPress to change collapse panel active state. #42592 @​kiner-tang
  • 🛠 Refactor Menu with @rc-component/trigger. Remove rc-trigger and reduce bundle size. #42554 @​MadCcc
  • 🛠 Table rename sorterOrder to sortOrder for arguement of sortIcon. #42519 @​sawadyecma
  • Component Token Migration. For more info: Migrate less variables

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

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

dependabot[bot] commented 1 year ago

Superseded by #636.