Releases: nuxt-modules/i18n
Releases ยท nuxt-modules/i18n
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)
ย ย ย ย View changes on GitHub
v10.0.3
ย ย ย ๐ Bug Fixes
- Locale message HMR ย -ย by @BobbieGoede in #3759 (c1bc8)
ย ย ย ย View changes on GitHub
v10.0.2
This patch release contains fixes for errors thrown in Cloudflare environments.
ย ย ย ๐ Bug Fixes
- Catch error during cache clear on startup ย -ย by @BobbieGoede (cf134)
- Remove custom route config not found warning ย -ย by @BobbieGoede (ee4aa)