v7.1.1
ogx-ai/ogxv7.1.1Jul 16, 2026by sindresorhus
AI Summary
A maintenance release for the Ink terminal UI library that resolves a rendering issue where static lines are erased during full-clear operations and updates the `measureElement` function to provide position coordinates.
Key Highlights
- Fixed a bug where the last `<Static>` line was erased after a full-clear frame
- Enhanced `measureElement()` to return position coordinates in addition to dimensions
New Features
- `measureElement()` now returns position coordinates
Full Release Notes
- Fix: Preserve last `<Static>` line erased after a full-clear frame (#974) e51dfdd - Make `measureElement()` also return position coordinates (#968) c073b27 --- https://github.com/vadimdemedes/ink/compare/v7.1.0...v7.1.1