Skip to content
This repository was archived by the owner on Aug 6, 2023. It is now read-only.

v.0.16.0

Choose a tag to compare

@fdehau fdehau released this 01 Aug 18:14
· 34 commits to master since this release

Features

  • Update crossterm to 0.20.
  • Add From<Cow<str>> implementation for text::Text (#471).
  • Add option to right or center align the title of a widgets::Block (#462).

Fixes

  • Apply label style in widgets::Gauge and avoid panics because of overflows with long labels (#494).
  • Avoid panics because of overflows with long axis labels in widgets::Chart (#512).
  • Fix computation of column widths in widgets::Table (#514).
  • Fix panics because of invalid offset when input changes between two frames in widgets::List and
    widgets::Chart (#516).