Skip to content

v0.14.0

Latest
Compare
Choose a tag to compare
@shogowada shogowada released this 09 May 12:38
· 6 commits to master since this release

Breaking changes:

  • Make Redux containers take Props[OwnProps] instead of OwnProps
    • Now Redux containers can access router props (e.g. location, history, and match).
      • This enables to better separate container components and presentational components for components that need router props.