Skip to content

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 Introduces changes that are not backward compatible. scope: pagination Changes related to the pagination. labels Oct 3, 2020
@mbrookes mbrookes added this to the v5 milestone Oct 3, 2020
@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 Introduces changes that are not backward compatible. scope: pagination Changes related to the pagination.

3 participants