v6.6.0
vadimdemedes/inkv6.6.0Dec 22, 2025by sindresorhus
AI Summary
Adds support for home and end keys in the `useInput` hook and improves flicker fixes in incremental rendering.
Key Highlights
- Add home and end key support in useInput
- Fix some flicker in incremental rendering
New Features
- Home and end key support in useInput
Full Release Notes
- Add `home` and `end` key support in `useInput` (#829) 969cae4 - Fix some flicker in incremental rendering (#836) a006d76 --- https://github.com/vadimdemedes/ink/compare/v6.5.1...v6.6.0