v0.2.15

anomalyco/opentuiv0.2.15May 20, 2026by github-actions[bot]

AI Summary

Focuses on refining markdown rendering and adding a new utility component. It ensures proper block ordering and spacing in lists while fixing character width calculations for specific symbols. The highlight of this release is the addition of a QR code component.

Key Highlights

  • Added QR code component
  • Fixed loose list gap before nested lists
  • Preserved markdown block order
  • Corrected character width for warning signs

New Features

  • QR code component

Full Release Notes

## What's Changed
* markdown: preserve order when replacing blocks by @simonklee in https://github.com/anomalyco/opentui/pull/1091
* fix(core/markdown): collapse loose-list gap before nested lists by @kitlangton in https://github.com/anomalyco/opentui/pull/1094
* fix(utf8): treat U+26A0 as width 1 per UAX #11 by @aarcamp in https://github.com/anomalyco/opentui/pull/1095
* feat: qr code component by @neriousy in https://github.com/anomalyco/opentui/pull/1021

## New Contributors
* @neriousy made their first contribution in https://github.com/anomalyco/opentui/pull/1021

**Full Changelog**: https://github.com/anomalyco/opentui/compare/v0.2.14...v0.2.15