Skip to content

Releases: sergiodxa/remix-i18next

v6.4.1

20 Sep 06:42
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • Replace Array#at with array[I] to support more browsers by @jansedlon in #213

Full Changelog: v6.4.0...v6.4.1

v6.4.0

18 Sep 15:41
Compare
Choose a tag to compare

What's Changed

New Features

Full Changelog: v6.3.1...v6.4.0

v6.3.1

17 Sep 22:46
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • Handle additional whitespaces and don't throw exception on invalid locale by @jansedlon in #211

Other Changes

New Contributors

Full Changelog: v6.3.0...v6.3.1

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