Skip to content

Version Packages - #964

Merged
davedbase merged 1 commit into
mainfrom
changeset-release/main
Jul 4, 2026
Merged

Version Packages#964
davedbase merged 1 commit into
mainfrom
changeset-release/main

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

Releases

@solid-primitives/clipboard@1.6.5

Patch Changes

  • 4af6707: Fix createClipboard's deferInitial parameter being completely non-functional — deferInitial || true always evaluated to true regardless of the argument passed, so explicitly passing deferInitial={false} had no effect and the clipboard was never written from the initial signal value (resolves Clipboard deferInitial says the default is false but it is actually true #790). Also corrected the JSDoc, which incorrectly claimed the default was false when the intended (and actual, once fixed) default is true — skip the initial write unless deferInitial is explicitly false.

@solid-primitives/keyboard@1.3.6

Patch Changes

  • 8fdc007: Fix useKeyDownList (and everything built on it: useCurrentlyHeldKey, useKeyDownSequence, createKeyHold, createShortcut) failing to re-trigger on repeated presses of shortcuts involving the Meta key, e.g. ["Meta", "P"] on macOS. macOS never fires keyup for other keys held down together with Meta, only for Meta itself, so useKeyDownList now treats Meta's keyup as a signal to clear all tracked keys, preventing stale key state from corrupting the next press.

@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: dceab3a
Status:🚫  Build failed.

View logs

@davedbase
davedbase merged commit 3d44ac9 into main Jul 4, 2026
1 check failed
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.

Clipboard deferInitial says the default is false but it is actually true

1 participant