Name | Modified | Size | Downloads / 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
- feat: support
next@15
by @blechatellier in https://github.com/QuiiBz/next-international/pull/426
New Contributors
- @blechatellier made their first contribution in https://github.com/QuiiBz/next-international/pull/426
Full Changelog: https://github.com/QuiiBz/next-international/compare/1.2.4...1.3.0