Skip to content

Termina 0.12.1

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Jun 03:29
· 1 commit to dev since this release
26ba033

0.12.1 June 11th 2026

New Features:

  • WithFooter and WithFooterColor API on ModalNode (#292)
    • New WithFooter(string) and WithFooterColor(Color) builder methods on ModalNode for adding a footer line to modal dialogs
    • Footer renders on the bottom border line with automatic text truncation to fit modal width
    • Optional color customization via WithFooterColor — falls back to reset terminal colors when not specified
    • Demonstrated with a TodoListPage demo showcasing modals with actionable footers

Documentation:

  • Updated ModalNode component docs with WithFooter API reference and usage example (#293)