Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[next] Support Incremental Partial Prerendering #11560

Merged
merged 4 commits into from
May 8, 2024

Conversation

wyattjoh
Copy link
Member

@wyattjoh wyattjoh commented May 7, 2024

This fixes the logic that detects if partial prerendering (PPR) has been enabled for a project. The new incremental adoption pathway allows setting the experimental.ppr = 'incremental' which the previous code did not support.

Copy link

changeset-bot bot commented May 7, 2024

🦋 Changeset detected

Latest commit: d16ee8f

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@vercel/next Patch
vercel Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

'@vercel/next': patch
---

Support incremental partial prerendering
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did we agree on calling it "incremental adoption of partial prerendering"? Either way, the wording should be consistent.

@wyattjoh wyattjoh merged commit 119f80e into main May 8, 2024
105 of 110 checks passed
@wyattjoh wyattjoh deleted the wyattjohnson/nextjs-incremental-ppr branch May 8, 2024 14:13
ztanner pushed a commit that referenced this pull request May 9, 2024
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.


# Releases
## vercel@34.1.10

### Patch Changes

- Updated dependencies
\[[`119f80e96`](119f80e),
[`11584b0e9`](11584b0),
[`3023122d4`](3023122),
[`0e774b6be`](0e774b6)]:
    -   @vercel/next@4.2.9
    -   @vercel/static-build@2.5.4

## @vercel/next@4.2.9

### Patch Changes

- Support incremental partial prerendering
([#11560](#11560))

- ensure `.action` outputs are created for edge functions
([#11568](#11568))

-   ([#11566](#11566))

## @vercel/static-build@2.5.4

### Patch Changes

- Fix `Cannot read properties of null` error
([#11559](#11559))

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants