Skip to content

0.0.1

Compare
Choose a tag to compare
@leostera leostera released this 14 Dec 17:08
· 70 commits to main since this release
90c72fe

CHANGES:

0.0.1

Initial release for the 3 packages.

MintTea

  • Let people create TUI apps using The-Elm-Architecture
  • Introduce basic events for KeyDown, Frame, and Timers
  • Introduce basic commands for setting timers, entering/exiting the AltScreen, exiting, and sequencing commands

Examples

  • Add views example showcasing an application with multiples sections
  • Add altscreen-toggle example to showcase the AltScreen
  • Add fullscreen example with a timer
  • Add stopwatch example
  • Add fps counter example

Spices

  • Introduce color and style
  • Support basic styles (bold, italic, underscore, etc) and layouting (padding)

Leaves

  • Add a Checkbox leaf
  • Add a Progress bar leaf