Releases: nuxt-modules/i18n
Releases · nuxt-modules/i18n
v10.0.0-rc.2
🚨 Breaking Changes
- Throw error on invalid config with
strictSeo
enabled - by @BobbieGoede in #3718 (2015e)
🐞 Bug Fixes
- Remove conflicting
PageMeta
type workaround - by @BobbieGoede in #3714 (3777f) - Message type generation - by @BobbieGoede in #3717 (fd341)
View changes on GitHub
v10.0.0-rc.1
We are excited to publish the first release candidate of v10! Share your feedback and experience so we can land v10 as stable and as soon as possible 🙏
🚨 Breaking changes
Please take time to view the Migration Guide for v10 page for an overview of changes and migration steps required.
🚀 New features
The New Features page details some notable changes and improvements included in this major release.
ℹ️ Additional notes
You may need to refresh lockfiles before installing to ensure the correct subdependencies are installed.
At stable release we will include a proper overview of the improvements we have made in this major version.
View changes on GitHub
v10.0.0-beta.12
🚀 Features
- Add
redirectStatusCode
option - by @MarlonWiss2212 and @BobbieGoede in #3685 (2a18b)
🐞 Bug Fixes
- Populate domainLocales based on module config - by @cjpearson in #3694 and #3705 (ad613)
View changes on GitHub
v9.5.6
🐞 Bug Fixes
- Replace
_generate
property usage - by @BobbieGoede (e3fba) - GetDefaultLocaleForDomain should respect runtime config - by @cjpearson and @BobbieGoede in #3693 (89c5f)
- Populate domainLocales based on module config - by @cjpearson and @BobbieGoede in #3694 and #3695 (76b13)
- Reuse nuxt instance at plugin setup - by @BobbieGoede in #3690 (0067f)
View changes on GitHub
v10.0.0-beta.11
🚨 Breaking Changes
- Server-side localized redirection - by @BobbieGoede in #3687 (4dfa3)
🐞 Bug Fixes
- Reuse server-side locale detection - by @BobbieGoede in #3684 (e8bd2)
- Prevent adding multiple
x-default
alternate links - by @BobbieGoede (a37a7) - Safely handle error for seo tags on bad routes - by @BobbieGoede (cb880)
- Replace
_generate
property usage - by @BobbieGoede (feb46) - Locale detection should respect runtime-configured domains - by @cjpearson in #2931 and #3697 (1529c)
View changes on GitHub
v10.0.0-beta.10
🐞 Bug Fixes
- Wrap default
<NuxtLink>
in<NuxtLinkLocale>
- by @BobbieGoede in #3658 (49b97) - Remove unused runtime config property types - by @BobbieGoede in #3662 (29012)
- Use
nuxt-define
to setup compiler constants - by @BobbieGoede in #3680 (edbf6) - Clear message cache on server startup - by @BobbieGoede in #3683 (0bfbb)
View changes on GitHub
v10.0.0-beta.9
🚨 Breaking Changes
- Deprecate function support for
baseUrl
option - by @BobbieGoede in #3656 (a226a)
🐞 Bug Fixes
- Assign correct context property in hook argument - by @BobbieGoede (b0d6f)
- Prevent esbuild warning due to compile time constant - by @BobbieGoede (e1ba6)
- Incorrect
locales
type narrowing - by @BobbieGoede (727d7)
View changes on GitHub
v9.5.5
🐞 Bug Fixes
- Validate user options and warn for undesired default values - by @BobbieGoede in #3654 (2f90d)
View changes on GitHub
v10.0.0-beta.8
🚨 Breaking Changes
- Remove deprecated functions and warn incorrect hook usage - by @BobbieGoede in #3648 (061b1)
- Trigger
i18n:localeSwitched
when pending locale switches - by @BobbieGoede in #3649 (02e5f)
🐞 Bug Fixes
- Do not fetch from server route if ssr is disabled - by @BobbieGoede in #3646 (92595)
- types: Narrow return type of
routeBaseName
withtypedPages
enabled - by @BobbieGoede (56fd4)
View changes on GitHub
v10.0.0-beta.7
🚨 Breaking Changes
- Experimental strict internal i18n head management - by @BobbieGoede in #3638 (4cd36)
🚀 Features
- Support custom routes via
definePageMeta
- by @BobbieGoede in #3578 (56813)