Skip to content

Releases: nuxt-modules/i18n

v8.0.0-beta.3

31 Oct 17:00
Compare
Choose a tag to compare
v8.0.0-beta.3 Pre-release
Pre-release

Β Β Β πŸš€ Features

  • Vue-i18n option loading with function Β -Β  by @kazupon in #1600

   🐞 Bug Fixes

  • Avoid route reactivity value missing Β -Β  by @kazupon in #1586
  • Prefix strategy routing Β -Β  by @kazupon in #1592
  • Cannot work i18n custom block on 'lazy: false' Β -Β  by @kazupon in #1595
  • Cannot work browser locale on no_prefix strategy Β -Β  by @kazupon in #1597
  • Default composition mode Β -Β  by @kazupon in #1599
Β Β Β Β View changes on GitHub

v8.0.0-beta.2

26 Oct 14:50
Compare
Choose a tag to compare
v8.0.0-beta.2 Pre-release
Pre-release

   🐞 Bug Fixes

Β Β Β Β View changes on GitHub

v8.0.0-beta.1

20 Oct 11:05
Compare
Choose a tag to compare
v8.0.0-beta.1 Pre-release
Pre-release

Β Β Β πŸš€ Features

   🐞 Bug Fixes

Β Β Β Β View changes on GitHub

v8.0.0-alpha.3

10 Oct 01:47
Compare
Choose a tag to compare
v8.0.0-alpha.3 Pre-release
Pre-release

Β Β Β πŸš€ Features

  • Support differentDomains Β -Β  by @kazupon in #1540
  • Support defaultDirection option Β -Β  by @kazupon in #1541
  • Custome route path for component with defineI18nRoute Β -Β  by @kazupon in #1544
  • Support ignoring localized routes Β -Β  by @kazupon in #1546
  • Support extending messages hook Β -Β  by @kazupon in #1550
Β Β Β Β View changes on GitHub

v8.0.0-alpha.2

28 Sep 08:47
Compare
Choose a tag to compare
v8.0.0-alpha.2 Pre-release
Pre-release

Β Β Β πŸš€ Features

  • Support identifierAttribute option for useLocaleHead Β -Β  by @kazupon in #1526
  • Support strategy property API Β -Β  by @kazupon in #1533
  • Support detect browser language fully Β -Β  by @kazupon in #1534

   🐞 Bug Fixes

  • Remove wrong release section Β -Β  by @kazupon (6ae1c)
  • Upgrade vue-i18n-routing v0.1 Β -Β  by @kazupon (d1ee9)
  • Improve error handling for vue-i18n v9 invalid message syntax Β -Β  by @kazupon in #1522
  • Avoid deprecated use of params on vue-router Β -Β  by @kazupon in #1523
  • Duplicate onLanguageSwitched calls Β -Β  by @kazupon in #1528
  • Custom nested route path for configuration Β -Β  by @kazupon in #1531
  • module: Transpile edge aswell Β -Β  by @dargmuesli in #1516
Β Β Β Β View changes on GitHub

v8.0.0-alpha.1

06 Sep 08:07
Compare
Choose a tag to compare
v8.0.0-alpha.1 Pre-release
Pre-release

8.0.0-alpha.1 (2022-09-03)

This release is for Nuxt3.

This version is sitll alpha, the API might subject to breaking changes. We will make every effort to have the same I/F as v7.x, but Nuxt 3 is a major release, it might not be the same I/F.

About details, please check the v8 docs.

v8 alpha or later does not support Nuxt Bridge.

We will support Nuxt Bridge for v7.4 or v7.x later version. please see the Github Discussions for a detailed discussion of Nuxt Bridge supporting.

Thank you for your understanding πŸ’š

v7.3.0

24 Aug 07:59
Compare
Choose a tag to compare

Features

  • add setting for setting expiration of the cookie that stores locale (#1492) (dd764d7)

v7.2.3

01 Aug 10:58
Compare
Choose a tag to compare

Bug Fixes

  • infinite redirect on URL with special characters (#1472) (426af76)

v7.2.2

25 Apr 11:32
Compare
Choose a tag to compare

Bug Fixes

  • fixed locale changing issue in server side middleware (#1429) (c10231d)

v7.2.1

01 Apr 13:18
Compare
Choose a tag to compare

Bug Fixes

  • don't detect locale from route when using no_prefix (#1421) (609782f)
  • docs: add info on using dynamic translations with _.vue (b6039d2), closes #1400
  • docs: correct links to [Custom paths] and [Ignore routes] (#1392) (091944c)
  • parse-pages: add jsx plugin for .vue files using jsx syntax (#1356) (8cdb999)