Skip to content

v1.3.0

Compare
Choose a tag to compare
@platosha platosha released this 15 Aug 08:40

Live Demo →
API Documentation →

New features

  • #261 Preserve location.search and location.hash when navigating

    • Pass search and hash together with pathname to navigate from POPSTATE and CLICK navigation triggers to the router

    • Expose search and hash string keys in context object argument of route actions

Bug fixes

  • #342 enable rendering HTMLElement created without using context.component

  • #321 pass the correct route params to lifecycle callbacks in child routes (#322)

Other Changes

  • Update supported Node.js version to 10

  • Dependency updates