tui-rs v0.6.2 Release Notes

Release Date: 2019-07-16 // almost 5 years ago
  •  Added

    • Text implements PartialEq

    🛠 ### Fixed

    • Avoid overflow errors in canvas

     v0.6.1 - 2019-06-16

    🛠 ### Fixed

    • Avoid a division by zero when all values in a barchart are equal to 0.
    • 🛠 Fix the inverted cursor position in the curses backend.
    • Ensure that the correct terminal size is returned when using the crossterm backend.
    • Avoid highlighting the separator after the selected item in the Tabs widget.

     v0.6.0 - 2019-05-18

     Changed

    • ⚡️ Update crossterm backend

     v0.5.1 - 2019-04-14

    🛠 Fixed

    • 🛠 Fix a panic in the Sparkline widget