Update module github.com/charmbracelet/bubbles to v0.20.0 #46
No reviewers
Labels
No Label
bug
duplicate
enhancement
help wanted
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: abs3nt/gospt#46
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/github.com-charmbracelet-bubbles-0.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
v0.18.0
->v0.20.0
Release Notes
charmbracelet/bubbles (github.com/charmbracelet/bubbles)
v0.20.0
Compare Source
Focus. Breathe.
This features support for Bubble Tea's new focus-blur feature as well as a quality-of-life update to
paginator
. Enjoy!Focus
You heard that right. Focus-blur window events are now enabled for
textinput
andtextarea
which were recently added to Bubble Tea v1.1.0. As long asWithReportFocus
is enabled in your Program you'll automatically get nicer inputs.To enable focus reporting:
Remember to stay focused and hydrated!
Paginator opts
Speaking of functional arguments,
paginator
also received some some new quality-of-life startup options, courtesy @nervo.Of course, you can still set the values on the model directly too:
Happy paging!
Changelog
New!
d3bd075
: feat(cursor): focus/blur support (#581) (@caarlos0)5110925
: feat: Introduce paginator options (@nervo)Deps
3eaf8da
: feat(deps): bump github.com/charmbracelet/bubbletea from 0.27.0 to 1.0.0 (#604) (@dependabot[bot])6fc27e9
: feat(deps): bump github.com/charmbracelet/bubbletea from 1.0.0 to 1.1.0 (#607) (@dependabot[bot])Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.
v0.19.0
Compare Source
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.
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.
Accessing columns
You can also now get the table's columns (this already existed for rows).
List: page navigation is fixed!
Previously,
list.NextPage()
andlist.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.
What’s Changed
Changed
Added
Fixed
Test coverage ✅
New Contributors
Full Changelog: https://github.com/charmbracelet/bubbles/compare/v0.18.0...v0.19.0
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 has been generated by Renovate Bot.
ℹ Artifact update notice
File name: go.mod
In order to perform the update(s) described in the table above, Renovate ran the
go get
command, which resulted in the following additional change(s):Details:
github.com/charmbracelet/bubbletea
v0.26.6
->v1.1.0
github.com/charmbracelet/lipgloss
v0.12.1
->v0.13.0
golang.org/x/sync
v0.7.0
->v0.8.0
github.com/charmbracelet/x/ansi
v0.1.4
->v0.2.3
github.com/charmbracelet/x/term
v0.1.1
->v0.2.0
github.com/mattn/go-runewidth
v0.0.15
->v0.0.16
github.com/sahilm/fuzzy
v0.1.1-0.20230530133925-c48e322e2a8f
->v0.1.1
golang.org/x/sys
v0.22.0
->v0.24.0
Update module github.com/charmbracelet/bubbles to v0.19.0to Update module github.com/charmbracelet/bubbles to v0.20.0ee9438574f
tofcbaf0d669
fcbaf0d669
toe66c63ac99
Checkout
From your project repository, check out a new branch and test the changes.