release notes
release notes
Published 9/8/2021
MinorContains breaking changesThe big, new feature in this update is Program.Send(Msg), which allows you to send messages to the Update loop from outside a Bubble Tea program. This simplifies Bubble Tea’s interoperability with other libraries quite a lot and we’re excited to see what you do with it.
Beyond that, we’ve made a lot of small changes under the hood to allow Bubble Tea to work better with more types of terminal input such as PTYs over SSH. The program option WithInputTTY has also been added to make it easier to open a TTY (or console input device on Windows) on demand.
Msgs can now be sent to Programs with Program.Send(Msg)WithInputTTY is a new ProgramOption for explicitly opening a new TTY (or console on Windows) for inputThoughts? Questions? We love hearing from you. Feel free to reach out on Twitter or The Fediverse.
release notes
Published 9/8/2021
MinorContains breaking changesThe big, new feature in this update is Program.Send(Msg), which allows you to send messages to the Update loop from outside a Bubble Tea program. This simplifies Bubble Tea’s interoperability with other libraries quite a lot and we’re excited to see what you do with it.
Beyond that, we’ve made a lot of small changes under the hood to allow Bubble Tea to work better with more types of terminal input such as PTYs over SSH. The program option WithInputTTY has also been added to make it easier to open a TTY (or console input device on Windows) on demand.
Msgs can now be sent to Programs with Program.Send(Msg)WithInputTTY is a new ProgramOption for explicitly opening a new TTY (or console on Windows) for inputThoughts? Questions? We love hearing from you. Feel free to reach out on Twitter or The Fediverse.