Skip to content

ci: Version Packages#24

Merged
KevinVandy merged 1 commit intomainfrom
changeset-release/main
Feb 19, 2026
Merged

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

Conversation

@github-actions
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

@tanstack/hotkeys@0.1.3

Patch Changes

  • fix: hotkeys not triggering on Brave browser when target is document or window (#20)

    Hotkeys registered on document or window were not being triggered on Brave browser due to non-standard event.currentTarget behavior. Brave sets currentTarget to document.documentElement instead of document when a listener is attached to document, likely due to privacy/fingerprinting protections.

    Updated #isEventForTarget to accept both document and document.documentElement as valid currentTarget values for cross-browser compatibility.

@tanstack/hotkeys-devtools@0.1.3

Patch Changes

  • Updated dependencies [26a74d8]:
    • @tanstack/hotkeys@0.1.3

@tanstack/react-hotkeys@0.1.3

Patch Changes

  • Updated dependencies [26a74d8]:
    • @tanstack/hotkeys@0.1.3

@tanstack/react-hotkeys-devtools@0.1.3

Patch Changes

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

@tanstack/solid-hotkeys@0.1.3

Patch Changes

  • Updated dependencies [26a74d8]:
    • @tanstack/hotkeys@0.1.3

@tanstack/solid-hotkeys-devtools@0.1.3

Patch Changes

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

@KevinVandy KevinVandy merged commit 4744399 into main Feb 19, 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