Skip to content

chore: version packages#48

Merged
jonlaing merged 1 commit into
mainfrom
changeset-release/main
Jul 24, 2026
Merged

chore: version packages#48
jonlaing merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

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

@effex/dom@1.3.2

Patch Changes

  • 4f1f4fe: Surface reconcile-subscription failures via console.error. Every ControlCtx (ClientControlCtx, both HydrationControlCtx factories) implemented subscribe(readable, handler) by forking the stream reader into the parent scope. That's the right lifecycle model, but Effect.forkIn swallows fiber failures — if the handler ever threw (a route render errored, a data provider died mid-nav, a slot insertion blew up), the fiber died silently and the UI froze with no console output.

    Now every subscription goes through a shared subscribeReconcile helper that:

    1. Logs each failing handler run to console.error with a full Effect Cause.pretty (fiber trace + underlying errors) so devtools and error trackers pick it up.
    2. Catches the failure at the per-value boundary so a single bad update doesn't kill the subscription — subsequent state changes still fire the handler. Navigating away from a broken route and back now recovers.

    Practical impact: Outlet navigation errors (route render throws, data-provider rejects, guard errors) now surface immediately at the source instead of appearing as an unresponsive Outlet.

@effex/router@1.2.7

Patch Changes

  • Updated dependencies [4f1f4fe]
    • @effex/dom@1.3.2

docs@0.0.19

Patch Changes

  • Updated dependencies [4f1f4fe]
    • @effex/dom@1.3.2
    • @effex/router@1.2.7

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jul 24, 2026

Copy link
Copy Markdown

Deploying effex-api with  Cloudflare Pages  Cloudflare Pages

Latest commit: 5a2b2a6
Status: ✅  Deploy successful!
Preview URL: https://007e9589.effex-api.pages.dev
Branch Preview URL: https://changeset-release-main.effex-api.pages.dev

View logs

@github-actions
github-actions Bot force-pushed the changeset-release/main branch from a2ea3ec to d5e6986 Compare July 24, 2026 17:23
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jul 24, 2026

Copy link
Copy Markdown

Deploying effex with  Cloudflare Pages  Cloudflare Pages

Latest commit: 5a2b2a6
Status: ✅  Deploy successful!
Preview URL: https://81c5ace6.effex.pages.dev
Branch Preview URL: https://changeset-release-main.effex.pages.dev

View logs

@github-actions
github-actions Bot force-pushed the changeset-release/main branch from d5e6986 to 5a2b2a6 Compare July 24, 2026 17:25
@jonlaing
jonlaing merged commit 16b0b03 into main Jul 24, 2026
4 checks passed
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