Skip to content

Releases: nuxt-modules/i18n

v6.27.1

15 Jun 08:17
Compare
Choose a tag to compare

Bug Fixes

  • types: fix lazy type in deprecated types (#1190) (482317b)
  • handle protocol in the domain key for different domains (#1169) (45b2b82)

v6.27.0

07 May 07:51
Compare
Choose a tag to compare

Features

v6.26.0

20 Apr 09:05
Compare
Choose a tag to compare

Features

  • lazy: option for not injecting messages to Nuxt state (#1153) (2231f3b), closes #1149

v6.25.0

13 Apr 19:59
Compare
Choose a tag to compare

Features

  • types: add NuxtI18nInstance type for use with custom accessors (#1147) (aa4f4d8), closes #1146

v6.24.0

09 Apr 09:57
Compare
Choose a tag to compare

Features

Bug Fixes

v6.23.0

07 Apr 12:06
Compare
Choose a tag to compare

Features

  • support loading messages from file without lazy-loading (#1130) (03618fb), closes #412

Bug Fixes

  • IE11 compatibility issue due to is-https package (#1138) (dcf43de), closes #1137
  • types: misplaced jsdoc deprecated wrong API (9736bf1)

v6.22.3

30 Mar 08:03
Compare
Choose a tag to compare

Bug Fixes

  • lazy: message function not working when using lazy loading (#1125) (68b580e), closes #1124

Refactoring

  • include fallback locale messages in the main bundle (#1129)

v6.22.2

26 Mar 11:16
Compare
Choose a tag to compare

Bug Fixes

  • crash registering the vue-i18n-loader in old Node versions (43022c4)

v6.22.1

25 Mar 08:28
Compare
Choose a tag to compare

Bug Fixes

  • move lodash.merge to dependencies (b3f3f43)

v6.22.0

24 Mar 23:04
Compare
Choose a tag to compare

Features

Bug Fixes

  • router base not considered on redirecting in static mode (#1119) (75b7c6e), closes #1060