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