This repository was archived by the owner on Jul 19, 2025. It is now read-only.
v4.0.0-alpha.12
Pre-release
Pre-release
·
8 commits
to next
since this release
This is the last release of @material-ui/pickers
v4-alpha from the https://github.com/mui/material-ui-pickers repository. Starting from this point, we will work on migrating pickers to https://github.com/mui/mui-x repository 😋
Breaking changes
- [typescript] We made all of our components to be generic. That means that from now type inference works for all the props like
renderDay
and for side components.
<CalendarView<Dayjs>
date={dayjs()}
{...props}
/>