notional-labs / dig

Dig: Governance
Other
174 stars 70 forks source link

Bump antd from 4.24.2 to 5.5.0 in /webapp #603

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps antd from 4.24.2 to 5.5.0.

Release notes

Sourced from antd's releases.

5.5.0

  • 🔥 New Component ColorPicker. #41990 @​RedJue
  • 🆕 Form validateFields support validateOnly to not to update UI status. #42273
  • 🆕 DatePicker support changeOnBlur to trigger change event without clicking confirm. #42168
  • 🆕 Cascader options support disableCheckbox prop. #42024 @​BoyYangzai
  • 🆕 Popconfirm add onPopupClick prop. #42272 @​bolosea
  • 🆕 QRCode add bgColor prop to set background color. #42214 @​bolosea
  • 🆕 Table.Summary.Row component add onClick prop. #42175 @​Ylg12345
  • 🆕 Space support ref. #42266 @​RedJue
  • 🆕 The size of Tab defaults to inherit Card. #42183 @​huangkairan
  • ConfigProvider
  • 🐞 Fix then icon styles for Input are incorrect in Space Compact mode. #42167 @​pengyw97
  • 🐞 Fix Popover display empty div when title and content is null. #42217 @​hairgc
  • 🐞 Fix the error that Circle Progress does not set size. #41875 @​notzheng
  • 🐞 Fix Progress throws warning findDOMNode is deprecated in StrictMode. #42241 @​BoyYangzai
  • 💄 Fix the problem that the InputNumber out of range style does not take effect. #42250 @​pengyw97
  • 💄 Fix the problem that Divider cannot be displayed normally due to the overwriting of the dashed line style in the vertical direction. #40418 @​buqiyuan
  • 💄 Adjust Tooltip motion that will auto detect best match transform origin. #42225
  • 💄 keep Checkbox.Group style the same as v4. #42103 @​BoyYangzai
  • 💄 Improve the style when the Menu overflowed. #42294 @​dhalenok
  • 💄 Improve the Segmented mouse active style. #42249
  • 🤖 Spin add warning if use tip when not in nest pattern. #42293
  • 🤖 Component Token name canonicalization. #42184
  • TypeScript
  • Locales

  • 🔥 新增颜色选择器组件。#41990 @​RedJue
  • 🆕 Form validateFields 支持 validateOnly 配置仅做校验而不改变 UI 状态。#42273
  • 🆕 DatePicker 支持 changeOnBlur 以允许不点击确认按钮,在失去焦点时也能触发 change 事件。#42168
  • 🆕 Cascader options 支持 disableCheckbox 在多选时禁用勾选框。#42024 @​BoyYangzai
  • 🆕 Popconfirm 新增 onPopupClick 属性。#42272 @​bolosea
  • 🆕 QRCode 新增 bgColor 属性设置背景色。#42214 @​bolosea
  • 🆕 Table.Summary.Row 组件增加 onClick 属性。#42175 @​Ylg12345
  • 🆕 Space 新增支持 ref。#42266 @​RedJue
  • 🆕 Tab 新增默认继承 Card 的 size#42183 @​huangkairan
  • ConfigProvider
    • 🐞 修复 ConfigProvider size 对 Pagination 无效的问题。#42206
    • 🐞 修复 ConfigProvider size 对 Steps 无效的问题。#42278 @​wanghui2021
    • 🐞 修复 ConfigProvider size 对 Descriptions 无效的问题。#42244 @​wanghui2021
    • 🐞 修复当 ConfigProvider 中 componentSize 被设定时, Space.Compact 没有继承的问题。#42199 @​Ec-tracker
  • 🐞 修复 Input 在 Space.Compact 下使用图标的样式错误。#42167 @​pengyw97
  • 🐞 修复当 titlecontent 属性均为空值时,Popover 组件展示空白气泡的问题。#42217 @​hairgc

... (truncated)

Changelog

Sourced from antd's changelog.

5.5.0

2023-05-15

  • 🔥 New Component ColorPicker. #41990 @​RedJue
  • 🆕 Form validateFields support validateOnly to not to update UI status. #42273
  • 🆕 DatePicker support changeOnBlur to trigger change event without clicking confirm. #42168
  • 🆕 Cascader options support disableCheckbox prop. #42024 @​BoyYangzai
  • 🆕 Popconfirm add onPopupClick prop. #42272 @​bolosea
  • 🆕 QRCode add bgColor prop to set background color. #42214 @​bolosea
  • 🆕 Table.Summary.Row component add onClick prop. #42175 @​Ylg12345
  • 🆕 Space support ref. #42266 @​RedJue
  • 🆕 The size of Tab defaults to inherit Card. #42183 @​huangkairan
  • ConfigProvider
  • 🐞 Fix then icon styles for Input are incorrect in Space Compact mode. #42167 @​pengyw97
  • 🐞 Fix Popover display empty div when title and content is null. #42217 @​hairgc
  • 🐞 Fix the error that Circle Progress does not set size. #41875 @​notzheng
  • 🐞 Fix Progress throws warning findDOMNode is deprecated in StrictMode. #42241 @​BoyYangzai
  • 💄 Fix the problem that the InputNumber out of range style does not take effect. #42250 @​pengyw97
  • 💄 Fix the problem that Divider cannot be displayed normally due to the overwriting of the dashed line style in the vertical direction. #40418 @​buqiyuan
  • 💄 Adjust Tooltip motion that will auto detect best match transform origin. #42225
  • 💄 keep Checkbox.Group style the same as v4. #42103 @​BoyYangzai
  • 💄 Improve the style when the Menu overflowed. #42294 @​dhalenok
  • 💄 Improve the Segmented mouse active style. #42249
  • 🤖 Spin add warning if use tip when not in nest pattern. #42293
  • 🤖 Component Token name canonicalization. #42184
  • TypeScript
  • Locales

5.4.7

2023-05-06

  • 🐞 Fix Menu different margin between Menu.Item and Menu.Submenu in vertical and inline mode. #42160
  • 🐞 Fix Breadcrumb using itemRender with path render additional a element. #42049
  • 🐞 Fix Transfer in control mode throw React nest state update warning. #42033
  • 🐞 Fix Upload logic of disable state. #42102 @​Wxh16144
  • 💄 Fix Spin height is inconsistent with its icon children. #42162 @​cheapCoder
  • ⚡️ Improve Affix logic when it does not need to update. #42015 @​Simon-He95
  • ⚡️ Improve Anchor logic when it does not need to scroll. #42018 @​Simon-He95

5.4.6

... (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 #608.