Skip to content

v0.4.0

Compare
Choose a tag to compare
@taion taion released this 14 Jun 15:56
· 316 commits to master since this release
v0.4.0
b19e8ae

This is the same code as v0.4.0-alpha.9. These release notes cover all changes since v0.3.1.

  • Breaking: Match withRouter props signature for route components by only passing in match and router (#163, #165)
  • Breaking: Remove miscellaneous exports from public API (#166)
  • Breaking: Support Relay v2.x and higher (#167)
  • Breaking: Do not subscribe to store for routes that return null in render (#171)
  • Feature: Provide Relay variables as variables in render arguments object for route render methods (#166)
  • Feature: Provide Relay environment to route render method (#198)
  • Minor: Improve determining query names for warnings (#170)
  • Refactor: Migrate to new React lifecycle methods (#201)
  • Chore: Upgrade to Babel 7 (#189)