Skip to content

Releases: sergiodxa/remix-i18next

v6.3.0

07 Aug 15:07
Compare
Choose a tag to compare

What's Changed

New Features

Full Changelog: v6.2.1...v6.3.0

v6.2.1

06 Aug 16:55
Compare
Choose a tag to compare

What's Changed

New Features

Full Changelog: v6.2.0...v6.2.1

v6.2.0

05 Aug 19:58
Compare
Choose a tag to compare

What's Changed

New Features

Full Changelog: v6.1.1...v6.2.0

v6.1.1

02 Aug 04:36
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v6.1.0...v6.1.1

v6.1.0

06 Apr 05:40
Compare
Choose a tag to compare

What's Changed

Documentation Changes

New Features

New Contributors

Full Changelog: v6.0.1...v6.1.0

v6.0.1

24 Feb 03:11
Compare
Choose a tag to compare

Full Changelog: v6.0.0...v6.0.1

v6.0.0

23 Feb 21:26
Compare
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
Compare
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
Compare
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
Compare
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