yarn material-ui 0.20.0
v0.20.0

latest releases: 0.20.2, 0.20.1, 1.0.0-beta.47...
6 years ago
Dec 3, 2017

As usual, we are focusing on bug fixes but this time, we introduce an exceptional breaking change,
consistent with the removal of onTouchTapfor onClick in v0.19.0 (#7624).

Big thanks to the 10 contributors who made this release possible.

Breaking Change

  • [core] Remove TouchTap in favor of Click throughout library and docs (#9058) @m2mathew

You need to globally replace any references to TouchTap property callbacks with Click.

Component Fixes / Enhancements

Docs

Core

  • [npm] Upgrade 'inline-style-prefixer' to 3.0.8 (#9320) @m2mathew
  • [RenderToLayer] Remove touchstart events, to prevent double call to onRequestClose (#9118) @midan888

Don't miss a new material-ui release

NewReleases is sending notifications on new releases.