v0.1.50
anomalyco/opentuiv0.1.50Nov 24, 2025by github-actions[bot]
AI Summary
Maintenance release focusing on fixing rendering bugs related to text buffer positions, React exports, and text selection in scrolled viewports.
Key Highlights
- Fixed textarea selection in scrolled viewport
- Fixed integer overflow for negative y text buffer pos
- Temporarily deactivated kitty graphics detection
Full Release Notes
## What's Changed * fix: export createElement from React by @msmps in https://github.com/sst/opentui/pull/340 * fix integer overflow for negative y text buffer pos for rendering by @kommander in https://github.com/sst/opentui/pull/341 * fix textarea selection in scrolled viewport by @kommander in https://github.com/sst/opentui/pull/342 * temp deactivate kitty graphics detection by @kommander in https://github.com/sst/opentui/pull/343 **Full Changelog**: https://github.com/sst/opentui/compare/v0.1.49...v0.1.50