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

[theme] Remove theme.typography.round helper #25914

Merged
merged 2 commits into from
Apr 24, 2021

Conversation

m4theushw
Copy link
Member

@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

@eps1lon eps1lon added the package: material-ui Specific to @mui/material label Apr 24, 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants