Skip to content

ci: Version Packages#49

Merged
KevinVandy merged 1 commit intomainfrom
changeset-release/main
Mar 3, 2026
Merged

ci: Version Packages#49
KevinVandy merged 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Mar 3, 2026

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

@tanstack/hotkeys@0.3.1

Patch Changes

  • fix: handle dead keys in matchesKeyboardEvent (#40)

    When event.key is 'Dead' (length 4), the existing event.code fallback—gated behind eventKey.length === 1—was never reached, causing hotkeys to silently fail.

    This most commonly affects macOS, where Option+letter combinations like Option+E, Option+I, Option+U, and Option+N produce dead keys for accent composition. It also affects Windows and Linux users with international keyboard layouts (e.g., US-International, German, French) where certain key combinations produce dead keys.

    Added an early check: when event.key normalizes to 'Dead', immediately fall back to event.code to extract the physical key via the Key*/Digit* prefixes. Punctuation dead keys (e.g., ' on US-International, where event.code is 'Quote') correctly return false since their codes don't match letter or digit patterns.

@tanstack/hotkeys-devtools@0.3.1

Patch Changes

  • Updated dependencies [762cabf]:
    • @tanstack/hotkeys@0.3.1

@tanstack/preact-hotkeys@0.3.1

Patch Changes

  • Updated dependencies [762cabf]:
    • @tanstack/hotkeys@0.3.1

@tanstack/preact-hotkeys-devtools@0.3.1

Patch Changes

  • Updated dependencies []:
    • @tanstack/hotkeys-devtools@0.3.1

@tanstack/react-hotkeys@0.3.1

Patch Changes

  • Updated dependencies [762cabf]:
    • @tanstack/hotkeys@0.3.1

@tanstack/react-hotkeys-devtools@0.3.1

Patch Changes

  • Updated dependencies []:
    • @tanstack/hotkeys-devtools@0.3.1

@tanstack/solid-hotkeys@0.3.1

Patch Changes

  • Updated dependencies [762cabf]:
    • @tanstack/hotkeys@0.3.1

@tanstack/solid-hotkeys-devtools@0.3.1

Patch Changes

  • Updated dependencies []:
    • @tanstack/hotkeys-devtools@0.3.1

@github-actions github-actions bot force-pushed the changeset-release/main branch from 983b164 to dc65414 Compare March 3, 2026 14:02
@KevinVandy KevinVandy merged commit 7169c65 into main Mar 3, 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.

1 participant