v0.1.53
anomalyco/opentuiv0.1.53Nov 29, 2025by github-actions[bot]
AI Summary
This release introduces a new React `<diff>` component and fixes event emitter leaks in line number rendering. It also ensures the Solid plugin is properly exported in the build script.
Key Highlights
- Added `<diff>` component support for React
- Fixed line number renderable event emitter leak
- Properly exported Solid plugin in build script
New Features
- <diff> component
- line number renderable
Full Release Notes
## What's Changed * feat: rebase + add line number renderable by @msmps in https://github.com/sst/opentui/pull/364 * Actually properly export solid plugin in build script by @ericc-ch in https://github.com/sst/opentui/pull/362 * feat(react): add <diff> component support by @remorses in https://github.com/sst/opentui/pull/360 * fix line number renderable event emitter leak by @kommander in https://github.com/sst/opentui/pull/365 **Full Changelog**: https://github.com/sst/opentui/compare/v0.1.52...v0.1.53