Version Packages#718
Conversation
Deploying stackflow-demo with
|
| Latest commit: |
5be16d5
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://a485295e.stackflow-demo.pages.dev |
| Branch Preview URL: | https://changeset-release-main.stackflow-demo.pages.dev |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
stackflow-docs | ff3161b | Commit Preview URL | Jun 08 2026, 02:39 PM |
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (10)
Disabled knowledge base sources:
📝 WalkthroughSummary by CodeRabbit
WalkthroughThis PR updates release metadata and documentation across the stackflow monorepo. It bumps ChangesRelease Version Updates and Documentation
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
@stackflow/core
@stackflow/link
@stackflow/plugin-basic-ui
@stackflow/plugin-blocker
@stackflow/plugin-devtools
@stackflow/plugin-google-analytics-4
@stackflow/plugin-history-sync
@stackflow/plugin-lifecycle
@stackflow/plugin-renderer-basic
@stackflow/plugin-renderer-web
@stackflow/plugin-sentry
@stackflow/plugin-stack-depth-change
@stackflow/react-ui-core
@stackflow/react
commit: |
5be16d5 to
ff3161b
Compare
This PR was opened by the Changesets release 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
@stackflow/react@2.1.0
Minor Changes
510a287: Expose
prepareon thestackflow()output to preload an activity's component chunk and data loader from outside the React render tree (e.g. at app bootstrap, before the first render), without depending on React Context.The signature matches the existing
usePreparehook (omitting params warms the chunk only; passing params also fires the loader), andusePrepareis now a thin wrapper over the same implementation, so in-tree callers are unchanged. Failures are delivered as a rejection of the returned promise rather than a synchronous throw.@stackflow/core@2.0.1
Patch Changes
stepContextevent fields andActivityStep.contextstorage that were added for plugin-history-sync URL preservation.
@stackflow/plugin-history-sync@1.11.2
Patch Changes
1.11.0.Internal navigation now preserves non-string param values at runtime again, while
URL arrivals continue to use decoded URL params as before.