Skip to content

Version Packages#2

Closed
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main
Closed

Version Packages#2
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

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

Copy link
Copy Markdown

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

Patch Changes

  • 84a372f: 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 solidjs-community/solid-primitives#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.7

Patch Changes

  • ccef147: 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.

@github-actions github-actions Bot force-pushed the changeset-release/main branch 2 times, most recently from 1003ffc to c09f15f Compare July 4, 2026 18:24
@github-actions github-actions Bot force-pushed the changeset-release/main branch from c09f15f to a67a171 Compare July 4, 2026 19:18
@davedbase davedbase closed this Jul 4, 2026
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