Skip to content

Conversation

@m4theushw
Copy link
Collaborator

@m4theushw m4theushw commented Apr 23, 2021

BREAKING CHANGE
The theme.typography.round helper was removed because it was no longer used. If you need it, use the function below:

function round(value) {
  return Math.round(value * 1e5) / 1e5;
}

Part of #20012.

@mui-pr-bot
Copy link

mui-pr-bot commented Apr 23, 2021

Details of bundle changes

Generated by 🚫 dangerJS against c078faf

@oliviertassinari oliviertassinari added the breaking change Introduces changes that are not backward compatible. label Apr 23, 2021
@eps1lon eps1lon merged commit 3739b03 into mui:next Apr 24, 2021
@oliviertassinari oliviertassinari modified the milestones: v5, v5-beta Aug 17, 2021
@oliviertassinari oliviertassinari mentioned this pull request Aug 17, 2021
42 tasks
@m4theushw m4theushw deleted the remove-round-helper branch November 1, 2021 20:02
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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants