router-dom
Version:
A lightweight router for everyone
38 lines (21 loc) • 624 B
Markdown
# Changelog
## 3.3.0 2026-07-17
- add ViewTransition for SPA
## 3.2.0 2026-07-17
- improved SSR compatibility
## 3.1.1 2026-07-11
- fix bugs
## 3.1.0 2026-07-03
- update to latest deps and refactor
## 3.0.3 2025-02-15
- fix html not loading on nested reload
## 3.0.2 2025-02-14
- fix nested route bug
## 3.0.1 2024-09-26
- fix scrollHandling in combination with html-bundle
## 3.0.0 2024-09-25
- pin path-to-regexp to version 6.3.0
- rename restoreScrollOnReload to restoreScroll
- default restoreScroll to true
- add improved restoreScroll behavior per route
- add option `fetchOptions` to router for forms