Releases: sergiodxa/remix-i18next
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
i18nextmodules toRemixI18Nextby @trishrempel in #137
New Contributors
- @trishrempel made their first contribution in #137
Full Changelog: v5.2.0...v5.3.0
v5.2.0
What's Changed
New Features
- Add support for i18next 23.x and react-i18next 13.x by @stevensacks in #139
Other Changes
- Bump vm2 from 3.9.11 to 3.9.17 by @dependabot in #128
- Bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #131
- Bump http-cache-semantics from 4.1.0 to 4.1.1 by @dependabot in #129
- Bump json5 from 1.0.1 to 1.0.2 by @dependabot in #130
Full Changelog: v5.1.1...v5.2.0
v5.1.1
v5.1.0
v5.0.0
What's Changed
New Features
- feat: use i18next v22 new TFunction and Namespace types by @ruisaraiva19 in #106
Full Changelog: v4.2.0...v5.0.0
v4.2.0
What's Changed
Documentation Changes
- Update README by @stevensacks in #70
- Ease initial copy-paste setup on README by @Xiphe in #71
- Update README.md by @wolthers in #79
- Remove REMIX_TOKEN setup step from
CONTRIBUTING.mdby @sergiocarneiro in #81
Other Changes
- Bump got from 11.8.3 to 11.8.5 by @dependabot in #87
- chore(deps): upgrade dependencies and use Node 16 by @ruisaraiva19 in #100
New Contributors
- @Xiphe made their first contribution in #71
- @wolthers made their first contribution in #79
- @dependabot made their first contribution in #87
- @ruisaraiva19 made their first contribution in #100
Full Changelog: v4.1.1...v4.2.0
v4.1.1
What's Changed
Documentation Changes
- Add types of
i18next-fs-backendto README.md by @thomasverleye in #68
New Features
- Use defaultNS or "translation" by @stevensacks in #67
New Contributors
- @thomasverleye made their first contribution in #68
- @stevensacks made their first contribution in #67
Full Changelog: v4.1.0...v4.1.1