Conversation
Deploying stackflow-demo with
|
| 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 |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
stackflow-docs | b31f97f | Commit Preview URL | Mar 30 2026, 10:30 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 (6)
💤 Files with no reviewable changes (1)
✅ Files skipped from review due to trivial changes (4)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughSummary by CodeRabbit
WalkthroughRemoves the pending changeset, adds changelog entries for two new packages, and bumps versions: 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)
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
107de52 to
b31f97f
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@stackflow/plugin-sentry@0.1.0
Minor Changes