Skip to content

v0.20.0

Compare
Choose a tag to compare
@hai-cea hai-cea released this 04 Dec 04:29
· 21721 commits to master since this release
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