Skip to content

Releases: nuxt-modules/i18n

v9.3.1

09 Mar 12:33
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v9.3.0

07 Mar 16:55
Compare
Choose a tag to compare

👀 Highlights

⚡ Locale Messages HMR (vite only)

We have added Hot Module Replacement (HMR) support for locale messages and vue-i18n configurations*, editing translations in locale files should now update instantly while preserving the page state.

This feature is enabled in development environments by default but can be disabled in case you run into issues by setting experimental.hmr: false.

*HMR in vue-i18n is supported for the messages, numberFormats and datetimeFormats properties in vue-i18n configuration files, other changes will fall back to page reload.

🔧 Webpack & Rspack

This release resolves issues with Webpack and Rspack related to virtual files, please let us know if you run into issues with this release 🙏

🩹 Unhead v2 + Nuxt 3.16

Make sure to update to this release for compatibility with Nuxt 3.16.

📃 Changes

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v9.2.1

19 Feb 23:37
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v9.2.0

06 Feb 21:58
Compare
Choose a tag to compare

⚙️ Opt-in alternate link consistency

You can now opt into a new experimental option experimental.alternateLinkCanonicalQueries, this will remove non canonical query parameters from the alternate links returned by useLocaleHead. Based on the discussions in #3296, check out the option documentation here.

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v9.1.5

02 Feb 11:27
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v9.1.4

29 Jan 18:06
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v9.1.3

23 Jan 23:10
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v9.1.2

21 Jan 17:26
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v9.1.1

06 Dec 09:07
Compare
Choose a tag to compare

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v9.1.0

18 Nov 16:01
Compare
Choose a tag to compare

This release contains bug fixes and a new experimental option, you may need to refresh your lockfiles while updating.

⚙️ Configurable generated file and directory paths

In v9 (and lower) the i18n file and directory paths are absolute by default which could expose sensitive path information about your build environment in production.

To combat this we have added a new experimental option, experimental.generatedLocaleFilePathFormat, which is used to configure the way these paths are processed. We will explore more approaches to improve this functionality in the future.

Check out the documentation on its usage here.

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub