Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions .changeset/odd-ties-clap.md

This file was deleted.

3 changes: 1 addition & 2 deletions examples/angular/injectHeldKeys/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "inject-held-keys",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve --port=3069",
Expand All @@ -18,7 +17,7 @@
"@angular/platform-browser": "^21.2.1",
"@angular/platform-browser-dynamic": "^21.2.1",
"@angular/router": "^21.2.1",
"@tanstack/angular-hotkeys": "^0.3.3",
"@tanstack/angular-hotkeys": "^0.4.0",
"rxjs": "~7.8.2",
"tslib": "^2.8.1",
"zone.js": "~0.16.1"
Expand Down
3 changes: 1 addition & 2 deletions examples/angular/injectHotkey/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "inject-hotkey",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve --port=3069",
Expand All @@ -18,7 +17,7 @@
"@angular/platform-browser": "^21.2.1",
"@angular/platform-browser-dynamic": "^21.2.1",
"@angular/router": "^21.2.1",
"@tanstack/angular-hotkeys": "^0.3.3",
"@tanstack/angular-hotkeys": "^0.4.0",
"rxjs": "~7.8.2",
"tslib": "^2.8.1",
"zone.js": "~0.16.1"
Expand Down
3 changes: 1 addition & 2 deletions examples/angular/injectHotkeyRecorder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "inject-hotkey-recorder",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve --port=3069",
Expand All @@ -18,7 +17,7 @@
"@angular/platform-browser": "^21.2.1",
"@angular/platform-browser-dynamic": "^21.2.1",
"@angular/router": "^21.2.1",
"@tanstack/angular-hotkeys": "^0.3.3",
"@tanstack/angular-hotkeys": "^0.4.0",
"rxjs": "~7.8.2",
"tslib": "^2.8.1",
"zone.js": "~0.16.1"
Expand Down
3 changes: 1 addition & 2 deletions examples/angular/injectHotkeySequence/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "inject-hotkey-sequence",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve --port=3069",
Expand All @@ -18,7 +17,7 @@
"@angular/platform-browser": "^21.2.1",
"@angular/platform-browser-dynamic": "^21.2.1",
"@angular/router": "^21.2.1",
"@tanstack/angular-hotkeys": "^0.3.3",
"@tanstack/angular-hotkeys": "^0.4.0",
"rxjs": "~7.8.2",
"tslib": "^2.8.1",
"zone.js": "~0.16.1"
Expand Down
3 changes: 1 addition & 2 deletions examples/angular/injectKeyHold/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "inject-key-hold",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve --port=3069",
Expand All @@ -18,7 +17,7 @@
"@angular/platform-browser": "^21.2.1",
"@angular/platform-browser-dynamic": "^21.2.1",
"@angular/router": "^21.2.1",
"@tanstack/angular-hotkeys": "^0.3.3",
"@tanstack/angular-hotkeys": "^0.4.0",
"rxjs": "~7.8.2",
"tslib": "^2.8.1",
"zone.js": "~0.16.1"
Expand Down
4 changes: 2 additions & 2 deletions examples/preact/useHeldKeys/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"test:types": "tsc"
},
"dependencies": {
"@tanstack/preact-hotkeys": "^0.3.3",
"@tanstack/preact-hotkeys": "^0.4.0",
"preact": "^10.28.4"
},
"devDependencies": {
"@preact/preset-vite": "^2.10.3",
"@tanstack/preact-devtools": "0.9.15",
"@tanstack/preact-hotkeys-devtools": "^0.3.3",
"@tanstack/preact-hotkeys-devtools": "^0.4.0",
"typescript": "5.9.3",
"vite": "^7.3.1"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/preact/useHotkey/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"test:types": "tsc"
},
"dependencies": {
"@tanstack/preact-hotkeys": "^0.3.3",
"@tanstack/preact-hotkeys": "^0.4.0",
"preact": "^10.28.4"
},
"devDependencies": {
"@preact/preset-vite": "^2.10.3",
"@tanstack/preact-devtools": "0.9.15",
"@tanstack/preact-hotkeys-devtools": "^0.3.3",
"@tanstack/preact-hotkeys-devtools": "^0.4.0",
"typescript": "5.9.3",
"vite": "^7.3.1"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/preact/useHotkeyRecorder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"test:types": "tsc"
},
"dependencies": {
"@tanstack/preact-hotkeys": "^0.3.3",
"@tanstack/preact-hotkeys": "^0.4.0",
"preact": "^10.28.4"
},
"devDependencies": {
"@preact/preset-vite": "^2.10.3",
"@tanstack/preact-devtools": "0.9.15",
"@tanstack/preact-hotkeys-devtools": "^0.3.3",
"@tanstack/preact-hotkeys-devtools": "^0.4.0",
"typescript": "5.9.3",
"vite": "^7.3.1"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/preact/useHotkeySequence/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"test:types": "tsc"
},
"dependencies": {
"@tanstack/preact-hotkeys": "^0.3.3",
"@tanstack/preact-hotkeys": "^0.4.0",
"preact": "^10.28.4"
},
"devDependencies": {
"@preact/preset-vite": "^2.10.3",
"@tanstack/preact-devtools": "0.9.15",
"@tanstack/preact-hotkeys-devtools": "^0.3.3",
"@tanstack/preact-hotkeys-devtools": "^0.4.0",
"typescript": "5.9.3",
"vite": "^7.3.1"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/preact/useKeyhold/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"test:types": "tsc"
},
"dependencies": {
"@tanstack/preact-hotkeys": "^0.3.3",
"@tanstack/preact-hotkeys": "^0.4.0",
"preact": "^10.28.4"
},
"devDependencies": {
"@preact/preset-vite": "^2.10.3",
"@tanstack/preact-devtools": "0.9.15",
"@tanstack/preact-hotkeys-devtools": "^0.3.3",
"@tanstack/preact-hotkeys-devtools": "^0.4.0",
"typescript": "5.9.3",
"vite": "^7.3.1"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/react/useHeldKeys/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"test:types": "tsc"
},
"dependencies": {
"@tanstack/react-hotkeys": "^0.3.3",
"@tanstack/react-hotkeys": "^0.4.0",
"react": "^19.2.4",
"react-dom": "^19.2.4"
},
"devDependencies": {
"@tanstack/react-devtools": "0.9.10",
"@tanstack/react-hotkeys-devtools": "^0.3.3",
"@tanstack/react-hotkeys-devtools": "^0.4.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.4",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/useHotkey/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"test:types": "tsc"
},
"dependencies": {
"@tanstack/react-hotkeys": "^0.3.3",
"@tanstack/react-hotkeys": "^0.4.0",
"react": "^19.2.4",
"react-dom": "^19.2.4"
},
"devDependencies": {
"@tanstack/react-devtools": "0.9.10",
"@tanstack/react-hotkeys-devtools": "^0.3.3",
"@tanstack/react-hotkeys-devtools": "^0.4.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.4",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/useHotkeyRecorder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"test:types": "tsc"
},
"dependencies": {
"@tanstack/react-hotkeys": "^0.3.3",
"@tanstack/react-hotkeys": "^0.4.0",
"react": "^19.2.4",
"react-dom": "^19.2.4"
},
"devDependencies": {
"@tanstack/react-devtools": "0.9.10",
"@tanstack/react-hotkeys-devtools": "^0.3.3",
"@tanstack/react-hotkeys-devtools": "^0.4.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.4",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/useHotkeySequence/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"test:types": "tsc"
},
"dependencies": {
"@tanstack/react-hotkeys": "^0.3.3",
"@tanstack/react-hotkeys": "^0.4.0",
"react": "^19.2.4",
"react-dom": "^19.2.4"
},
"devDependencies": {
"@tanstack/react-devtools": "0.9.10",
"@tanstack/react-hotkeys-devtools": "^0.3.3",
"@tanstack/react-hotkeys-devtools": "^0.4.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.4",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/useKeyhold/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"test:types": "tsc"
},
"dependencies": {
"@tanstack/react-hotkeys": "^0.3.3",
"@tanstack/react-hotkeys": "^0.4.0",
"react": "^19.2.4",
"react-dom": "^19.2.4"
},
"devDependencies": {
"@tanstack/react-devtools": "0.9.10",
"@tanstack/react-hotkeys-devtools": "^0.3.3",
"@tanstack/react-hotkeys-devtools": "^0.4.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.4",
Expand Down
4 changes: 2 additions & 2 deletions examples/solid/createHeldKeys/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"dependencies": {
"@tanstack/devtools-utils": "^0.3.2",
"@tanstack/solid-devtools": "0.7.30",
"@tanstack/solid-hotkeys": "^0.3.3",
"@tanstack/solid-hotkeys-devtools": "^0.3.3",
"@tanstack/solid-hotkeys": "^0.4.0",
"@tanstack/solid-hotkeys-devtools": "^0.4.0",
"solid-js": "^1.9.11"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/solid/createHotkey/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"dependencies": {
"@tanstack/devtools-utils": "^0.3.2",
"@tanstack/solid-devtools": "0.7.30",
"@tanstack/solid-hotkeys": "^0.3.3",
"@tanstack/solid-hotkeys-devtools": "^0.3.3",
"@tanstack/solid-hotkeys": "^0.4.0",
"@tanstack/solid-hotkeys-devtools": "^0.4.0",
"solid-js": "^1.9.11"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/solid/createHotkeyRecorder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"dependencies": {
"@tanstack/devtools-utils": "^0.3.2",
"@tanstack/solid-devtools": "0.7.30",
"@tanstack/solid-hotkeys": "^0.3.3",
"@tanstack/solid-hotkeys-devtools": "^0.3.3",
"@tanstack/solid-hotkeys": "^0.4.0",
"@tanstack/solid-hotkeys-devtools": "^0.4.0",
"solid-js": "^1.9.11"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/solid/createHotkeySequence/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"dependencies": {
"@tanstack/devtools-utils": "^0.3.2",
"@tanstack/solid-devtools": "0.7.30",
"@tanstack/solid-hotkeys": "^0.3.3",
"@tanstack/solid-hotkeys-devtools": "^0.3.3",
"@tanstack/solid-hotkeys": "^0.4.0",
"@tanstack/solid-hotkeys-devtools": "^0.4.0",
"solid-js": "^1.9.11"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/solid/createKeyHold/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"dependencies": {
"@tanstack/devtools-utils": "^0.3.2",
"@tanstack/solid-devtools": "0.7.30",
"@tanstack/solid-hotkeys": "^0.3.3",
"@tanstack/solid-hotkeys-devtools": "^0.3.3",
"@tanstack/solid-hotkeys": "^0.4.0",
"@tanstack/solid-hotkeys-devtools": "^0.4.0",
"solid-js": "^1.9.11"
},
"devDependencies": {
Expand Down
12 changes: 12 additions & 0 deletions packages/angular-hotkeys/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @tanstack/angular-hotkeys

## 0.4.0

### Minor Changes

- add angular adapter and upgrade packages ([#31](https://github.com/TanStack/hotkeys/pull/31))

### Patch Changes

- Updated dependencies [[`c173ed0`](https://github.com/TanStack/hotkeys/commit/c173ed079c6b0f282c9cf8dcb6d9523408eca5a0)]:
- @tanstack/hotkeys@0.4.0
2 changes: 1 addition & 1 deletion packages/angular-hotkeys/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/angular-hotkeys",
"version": "0.3.3",
"version": "0.4.0",
"description": "Angular adapter for TanStack Hotkeys",
"author": "Tanner Linsley",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/hotkeys-devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @tanstack/hotkeys-devtools

## 0.4.0

### Minor Changes

- add angular adapter and upgrade packages ([#31](https://github.com/TanStack/hotkeys/pull/31))

### Patch Changes

- Updated dependencies [[`c173ed0`](https://github.com/TanStack/hotkeys/commit/c173ed079c6b0f282c9cf8dcb6d9523408eca5a0)]:
- @tanstack/hotkeys@0.4.0

## 0.3.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hotkeys-devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/hotkeys-devtools",
"version": "0.3.3",
"version": "0.4.0",
"description": "Devtools for TanStack Hotkeys",
"author": "Tanner Linsley",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/hotkeys/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tanstack/hotkeys

## 0.4.0

### Minor Changes

- add angular adapter and upgrade packages ([#31](https://github.com/TanStack/hotkeys/pull/31))

## 0.3.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hotkeys/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/hotkeys",
"version": "0.3.3",
"version": "0.4.0",
"description": "Type-safe, framework-agnostic keyboard hotkey management for the browser",
"author": "Tanner Linsley",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/preact-hotkeys-devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @tanstack/preact-hotkeys-devtools

## 0.4.0

### Minor Changes

- add angular adapter and upgrade packages ([#31](https://github.com/TanStack/hotkeys/pull/31))

### Patch Changes

- Updated dependencies [[`c173ed0`](https://github.com/TanStack/hotkeys/commit/c173ed079c6b0f282c9cf8dcb6d9523408eca5a0)]:
- @tanstack/hotkeys-devtools@1.0.0

## 0.3.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/preact-hotkeys-devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/preact-hotkeys-devtools",
"version": "0.3.3",
"version": "0.4.0",
"description": "Preact devtools for TanStack Hotkeys",
"author": "Tanner Linsley",
"license": "MIT",
Expand Down
Loading
Loading