-
Notifications
You must be signed in to change notification settings - Fork 17
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
Upgrade to MUI v6 #1370
Upgrade to MUI v6 #1370
Conversation
syucream
commented
Feb 15, 2025
- Upgrade MUI packages to version 6.x
- Update Emotion packages to latest versions
- Modify date picker components to use new prop syntax
- Replace deprecated props with new slotProps
- Update package-lock.json with new dependency versions
- Upgrade MUI packages to version 6.x - Update Emotion packages to latest versions - Modify date picker components to use new prop syntax - Replace deprecated props with new slotProps - Update package-lock.json with new dependency versions
- Add TypeScript type definitions for styled components - Include SxProps and Theme types for better type checking - Update AironeTableHeadCell, AironeTableHeadRow, FlexBox, and Table components - Improve type safety and component prop handling
- Increment package version to reflect recent enhancements - Prepare for release with TypeScript and MUI updates
@@ -1,6 +1,6 @@ | |||
{ | |||
"name": "@dmm-com/pagoda-core", | |||
"version": "1.0.4", | |||
"version": "1.1.0", |
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.
MUI upgrade should be a big change so I think its good to bump up the version.
- Update button index references in AttributesFields.test.tsx - Simplify interaction methods in AdvancedSearchPage.test.tsx - Use getAllByRole("button", { name: "Open" }) for dropdown interactions - Improve test readability and reduce complex parent node checks
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.
Thank you very much for its important work 👍
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.
LGTM!