It is the last release of @material-ui/pickers
from the https://github.com/mui-org/material-ui-pickers. Starting from this point, we will work on migrating pickers to https://github.com/mui-org/material-ui repo 😋
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}
/>