Releases: nuxt-modules/i18n
Releases · nuxt-modules/i18n
v10.2.3
No significant changes
View changes on GitHub
v10.2.2
🐞 Bug Fixes
- Handle falsy
options.i18ntypes - by @danielroe in #3900 (b8d1c) - Reduce locale server chunks - by @BobbieGoede in #3921 (635b6)
- Type pollution in
shared-imports.d- by @BobbieGoede in #3923 (fb761) - nitro: Redirect without sending response in render hook - by @BobbieGoede in #3922 (4adaa)
View changes on GitHub
v10.2.1
🐞 Bug Fixes
- Skip localized redirection on nuxt error routes - by @ziyoonee, ziyoonee and @BobbieGoede in #3871 (723ee)
🏎 Performance
- Load client-side locale files in parallel - by @okamoai and @BobbieGoede in #3875 (35692)
View changes on GitHub
v10.2.0
🚀 Features
- Configurable message server route prefix - by @BobbieGoede in #3853 (b40fb)
- Experimental
httpCacheDurationoption for server messages route - by @ivanvakulov in #3856 (4a8db)
🐞 Bug Fixes
- Prevent duplicate message requests on hydration - by @BobbieGoede in #3852 (d50fa)
- Support passing localized routes to
localePath- by @BobbieGoede in #3851 (c2309) - Resolve
@intlify/utils/h3by alias - by @BobbieGoede (fcf84) - Missing i18n context during prerender - by @BobbieGoede in #3862 (2b58f)
- server: Prevent double redirect with root-level dynamic routes - by @ziyoonee in #3866 (c2fc5)
View changes on GitHub
v10.1.2
🐞 Bug Fixes
- Exclude ESM deps from vite optimization - by @BobbieGoede in #3843 (7b09c)
- Detect and redirect only on rendered routes - by @BobbieGoede in #3846 (c8f28)
View changes on GitHub
v10.1.1
🐞 Bug Fixes
- Lazy head initialization - by @BobbieGoede in #3818 (62499)
- Handle nested root page localization - by @BobbieGoede in #3832 (10aa1)
- Configure fallback locales before server-side redirection - by @BobbieGoede in #3838 (644aa)
View changes on GitHub
v10.1.0
🦀 rolldown-vite support
We have updated @intlify/unplugin-vue-i18n to v11 which unlocks projects to use rolldown-vite as described https://github.com/nuxt/nuxt/releases/tag/v4.1.0.
If you do run into issues when using rolldown-vite, please check/report issues at @intlify/unplugin-vue-i18n.
🚀 Features
vite-rolldownsupport - by @BobbieGoede in #3666 (c5288)
🐞 Bug Fixes
- Preserve
RegExpvalues when loadingvue-i18noptions - by @BobbieGoede in #3791 (b67b3) - Handle
defaultLocalefrom inline module options - by @bubblesortt in #3799 (28e60) - Include hash in locale message server route - by @BobbieGoede in #3808 (0fa04)
View changes on GitHub
v10.0.6
We apologize for the recent instability caused by regressions. To ensure a more stable experience, we will now aim for a minimum of 7 days between releases.
If you need a fix that hasn't been released yet, you can temporarily switch to our edge release channel using the following command npm i -D @nuxtjs/i18n@npm:@nuxtjs/i18n-edge.
🐞 Bug Fixes
- Preserve relative child paths during route localization - by @BobbieGoede in #3783 (4f4ad)
- Use script
langto parse and extractdefineI18nRoute- by @BobbieGoede in #3785 (9d1b6)
View changes on GitHub
v10.0.5
🐞 Bug Fixes
- Auto declare typescript regression - by @BobbieGoede in #3777 (2908b)
View changes on GitHub
v10.0.4
🐞 Bug Fixes
- Always set locale during hydration - by @BobbieGoede in #3769 (dc125)
- Improve type and remove
ts-expect-errorstatement - by @BobbieGoede (16660)
🏎 Performance
- Replace
estree-walkerwithoxc-walker- by @BobbieGoede in #3772 (ed1a4)