Releases: aralroca/next-translate
0.15.1
0.15.0
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
CHANGES
- Fix navigation to defaultLanguage when redirectToDefaultLang=false #123
0.14.3
0.14.2
New release 🎉 Thanks to @vincentducorps and @heatseeker76 for this one!
PATCHES
- Add rimraf helper to fix a windows issue (started by @heatseeker76 and continues by @aralroca) #115
- Show 404 if route not found (redirectToDefaultLang) (by @vincentducorps ) #110
- Update deps (by @aralroca ) #114
0.14.2-canary.2
0.14.2-canary.1
PATCHES
- Show 404 if route not found (redirectToDefaultLang) (by @vincentducorps ) #110
0.14.1
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
- Fix cross-platform build when pages are in src folder (by @vincentducorps) #109
- Fix README.md mistake (by @aralroca) #108
- Make build logging optional (by @BjoernRave) #107
- Fix default value of currentPagesDir in README (by @vincentducorps) #106
0.14.0
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
- Add cross-platform build support (by @vincentducorps) #99
- Change action trigger to pull request (by @psanlorenzo) #100
- Add Windows to GitHub test job (by @vincentducorps) #103
- Update deps (by @aralroca) #104