Releases: i18next/next-i18next
Releases · i18next/next-i18next
v0.23.1
Bug Fixes:
- Add core-js as an explicit dependency
v0.23.0
Breaking changes:
Refactored next-i18next-middleware
to behave more like common express
middleware, via #90.
Use of next-i18next/middleware
has changed completely, and is reflected in the docs.
This refactor allows for support of custom routes, improved query string support, and more.
v0.22.0
Bug Fixes:
- Query string now preserved during language change on
localeSubpaths = true
DX:
- Add error message if
wrappedComponentProps.pageProps
is undefined
Features:
- Add
customDetectors
support - Refactor
appWithTranslation
to work with custom routes
v0.21.0
Fixed incorrect peer deps, and added a console error if config.otherLanguages
is empty.
v0.20.0
Chores:
- Updated deps
- Add GreenKeeper
Refactoring:
- Create
withConfig
HOC for internal use
Bug fixes:
- Fix double call of
getInitialProps
- Use
url.format
for Linkas
formatting
v0.19.1
Bug fixes:
- Add
@babel/polyfill
for IE 11 support - Fallback to
Component.name
, etc, for warning messages - Fix
serverLanguageDetection
disable logic
v0.19.0
Lots of bug fixes, including:
- Removal of
withNamespaces
props fromLink
component - Use 302 redirects instead of 301 and prevent caching for
localeSubpaths
New features:
- Add
serverLanguageDetection
config option - Add error page to example
v0.18.2
Pass all props through Link
component.
v0.18.1
Revert 34e8e08 due to vercel/next.js#6026.
v0.18.0
Added more e2e tests, refactored (and removed) urijs
approach, improve exports for TypeScript, and improve DX.