Skip to content

Releases: sergiodxa/remix-i18next

v6.0.0

23 Feb 21:26

Choose a tag to compare

What's Changed

Breaking Change

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

22 Dec 16:09

Choose a tag to compare

What's Changed

New Features

Full Changelog: v5.4.0...v5.5.0

v5.4.0

19 Sep 16:58

Choose a tag to compare

What's Changed

New Features

New Contributors

Full Changelog: v5.3.0...v5.4.0

v5.3.0

03 Jul 22:31

Choose a tag to compare

What's Changed

New Features

  • Support passing multiple i18next modules to RemixI18Next by @trishrempel in #137

New Contributors

Full Changelog: v5.2.0...v5.3.0

v5.2.0

20 Jun 21:38

Choose a tag to compare

What's Changed

New Features

Other Changes

Full Changelog: v5.1.1...v5.2.0

v5.1.1

31 Mar 17:31

Choose a tag to compare

What's Changed

Bug Fixes

  • Fix package.json definition so remix can correctly resolve sub-dependcies by @SimeonC in #124

New Contributors

Full Changelog: v5.1.0...v5.1.1

v5.1.0

01 Mar 05:34

Choose a tag to compare

What's Changed

Documentation Changes

  • Update README with Streaming support and warn useChangeLanguage by @Frans06 in #102

New Features

  • Add option to customize search parameter key by @hkan in #120

New Contributors

Full Changelog: v5.0.0...v5.1.0

v5.0.0

13 Dec 04:47

Choose a tag to compare

What's Changed

New Features

Full Changelog: v4.2.0...v5.0.0

v4.2.0

25 Nov 20:35

Choose a tag to compare

What's Changed

Documentation Changes

Other Changes

New Contributors

Full Changelog: v4.1.1...v4.2.0

v4.1.1

27 May 15:49

Choose a tag to compare

What's Changed

Documentation Changes

New Features

New Contributors

Full Changelog: v4.1.0...v4.1.1