chore(deps): update module charm.land/bubbletea/v2 to v2.0.5
This MR contains the following updates:
| Package | Type | Update | Change | Pending |
|---|---|---|---|---|
| charm.land/bubbletea/v2 | require | patch | v2.0.2 -> v2.0.5 |
v2.0.6 |
⚠️ WarningSome dependencies could not be looked up. Check the warning logs for more information.
MR created with the help of gitlab-org/frontend/renovate-gitlab-bot
Release Notes
charmbracelet/bubbletea (charm.land/bubbletea/v2)
v2.0.5
A small release to remove accidental unwanted debug log file. See https://github.com/charmbracelet/bubbletea/commit/1ed724a2d1316ace504f87a2f0bbbcc189d280f6 and https://github.com/charmbracelet/ultraviolet/commit/b516641c662e2094c163ebc3a992983061b979ca for details.
Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.
v2.0.4
This release includes a small fix related to width calculation in x/ansi. See https://github.com/charmbracelet/bubbletea/commit/c788fe932e8aa4d99322101730a7e97a74684d51 and https://github.com/charmbracelet/x/commit/6921c759c9134ae68bd1a6ff6e171bf470664aaf for more details.
Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.
v2.0.3
Extra Extra Extended Keyboard Enhancements!
This release adds support for the full set of Keyboard Enhancements. Now you can enable any enhancements on top of the default disambiguate one.
func (m model) View() tea.View {
var v tea.View
v.KeyboardEnhancements.ReportAlternateKeys = true
v.KeyboardEnhancements.ReportAllKeysAsEscapeCodes = true
return v
}Smarter Renderer
We also fixed a few renderer related bugs and made the Cursed Renderer smarter. Now, we always reset the terminal tab stops for the Bubble Tea program process context. People using tabs -N in their shell profiles shouldn't be affected.
See the full changelog below.
Changelog
New!
05df5ae: feat: support extended keyboard enhancements (#1626) (@aymanbagabas)
Fixed
a3d7807: fix(ci): only run build-examples on non-dependabot MRs (@aymanbagabas)7df1e65: fix(examples): migrate imports to charm.land for the glamour example (#1642) (@mhdna)ee06e98: fix(examples): resolve nil pointer dereference (#1663) (@mattpcaswell)ac355fe: fix(renderer): restore tab stops if hard tabs are enabled (#1677) (@aymanbagabas)729f05c: fix: add missing signal.Stop in suspendProcess to prevent signal channel leak (Closes #1673) (#1674) (@kuishou68)
Docs
bbe4faf: docs(example): add textarea dynamic height example (#1639) (@meowgorithm)e19d255: docs: fix README wording (#1624) (@Rohan5commit)
Other stuff
65c3978: ci: sync golangci-lint config (#1556) (@github-actions[bot])
Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.
Configuration
- If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
