Fix document-level indent causing unintended wrapping after quoted lines #68
Better tables
Tables now provide stable rendering of elements within the table including alignment, text styles, all that jazz. It now uses the lipgloss table, making it much more consistent across the board.
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 version-update group with 3 updates in the / directory: github.com/charmbracelet/glamour, github.com/charmbracelet/bubbles and github.com/evertras/bubble-table.
Updates
github.com/charmbracelet/glamour
from 0.7.0 to 0.8.0Release notes
Sourced from github.com/charmbracelet/glamour's releases.
... (truncated)
Commits
29b800e
fix(styles): tokyo night (#320)1fcce6f
refactor(gallery): use freeze for gallery images (#322)dad25dc
chore: go mod tidyc3e9140
feat(auto): auto NoTTY style (#268)26f0bd4
feat(examples): add simple example that renders markdown from a pipe5f5965e
fix: many rendering issues (#317)47b99e4
feat: Add Tokyo Night theme (#229)4620e19
chore: cleanup useless comments (#302)8abcfb0
ci: scan vulns and common errors (#310)2878d38
chore(deps): bump golangci/golangci-lint-action from 4 to 6 (#301)Updates
github.com/charmbracelet/lipgloss
from 0.11.0 to 0.12.1Release notes
Sourced from github.com/charmbracelet/lipgloss's releases.
... (truncated)
Commits
670898d
chore: retract v0.11.11b3672b
chore: upgrade x/ansi to v0.1.46348d59
docs: list documentation (#331)2a67670
Drop Tree (#330)9564423
feat(ci): use goreleaser for releases (#301)e6edbac
chore: bump x/ansi to v0.1.35a82e41
chore: update CODEOWNERS33b3263
fix: Deprecate UnsetBorderTopBackgroundColor in favor of UnsetBorderTopBackgr...bbd02ab
chore(ci): also build examples (#310)7838b4e
feat: deprecate Style.ColorWhitespaceUpdates
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/evertras/bubble-table
from 0.16.1 to 0.17.0Release notes
Sourced from github.com/evertras/bubble-table's releases.
Commits
0a779ae
Horizontal scrolling fix (#182)46e7bdd
fix: Require at least go 1.18 (#180)Updates
github.com/mattn/go-runewidth
from 0.0.15 to 0.0.16Commits
6ceadc6
Support Unicode 15.1.0Updates
golang.org/x/sync
from 0.7.0 to 0.8.0Commits
411f99e
LICENSE: update per Google LegalDependabot 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