Skip to content

chore: version packages#51

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

chore: version packages#51
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/router@1.2.8

Patch Changes

  • 932821b: Fix Outlet's SPA fallback (no RouteDataProvider in context) to honour Route.static. The fallback branch only checked route._loader and route._handlersRoute.static puts its loader inside _staticConfig.load and sets neither of those, so hasHooks was false, the branch was skipped, and routeData stayed at its default with data: undefined. route.render(undefined) then crashed on any static-route render function that touched its data argument.

    Now the fallback also runs _staticConfig?.load when present. Route.static routes work correctly in pure-SPA mode (no @effex/platform), and the "provider dropped through unexpectedly" cases stop presenting as opaque Cannot read properties of undefined from user code.

docs@0.0.20

Patch Changes

  • Updated dependencies [932821b]
    • @effex/router@1.2.8

@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: ef20dc2
Status: ✅  Deploy successful!
Preview URL: https://f3af0a35.effex-api.pages.dev
Branch Preview URL: https://changeset-release-main.effex-api.pages.dev

View logs

@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying effex with  Cloudflare Pages  Cloudflare Pages

Latest commit: ef20dc2
Status: ✅  Deploy successful!
Preview URL: https://2a2416c0.effex.pages.dev
Branch Preview URL: https://changeset-release-main.effex.pages.dev

View logs

@jonlaing
jonlaing merged commit 651ff84 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