Releases: Evertras/bubble-table
Releases · Evertras/bubble-table
v0.19.2
v0.19.1
v0.19.0
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
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
WithFuzzyFilterto 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
What's Changed
- add
filterFuncto model by @trevorstarick in #175 - Invalidate cache when filter func applied and add test by @Evertras in #193
New Contributors
- @trevorstarick made their first contribution in #175
Full Changelog: v0.17.1...v0.17.2
v0.17.1
What's Changed
- Added functionality to implement help.KeyMap interface by @MaximilianSoerenPollak in #185
New Contributors
- @MaximilianSoerenPollak made their first contribution in #185
Full Changelog: v0.17.0...v0.17.1
v0.17.0
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.
- fix: Require at least go 1.18 by @ashmckenzie in #180
- Horizontal scrolling fix by @wheelibin in #182
New Contributors
- @ashmckenzie made their first contribution in #180
- @wheelibin made their first contribution in #182
Full Changelog: v0.16.1...v0.17.0