Skip to content

v1.0.0-beta.40

Pre-release
Pre-release
Compare
Choose a tag to compare
@oliviertassinari oliviertassinari released this 01 Apr 10:00
· 17361 commits to next since this release
Apr 1, 2018

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

Here are some highlights ✨:

  • React 16.3.0 support (#10867).
  • Many bug fixes on the Tooltip component (#10843) @shssoichiro.
  • A much better navigation experience on the docs (#10859).

Breaking change

We take advantage of the latest features of React 16.x.
React is allowing us to return an array of elements in the render method.
We have removed the useless root div element.
Nothing has changed for people using React 15.x.

Component Fixes / Enhancements

Docs

Core