v7.0.3
imputnet/cobaltv7.0.3May 13, 2026by sindresorhus
AI Summary
This patch release focuses on fixing stability issues with the `<Static>` component, which previously dropped output on identity changes, and resolves a bug with `useBoxMetrics` regarding null initial values.
Key Highlights
- Fixed `<Static>` output dropping items on identity changes
- Fixed `<Static>` remounting behavior via key changes
- Fixed `useBoxMetrics` not accepting ref objects with a null initial value
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