Skip to content

Fix DesktopRouter when navigating back

Compare
Choose a tag to compare
@hfhbd hfhbd released this 26 Aug 07:36
· 134 commits to main since this release
6296486

Breaking Changes

DesktopRouter, HashRouter, and BrowserRouter are now internal classes. Use the Composable functions instead. The reason is to prevent creating a new Router instance, which results in wrong navigation. Please create an issue with your use case if you need to instantiate a Router without actually adding it to the Composable hierarchy.

What's Changed

Full Changelog: v0.2.7...v0.2.8