Skip to content

Releases: Evertras/bubble-table

v0.22.3

05 Jun 12:48
6062daf

Choose a tag to compare

What's Changed

  • fix: ensure WithTargetHeight works properly when WithRowBorder is enabled by @wheelibin in #230

Full Changelog: v0.22.2...v0.22.3

v0.22.2

04 Jun 22:11
38ede76

Choose a tag to compare

What's Changed

  • fix: invalidate pageStartIndices on filter change in targetHeight mode by @wheelibin in #229

Full Changelog: v0.22.1...v0.22.2

v0.22.1

04 Jun 13:55
88d0435

Choose a tag to compare

What's Changed

Full Changelog: v0.22.0...v0.22.1

v0.22.0

04 Jun 09:54
31688b5

Choose a tag to compare

What's Changed

Full Changelog: v0.21.0...v0.22.0

v0.21.0

02 Jun 22:12
3017c55

Choose a tag to compare

What's Changed

Full Changelog: v0.20.1...v0.21.0

v0.20.1

01 Jun 20:55
48e54a2

Choose a tag to compare

What's Changed

  • fix(#77): replace reflow with charmbracelet/x/ansi and added working hyperlinks example by @wheelibin in #218
  • feat(#192): add WithRowBorder and WithOuterBorder by @wheelibin in #219

Full Changelog: v0.20.0...v0.20.1

v0.20.0

01 Jun 13:51
8eeba0d

Choose a tag to compare

What's Changed

Full Changelog: v0.19.2...v0.20.0

Breaking Changes

  • Updated to bubbletea v2, bubbles v2, and lipgloss v2 — import paths have changed to charm.land/bubbletea/v2, charm.land/bubbles/v2, and charm.land/lipgloss/v2
  • Minimum Go version raised to 1.25

Upgrading

Before upgrading, ensure your app is using bubbletea v2, bubbles v2, lipgloss v2, and Go 1.25 or later.

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