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

[Pagination] Move from lab to core #22848

Merged
merged 2 commits into from Oct 3, 2020
Merged

Conversation

mbrookes
Copy link
Member

@mbrookes mbrookes commented Oct 3, 2020

Breaking changes

  • [Pagination] Move the component from the lab to the core. The component will become stable.

    -import Pagination from '@material-ui/lab/Pagination';
    -import PaginationItem from '@material-ui/lab/PaginationItem';
    -import { usePagination } from '@material-ui/lab/Pagination';
    +import Pagination from '@material-ui/core/Pagination';
    +import PaginationItem from '@material-ui/core/PaginationItem';
    +import usePagination from '@material-ui/core/usePagination';

@mbrookes mbrookes added breaking change component: pagination This is the name of the generic UI component, not the React module! labels Oct 3, 2020
@mbrookes mbrookes added this to the v5 milestone Oct 3, 2020
@mbrookes mbrookes force-pushed the pagination-to-core branch 2 times, most recently from c3db608 to a7a26e6 Compare October 3, 2020 16:21
@mui-pr-bot
Copy link

mui-pr-bot commented Oct 3, 2020

@material-ui/core: parsed: +2.06% , gzip: +1.72%
@material-ui/lab: parsed: +0.33% , gzip: +0.07%

Details of bundle changes

Generated by 🚫 dangerJS against 0346b2c

@mbrookes mbrookes merged commit aa21e27 into mui:next Oct 3, 2020
@oliviertassinari oliviertassinari mentioned this pull request Oct 22, 2020
42 tasks
@mbrookes mbrookes deleted the pagination-to-core branch November 3, 2020 22:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change component: pagination This is the name of the generic UI component, not the React module!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants