v7.1.1

huggingface/skillsv7.1.1Jul 16, 2026by sindresorhus

AI Summary

A patch release for the ink terminal graphics library addressing a rendering bug with static lines and enhancing element measurement capabilities.

Key Highlights

  • Fixed a rendering issue where the last `<Static>` line was erased after a full-clear frame.
  • Enhanced the `measureElement()` function to return position coordinates.

New Features

  • Position coordinates returned by `measureElement()`

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