Releases: nuxt-modules/i18n
Releases · nuxt-modules/i18n
v8.1.0
🚀 Features
- Allow passing external links to
localePath
- by @BobbieGoede in #2759 (d6874)
View changes on GitHub
v8.0.2
🐞 Bug Fixes
NuxtLinkLocale
ignoringhref
prop - by @BobbieGoede in #2751 (5db73)onUnmounted
warnings triggered by composable assignment - by @BobbieGoede in #2750 (2145c)
View changes on GitHub
v8.0.1
We strongly recommend refreshing your lockfile while updating to ensure the latest version of vue-i18n
is installed as it includes a fix for memory leaks (see #2629 (comment) for a memory usage comparison).
🚀 Features
locales
generated type narrowing - by @BobbieGoede in #2722 (489f1)
🐞 Bug Fixes
- Update
vue-i18n
and@intlify/shared
- by @BobbieGoede in #2658 (ebfba) - Typo in link of "Edit this page on GitHub" - by @PabloLION in #2699 (89e3d)
- Typo in dynamic params usage - by @scherii in #2648 (43658)
- Route param parsing - by @BobbieGoede in #2711 (ba90b)
- Common composable option passing - by @BobbieGoede in #2737 (a94d6)
- Rollup comment annotation warning - by @BobbieGoede in #2723 (545ad)
- Custom child route localization - by @BobbieGoede in #2743 (1cb9e)
View changes on GitHub
v8.0.0
We are thrilled to announce the release of Nuxt I18n v8.0! 🎉
We had commited with 60 over contributors between Nov 28 2021 and Dec 25 2023. Thanks for your contributing ❤️
📖 Documentation
📜 v8 Changes
v8.0.0-rc.11
🐞 Bug Fixes
- Prevent
extendBaseUrl
recursion - by @BobbieGoede and Pavel Kuzmin in #2621 (f4fed)
View changes on GitHub
v8.0.0-rc.10
🐞 Bug Fixes
- Cannot translation yaml / json5 resources on server-side - by @kazupon and @BobbieGoede in #2613 (4bf4f)
- Memory leak - by @BobbieGoede in #2616 (64fa2)
- Layer inline module options not used in generation - by @BobbieGoede in #2618 (2a7ee)
View changes on GitHub
v8.0.0-rc.9
🚨 Breaking Changes
- Add
useSetI18nParams
composable - by @BobbieGoede in #2580 (898d3)
View changes on GitHub
v8.0.0-rc.8
🚀 Features
🐞 Bug Fixes
- Module locale option generation breaking SEO - by @BobbieGoede in #2598 (be4fd)
View changes on GitHub
v8.0.0-rc.7
🐞 Bug Fixes
- Could not resolve module - by @alexfriesen in #2587 (bcd61)
- Exclude unprefixed routes for strategy
prefix
- by @BobbieGoede in #2538 (6ad76) - Incompatible
@intlify/vue-router-bridge
andvue-i18n-routing
- by @BobbieGoede in #2593 (0d1c1) - wording: Fix translation "je" to "moi" - by @antharuu in #2584 (0bc7e)
View changes on GitHub
v8.0.0-rc.6
🚀 Features
- Add property
bundle.onlyLocales
- by @imslepov in #2478 (1fc1f) - Support
experimental.typedPages
- by @BobbieGoede in #2522 (c5b00) - Remove
jsTsFormatResource
experimental - by @GaborTorma in #2531 (727db)
🐞 Bug Fixes
- Not work detectBrowserLanguage on client-side correctly - by @kazupon in #2475 (f3515)
- Prevent strategy
no_prefix
redirect detection locale change attempt - by @BobbieGoede in #2505 (b4a56) - Locale option generation breaking seo - by @BobbieGoede in #2509 (7a79a)
- Do not pass locale props to NuxtLink - by @dadajam4 in #2499 (d485f)
- Change route on
setLocale
- by @BobbieGoede in #2511 (7454a) - Resolve
is-https
using@nuxt/kit
- by @BobbieGoede in #2512 (d5d55) - Cannot resolve
localePath
correctly - by @kazupon and @BobbieGoede in #2534 (4a511) - Enable
verbatimModuleSyntax
and use explicit type imports - by @BobbieGoede (b889e) - Import nuxt composables from #imports - by @danielroe in #2542 (69481)
- Module type generation - by @BobbieGoede (7f8c2)
- Nuxt instance outside of plugin - by @BobbieGoede (0476a)
- VueI18n configs webpack magic comments - by @BobbieGoede (d36bb)
- Inline vue i18n option resolve - by @BobbieGoede (3c75c)
- Parametrized message merge not working - by @BobbieGoede (dd86b)
- Custom routes not working for nested pages from layers - by @BobbieGoede in #2555 (ee5fc)
- Unpin and update
vue-i18n
- by @BobbieGoede in #2573 (ca4d7) - alias: Resolve module using nuxt kit - by @dargmuesli in #2504 (2ea8c)