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

feat/migrate @material-ui to @mui/material #352

Merged
merged 89 commits into from
Jul 3, 2024

Conversation

KarineBrandelli
Copy link
Contributor

We now use the latest @mui version!

  • migrate all the @material-ui components to the @mui/material package;
  • migrate the <Autocomplete /> component from @material-ui/lab to @mui/material;
  • migrate the <KeyboardDatePicker />, <KeyboardTimePicker /> and <KeyboardDateTimePicker /> components from the @material-ui/pickers to the new @mui/x-date-pickers package;
  • removed the <ChipField /> component and the material-ui-chip-input package, from now on, to use a field with chips, it can be used directly from the <Autocomplete multiple /> component;
  • removed the @material-ui/core, @material-ui/lab and @material-ui/pickers packages.

@KarineBrandelli KarineBrandelli merged commit 1bb3f1c into master Jul 3, 2024
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.

2 participants