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 acceptReactNodes
anymore, onlyComponentType
values are allowed.- Outlets were refactored.
- Multiple bugfixes.