Skip to content

Deno TUI 1.0.2

Compare
Choose a tag to compare
@Im-Beast Im-Beast released this 21 Aug 19:01
· 357 commits to main since this release

Release 1.0.2

Changelog

  • Fixed TextboxComponent repeating text inside of it when using backspace at the start of the line
  • Improved interaction using keyboard with CheckboxComponent and ComboboxComponent
  • Improved keyboard control handler, it should now be more reliable and performant
  • ScrollableViewComponent state now gets set to "focused" when it's currently used using keyboard (CTRL+F key switching)
  • Minor refactoring (added explicit return type to functions and methods)

Full Changelog: 1.0.1...1.0.2