Skip to content

v0.0.4

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 19 Jul 21:14
· 2 commits to master since this release

Changelog: v0.0.3...v0.0.4

  • React support is now limited to React >= 18.
  • Routes expose their components and PathnameTemplate.
  • Added createHashHistory.
  • Most of hooks were removed in favor of useRouteState.
  • *Fallback options were renamed to *Component and doesn't accept ReactNodes anymore, only ComponentType values are allowed.
  • Outlets were refactored.
  • Multiple bugfixes.