Skip to content

v0.15.0

Compare
Choose a tag to compare
@albertogasparin albertogasparin released this 29 Dec 02:19
· 141 commits to master since this release

New features

  • createRouterSelector API to create custom hooks to reduce re-renders
  • Link prop to now supports a route object as
  • pushTo and replaceTo actions that take a route object as argument
  • Router not accepts an initialRoute prop

Bug fixes

  • Fixed router actions Flow types
  • Reduced route matching performance cost by better caching already matched routes

Chore

  • Update react-sweet-state to v2.5.1