Conversation
Deploying stackflow-demo with
|
| Latest commit: |
107de52
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://2c906d87.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 | 107de52 | Commit Preview URL | Mar 19 2026, 04:09 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)
✅ Files skipped from review due to trivial changes (2)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughSummary by CodeRabbit
WalkthroughFinalizes release of Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (2 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 |
commit: |
f14304f to
107de52
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/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