notional-labs / dig

Dig: Governance
Other
174 stars 70 forks source link

Bump antd from 4.24.2 to 5.3.1 in /webapp #539

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps antd from 4.24.2 to 5.3.1.

Release notes

Sourced from antd's releases.

5.3.1

  • 🐞 Update DatePicker deps to fix laggy in Safari and support align with transform scale. #41090
  • 🐞 Fix Menu collapse, Tooltip sometime show with unexpected. #41081
  • 🐞 Fix Modal.confirm has additional node which makes height not correct. #41173 @​Svudec
  • 🐞 Fixed InputNumber disabled text color not correct. #41167 @​Yuiai01
  • 🐞 Fix Anchor highlighting not working when dynamically updating items. #40743 @​zqran
  • 🛠 Update Mentions deps to support align with transform scale. #41160 @​MuxinFeng
  • 🐞 Fix Form with manually called validateFields not show success status when hasFeedback is on. #41116 @​kiner-tang
  • 🐞 Fix Cascader sub panel not close when hover to leaf node. #41134
  • 🐞 Fix Popconfirm using Promise to close will not exist loading state even when open again. #41121
  • 🐞 Fix Upload onChange sometime not sync when in React 18. #41082 @​li-jia-nan
  • 🛎 Update demo with Space.Compact instead of legacy one and patch warning info. #41080 @​Yuiai01
  • 🌐 Update ko_KR、Added Amharic Language. #41103 @​li-jia-nan

  • 🐞 更新 DatePicker 底层依赖,修复 Safari 下卡顿,支持 transform scale 下对齐。#41090
  • 🐞 修复 Menu 收缩时,Tooltip 有时会弹出的问题。#41081
  • 🐞 修复 Modal.confirm 窗体有额外节点导致高度不正确的问题。#41173 @​Svudec
  • 🐞 修复 InputNumber disabled 时字体高亮不正确的问题。#41167 @​Yuiai01
  • 🐞 修复 Anchor 动态添加 items 后高亮失效问题。#40743 @​zqran
  • 🛠 更新 Mentions 底层依赖,支持 transform scale 下对齐。#41160 @​MuxinFeng
  • 🐞 修复 Form 手工调用 validateFields 时,hasFeedback 对成功态不生效的问题。#41116 @​kiner-tang
  • 🐞 修复 Cascader 在悬浮至叶子节点时,展开面板没有关闭的问题。#41134
  • 🐞 修复 Popconfirm 使用 Promise 关闭时再次打开仍然是 loading 状态的问题。#41121
  • 🐞 修复 Upload 在 React 18 下 onChange 有时数据不正确的问题。#41082 @​li-jia-nan
  • 🛎 补充官网中没有切换到 Space.Compact 的遗留示例,并且添加相应警告。#41080 @​Yuiai01
  • 🌐 更新韩语国际化,添加国际化阿姆哈拉语。#41103 @​li-jia-nan

5.3.0

  • 🆕 Tooltip support arrow.pointAtCenter and deprecate arrow.arrowPointAtCenter. #40989 @​MadCcc
  • 🆕 Progress support custom size. #40903 @​kiner-tang
  • 🆕 Tour support custom zIndex. #40982 @​kiner-tang
  • 🆕 Table onHeaderCell support customize colSpan and rowSpan. #40885
  • 🆕 Image.Group support onChange callback. #40857 @​kiner-tang
  • App
  • 🆕 ConfigProvider support useConfig hook to get size and disabled in context. #40215 @​xliez
  • 🆕 Breadcrumb support items prop. #40543 @​heiyu4585
  • 🛠 Breadcrumb separators are unified into li elements. #40887 @​heiyu4585
  • 🛠 Tooltip support auto arrow position & adjust position if possible. destroyTooltipOnHide.keepParent is deprecated since it will be always auto destroy unnecessary container now. #40632
  • 🛠 Rename preset colors in token, .e.g blue-1 to blue1, and deprecate tokens before. #41071
  • 💄 Message use colorText in style. #41047 @​Yuiai01
  • 💄 Fix Select, TreeSelect, Cascader popup align position not correct when parent has transform: scale style. #41013
  • 💄 Optimize rowScope style for Table. #40304 @​Yuiai01
  • 💄 Provide new AliasToken lineWidthFocus for outline-width of focused component. #40840 @​MadCcc
  • 💄 WeekPicker support hover style. #40772
  • 💄 Adjust Select, TreeSelect, Cascader always show the arrow by default when multiple. #41028
  • 🐞 Fix Form Form.Item.useStatus problem with sever-side-rendering. #40977 @​AndyBoat
  • 🐞 Fix arrow shape in some components. #40971 @​MadCcc
  • 🐞 Fix Layout throw React does not recognize the suffixCls prop on a DOM element warning. #40969

