Releases: Evertras/bubble-table
Releases · Evertras/bubble-table
v0.14.1
v0.14.0
v0.13.7
v0.13.6
v0.13.5
v0.13.4
What's Changed
Features
Code improvements
- Add test for scrolling with custom keybinds by @Evertras in #95
- Make the scrolling example more easily configurable for testing/playing by @Evertras in #96
Full Changelog: v0.13.3...v0.13.4
v0.13.3
v0.13.2
v0.13.1
v0.13.0
What's Changed
Adds horizontal scrolling, allowing users to scroll left/right across columns. This allows you to set a maximum width for the columns to fill, and to scroll across them if the total width would exceed the specified value. The default keybinds are shift+left and shift+right to avoid conflicting with the left/right keybinds of paging, but these can be modified in the keymap the same as any other keybind.
Features
- Horizontal scrolling by @Evertras in #86
- Add horizontal freeze by @Evertras in #87
- Add programmatic access to scroll left and right by @Evertras in #88
- Quick readme update for horizontal scrolling by @Evertras in #89
Full Changelog: v0.12.1...v0.13.0