mui / mui-design-kits

The public feature and bug tracker for the MUI Design kits and Connect Figma plugin.
https://mui.com/design-kits/
109 stars 16 forks source link

[question] Is mui figma version the same as @mui/material version? Are they in sync? #118

Closed AlexanderKositsyn closed 1 year ago

AlexanderKositsyn commented 1 year ago

Duplicates

Latest version

The problem in depth 🔍

No response

Your environment 🌎

No response

adrianmanea commented 1 year ago

Yes, it is up to date with the current APIs even though @mui/material moves faster than the Figma library.

AlexanderKositsyn commented 1 year ago

@adrianmanea If Im using mui/material version 5.4 , do i have to use 5.4 version of mui figma?

adrianmanea commented 1 year ago

Nope! The Figma library can be used with any code version. We release only significant updates.

AlexanderKositsyn commented 1 year ago

@adrianmanea Thank you!

oliviertassinari commented 1 year ago

@AlexanderKositsyn To be even more specific: when we release a new version of the design kits, we aim for the design component to match exactly with the latest version of the React components, so we use the latest version used to release the React component MUI Core. For example, if we release a new version of Figma today, it would be v5.10.11: https://github.com/mui/material-ui/releases/tag/v5.10.11

MUI X, follows a different versioning strategy but it's the same we aim to support the latest version of the MUI X release when we release a new version of the design kits.