v7.1.1

Gerstep/HumanCompilerv7.1.1Jul 16, 2026by sindresorhus

AI Summary

This release addresses a rendering bug where the last line of a `<Static>` component was being erased unexpectedly after a full-clear frame. Additionally, it enhances the `measureElement()` function to include position coordinates in its output.

Key Highlights

  • Fixed preservation of the last `<Static>` line during full-clear frames
  • Enhanced `measureElement()` to include position coordinates

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