Skip to content

v1.0.0-rc.9

Compare
Choose a tag to compare
@dmtrKovalenko dmtrKovalenko released this 15 May 19:17
208a987

This release is actually support of material-ui rc.0. Thanks 2 contributors, that support this release ❤️
Here is what's changed:

Breaking changes

Since this version material-ui-pickers depends on @material-ui/core instead of material-ui. Please update to the most recent material-ui version

Features

  • Use React 16.3 context api, that fixes blocking of updates by any outer component with scu implemented #383

Fixes

  • Fix utils typings for typescript import luxon and moment #406
  • Add support of material-ui rc.0 imports. @retyui