Skip to content

Version Packages (next)#958

Merged
davedbase merged 1 commit into
nextfrom
changeset-release/next
Jul 4, 2026
Merged

Version Packages (next)#958
davedbase merged 1 commit into
nextfrom
changeset-release/next

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 4, 2026

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 next, this PR will be updated.

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

next 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 next.

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

Releases

@solid-primitives/resize-observer@4.0.0-next.1

Minor Changes

  • d0cc459: Add clientWidth/clientHeight to getElementSize and createElementSize (resolves feat: add clientWidth/clientHeight for createElementSize #804). These come from the element's clientWidth/clientHeight properties (padding-box, excludes border/scrollbar, unaffected by CSS transforms) alongside the existing width/height (from getBoundingClientRect, border-box, affected by CSS transforms). Purely additive — non-breaking.

@solid-primitives/video@1.0.0-next.1

Minor Changes

  • 7ec7507: Add makeVideoFrameCallback and createVideoFrameCallback — wrappers around HTMLVideoElement.requestVideoFrameCallback (resolves createVideoFrameCallback #365). The callback fires once per displayed video frame instead of once per display refresh, naturally stops while the video is paused, and receives frame metadata (mediaTime, presentedFrames, etc.) for syncing work to actual playback. makeVideoFrameCallback is non-reactive (no Solid owner required); createVideoFrameCallback wraps it in a signal and stops automatically onCleanup.

@cloudflare-workers-and-pages

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

Copy link
Copy Markdown

Deploying solid-primitives with  Cloudflare Pages  Cloudflare Pages

Latest commit: ebb71cd
Status:🚫  Build failed.

View logs

@github-actions github-actions Bot force-pushed the changeset-release/next branch from 1fd2463 to ebb71cd Compare July 4, 2026 17:55
@davedbase davedbase merged commit 6e78583 into next Jul 4, 2026
1 check failed
@davedbase davedbase deleted the changeset-release/next branch July 4, 2026 17:58
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