Releases: Evertras/bubble-table
v0.8.3 - Fix flex footer
What's Changed
Fixes flex footers flying frightfully far forward from fringe failings.
(Made the footer work properly with flex column layouts)
Fixes
Full Changelog: v0.8.2...v0.8.3
v0.8.2 - Fix long double-width character rendering
What's Changed
Better handling for double-width characters (such as Chinese/Japanese) when rendered inside cells.
Fixes
- Fix string length limiting for double-width characters by @RobertKwiatkowski in #45
- Add quick contributing notes by @Evertras in #46
New Contributors
- @RobertKwiatkowski made their first contribution in #45
Full Changelog: v0.8.1...v0.8.2
v0.8.1 - Highlight index selection
What's Changed
Adds a function to select a highlighted row programmatically.
Features
Fixes
New Contributors
Full Changelog: v0.8.0...v0.8.1
v0.8.0 - Flexbox-style column widths
What's Changed
Adds flexbox-style column widths, allowing a table to fill a given width. Check make example-flex
to see it in action, and see the code in examples/flex/main.go
Features
Full Changelog: v0.7.1...v0.8.0
v0.7.1
v0.7.0 - Built-in filtering
What's Changed
Features
Adds built-in filtering and keybinds for first and last page jumping.
Fixes
New Contributors
Full Changelog: v0.6.3...v0.7.0
v0.6.3 - Global style
What's Changed
This reverts the previous addition of BaseStyle
to the border and replaces it with WithBaseStyle
on the table itself. This allows a global default style as well as modifying the border color, etc. The Feature example has been updated to use this.
Features
Full Changelog: v0.6.2...v0.6.3
v0.6.2
Sort doc updates
What's Changed
Added some missing documentation for the Sort options in the code, and updated the example to be clearer.
Full Changelog: v0.6.0...v0.6.1
v0.6.0
What's Changed
Sorting is now available! It's smart enough to sort by string or by numeric values depending on what's in the column, and columns can be chain sorted to allow for groupings.
Features
Bug fixes
Full Changelog: v0.5.0...v0.6.0