Skip to content

v1.0.0-beta.18

Pre-release
Pre-release
Compare
Choose a tag to compare
@oliviertassinari oliviertassinari released this 23 Oct 22:02
· 18319 commits to next since this release
Oct 24, 2017

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

Here are some highlights ✨:

  • New InputAdornment component (#8504)
  • New Frequently asked questions documentation section
  • We have saved 1 KB gzip by removing our internal react-transition-group fork (#8785)
  • We have made one step further in order to upgrade all our development dependencies to react@16 (#8804)

Breaking change

I have noticed one inconsistency with the className property.
The value should have been applied on the root of the component.
We enforce this behavior now.

Component Fixes / Enhancements

Docs

Core