v7.0.3

azophy/sshifuv7.0.3May 13, 2026by sindresorhus

AI Summary

A patch release addressing specific rendering bugs related to the `<Static>` component and metric calculations to ensure correct output and data handling.

Key Highlights

  • Resolved stale `<Static>` output issues on identity change
  • Fixed `<Static>` component dropping new items on key remounts
  • Fixed `useBoxMetrics` to accept ref objects with initial null values

Full Release Notes

- Fix: Drop stale `<Static>` output from fullStaticOutput on identity change (#950)  669c438
- Fix: `<Static>` remount via key change drops new items (#948)  be9f44c
- Fix `useBoxMetrics` not accepting ref objects with an initial null value (#945)  7c2267c

---

https://github.com/vadimdemedes/ink/compare/v7.0.2...v7.0.3