-
-
Notifications
You must be signed in to change notification settings - Fork 251
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ Here's what's new in `[email protected]`: | |
3. [**Strictly-typed ICU arguments**](#strictly-typed-icu-arguments) | ||
4. [**GDPR compliance**](#gdpr-compliance) | ||
5. [**Modernized build output**](#modernized-build-output) | ||
6. [**Preparation for upcoming Next.js features**](#nextjs-ppr-dynamicio) | ||
6. [**Preparation for upcoming Next.js features**](#nextjs-future) | ||
|
||
Please also have a look at the [other breaking changes](#other-breaking-changes) before you [upgrade](#upgrade-now). | ||
|
||
|
@@ -194,7 +194,7 @@ The build output of `next-intl` has been modernized and now leverages the follow | |
|
||
With these changes, the bundle size of `next-intl` has been reduced by ~7% ([all details](https://github.com/amannn/next-intl/pull/1470)). | ||
|
||
## Preparation for `ppr` and `dynamicIO` [#nextjs-ppr-dynamicio] | ||
## Preparation for upcoming Next.js features [#nextjs-future] | ||
|
||
To ensure that the sails of `next-intl` are set for a steady course in the upcoming future, I've investigated the implications of upcoming Next.js features like [Partial Prerendering](https://nextjs.org/docs/app/api-reference/next-config-js/ppr) and [`dynamicIO`](https://nextjs.org/docs/canary/app/api-reference/config/next-config-js/dynamicIO) for `next-intl`. | ||
|
||
|