Skip to content

v1.0.0-beta.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@oliviertassinari oliviertassinari released this 20 Aug 14:52
· 19889 commits to master since this release
Aug 20, 2017

A big shout-out to @sebald for our first TypeScript coverage.
Another notable change is the migration of the documentation to Next.js, it's twice as fast as before 🚀.

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

Breaking changes
  • [RadioGroup] Rename selectedValue to value (#7832) @

Push #7741 initiative forward (use value and onChange as controlling properties)

-<RadioGroup selectedValue="foo">
+<RadioGroup value="foo">
// ...
Component Fixes / Enhancements
Docs
Core