Releases: i18next/next-i18next
Releases · i18next/next-i18next
v1.1.1
Documentation:
- Update accessing current language section (6682b15)
Bug Fixes:
- Export
WithTranslation
props type for TypeScript (85fe39d)
v1.1.0
Refactor:
Chores:
- Add yarn.lock to npmignore (680a55b)
v1.0.0
Features:
- Custom
localeSubpaths
values (09be96f)
Documentation:
- Update
localeSubpaths
info (cfbda74)
Bug Fixes:
- Memory leak regression (cefb0f7)
- Add trailing slash to
ignoreRoutes
(a13e6f4)
Refactor:
- Use
window
instead of process.browser
in isServer
v0.54.0
Bug Fixes:
- Only call
router.replace
when lang has changed (0e27ac7)
- Update of
i18next
and react-i18next
versions (cb60360)
Chores:
Refactor:
- Refine clean script (internal) (d2b9adf)
v0.53.1
Bug Fixes:
- Fix TypeScript exported typings (322b90e)
Tests:
- Cover default export type (e499b99)
v0.52.1
Bug Fixes:
- Use
asPath
for dynamic client side routing (0b314a6)
v0.52.0
Documentation:
- Remove broken Greenkeeper badge (a1b2322)
Features:
- Export
withTranslation
as an independent function (e3b3ee6)
v0.51.1
Bug fixes:
- Do not call router events in SSR (a2a2075)
v0.51.0
Refactor:
- Use
router.replace
after every lang change (d7623f6)
- Use
core-js
v2 to decrease bundle size (311c38b)