Skip to content
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

Merged
merged 9 commits into from
Feb 17, 2025
Merged

Upgrade to MUI v6 #1370

merged 9 commits into from
Feb 17, 2025

Conversation

syucream
Copy link
Contributor

  • 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",
Copy link
Contributor Author

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
Copy link
Member

@userlocalhost userlocalhost left a 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 👍

Copy link
Contributor

@hinashi hinashi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@hinashi hinashi merged commit 9c3fdce into dmm-com:master Feb 17, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants