v0.1.69
anomalyco/opentuiv0.1.69Jan 5, 2026by github-actions[bot]
AI Summary
Performance optimizations for text buffering and word wrapping, plus a new feature allowing custom CLI renderer configuration in Solid.
Key Highlights
- Improved word wrap performance by tracking byte offsets
- Added custom CliRenderer support for Solid package
- Added benchmarks for text buffer view
New Features
- Custom CliRenderer for Solid
Full Release Notes
## What's Changed * feat(solid): allow passing custom CliRenderer to render() by @remorses in https://github.com/anomalyco/opentui/pull/469 * bench(text-buffer-view): add measureForDimensions benchmark by @simonklee in https://github.com/anomalyco/opentui/pull/472 * improve word wrap perf by tracking byte_offset instead of recalc by @kommander in https://github.com/anomalyco/opentui/pull/473 * perf(text-buffer-view): cache measureForDimensions results by @simonklee in https://github.com/anomalyco/opentui/pull/475 * bench: replace the measureForDimensions bench by @simonklee in https://github.com/anomalyco/opentui/pull/474 **Full Changelog**: https://github.com/anomalyco/opentui/compare/v0.1.68...v0.1.69