1.3.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:
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
- feat: support
next@15
by @blechatellier in #426
New Contributors
- @blechatellier made their first contribution in #426
Full Changelog: 1.2.4...1.3.0