Download Latest Version 1.3.1 source code.tar.gz (262.7 kB)
Email in envelope

Get an email when there's a new version of next international

Home / 1.3.0
Name Modified Size InfoDownloads / Week
Parent folder
1.3.0 source code.tar.gz 2024-10-28 262.7 kB
1.3.0 source code.zip 2024-10-28 313.7 kB
README.md 2024-10-28 1.3 kB
Totals: 3 Items   577.6 kB 0

next-international 1.3.0 includes support for Next.js 15, thanks to @blechatellier. There are no changes to the user-facing APIs from next-international; however, Next.js 15 now requires dynamic APIs to be await'ed. This impacts params.locale, which you will need to manually await.

When migrating to Next.js 15 on a previous version while already using next-international, make sure to run the codemod before updating next-international to this version or higher:

:::sh
npx @next/codemod@canary upgrade latest
npm i next-international@latest

Learn more about the Next.js 15 migration in the documentation.

What's Changed

New Contributors

Full Changelog: https://github.com/QuiiBz/next-international/compare/1.2.4...1.3.0

Source: README.md, updated 2024-10-28