Skip to content

Releases: Evertras/bubble-table

v0.16.0

18 May 09:40
ef5b263
Compare
Choose a tag to compare

What's Changed

Adds a way to style rows based on a custom function for more dynamic styling options.

Full Changelog: v0.15.8...v0.16.0

v0.15.8

03 May 01:12
66ee51d
Compare
Choose a tag to compare

What's Changed

  • Fix bug where selecting a row while filtered would lose all other rows by @Evertras in #171 -> fixes #170

Full Changelog: v0.15.7...v0.15.8

v0.15.7

25 Feb 11:17
b32efb0
Compare
Choose a tag to compare

What's Changed

Minor bug fix for #163 plus some development-side tweaks.

Full Changelog: v0.15.6...v0.15.7

v0.15.6

26 Nov 04:58
a875259
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.15.5...v0.15.6

v0.15.5

23 Nov 11:56
d6ce119
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.15.4...v0.15.5

v0.15.4

17 Oct 09:11
4423af9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.15.3...v0.15.4

v0.15.3

09 Oct 05:38
e85560b
Compare
Choose a tag to compare

Mainly adds Model.GetFooterVisibility helper function.

What's Changed

Full Changelog: v0.15.2...v0.15.3

v0.15.2

28 Mar 15:05
4cda4a7
Compare
Choose a tag to compare

What's Changed

More optimizations.

Full Changelog: v0.15.1...v0.15.2

v0.15.1

18 Mar 02:34
525e143
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.15.0...v0.15.1

v0.15.0

17 Mar 12:56
aeeff68
Compare
Choose a tag to compare

What's Changed

TLDR: Better filtering behavior and a new way to deselect all rows.

  • Filter against non-stringer data by @Evertras in #134
  • Add a benchmark for scrolling through a large filtered table by @Evertras in #138
  • Update row select docs to be clearer by @Evertras in #141
  • Add option to deselect programmatically by @Evertras in #142
  • Go to first page on filter API change, same as built-in filter by @Evertras in #143

Full Changelog: v0.14.8...v0.15.0