Releases: leanera/nuxt-i18n
Releases · leanera/nuxt-i18n
v0.3.8
🚀 Features
- Verbose log mode to print localized routes - by @johannschopplich (a3b3c)
View changes on GitHub
v0.3.7
No significant changes
View changes on GitHub
v0.3.6
🚀 Features
- Log if page for route override can't be found - by @johannschopplich (bac91)
🐞 Bug Fixes
- Disable
lazy
auto-imports by default - by @johannschopplich (23d1e)
View changes on GitHub
v0.3.5
🏎 Performance
- Simplify options template generation - by @johannschopplich (04048)
View changes on GitHub
v0.3.4
No significant changes
View changes on GitHub
v0.3.3
v0.3.2
🚀 Features
- Enable lazy dynamic imports for
no_prefix
strategy - by @johannschopplich (16b90)
View changes on GitHub
v0.3.1
No significant changes
View changes on GitHub
v0.3.0
🚀 Features
- Localized routing / localized router page tree - by @johannschopplich (6bfb1)
- Locale messages auto-import and lazy import - by @johannschopplich (1065e)
- Custom route paths for specific locale - by @johannschopplich (bd01a)
useRouteLocale
composable - by @johannschopplich (505ce)useLazySwitchLocale
composable - by @johannschopplich (e82db)- New
useLocalePath
composable - by @johannschopplich (00f1d)
🐞 Bug Fixes
- Pass locales array to i18n options - by @johannschopplich (9eff0)
- Locale message obj code generation - by @johannschopplich (1d6a6)
- Import all locale messages if lazy is disabled - by @johannschopplich (6c46a)
- Suppress misleading warning about intlify
vue-i18n
bundle size in dev - by @johannschopplich (97957)