feat(go): update charm.land/bubbles/v2 (v2.0.0 → v2.2.1) - #57
Open
lrstanley-x[bot] wants to merge 1 commit into
Open
feat(go): update charm.land/bubbles/v2 (v2.0.0 → v2.2.1)#57lrstanley-x[bot] wants to merge 1 commit into
lrstanley-x[bot] wants to merge 1 commit into
Conversation
Contributor
Author
ℹ Artifact update noticeFile name: _examples/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #57 +/- ##
==========================================
+ Coverage 93.19% 94.65% +1.46%
==========================================
Files 5 5
Lines 235 187 -48
==========================================
- Hits 219 177 -42
+ Misses 15 10 -5
+ Partials 1 0 -1 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
lrstanley-x
Bot
force-pushed
the
renovate/charm.land-bubbles-v2-2.x
branch
from
July 15, 2026 05:48
f4ca26b to
0c787f4
Compare
Contributor
Author
ℹ️ Artifact update noticeFile name: _examples/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
Signed-off-by: lrstanley-x[bot] <153159847+lrstanley-x[bot]@users.noreply.github.com>
lrstanley-x
Bot
force-pushed
the
renovate/charm.land-bubbles-v2-2.x
branch
from
September 1, 2026 05:11
0c787f4 to
a44e534
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
v2.0.0→v2.2.1Release Notes
charmbracelet/bubbles (charm.land/bubbles/v2)
v2.2.1Compare Source
Tiny Monday bugfix
Textarea element had a bug, where you used to be able to go 1 word backwards, even if there was nothing, which resulted in the whole TUI freezing. It was now fixed by @OxQuasar!
Changelog
Fixed
f613411: fix(textarea): stop word-left at input boundary (#1036) (@OxQuasar)Docs
87d4458: docs: update godoc link in readme to new package (@meowgorithm)Other stuff
10489b5: readme: drop tree section for now (@meowgorithm)4909481: v2.2.1 (@andrinoff)Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.
v2.2.0Compare Source
A new Bubble and some new Textarea stuff
There are a couple nice features in today's release. Let's check em out!
If a tree falls in the forest…
At last, the tree Bubble from all star contributor @dlvhdr’s is here! He built it for DiffNav and graciously contributed to Bubbles. We've been working with Dolev for a long time and were totally stoked when he offerd to contribute.
Select all, ctrl+c, ctrl+v…done!
Our own @andrinoff added a bunch of awesome stuff to Textarea, including the long awaited text selection. Select, copy, and cut your way into mini text editing.
For more info see the docs.
And special thanks to @zoriya for adding ctrl+left/right bindings.
xoxo,
Charm! 💌
Changelog
New!
8cea431: feat(textarea): support ctrl + left/right/backspace (#1020) (@zoriya)037ad37: feat: textarea selection (#1029) (@andrinoff)e97af08: feat: tree bubble (#893) (@dlvhdr)Fixed
6484e49: fix(filepicker): don't blank the view when height is unset (#1026) (@andrinoff)Other stuff
355f960: ci: sync dependabot config (#896) (@charmcli)ef8af03: v2.2.0 (@andrinoff)Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.
v2.1.1Compare Source
Lil’ Textarea Fix
This is a tiny patch to fix a bug in
textareawhere the prompt character could be missing styling on empty lines. That’s all for now!Thanks for using Bubbles,
Charm 🌞
Changelog
Fixed
d2b2217: fix(textarea): apply prompt style on all lines, including fillers (@meowgorithm)Docs
a13f110: docs: fix typo in README (#921) (@Rohan5commit)Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.
v2.1.0Compare Source
Shrink ’n’ grow your textareas
The update adds a new feature to automatically resize your
textareavertically as its content changes.Piece of cake, right?
Enjoy! 💘
Changelog
New!
f1daacf: feat(textarea): dynamic height (#910) (@meowgorithm)Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.
Configuration
📅 Schedule: (in timezone America/Denver)
🚦 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.
PR generated using automation.