v4.0.0-alpha.12
Pre-release
Pre-release
dmtrKovalenko
released this
04 Aug 09:31
·
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}
/>