Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: Evertras/bubble-table

v0.19.2

06 Sep 14:26
ef37988

Choose a tag to compare

What's Changed

  • Global metadata for style and filter funcs by @Evertras in #210

Full Changelog: v0.19.1...v0.19.2

v0.19.1

05 Sep 02:21
fc9126b

Choose a tag to compare

What's Changed

Full Changelog: v0.19.0...v0.19.1

v0.19.0

02 Sep 17:16
b4efab9

Choose a tag to compare

What's Changed

BREAKING CHANGE: Filter func now takes an input struct rather than individual parameters, for clarity/consistency with style funcs and future proofing when we want to add more inputs.

Full Changelog: v0.18.0...v0.19.0

v0.18.0

02 Sep 16:18
495d893

Choose a tag to compare

What's Changed

BREAKING CHANGE: Filter func now takes columns as a parameter. Ignore this parameter in your filter func if it's unused and all behavior should remain the same.

  • feat: bump golangci-lint to v2.3.1 by @IAL32 in #198
  • Add a test that the default border is actually the default by @Evertras in #200
  • Update interface{} to any by @Evertras in #202
  • feat: Add WithFuzzyFilter to enable fuzzy filter matching by @IAL32 in #196
  • Add cell style func by @Evertras in #203

New Contributors

Full Changelog: v0.17.2...v0.18.0

v0.17.2

09 Jul 18:41
7de6bce

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.17.1...v0.17.2

v0.17.1

31 Oct 13:58
f9795db

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.17.0...v0.17.1

v0.17.0

01 Sep 00:44
0a779ae

Choose a tag to compare

What's Changed

Note: Due to the underlying bubble dependency requiring generics, from 0.17 onwards this will also require Go to be 1.18 or higher.

New Contributors

Full Changelog: v0.16.1...v0.17.0

v0.16.1

16 Jun 09:09
9df12cf

Choose a tag to compare

What's Changed

Full Changelog: v0.16.0...v0.16.1

v0.16.0

18 May 09:40
ef5b263

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

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