... (truncated)

Changelog

Sourced from antd's changelog.

5.3.1

2023-03-13

  • 🐞 Update DatePicker deps to fix laggy in Safari and support align with transform scale. #41090
  • 🐞 Fix Menu collapse, Tooltip sometime show with unexpected. #41081
  • 🐞 Fix Modal.confirm has additional node which makes height not correct. #41173 @​Svudec
  • 🐞 Fixed InputNumber disabled text color not correct. #41167 @​Yuiai01
  • 🐞 Fix Anchor highlighting not working when dynamically updating items. #40743 @​zqran
  • 🛠 Update Mentions deps to support align with transform scale. #41160 @​MuxinFeng
  • 🐞 Fix Form with manually called validateFields not show success status when hasFeedback is on. #41116 @​kiner-tang
  • 🐞 Fix Cascader sub panel not close when hover to leaf node. #41134
  • 🐞 Fix Popconfirm using Promise to close will not exist loading state even when open again. #41121
  • 🐞 Fix Upload onChange sometime not sync when in React 18. #41082 @​li-jia-nan
  • 🛎 Update demo with Space.Compact instead of legacy one and patch warning info. #41080 @​Yuiai01
  • 🌐 Update ko_KR、Added Amharic Language. #41103 @​li-jia-nan

5.3.0

2023-03-06

  • 🆕 Tooltip support arrow.pointAtCenter and deprecate arrow.arrowPointAtCenter. #40989 @​MadCcc
  • 🆕 Progress support custom size. #40903 @​kiner-tang
  • 🆕 Tour support custom zIndex. #40982 @​kiner-tang
  • 🆕 Table onHeaderCell support customize colSpan and rowSpan. #40885
  • 🆕 Image.Group support onChange callback. #40857 @​kiner-tang
  • App
  • 🆕 ConfigProvider support useConfig hook to get size and disabled in context. #40215 @​xliez
  • 🆕 Breadcrumb support items prop. #40543 @​heiyu4585
  • 🛠 Breadcrumb separators are unified into li elements. #40887 @​heiyu4585
  • 🛠 Tooltip support auto arrow position & adjust position if possible. destroyTooltipOnHide.keepParent is deprecated since it will be always auto destroy unnecessary container now. #40632
  • 🛠 Rename preset colors in token, .e.g blue-1 to blue1, and deprecate tokens before. #41071
  • 💄 Message use colorText in style. #41047 @​Yuiai01
  • 💄 Fix Select, TreeSelect, Cascader popup align position not correct when parent has transform: scale style. #41013
  • 💄 Optimize rowScope style for Table. #40304 @​Yuiai01
  • 💄 Provide new AliasToken lineWidthFocus for outline-width of focused component. #40840 @​MadCcc
  • 💄 WeekPicker support hover style. #40772
  • 💄 Adjust Select, TreeSelect, Cascader always show the arrow by default when multiple. #41028
  • 🐞 Fix Form Form.Item.useStatus problem with sever-side-rendering. #40977 @​AndyBoat
  • 🐞 Fix arrow shape in some components. #40971 @​MadCcc
  • 🐞 Fix Layout throw React does not recognize the suffixCls prop on a DOM element warning. #40969
  • 🐞 Fix Watermark that text will be displayed when the picture loads abnormally. #40770 @​OriginRing
  • 🐞 Image support flip function in preview mode. Fix Image fallback when used in ssr. #40660
  • 🐞 Fix Typography component is not centered in the Select component. #40422 @​Yuiai01
  • 🌐 Update locale vi_VN adding Vietnamese translation for Form component validation. #40992 @​lamvananh
  • RTL
  • TypeScript

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