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

[core] Move legacy components to a subdirectory #410

Merged
merged 23 commits into from
Jun 11, 2024

Conversation

michaldudak
Copy link
Member

@michaldudak michaldudak commented May 22, 2024

Moved the @mui/base components to the legacy subdirectory and excluded them from being packaged.
I left the hooks we use in the new components (useButton, useList, etc.) and the Slider, to avoid conflicts with #373.

I ran into the problem with failing tests after clicking on a label in another test. This seems like a bug in one of the tools we use. I decided to skip these two failing tests for now.

@michaldudak michaldudak added the core Infrastructure work going on behind the scenes label May 22, 2024
@mui-bot
Copy link

mui-bot commented May 22, 2024

Netlify deploy preview

https://deploy-preview-410--base-ui.netlify.app/

Generated by 🚫 dangerJS against 7e9c1fe

@michaldudak michaldudak requested a review from atomiks May 29, 2024 10:46
@michaldudak michaldudak marked this pull request as ready for review May 29, 2024 10:46
@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged label May 29, 2024
@github-actions github-actions bot removed the PR: out-of-date The pull request has merge conflicts and can't be merged label Jun 3, 2024
@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged label Jun 5, 2024
@github-actions github-actions bot removed the PR: out-of-date The pull request has merge conflicts and can't be merged label Jun 6, 2024
@mj12albert
Copy link
Member

Changes look good - you could move the old Slider files as well, I don't mind rebasing and I've already kinda moved them in my PR already!

@michaldudak michaldudak merged commit d40b500 into mui:master Jun 11, 2024
18 checks passed
@michaldudak
Copy link
Member Author

@mj12albert, I left the Slider as it was, to make it easier to keep the history.

@michaldudak michaldudak deleted the move-legacy-components branch June 11, 2024 11:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Infrastructure work going on behind the scenes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants