cli
cli copied to clipboard
Bump github.com/charmbracelet/bubbles from 0.16.1 to 0.18.0
Bumps github.com/charmbracelet/bubbles from 0.16.1 to 0.18.0.
Release notes
Sourced from github.com/charmbracelet/bubbles's releases.
v0.18.0
Textarea, but faster
This release features several fixes and big performance improvements for the
textarea
bubble.What's Changed
New
- Optional File Permissions and File Size by
@maaslalani
in charmbracelet/bubbles#471- Add Paginator OnFirstPage method by
@maaslalani
in charmbracelet/bubbles#463Improved
- Implement Memoization to Speed Up Textarea Rendering by
@wesen
in charmbracelet/bubbles#427- refactor(textinput): reduce allocations by
@naglis
in charmbracelet/bubbles#413- Use
uniseg.StringWidth
by@maaslalani
in charmbracelet/bubbles#462Fixed
- fix(textarea): correctly trim incoming paste by
@muesli
in charmbracelet/bubbles#469- fix(textinput): Placeholder No Longer Changes Width + Paste Calculation by
@hopefulTex
in charmbracelet/bubbles#451- fix(viewport): pad width to contentWidth by
@ivanvc
in charmbracelet/bubbles#388New Contributors
@seanbanko
made their first contribution in charmbracelet/bubbles#442@hopefulTex
made their first contribution in charmbracelet/bubbles#451@ivanvc
made their first contribution in charmbracelet/bubbles#388@wesen
made their first contribution in charmbracelet/bubbles#427Full Changelog: https://github.com/charmbracelet/bubbles/compare/v0.17.1...v0.18.0
Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.
v0.17.1
What's Changed
- feat: upgrade bubbletea and remove deprecated code by
@aymanbagabas
in charmbracelet/bubbles#448Full Changelog: https://github.com/charmbracelet/bubbles/compare/v0.17.0...v0.17.1
Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.
... (truncated)
Commits
364eac9
feat: remove space for filesizea2e2909
feat(deps): bump github.com/rivo/uniseg from 0.4.4 to 0.4.607e7bd4
feat(filepicker): optional file permissions and file size034ee85
fix(filepicker): push / pop views01d22a0
fix(filepicker): height calculationsd98bf9d
fix(textarea): correctly trim incoming pastefc18779
feat: addOnFirstPage
method for consistency6399027
perf(textinput): useuniseg.StringWidth
6fe92f9
perf(textarea): implement wrapping memoizationec88302
refactor(textinput): reduce allocations- Additional commits viewable in compare view
You can trigger a rebase of this PR 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 <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.