Conversation
Deploying stackflow-demo with
|
| Latest commit: |
f14304f
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://b4c8fcd5.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 | f14304f | Commit Preview URL | Mar 17 2026, 03:07 AM |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
💤 Files with no reviewable changes (1)
📝 WalkthroughSummary by CodeRabbit
WalkthroughThe changes finalize the release of the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
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 Tip CodeRabbit can use OpenGrep to find security vulnerabilities and bugs across 17+ programming languages.OpenGrep is compatible with Semgrep configurations. Add an |
commit: |
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 activityproceed()for it to executeisActive: true) activities are evaluatedonBlockednotifications are serialized in navigation occurrence order (no re-entrancy)onBlockedthrowing does not prevent other blockers from being notifiedonErroroption for custom error handling (defaults toconsole.error)proceedremains callable