6.0.0
-
π₯ Update
@rescript-mui/materialand@rescript-mui/labto MUI v6 peer dependencies. -
π₯ Rework
Gridbindings for the MUI v6 API.- Introduce
GridLegacyfor the previous grid API. - Use dedicated responsive helper types such as
GridColumns,GridDirection,GridOffset,GridSizeandGridSpacing. - Use
intgrid sizes where appropriate.
- Introduce
-
π₯ Remove
MuiLab.LoadingButtonnow that loading support is part ofMui.Button. -
π Add loading props, loading positions and loading styles to
Mui.Button. -
π Add slot and
slotPropsbindings to more MUI v6 components, includingAutocomplete. -
π Add responsive value support to
Stack. -
π Expand
Mui.System/Mui.Sxbindings with more flexbox, grid, overflow and responsive value support. -
π Add or significantly expand bindings for
Typography,Accordion,AccordionSummary,Avatar,BottomNavigationAction,CardActionArea,CardHeader,ListItemText,Menu,MobileStepper,OutlinedInput,Rating,Snackbar,SpeedDial,SpeedDialAction,StepContent,TablePagination,TableSortLabelandTextField. -
π Refresh the examples with new v6-focused examples for
Buttonloading states,Grid, slots,MasonryandTimeline. -
π Fix incorrect slot class decorators for
Badge,ModalandBackdrop. -
π Fix typography system props.
-
π Restore zero-cost bindings in more places.
-
π Switch builds to
rewatchand raise the repo Node.js requirement to>=22. -
π Add automated npm publishing with trusted publishing support.