v7.0.4
Zackriya-Solutions/meetilyv7.0.4May 24, 2026by sindresorhus
AI Summary
This release focuses on fixing React hooks behavior in the Ink terminal library, specifically addressing shared resize listeners and the cleanup of `useEffect` dependency arrays.
Key Highlights
- Fixes shared resize listener logic via `emitLayoutListeners`
- Removes `useEffectEvent` functions from `useEffect` dependency arrays
- Related to Pull Requests #952 and #960
Full Release Notes
- Fix: Share resize listener via `emitLayoutListeners` instead of per-hook listeners (#952) 89d43d8 - Fix: Remove `useEffectEvent` functions from `useEffect` dependency arrays (#960) 9d534f7 --- https://github.com/vadimdemedes/ink/compare/v7.0.3...v7.0.4