Skip to content

2.4.0

Compare
Choose a tag to compare
@rschristian rschristian released this 14 Feb 04:36
· 44 commits to main since this release

What's Changed

  • feat: Support for the replace parameter in useLocation().route by @rxliuli in #8
const { route } = useLocation();

route('/', true); // replaces the current history entry

New Contributors

Full Changelog: 2.3.2...2.4.0