Releases: sergiodxa/remix-i18next
v6.3.0
What's Changed
New Features
- Improve types of getFixedT by @sergiodxa in dfb2309
Full Changelog: v6.2.1...v6.3.0
v6.2.1
What's Changed
New Features
- Make KPrefix generic optional by @sergiodxa in a85b76f
Full Changelog: v6.2.0...v6.2.1
v6.2.0
What's Changed
New Features
- Upgrade setup by @sergiodxa in #199
- Add keyPrefix support to getFixedT in RemixI18Next by @sergiodxa in #192
- Remove undocumented PreloadTranslations by @sergiodxa in #200
- Avoid calling changeLanguage if it's the same as locale by @sergiodxa in #201
Full Changelog: v6.1.1...v6.2.0
v6.1.1
What's Changed
Other Changes
- Add funding option to package.json by @sergiodxa in #191
- Add react-i18next v15 as peer dependency by @sergiodxa in #196
Full Changelog: v6.1.0...v6.1.1
v6.1.0
v6.0.1
Full Changelog: v6.0.0...v6.0.1
v6.0.0
What's Changed
Breaking Change
- ESM only, named exports, require Remix v2 by @sergiodxa in #176
From now on, remix-i18next is published as an ESM only package, if you're using CJS in your Remix app add remix-i18next to your serverDependenciesToBundle.
The package also use named exports now the same way remix-utils does, the new named exports are remix-i18next/server
, remix-i18next/client
and remix-i18next/react
, the docs has been upgrade to use the correct paths.
Also the minimum required version of Remix has been changed to v2, if you're still in Remix v1 keep in [email protected] until you can upgrade to v2. Note that the previous version also supported Remix v2 so you can keep using it after the upgrade of Remix until you're ready to upgrade remix-i18next.
Documentation Changes
New Contributors
Full Changelog: v5.5.0...v6.0.0
v5.5.0
What's Changed
New Features
- Use react-i18next 13 or 14 peer dependency by @ahockersten in #169
Full Changelog: v5.4.0...v5.5.0
v5.4.0
What's Changed
New Features
- Support for building with Remix 2.0.0 by @ahockersten in #151
New Contributors
- @ahockersten made their first contribution in #151
Full Changelog: v5.3.0...v5.4.0
v5.3.0
What's Changed
New Features
- Support passing multiple
i18next
modules toRemixI18Next
by @trishrempel in #137
New Contributors
- @trishrempel made their first contribution in #137
Full Changelog: v5.2.0...v5.3.0