Skip to content

v0.7.3

Compare
Choose a tag to compare
@meowgorithm meowgorithm released this 02 Nov 15:10
· 358 commits to master since this release

Textinput features, fixes and improvements:

  • New: Textinput now supports multi-character (IME) input in Bubble Tea v0.12.2
  • Improved: blink timer resets when moving the cursor for a better user experience
  • Fixed: ctrl+f and ctrl+b keybindings for forwards/backwards cursor movement

Textinput API changes:

  • Update and View are now methods on the textinput model rather than standalone functions
  • Blink is now a simple tea.Cmd (it was previously a func (textinput.Model) tea.Cmd).