2.0.0 (2018-05-21)
Breaking
- Upgrade to MUI v1 stable release (2f0137fe4f246cd5f590d6c05e4b1c430ee0dc50), closes #38 #39
v2.0.0 is now based on the first stable release of Material-ui (v1.0.0). Versions prior to v2.0.0 will still work with the beta releases of v1.0.0. Note that v2.0.0 also requires React 16.3 or greater.
There was a peer dependency change between v1.4.0 and v2.0.0. Previously <MUIPlacesAutocomplete>
had a peer dependency on the material-ui
package. It now has a peer dependency on the @material-ui/core
package.