Skip to content

v0.12.5

Compare
Choose a tag to compare
@kodemon kodemon released this 06 Nov 16:21
· 80 commits to main since this release
  • @valkyr/react update ControllerRoute subscription features.
    • Added onResolved handler argument to subscribe method
  • @valkyr/router update getRender and parent route behavior
    • Parent route can now add a base option to automatically re-direct to a specific child route.
      • This is useful when the parent serves as a pass through only route that should not act as a stand alone view.
    • getRender now can take a second argument props to add to the resolved props object.