Skip to content

v0.6.0

Latest
Compare
Choose a tag to compare
@caarlos0 caarlos0 released this 06 Sep 16:35
· 5 commits to main since this release
a9285a0

Just focus

This release features automatic window focus events support for the Input and Text components.

Note that if you're using Huh in a larger Bubble Tea program you’ll need WithReportFocus to enable focus events.

p := tea.NewProgram(model{}, tea.WithReportFocus())

Happy focusing!

Changelog

New!

Full Changelog: v0.5.3...v0.6.0