Skip to content

Releases: aralroca/next-translate

0.16.0

23 May 18:41
01f7171
Compare
Choose a tag to compare

Here comes another release! 😊 I would especially thank @Faulik and @bickmaev5 for their contributions. 👏

There are new features in this release and some bugfixes.

We recommend changing redirectToDefaultLang to defaultLangRedirect. redirectToDefaultLang it's deprecated and we will no longer support it in future major versions. To migrate from redirectToDefaultLang to defaultLangRedirect:

  • redirectToDefaultLang=true -> Same as defaultLangRedirect='lang-path'
  • redirectToDefaultLang=false -> Same as defaultLangRedirect=undefined (default one)
  • New one -> defaultLangRedirect='root' -> /en/example redirects to /example

FEATURES

PATCHES

see all changes

0.16.0-canary.8

23 May 17:34
Compare
Choose a tag to compare
0.16.0-canary.8 Pre-release
Pre-release

CHANGES

  • Add options object for t function and returnObjects option #158

0.16.0-canary.7

22 May 17:59
18f7d29
Compare
Choose a tag to compare
0.16.0-canary.7 Pre-release
Pre-release

CHANGES

  • Fix issue introduced on 0.16.0-canary.5 #172

0.16.0-canary.6

22 May 16:20
9222029
Compare
Choose a tag to compare
0.16.0-canary.6 Pre-release
Pre-release

CHANGES

  • Fix bug i18nMiddleware and appWithI18n (getting the language) #171

0.16.0-canary.5

15 May 15:28
75498d6
Compare
Choose a tag to compare
0.16.0-canary.5 Pre-release
Pre-release

CHANGES

0.16.0-canary.4

15 May 14:29
6ad4cd6
Compare
Choose a tag to compare
0.16.0-canary.4 Pre-release
Pre-release

CHANGES

  • Deprecate redirectToDefaultLang in favor of defaultLangRedirect #162
  • Move fixHref and fixAs to first level #160

0.16.0-canary.3

08 May 17:00
5508acb
Compare
Choose a tag to compare
0.16.0-canary.3 Pre-release
Pre-release

Changes

  • Change html lang attribute on change language #155

0.16.0-canary.2

07 May 12:01
1e5018c
Compare
Choose a tag to compare
0.16.0-canary.2 Pre-release
Pre-release

CHANGES

  • Fix warning from next.js on CatchAll #151

0.16.0-canary.1

07 May 10:00
Compare
Choose a tag to compare
0.16.0-canary.1 Pre-release
Pre-release

CHANGES

0.15.1

29 Apr 09:21
eb76158
Compare
Choose a tag to compare

CHANGES

  • Fix builder.js to allow nested folders inside /api #138
  • Add example how to change the lang of tag #137
  • Update deps #136