Skip to content

Conversation

@ClarkXia
Copy link
Collaborator

This pull request introduces a new feature that allows for custom Suspense wrappers to be registered and used within the runtime. This enables developers to wrap Suspense boundaries with additional components for cross-cutting concerns (e.g., logging, error boundaries, analytics). The implementation involves changes to the runtime's API, context, and the Suspense component itself.

riopop and others added 2 commits August 22, 2025 10:32
* feat: add SuspenseWrappers to Runtime

* chore(runtime): format code

* fix(runtime): Apply suggestions from code review

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* fix(runtime): remove redundant composeSuspenseWrappers function

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* chore: update versions

* Remove 3.6.6 entry from CHANGELOG

Removed version 3.6.6 entry from CHANGELOG.

* Update package.json

* Update CHANGELOG.md

* Downgrade version from 1.1.7 to 1.1.6

* Remove changelog entry for version 1.2.7

Removed version 1.2.7 entry from changelog.

* Update package.json

* Update CHANGELOG.md

* Update package.json

* Update package.json

* Update package.json

* Update pnpm-lock.yaml
Copy link
Collaborator

@wssgcg1213 wssgcg1213 left a comment

Choose a reason for hiding this comment

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

LGTM

@ClarkXia ClarkXia merged commit 8e27933 into master Aug 27, 2025
17 of 19 checks passed
@ClarkXia ClarkXia deleted the release/next branch August 27, 2025 08:05
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.

5 participants