Skip to content

Deno TUI 1.3.0

Compare
Choose a tag to compare
@Im-Beast Im-Beast released this 01 Nov 13:20
· 306 commits to main since this release
00c07a0

Release 1.3.0

BREAKING CHANGES

  • Deno 1.27+ is now required since Deno 1.27 Deno.consoleSize() no longer requires an argument
  • Tui 1.2.0 will still work on Deno 1.27 unless you type check remote modules

Changelog

  • Tui no longer requires --unstable permission on Linux and macOS as Deno 1.27 stabilized every required API
    • --unstable alongside --allow-ffi is still required on Windows.
  • Normalized the way classes use options construct themselfs
  • Added replaceEmptyStyle function in theme.ts
  • Added new TableComponent

Full Changelog: 1.2.0...1.3.0