Releases: victorgarciaesgi/nuxt-typed-router
Releases · victorgarciaesgi/nuxt-typed-router
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
View changes on GitHub
v3.3.3
🚀 Features
- Added typed
useLink
#120 - by @victorgarciaesgi in #120 (cb945)
🐞 Bug Fixes
- Import nuxt composables from #imports - by @danielroe in #123 (7592b)
View changes on GitHub
v3.3.2
🚀 Features
- Upgrade to nuxt 3.8 and fixed
verbatimModuleSyntax
problems - by @victorgarciaesgi (68f6b)
View changes on GitHub
v3.3.1
🐞 Bug Fixes
- Type checking on not working when import from #components is present #109 - by @victorgarciaesgi in #109 (e50d8)
View changes on GitHub
v3.3.0
🚀 Features
- Added
experimentalIgnoreRoutes
option #111 - by @victorgarciaesgi in #111 (4cdb4)
View changes on GitHub
v3.2.6
No significant changes
View changes on GitHub
v3.2.5
🐞 Bug Fixes
- Removed prettier to avoid conflicts between v2.x & v3 #106 - by @victorgarciaesgi in #106 (2ff91)
View changes on GitHub
v3.2.4
🐞 Bug Fixes
- Cannot read properties of undefined (reading 'routeName') #101 - by @victorgarciaesgi in #101 (230c9)
- Nested dynamic routes generates wrong types #102 - by @victorgarciaesgi in #102 (6b506)
View changes on GitHub
v3.2.3
🐞 Bug Fixes
- Locale code has similar part as page name #99 - by @victorgarciaesgi in #99 (f781b)