Skip to content

1.3.0

Compare
Choose a tag to compare
@QuiiBz QuiiBz released this 28 Oct 18:11
· 1 commit to main since this release
c332633

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:

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: 1.2.4...1.3.0