Releases: victorgarciaesgi/nuxt-typed-router
Releases · victorgarciaesgi/nuxt-typed-router
v3.7.0
🚀 Features
- Better params type inference when intercepting all routes with useRoute - by @victorgarciaesgi (d7b58)
View changes on GitHub
v3.6.5
v3.6.4
v3.6.3
v3.6.2
v3.6.1
🐞 Bug Fixes
- Added more flexible dep for @nuxt/kit - by @victorgarciaesgi (192b6)
View changes on GitHub
v3.6.0
🐞 Bug Fixes
- Removed vue-i18n-routing and adapted api - by @victorgarciaesgi (34f14)
View changes on GitHub
v3.5.1
v3.5.0
🚀 Features
- Support
documentDriven
mode #115 - by @victorgarciaesgi in #115 (ccea8)
🐞 Bug Fixes
- Handle error when no defaultLocale set #127 - by @victorgarciaesgi in #127 (9155d)
- UseLocalePath has no type access to route #130 - by @victorgarciaesgi in #130 (cb080)
- Incompatibility with turborepo caching system #131 - by @victorgarciaesgi in #131 (e8d68)
useLink
type overloads - by @victorgarciaesgi (56504)
View changes on GitHub
v3.4.0
🚀 Features
- Added
NuxtRoute
type export, allowing typing own props - by @victorgarciaesgi (05572) - Added support for
NuxtLinkLocale
#124 - by @victorgarciaesgi in #124 (e2e0f)
⚠️ Breaking changes
- renamed
experimentalIgnoreRoutes
option toignoreRoutes
- renamed
experimentalRemoveNuxtDefs
option toremoveNuxtDefs