Skip to content

Releases: Evertras/bubble-table

v0.8.2 - Fix long double-width character rendering

08 Mar 14:40
4a0aec4
Compare
Choose a tag to compare

What's Changed

Better handling for double-width characters (such as Chinese/Japanese) when rendered inside cells.

Fixes

New Contributors

Full Changelog: v0.8.1...v0.8.2

v0.8.1 - Highlight index selection

08 Mar 12:50
839edbd
Compare
Choose a tag to compare

What's Changed

Adds a function to select a highlighted row programmatically.

Features

  • Add function to set the highlighted row - fixes issue #42 by @gairadzi in #43

Fixes

New Contributors

Full Changelog: v0.8.0...v0.8.1

v0.8.0 - Flexbox-style column widths

07 Mar 13:23
c252b99
Compare
Choose a tag to compare

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

05 Mar 08:13
7fa760f
Compare
Choose a tag to compare

What's Changed

This release only contains documentation updates for missing docs caught by improved linting.

Fixes

  • More linting and fixes for missing bits by @Evertras in #38

Full Changelog: v0.7.0...v0.7.1

v0.7.0 - Built-in filtering

04 Mar 13:16
6525a3f
Compare
Choose a tag to compare

What's Changed

Features

Adds built-in filtering and keybinds for first and last page jumping.

Fixes

New Contributors

  • @alswl made their first contribution in #29

Full Changelog: v0.6.3...v0.7.0

v0.6.3 - Global style

26 Feb 14:52
df29a56
Compare
Choose a tag to compare

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

26 Feb 13:06
f5bf359
Compare
Choose a tag to compare

What's Changed

Borders can now be styled with colors.

Selection bug where rows would not show if they were selected has been fixed.

Features

Fixes

Full Changelog: v0.6.1...v0.6.2

Sort doc updates

23 Feb 09:25
0d920d0
Compare
Choose a tag to compare

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

23 Feb 08:24
517a14c
Compare
Choose a tag to compare

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

  • Strlimit sane behavior when max len is 0 by @Evertras in #23

Full Changelog: v0.5.0...v0.6.0

v0.5.0

20 Feb 16:13
3fe5de8
Compare
Choose a tag to compare

What's Changed

Pagination has been added for viewing larger tables.

Cells and columns can now be styled in addition to rows. The order of precedence for conflicting style details (such as color) is decided by Cell > Row > Column.

Full Changelog: v0.4.0...v0.5.0