Skip to content

Releases: Evertras/bubble-table

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

v0.4.0

20 Feb 03:19
cc947b2
Compare
Choose a tag to compare

What's Changed

Added customizable Key Maps so you can modify the controls of tables, and a static footer option to provide extra data/context to the view. This will later be used for things like pagination and such.

New features

Internal improvements

Full Changelog: v0.3.0...v0.4.0

v0.3.0 - Rename Header to Column

13 Feb 16:19
8785c21
Compare
Choose a tag to compare

This is a breaking change that renames 'Header' to 'Column' in most places, because these are columns. Doing this change quickly to preserve clarity as early as possible.

v0.2.0 - Border customization

13 Feb 15:09
61f4393
Compare
Choose a tag to compare

Borders can now be customized using a table.Border and passing it to .Border() when creating the table.

Better handling of edge cases such as a single column, single row, or single cell table.

v0.1.1 - Fix panic on selecting in empty table

12 Feb 12:08
3404a11
Compare
Choose a tag to compare

Fixes a bug where trying to select a row in an empty table would cause a panic.

v0.1.0 - Initial release

12 Feb 02:28
ac889df
Compare
Choose a tag to compare

Initial release with basic border and highlight/selection.