tui-scrollview-v0.5.0
🐛 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