Skip to content

tui-scrollview-v0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Oct 11:45
e65caad

🐛 Bug Fixes

  • Broken links from move to tui-widgets

  • (tui-scrollview) Make scroll_view buffer area the same as its content (#37)

    This makes the scroll_view buffer area the same as its content by
    default.
    The previous behavior is easily reproduced by adding empty space to the
    buffer. =)
    Most tests remain the same with the scrollbar updated to match the new
    size.

    Fixes:#35

📚 Documentation

  • Use ratatui 0.28.1 methods for examples

  • Demo horizontal scrolling and mark TODO as done