Bugs? Squashed (along with a few nice lil’ features).
Community-Driven Development?! Yep, the majority of the changes in this release were done by the community. Thank you all for your contributions that made this release possible.
Progress: custom chars
You can now customize the filled and empty characters of the progress bar.
p := progress.New(progress.WithFillCharacters('>', '.'))
Table improvements
Help is on the way
Table now includes a short and full help view so it's easier than ever to tell your users how to interact with the table.
// Render a table with its help.
t := table.New()
view := t.View() + "\n" + t.HelpView()
Accessing columns
You can also now get the table's columns (this already existed for rows).
package table
// Columns returns the current columns.
func (m Model) Columns() []Column
List: page navigation is fixed!
Previously, list.NextPage() and list.PrevPage() didn't work because the methods did not have pointer receivers. We've fixed this…by making them pointer receivers!
⚠️ Note that this is a minor API change and you might need to update your app to pass a pointer receiver to your model rather than a copy. Details in #458.
package progress
// NextPage moves to the next page, if available.
func (m *Model) NextPage()
</tr></table>
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the dependencies group with 3 updates: github.com/charmbracelet/bubbles, github.com/charmbracelet/bubbletea and github.com/charmbracelet/lipgloss.
Updates
github.com/charmbracelet/bubbles
from 0.18.0 to 0.19.0Release notes
Sourced from github.com/charmbracelet/bubbles's releases.
... (truncated)
Commits
f25096d
chore(lint): disable 'predeclared' linter235075a
feat: add HelpView to table as a conveniencec1d9f7d
feat(table): removeStyleFunc
+ add tests for table alignment (#586)549d076
chore: fix lint92d44ed
feat(deps): bump github.com/charmbracelet/bubbletea (#587)5428d6d
feat(key): accept any stringer interface to match keys (#584)ff5fb57
ci: no announceb8a38ff
ci: use goreleaser for releases (#526)57c9331
feat(deps): bump github.com/mattn/go-runewidth from 0.0.15 to 0.0.16 (#565)6063cfb
feat(deps): bump github.com/charmbracelet/lipgloss from 0.11.0 to 0.12.1 (#552)Updates
github.com/charmbracelet/bubbletea
from 0.27.0 to 0.27.1Release notes
Sourced from github.com/charmbracelet/bubbletea's releases.
Commits
17443d8
chore(deps): go mod tidyd6458e0
fix: force query the terminal bg before running any programsUpdates
github.com/charmbracelet/lipgloss
from 0.12.1 to 0.13.0Release notes
Sourced from github.com/charmbracelet/lipgloss's releases.
... (truncated)
Commits
bb3e339
docs(README): match tree example alignment with list examplesbc0de5c
docs(README): make tree example match output185fde3
docs(README): update tree imagescf0a7c6
docs: fix tree screenshotfeb42a9
feat: move tree to root (#342)0618c73
feat(test): add test forJoinHorizontal
(#346)ed7f56e
docs: fixCompleteColor
example (#345)8a0e640
fix: remove unnecessary if87dd58d
chore: fix little typo in comment in go.modDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show