Skip to content

v1.0.0

Compare
Choose a tag to compare
@jstejada jstejada released this 01 Oct 21:10
· 63 commits to master since this release

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