Skip to content

v0.0.2

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Jul 22:08
· 15 commits to master since this release

Changelog: v0.0.1...v0.0.2

  • Routes now accept a parent.
  • createRoute was added.
  • Route content is rendered in an <Outlet/>.
  • Replaced URLPattern with a custom pattern matching implementation. Route pathnames can use $param syntax to declare params.
  • Added useNavigation that doesn't trigger component re-renders.
  • Added the Link component that triggers navigation through an a tag.