Skip to content

Commit 4744399

Browse files
ci: Version Packages (#24)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 26a74d8 commit 4744399

19 files changed

Lines changed: 71 additions & 35 deletions

File tree

.changeset/quiet-lions-retire.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

examples/react/useHeldKeys/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"test:types": "tsc"
1212
},
1313
"dependencies": {
14-
"@tanstack/react-hotkeys": "^0.1.2",
14+
"@tanstack/react-hotkeys": "^0.1.3",
1515
"react": "^19.2.4",
1616
"react-dom": "^19.2.4"
1717
},
1818
"devDependencies": {
1919
"@tanstack/react-devtools": "0.9.5",
20-
"@tanstack/react-hotkeys-devtools": "^0.1.2",
20+
"@tanstack/react-hotkeys-devtools": "^0.1.3",
2121
"@types/react": "^19.2.14",
2222
"@types/react-dom": "^19.2.3",
2323
"@vitejs/plugin-react": "^5.1.4",

examples/react/useHotkey/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"test:types": "tsc"
1212
},
1313
"dependencies": {
14-
"@tanstack/react-hotkeys": "^0.1.2",
14+
"@tanstack/react-hotkeys": "^0.1.3",
1515
"react": "^19.2.4",
1616
"react-dom": "^19.2.4"
1717
},
1818
"devDependencies": {
1919
"@tanstack/react-devtools": "0.9.5",
20-
"@tanstack/react-hotkeys-devtools": "^0.1.2",
20+
"@tanstack/react-hotkeys-devtools": "^0.1.3",
2121
"@types/react": "^19.2.14",
2222
"@types/react-dom": "^19.2.3",
2323
"@vitejs/plugin-react": "^5.1.4",

examples/react/useHotkeyRecorder/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"test:types": "tsc"
1212
},
1313
"dependencies": {
14-
"@tanstack/react-hotkeys": "^0.1.2",
14+
"@tanstack/react-hotkeys": "^0.1.3",
1515
"react": "^19.2.4",
1616
"react-dom": "^19.2.4"
1717
},
1818
"devDependencies": {
1919
"@tanstack/react-devtools": "0.9.5",
20-
"@tanstack/react-hotkeys-devtools": "^0.1.2",
20+
"@tanstack/react-hotkeys-devtools": "^0.1.3",
2121
"@types/react": "^19.2.14",
2222
"@types/react-dom": "^19.2.3",
2323
"@vitejs/plugin-react": "^5.1.4",

examples/react/useHotkeySequence/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"test:types": "tsc"
1212
},
1313
"dependencies": {
14-
"@tanstack/react-hotkeys": "^0.1.2",
14+
"@tanstack/react-hotkeys": "^0.1.3",
1515
"react": "^19.2.4",
1616
"react-dom": "^19.2.4"
1717
},
1818
"devDependencies": {
1919
"@tanstack/react-devtools": "0.9.5",
20-
"@tanstack/react-hotkeys-devtools": "^0.1.2",
20+
"@tanstack/react-hotkeys-devtools": "^0.1.3",
2121
"@types/react": "^19.2.14",
2222
"@types/react-dom": "^19.2.3",
2323
"@vitejs/plugin-react": "^5.1.4",

examples/react/useKeyhold/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"test:types": "tsc"
1212
},
1313
"dependencies": {
14-
"@tanstack/react-hotkeys": "^0.1.2",
14+
"@tanstack/react-hotkeys": "^0.1.3",
1515
"react": "^19.2.4",
1616
"react-dom": "^19.2.4"
1717
},
1818
"devDependencies": {
1919
"@tanstack/react-devtools": "0.9.5",
20-
"@tanstack/react-hotkeys-devtools": "^0.1.2",
20+
"@tanstack/react-hotkeys-devtools": "^0.1.3",
2121
"@types/react": "^19.2.14",
2222
"@types/react-dom": "^19.2.3",
2323
"@vitejs/plugin-react": "^5.1.4",

packages/hotkeys-devtools/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @tanstack/hotkeys-devtools
22

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`26a74d8`](https://github.com/TanStack/hotkeys/commit/26a74d8e3279766a5cddbc7e7f146af0557cfbb9)]:
8+
- @tanstack/hotkeys@0.1.3
9+
310
## 0.1.2
411

512
### Patch Changes

packages/hotkeys-devtools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/hotkeys-devtools",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Devtools for TanStack Hotkeys",
55
"author": "Tanner Linsley",
66
"license": "MIT",

packages/hotkeys/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @tanstack/hotkeys
22

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- fix: hotkeys not triggering on Brave browser when target is `document` or `window` ([#20](https://github.com/TanStack/hotkeys/pull/20))
8+
9+
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.
10+
11+
Updated `#isEventForTarget` to accept both `document` and `document.documentElement` as valid `currentTarget` values for cross-browser compatibility.
12+
313
## 0.1.2
414

515
### Patch Changes

packages/hotkeys/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/hotkeys",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Type-safe, framework-agnostic keyboard hotkey management for the browser",
55
"author": "Tanner Linsley",
66
"license": "MIT",

0 commit comments

Comments
 (0)