Update dependency @nuxtjs/i18n to v8
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@nuxtjs/i18n (source) | dependencies | major | 7.3.1 -> 8.3.1 |
Release Notes
nuxt-community/i18n-module (@nuxtjs/i18n)
v8.3.1
This changelog is generated by GitHub Releases
🐞 Bug Fixes
- Ignore root when prerendering using
strategy: 'prefix'
- by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2894 (62dff) - Locale head reactivity on locale change for
strategy: 'no_prefix'
- by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2897 (89615) - docs: Add missing comma - by @lsvs in https://github.com/nuxt-modules/i18n/issues/2919 (4693e)
- head: Apply baseURL to head composable - by @warflash and @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2912 (6dcbf)
-
types:
$getRouteBaseName
parameter type - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2933 (05ed0)
View changes on GitHub
v8.3.0
This changelog is generated by GitHub Releases
🚀 Features
- Experimental auto declare/import translation functions - by @BobbieGoede and kazuya kawaguchi in https://github.com/nuxt-modules/i18n/issues/2858 (a5869)
- Support multiple languages on one or more domains while having different domains - by @bjerggaard in https://github.com/nuxt-modules/i18n/issues/2705 (b7a6c)
🐞 Bug Fixes
- Overwrite or unset unknown cookie locale - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2841 (9c82d)
- Common composable options not being passed to
getRouteBaseName
- by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2865 (946ca) - Sync cookie when setting locale - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2877 (1ce4a)
- Options passed with
installModule
are overwritten - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2882 (860dc) - Opt in to
import.meta.*
properties - by @danielroe in https://github.com/nuxt-modules/i18n/issues/2884 (aff7f) -
defineI18nRoute
macro transformed inside<template>
- by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2887 (33746)
View changes on GitHub
v8.2.0
This changelog is generated by GitHub Releases
🚀 Features
- New docs - by @MuhammadM1998 and Sébastien Chopin in https://github.com/nuxt-modules/i18n/issues/2740 (71e51)
- Add
loadLocaleMessages
to manually load locale messages - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2799 (bd8a2) - Runtime config support for
detectBrowserLanguage
- by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2824 (b6eda) - Experimental feature
switchLocalePathLinkSSR
with<SwitchLocalePathLink>
component - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2838 (df92c)
🐞 Bug Fixes
-
statusCode
inrootRedirect
not working with strategy 'prefix' - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2785 (933a0) - Support variable default export for defineI18nConfig - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2792 (cf8cd)
- Use relative paths when generating types - by @aisteneciunaitevalantic in https://github.com/nuxt-modules/i18n/issues/2811 (c4384)
- Change deprecation warning version to v9 - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2832 (5ce79)
View changes on GitHub
v8.1.1
This changelog is generated by GitHub Releases
🐞 Bug Fixes
-
setLocale
throwing error when used in plugin - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2777 (9596b) -
setLocale
throws error updating locale cookie from plugin - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2783 (61d54)
View changes on GitHub
v8.1.0
This changelog is generated by GitHub Releases
🚀 Features
- Allow passing external links to
localePath
- by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2759 (d6874)
View changes on GitHub
v8.0.2
This changelog is generated by GitHub Releases
🐞 Bug Fixes
-
NuxtLinkLocale
ignoringhref
prop - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2751 (5db73) -
onUnmounted
warnings triggered by composable assignment - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2750 (2145c)
View changes on GitHub
v8.0.1
This changelog is generated by GitHub Releases
🚀 Features
-
locales
generated type narrowing - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2722 (489f1)
🐞 Bug Fixes
- Update
vue-i18n
and@intlify/shared
- by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2658 (ebfba) - Typo in link of "Edit this page on GitHub" - by @PabloLION in https://github.com/nuxt-modules/i18n/issues/2699 (89e3d)
- Typo in dynamic params usage - by @scherii in https://github.com/nuxt-modules/i18n/issues/2648 (43658)
- Route param parsing - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2711 (ba90b)
- Common composable option passing - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2737 (a94d6)
- Rollup comment annotation warning - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2723 (545ad)
- Custom child route localization - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/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
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.