Sourced from github.com/charmbracelet/lipgloss's releases.
v0.13.1
Table improvements, on stream
@bashbunni
went to town in this release and fixed a bunch of bugs, mostly around table. Best of all, she did most of it on stream.Changelog
Table
- fix(table): use table height by
@Broderick-Westrope
in charmbracelet/lipgloss#358- fix(table): unset data rows without causing nil pointer err by
@bashbunni
in charmbracelet/lipgloss#372- fix(table): shared indices for first row of data and headers (StyleFunc bug) by
@bashbunni
in charmbracelet/lipgloss#377- fix(table): do not shrink table with offset by
@bashbunni
in charmbracelet/lipgloss#373- fix(table): include margins for cell width by
@bashbunni
in charmbracelet/lipgloss#401Other Stuff
- fix(render): strip carriage returns from strings by
@bashbunni
in charmbracelet/lipgloss#386Bonus
- docs(example): rainbow string by
@caarlos0
in charmbracelet/lipgloss#96New Contributors
@Broderick-Westrope
made their first contribution in charmbracelet/lipgloss#358@swrenn
made their first contribution in charmbracelet/lipgloss#364Full Changelog: https://github.com/charmbracelet/lipgloss/compare/v0.13.0...v0.13.1
Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.
284c0c5
docs(list): fix list examples in godoc (#404)d858132
fix(table): include margins in cell width (#401)80b4221
chore(lint): update linter (#405)fa2f4b0
docs(readme): update example screenshot with blend68ca848
docs: update contributing guidelines (#396)24258b8
fix(examples): draw nested structure in file tree examplea5618cb
fix(table): do not shrink table with offset (#373)9b809dc
fix(examples): fix out of range error (#395)199d3c8
fix(render): strip carriage returns from strings (#386)07d1841
docs(example): rainbow string (#96)