Releases: i18next/next-i18next
Releases · i18next/next-i18next
v10.2.0
Features:
- Expose
Translation
component from react-i18next
v10.1.0
Chores:
- Added note for Vercel/Netlify using
serverSideTranslations
(6b5841b)
v10.0.1
Bug fixes:
- Set
interpolation.escapeValue
to false
(c9056a5)
v10.0.0
Breaking changes:
- Remove interpolation from defaultConfig (bf1f608)
v9.2.0
Documentation:
- Note for asynchronous backends (d761e76)
Chores:
v9.1.0
Refactor:
- Set config.react.useSuspense to
false
(93d4f88)
v9.0.1
Bug fixes:
- Pin
i18next-fs-backend
to >=1.1.4
v9.0.0
Breaking changes:
Features:
- Make
appWithTranslation
generic over AppProps
type (76b8994)
Refactor:
- Remove
router.locale
check (d2d1b73)
v8.10.0
Bug fixes:
- Move @types/i18next-fs-backend to dev deps (a7939f2)
v8.9.0
Documentation:
- Update README with
addResourceBundle
info (d8ad005)