Skip to content

Releases: nuxt-modules/i18n

6.12.1

29 May 08:09
Compare
Choose a tag to compare

Bug Fixes

  • crash on using nuxt-i18n properties in a component with i18n options (#736) (fd8b684), closes #557
  • don't add trailing slashes to generated routes (#733) (b062044), closes #717
  • favor non-prefixed route with prefix_and_default strategy (#732) (09d2c0f), closes #721
  • remove encodePaths option and don't encode paths by default (#731) (aba92b3), closes #712

6.12.1-beta.0

26 May 06:42
Compare
Choose a tag to compare
6.12.1-beta.0 Pre-release
Pre-release

Bug Fixes

  • don't add trailing slashes to generated routes (4825d61), closes #717
  • favor non-prefixed route with prefix_and_default strategy (#732) (09d2c0f), closes #721
  • remove encodePaths option and don't encode paths by default (#731) (aba92b3), closes #712

6.12.0

25 May 07:12
Compare
Choose a tag to compare

Features

Bug Fixes

  • don't do browser language detection during Nuxt generate (#718) (f1c5aca)
  • don't leave out non-prefixed routes for generate + prefix strategy (#726) (97fabbf), closes #700
  • trigger language detection on initial load in generated mode (#724) (a853de9)

6.11.1

10 May 19:04
Compare
Choose a tag to compare

Bug Fixes

  • NavigationDuplicated error on loading 404 page in SPA (#705) (6bd80da), closes #702

6.11.0

30 Apr 06:26
Compare
Choose a tag to compare

Features

  • docs: enable indexed search results in documentation (#687) (bea56a9)

Bug Fixes

  • redirect from 404 to defaultLocale if there is matching route (e99978d), closes #677 #491

6.10.2-beta.0

24 Apr 13:52
Compare
Choose a tag to compare
6.10.2-beta.0 Pre-release
Pre-release

Bug Fixes

  • redirect from 404 to defaultLocale if there is matching route (b20bd58), closes #677 #491

6.10.1

23 Apr 11:50
Compare
Choose a tag to compare

6.10.1 (2020-04-23)

Bug Fixes

  • types: fix type of baseUrl to allow string (a495cb3)

6.10.0

23 Apr 10:19
Compare
Choose a tag to compare

6.10.0 (2020-04-23)

Features

  • allow providing function for baseUrl option (#679) (056a8f7)

6.9.3

23 Apr 07:12
Compare
Choose a tag to compare

6.9.3 (2020-04-23)

Bug Fixes

  • crash with latest vue-i18n related to using null locale (#678) (642fddf)
    • unlocked version of vue-i18n dependency as code was changed to deal with upstream breakage

6.9.2

22 Apr 07:34
Compare
Choose a tag to compare

6.9.2 (2020-04-22)

Bug Fixes

  • lock vue-i18n version to 8.16.0 until crashing issue is fixed (ad82009)