Releases: i18next/next-i18next
Releases · i18next/next-i18next
v4.0.0
Features:
- Add /api/ to
ignoreRoutes
(7b359b2)
Chores:
v3.0.1
Bug Fixes:
- Check if pathname is string in subpath-is-present (a1c5aff)
v2.1.1
Bug Fixes:
- Dedupe languages (e48f7e9)
- TypeScript declaration conflict error (154b379)
v2.1.0
Chores:
- Bump mixin-deep from 1.3.1 to 1.3.2 (669f5e8)
- Bump eslint-utils from 1.3.1 to 1.4.3 (4aa7b6a)
- Bump handlebars from 4.1.0 to 4.5.3 (c3bd634)
v2.0.1
Bug Fixes:
- Do not ignore routes at
i18nextMiddleware
level (d0b874a)
- Set
stackTraceLimit
properly in createConsoleLog
(a0dae6a)
- Remove
forwardedRef
prop from NextLink (4c749f8)
v2.0.0
Documentation:
- Add item about changes to
package.json
(234435f)
- Remove IE11 warning (a457f11)
Chores:
- Remove the
<Container>
component from custom <App>
(1c1de39)
- Update i18next dependencies (67db368)
v1.2.1
Bug Fixes:
- Prevent removing
subPath
when not required (ca7d241)
- Update lng query param when
changeLanguage
is called in middleware (5748fb0)
Tests:
- Refactor middleware tests (95b6e90)
v1.2.0
Testing:
- Target multiple NodeJs versions in CircleCI builds (8cae67e)
Chores:
- Add tsconfig to npmignore (a04f7e0)
Bug Fixes:
- Modify middleware approach to fix 404s (4565e7f)
v1.1.2
Documentation:
- Remove trailing slash from docs (d189349)
Bug Fixes:
- Don't call
next
on redirect in middleware (6ce951b)