tui-rs v0.2.1 Release Notes

Release Date: 2018-04-01 // about 6 years ago
  • ๐Ÿ”‹ Features

    • โž• Add AlternateScreenBackend in termion backend
    • โž• Add TermionBackend::with_stdout in order to let an user of the library provides its own termion struct
    • โž• Add tests and documentation for Buffer::pos_of
    • โœ‚ Remove leading whitespaces when wrapping text

    ๐Ÿ› Bug Fixes

    • Fix debug_assert in Buffer::pos_of
    • ๐Ÿ’… Pass the style of SelectableList to the underlying List
    • ๐Ÿ›  Fix missing character when wrapping text
    • ๐Ÿ›  Fix panic when specifying layout constraints