Skip to content

Deno TUI 1.2.0

Compare
Choose a tag to compare
@Im-Beast Im-Beast released this 29 Sep 13:48
· 315 commits to main since this release
d474ea3

Release 1.2.0

BREAKING CHANGES

  • Deno 1.26+ is now required because of Deno.setRaw being moved to stdin.setRaw

Changelog

  • Changed Deno.setRaw calls to stdin.setRaw (To make it work for Deno 1.26+)
  • Improved TextboxComponent
    • Added placeholder, lineNumbering and lineHighlighting option that offer better customization
    • Added keyboardHandler option that allows you to use custom keyboard handler in textbox
    • Improved interacting with it
  • Fixed minor issues regarding rendering on Canvas that caused styles to be improperly ordered
  • Fixed memory leak in ComboboxComponent caused by not clearing temporary buttons
  • Fixed SliderComponent's thumb not being styled when adjustThumbSize option is set to true
  • Minorly refactored order of property types in classes

Full Changelog: 1.1.0...1.2.0