v1.0.0
v1.0.0 (10/01/16)
This version should have no breaking changes, but given that we've bumped a
major version of React, we decided to make this release opt-in, in case
unexpected errors occur.
- Fixes:
- Can now use server rendering
- Component no longer sets state after being unmounted
- Development:
- Upgrade to React 15
- Upgrade to Babel 6, and other tooling upgrades
- Switch to promises to make code more concise and readable