v7.0.3

keephq/keepv7.0.3May 13, 2026by sindresorhus

AI Summary

A bug fix release addressing issues with the Static component's remounting behavior and metrics calculation for box dimensions.

Key Highlights

  • Fixed Static component output dropping on identity change
  • Fixed remounting logic for Static components
  • Fixed useBoxMetrics to accept null initial values

New Features

  • Fixed Static output on identity change
  • Fixed Static remount behavior for new items
  • Fixed useBoxMetrics ref handling

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