You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(navigation): 🚀 add hardNavigate and hardReplace functions
This commit introduces several improvements to the navigation module:
- Renamed `UrlInfo` type to `URLInfo` for consistency with browser APIs
- Added support for URL objects in navigation functions
- Introduced two new functions:
- `hardNavigate`: For full page navigation using `window.location.assign`
- `hardReplace`: For full page replacement using `window.location.replace`
- Updated dependencies across packages to latest versions
- Removed tailwind-related prettier plugins and configs
- Moved typescript from catalog to direct version dependency
These changes enhance the navigation capabilities while maintaining better type consistency and modernizing the dependency structure.
0 commit comments