fix(deps): update module github.com/charmbracelet/bubbles to v0.19.0 #7048
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.18.0
->v0.19.0
Release Notes
charmbracelet/bubbles (github.com/charmbracelet/bubbles)
v0.19.0
Compare Source
Changelog
New Features
5428d6d
: feat(key): accept any stringer interface to match keys (#584) (@aymanbagabas)7fe3919
: feat(progress): make full/empty fill characters configurable (@rwinkhart)9a7c783
: feat(table): added column return func (#369) (@abeleinin)9ffcdc0
: feat(table): implement help.Keymap interface and add quit mapping (#440) (@prgres)c1d9f7d
: feat(table): removeStyleFunc
+ add tests for table alignment (#586) (@bashbunni)9fb8369
: feat(textarea): add help to textarea key bindings (#418) (@TravisYeah)95d338b
: feat(textarea): dynamically determine line number integer padding (@meowgorithm)c30c185
: feat(textarea): end of buffer lines span the full block (@meowgorithm)1a3627e
: feat(textarea): inherit styles from base (and elsewhere) (@meowgorithm)9030d22
: feat(textinput): do not block input on validation (#185) (@GabrielNagy)235075a
: feat: add HelpView to table as a convenience (@meowgorithm)8a6f531
: feat: add ctrl+right and ctrl+left to perform WordBackward and WordForward actions (#387) (@maaslalani)Bug fixes
1029f31
: (fix)table: don't render a column with a width <= 0 (#465) (@fabio42)3f2cd55
: fix(ci): update coverage workflow (@maaslalani)613d1cb
: fix(help): Fix help bubble not centering correctly (@gabe565)68a68a4
: fix(table): inherit SelectedStyle for StyleFunc (@maaslalani)6dbfc82
: fix(table): substract headers Y size from the total table size (#434) (@prgres)e726cbf
: fix(table): table scrolls before selected reaches top/bottom (#429) (@dzeleniak)c94f0cc
: fix(textarea): end of buffer alignment (@maaslalani)14a6271
: fix(textarea): use x/ansi to strip ansi sequences (@aymanbagabas)79cc962
: fix(textinput): out of range panic if no matched suggestions (#473) (@rdnt)e27ec01
: fix: Bug: SetMode method in cursor library does not handle invalid mode values correctly (#477) (@anirudhaCodes)620ca7d
: fix: default textarea EndOfBufferCharacter should be ' ' (#510) (@blvrd)c3e07c9
: fix: progress default spring option (@nervo)6202df1
: fix: update position constant in JoinHorizontal (#577) (@aditipatelpro)Dependency updates
3b92457
: feat(deps): bump github.com/charmbracelet/bubbletea (#525) (@dependabot[bot])0b15a9f
: feat(deps): bump github.com/charmbracelet/bubbletea (#533) (@dependabot[bot])8b5efce
: feat(deps): bump github.com/charmbracelet/bubbletea (#545) (@dependabot[bot])92d44ed
: feat(deps): bump github.com/charmbracelet/bubbletea (#587) (@dependabot[bot])6063cfb
: feat(deps): bump github.com/charmbracelet/lipgloss from 0.11.0 to 0.12.1 (#552) (@dependabot[bot])e3823b2
: feat(deps): bump github.com/charmbracelet/lipgloss from 0.9.1 to 0.10.0 (#493) (@dependabot[bot])bd562f9
: feat(deps): bump github.com/charmbracelet/x/ansi from 0.1.1 to 0.1.2 (#529) (@dependabot[bot])88d2772
: feat(deps): bump github.com/charmbracelet/x/ansi from 0.1.2 to 0.1.4 (#551) (@dependabot[bot])57c9331
: feat(deps): bump github.com/mattn/go-runewidth from 0.0.15 to 0.0.16 (#565) (@dependabot[bot])9ef5a10
: feat(deps): bump github.com/rivo/uniseg from 0.4.6 to 0.4.7 (@dependabot[bot])9d9d5ad
: feat(deps): bump github.com/sahilm/fuzzy (#488) (@dependabot[bot])Documentation updates
eed309f
: docs: fix list delegate et al links (#467) (@caarlos0)50b0bb0
: docs: fix typo (@caarlos0)2b22d52
: docs: update custom bubbles requirements (#495) (@bashbunni)Other work
dddc027
: Add paginator test (@anirudhaCodes)04658fe
: Add support fo style func to table bubble ( <>)e985ec9
: Add tests for textarea view (@mikelorant)492bc8b
: Create CODEOWNERS (@maaslalani)961c081
: Fix division by zero in viewport scrollpercentage calculation (@zMoooooritz)6c9e52a
: Fix end of buffer character (#491) (@mikelorant)6b817f3
: Fix list pagination functions (@nekopy)b9e62cb
: Improve textarea tests (#490) (@mikelorant)350d5e9
: Rename WithCustomFillCharacters to WithFillCharacters (@rwinkhart)af7e9ed
: Render Row Tests (#487) (@maaslalani)6ebf50e
: Update CODEOWNERS (@maaslalani)36baf3d
: Update table.go (#539) (@gabrielfu)ff5fb57
: ci: no announce (@caarlos0)b8a38ff
: ci: use goreleaser for releases (#526) (@aymanbagabas)296fcf7
: feat(textarea) Add multiline placeholder (#302) (@mikelorant)63b0917
: fix textinput.CurrentSuggestion() panic ( <>)48dffdd
: refactor(textarea): Improve setting width (@mikelorant)e1ea5dc
: refactor: switch to x/ansi for text manipulation (#505) (@aymanbagabas)Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.