v0.1.58

anomalyco/opentuiv0.1.58Dec 8, 2025by github-actions[bot]

AI Summary

Improves the rendering engine with CI workflow additions, fixes for light mode themes, ScrollBox clipping issues, and macOS line navigation.

Key Highlights

  • Add review workflow to CI
  • Fix ScrollBox scissor clipping for nested scrollboxes
  • Fix light mode themes
  • Fix line navigation on macOS

New Features

  • Light mode theme support (fg prop)
  • ScrollBox clipping fix

Full Release Notes

## What's Changed
* ci: add review workflow by @rekram1-node in https://github.com/sst/opentui/pull/385
* fix(diff): add fg prop to support light mode themes by @code-yeongyu in https://github.com/sst/opentui/pull/390
* fix: getNextWordBoundary now searches subsequent chunks after cursor by @nikvdp in https://github.com/sst/opentui/pull/394
* Fix ScrollBox scissor clipping for nested scrollboxes by @acoliver in https://github.com/sst/opentui/pull/389
* fix(core): wrap line-home/end at line boundaries, cmd-left and cmd-right do not get stuck at line start and line end on macOS by @remorses in https://github.com/sst/opentui/pull/372

## New Contributors
* @rekram1-node made their first contribution in https://github.com/sst/opentui/pull/385
* @code-yeongyu made their first contribution in https://github.com/sst/opentui/pull/390
* @nikvdp made their first contribution in https://github.com/sst/opentui/pull/394
* @acoliver made their first contribution in https://github.com/sst/opentui/pull/389

**Full Changelog**: https://github.com/sst/opentui/compare/v0.1.57...v0.1.58