-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update antd to version 4.24.15 #7505
Conversation
@@ -239,7 +239,8 @@ | |||
}, | |||
"resolutions": { | |||
"**/mini-store": "^1.1.0", | |||
"**/redux": "3.7.2" | |||
"**/redux": "3.7.2", | |||
"**/rc-tree": "^5.7.12" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For some reason, there were several versions of rc-tree
, including older ones, being imported by yarn. That leads to typescript errors are necessitates this fix.
See als Slack conversion for reference: https://scm.slack.com/archives/C5AKLAV0B/p1704200386030179
This can likely be remove in antd5.
@@ -231,6 +233,7 @@ function ToolRadioButton({ | |||
<RadioButtonWithTooltip | |||
title={`${name} – ${description}`} | |||
disabledTitle={`${name} – ${disabledExplanation}`} | |||
onOpenChange={onOpenChange} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think, the two line changes in ToolRadioButton
shouldn't be necessary or are they?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, you are right, sensei.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks solid :)
PR upgrades antd to latest 4.x release as a prerequisite to antd 5. The changelog between the current 4.24.8 and 4.24.15 version is rather unremarkable and did not hint at any major changes. https://4x.ant.design/changelog
I tested most admin view and the tracing interface by clicking around and monkey testing. Nothing came up.
URL of deployed dev instance (used for testing):
Steps to test:
Issues:
(Please delete unneeded items, merge only when none are left open)