Skip to content

Deno TUI 1.0.0-RC

Pre-release
Pre-release
Compare
Choose a tag to compare
@Im-Beast Im-Beast released this 08 Aug 16:31
· 411 commits to main since this release
a734c8b

Release candidate for 1.0.0

Changelog

  • Changelog would be very long pointing out everything, so take it as a summary
  • It's now OOP
    • Development of new components is way easier thanks to inheritance
  • Takes use of async iterators and generators
  • Performance skyrocketed 🚀
  • It's now styling framework agnostic, literally anything can be used to style component
  • Styler (now Theme) doesn't need to be compiled
  • key_reader.ts recode
    • Smarter way of reading modifier and keys in terminals
    • Added support for SGR and UTF-8 mouse handling
    • Special keys and modifiers are now supported on windows thanks to using FFI

Full Changelog: 0.5.1...1.0.0-RC