Skip to content

Releases: nuxt-modules/i18n

v9.0.0-rc.1

30 Sep 13:39
Compare
Choose a tag to compare
v9.0.0-rc.1 Pre-release
Pre-release

As we are approaching stable v9 we are excited to publish the first release candidate! Share your feedback and experience so we can land v9 as stable and as soon as possible 🙏

Please take time to view the Breaking changes in v9 page for an overview of changes and migration steps required.

You may need to refresh lockfiles before installing to ensure the correct subdependencies are installed.

At stable release we will include a propert overview of the improvements we have made in this major version.

   🚨 Breaking Changes

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v9.0.0-alpha.3

21 Sep 06:34
Compare
Choose a tag to compare
v9.0.0-alpha.3 Pre-release
Pre-release

   🐞 Bug Fixes

    View changes on GitHub

v8.5.5

21 Sep 13:24
Compare
Choose a tag to compare

No significant changes

    View changes on GitHub

v8.5.4

20 Sep 09:41
Compare
Choose a tag to compare

This release removes version checks that prevent usage with Nuxt versions higher than 3.x.

The path resolution for langDir (relative to srcDir) and localeDetector (relative to rootDir) remain unchanged, to ease migration to v9 we recommend configuring experimental.restructureDir which will be enabled and set to i18n by default in the upcoming major release.

   🚀 Features

    View changes on GitHub

v9.0.0-alpha.2

17 Sep 14:56
Compare
Choose a tag to compare
v9.0.0-alpha.2 Pre-release
Pre-release

   🚨 Breaking Changes

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v8.5.3

10 Sep 22:05
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v8.5.2

05 Sep 07:42
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v8.5.1

25 Aug 07:55
Compare
Choose a tag to compare

   🐞 Bug Fixes

  • Resolve plugin type import conflicts by updating module builder  -  by @danielroe in #3071
    View changes on GitHub

v8.5.0

19 Aug 12:15
Compare
Choose a tag to compare

   🚀 Features

    View changes on GitHub

v8.4.0

15 Aug 16:41
Compare
Choose a tag to compare

Configurable directory restructure

You can now enable and configure the directory restructure which will be the default in v9, check out the documentation for more details on the new directory restructure.

Locale iso property rename

In v9 we are changing the locale iso property to language, the old usage will keep on working in v8 but we have added deprecation warnings about this upcoming change, more details on why we're renaming the property can be found here.


   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub