Skip to content

chore: update versions (beta) - #81

Merged
XiNiHa merged 1 commit into
mainfrom
changeset-release/main
Aug 21, 2026
Merged

chore: update versions (beta)#81
XiNiHa merged 1 commit into
mainfrom
changeset-release/main

Conversation

@XiNiHa

@XiNiHa XiNiHa commented Aug 21, 2026

Copy link
Copy Markdown
Owner

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.

⚠️⚠️⚠️⚠️⚠️⚠️

main is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on main.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

solid-relay@1.0.0-beta.28

Patch Changes

  • 996e806: fix: publish fragment results synchronously

    createFragment deferred every observeFragment result to a microtask, including the first snapshot emitted synchronously on subscribe for data already in the store. Nested fragment components therefore needed one microtask turn per level, and when mounted inside a pending Solid transition (e.g. a router navigation) each level's gating memo was computed on both the normal and the transition branch, re-creating the subtree 2^depth - 1 times. Results are now published synchronously, and the underlying resource resolves immediately for data already in the store instead of becoming pending.

@pkg-pr-new

pkg-pr-new Bot commented Aug 21, 2026

Copy link
Copy Markdown

Open in StackBlitz

npm i https://pkg.pr.new/solid-relay@81

commit: 345f0c8

@codecov

codecov Bot commented Aug 21, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.95%. Comparing base (996e806) to head (768e517).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #81   +/-   ##
=======================================
  Coverage   90.95%   90.95%           
=======================================
  Files          20       20           
  Lines         741      741           
  Branches      143      143           
=======================================
  Hits          674      674           
  Misses         57       57           
  Partials       10       10           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@XiNiHa
XiNiHa merged commit d50733c into main Aug 21, 2026
3 of 5 checks passed
@XiNiHa
XiNiHa deleted the changeset-release/main branch August 21, 2026 15:07
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