Skip to content

Version Packages#686

Open
daangnbot wants to merge 1 commit intomainfrom
changeset-release/main
Open

Version Packages#686
daangnbot wants to merge 1 commit intomainfrom
changeset-release/main

Conversation

@daangnbot
Copy link
Copy Markdown
Contributor

@daangnbot daangnbot commented Mar 17, 2026

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/plugin-blocker@0.1.0

Minor Changes

  • c740c5e: Add blockerPlugin and useBlocker hook for navigation blocking

    • useBlocker({ shouldBlock, onBlocked }) hook to declare blocking policies per activity
    • Blocking set model: multiple blockers can block a navigation, all must proceed() for it to execute
    • Only blockers from active (isActive: true) activities are evaluated
    • onBlocked notifications are serialized in navigation occurrence order (no re-entrancy)
    • Error isolation: one blocker's onBlocked throwing does not prevent other blockers from being notified
    • Plugin-level onError option for custom error handling (defaults to console.error)
    • Blocker cleanup on component unmount; previously captured proceed remains callable

@stackflow/plugin-sentry@0.1.0

Minor Changes

  • 7ad3502: feat(plugin-sentry): add Sentry browser tracing plugin for Stackflow navigation events

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages bot commented Mar 17, 2026

Deploying stackflow-demo with  Cloudflare Pages  Cloudflare Pages

Latest commit: b31f97f
Status: ✅  Deploy successful!
Preview URL: https://d21ecf85.stackflow-demo.pages.dev
Branch Preview URL: https://changeset-release-main.stackflow-demo.pages.dev

View logs

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages bot commented Mar 17, 2026

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
stackflow-docs b31f97f Commit Preview URL Mar 30 2026, 10:30 AM

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 17, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: f37ca5cd-2274-4089-b11a-7d657671d703

📥 Commits

Reviewing files that changed from the base of the PR and between 107de52 and b31f97f.

📒 Files selected for processing (6)
  • .changeset/add-plugin-blocker.md
  • docs/components/ChangelogContent.mdx
  • extensions/plugin-blocker/CHANGELOG.md
  • extensions/plugin-blocker/package.json
  • extensions/plugin-sentry/CHANGELOG.md
  • extensions/plugin-sentry/package.json
💤 Files with no reviewable changes (1)
  • .changeset/add-plugin-blocker.md
✅ Files skipped from review due to trivial changes (4)
  • extensions/plugin-blocker/package.json
  • extensions/plugin-sentry/CHANGELOG.md
  • extensions/plugin-sentry/package.json
  • extensions/plugin-blocker/CHANGELOG.md
🚧 Files skipped from review as they are similar to previous changes (1)
  • docs/components/ChangelogContent.mdx

📝 Walkthrough

Summary by CodeRabbit

  • New Features

    • Released plugin-blocker v0.1.0: adds per-activity navigation blocking and a useBlocker hook.
    • Multiple active blockers must all allow navigation before it proceeds; blocker notifications are serialized and isolated from each other.
    • Released plugin-sentry v0.1.0: adds Sentry browser tracing for navigation events.
  • Documentation

    • Changelog entries added documenting both releases and blocking behavior.

Walkthrough

Removes the pending changeset, adds changelog entries for two new packages, and bumps versions: @stackflow/plugin-blocker to v0.1.0 and @stackflow/plugin-sentry to v0.1.0. Documentation and changelogs updated to describe blocker semantics and the Sentry plugin release.

Changes

Cohort / File(s) Summary
Release metadata
\.changeset/add-plugin-blocker.md
Removed the pending changeset file that documented the plugin-blocker release.
Documentation & Changelogs
docs/components/ChangelogContent.mdx, extensions/plugin-blocker/CHANGELOG.md, extensions/plugin-sentry/CHANGELOG.md
Inserted changelog entry in project docs for 2026.03.30 covering blockerPlugin/useBlocker semantics and added released-package notes for @stackflow/plugin-blocker@0.1.0 and @stackflow/plugin-sentry@0.1.0; added package-specific changelogs.
Package version bumps
extensions/plugin-blocker/package.json, extensions/plugin-sentry/package.json
Bumped extensions/plugin-blocker version 0.0.10.1.0 and extensions/plugin-sentry version 0.0.00.1.0.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title 'Version Packages' is generic and refers to the Changesets release action workflow, accurately describing the PR's purpose as a version bump and release publication.
Description check ✅ Passed The description clearly explains the PR is a Changesets-generated release PR and details all packages being released with their version numbers and changes.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch changeset-release/main

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new bot commented Mar 17, 2026

  • @stackflow/demo

    yarn add https://pkg.pr.new/daangn/stackflow/@stackflow/plugin-blocker@686.tgz
    

commit: f14304f

@github-actions github-actions bot force-pushed the changeset-release/main branch from f14304f to 107de52 Compare March 19, 2026 03:51
@github-actions github-actions bot force-pushed the changeset-release/main branch from 107de52 to b31f97f Compare March 30, 2026 10:27
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.

1 participant