v0.1.79
anomalyco/opentuiv0.1.79Feb 11, 2026by github-actions[bot]
AI Summary
Focused on input event handling, mouse parsing, and documentation updates.
Key Highlights
- Emit INPUT event for all mutating edit actions in InputRenderable
- Fixed scroll events fallback to focused renderable
- Added mouse event parsing and tests by @simonklee
Full Release Notes
## What's Changed * fix: emit INPUT event for all mutating edit actions in InputRenderable by @kitlangton in https://github.com/anomalyco/opentui/pull/664 * chore(zig): run zig fmt by @simonklee in https://github.com/anomalyco/opentui/pull/665 * fix(renderer): fallback scroll events to focused renderable by @remorses in https://github.com/anomalyco/opentui/pull/663 * fix(solid): return empty string sentinel from cleanChildren when no replacement by @Hona in https://github.com/anomalyco/opentui/pull/670 * fix(mouse): mouse event parse + tests by @simonklee in https://github.com/anomalyco/opentui/pull/669 * docs: add theme mode section and lifecycle nav link by @simonklee in https://github.com/anomalyco/opentui/pull/668 **Full Changelog**: https://github.com/anomalyco/opentui/compare/v0.1.78...v0.1.79