COMMITS
April 14, 2026
M
Fix: Respect `disableFocus()` when handling Escape (#937)
Manu MA committed
April 8, 2026
S
Update dependencies
Sindre Sorhus committed
April 7, 2026
N
Add `wrap="hard"` option to `Text` component (#925)
Niraj Patel committed
April 6, 2026
S
Use `useEffectEvent` in `useInput` and `usePaste` to avoid per-render re-subscription
Sindre Sorhus committed
S
Stop setting `key.meta` to `true` when Escape is pressed
Sindre Sorhus committed
J
Add border background color support for `Box` component (#906)
Jim Riordan committed
H
Fix build output and add tests (#932)
Hichem committed
April 5, 2026
S
Add `useAnimation` hook for built-in animation support
Sindre Sorhus committed
April 4, 2026
S
Remove `option` field from keypress parser, merge Alt into `meta`
Sindre Sorhus committed
S
Remove unused values from `textWrap` enum
Sindre Sorhus committed
R
Fix splitting wide characters when overlapping writes occur (#930)
Ryoga Kitagawa committed
S
Fix CJK text truncation exceeding `Box` width
Sindre Sorhus committed
S
Add AI note
Sindre Sorhus committed
S
Map `0x7F` to `backspace` instead of `delete`
Sindre Sorhus committed
March 27, 2026
J
Docs: Note terminal resize reflow limitation (#920)
John Costa committed
March 24, 2026
S
Require Node.js 22
Sindre Sorhus committed
March 23, 2026
A
Fix incremental rendering for trailing newline (#910)
alviner committed
March 22, 2026
H
J
Fix dangling `staticNode` reference (#905)
John Costa committed
H
Remove unused React lint rules and clean up code structure (#913)
Hichem committed
March 21, 2026
H
Add format script to package.json for Prettier integration (#912)
Hichem committed
J
Fix `useInput` crash on unmapped `keyName` codes (#902)
John Costa committed
H
Refactor to use Uint8Array for improved performance (#908)
Hichem committed
March 11, 2026
March 9, 2026
H
Handle missing package.json in dev mode + bundler regression (#885)
Hichem committed
M
Query all terminals for kitty keyboard protocol support in auto mode (#895)
Mickael Faivre-Maçon committed