v7.1.1
elizaOS/elizav7.1.1Jul 16, 2026by sindresorhus
AI Summary
This release focuses on fixing a rendering bug where the last `<Static>` line was incorrectly cleared during a full-clear frame and enhances the `measureElement()` function to return position coordinates. These changes improve the stability and precision of terminal UI rendering in the Ink library.
Key Highlights
- Fixed a bug where the last `<Static>` line was erased after a full-clear frame.
- Enhanced `measureElement()` to return position coordinates.
- Improved rendering precision for terminal UI elements.
- Addressed issue #974 regarding static line preservation.
New Features
- Enhanced `measureElement()` to return 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