Skip to content

Releases: aralroca/next-translate

0.15.0

18 Apr 21:59
Compare
Choose a tag to compare

In this release, we have 2 bugfixes + updated docs + we add an example on the repo as an alternative to the "build step" using dynamic routes. In future major releases, we may evolve simplifying this and removing the "build step". If you want to help with this, there is an open issue here to discuss.

It's a minor release but doesn't have any new features. However, in the docs we add the I18nProvider documentation in order to resolve problems as multi-language translations on a page. (Before was only internally used by next-translate).

CHANGES

  • [BUGFIX] Fix navigation to defaultLanguage when redirectToDefaultLang=false (Thanks to @mxmtsk to report it) #123
  • [BUGFIX] Fix issue on getInitialProps of undefined (Thanks to @OmarZeidan to report it) #128
  • [DOCS] Add docs about how to use multi-language translations in a page (Thanks to @Fghurayri to report it) #127
  • [DOCS] Add docs to clarify custom server alternative of "build step" (Thanks to @italoayres to report it) #127
  • Add example + docs about an alternative of "build step" using dynamic routes #127

0.15.0-canary.1

15 Apr 12:28
0e32249
Compare
Choose a tag to compare
0.15.0-canary.1 Pre-release
Pre-release

CHANGES

  • Fix navigation to defaultLanguage when redirectToDefaultLang=false #123

0.14.3

07 Apr 13:15
22676b8
Compare
Choose a tag to compare

This release has two bugfixes!! 🐛

Thanks to @ftonato and @Faulik for their contributions!

PATCHES

0.14.2

02 Apr 09:07
Compare
Choose a tag to compare

New release 🎉 Thanks to @vincentducorps and @heatseeker76 for this one!

PATCHES

0.14.2-canary.2

01 Apr 16:38
Compare
Choose a tag to compare
0.14.2-canary.2 Pre-release
Pre-release

CHANGES

  • Update deps #114
  • Add rimraf function to fix window issue #115

0.14.2-canary.1

28 Mar 11:31
Compare
Choose a tag to compare
0.14.2-canary.1 Pre-release
Pre-release

PATCHES

0.14.1

27 Mar 19:25
Compare
Choose a tag to compare

Another release! 🎉Thanks to @vincentducorps and @BjoernRave for this one!

This with some patches + an option to the config in order to disable the logs of the builder (yup, little feature and is not in a minor release, sorry).

PATCHES

0.14.0

26 Mar 20:56
4adb258
Compare
Choose a tag to compare

In this release, we have two new contributors 🎉 @psanlorenzo and @vincentducorps !! Welcome and thank you for your contributions!👏

We are finally supporting cross-platform build so now you can use the CLI also in Windows! 🔥Thanks to @vincentducorps for this great contribution!

CHANGES

0.14.0-canary.1

26 Mar 12:00
e790562
Compare
Choose a tag to compare
0.14.0-canary.1 Pre-release
Pre-release

CHANGES

  • Change GH action trigger to pull request #100
  • Add cross-platform build support #99

0.13.0

24 Mar 18:34
ea25233
Compare
Choose a tag to compare

This release introduces a new feature!!

Now is possible to use the language inside the getStaticProps, getStaticPaths, getServerSideProps and getInitialProps. 🚀 Read here more about it!

We also updated the docs to clarify some points and, thanks to @carme-carrillo, now we have a fancy logo of next-translate!!! 🎉 It's very cool 😄

next-translate

CHANGES

  • Update docs + update logo #98 #96
  • Inject lang into getInitialProps #97
  • Inject lang into getStaticProps, getStaticPaths and getServerSideProps #93 #95