github mui/material-ui-pickers v4.0.0-alpha.12

latest releases: v3.3.11, v4.0.0-alpha.13, v3.3.10...
pre-release3 years ago

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}
/>

Bugfixes and enhancements

  • [typescript] Fix typing for date values as unknown (by making all components generic)
  • [MonthView] Fix crashing when null was passed to the month selection view
  • [chore] Fix various peer dependency warnings (#2054) @eps1lon
  • [docs] Fix docs colors for v4.0.0-alpha.11 (#2065)

Don't miss a new material-ui-pickers release

NewReleases is sending notifications on new releases.