Skip to content

Deno TUI 1.3.3

Compare
Choose a tag to compare
@Im-Beast Im-Beast released this 06 Nov 13:17
· 290 commits to main since this release
06a31c1

Release 1.3.3

Changelog

  • Fixed Keyboard-contol related issues
    • Fixed interacting with slider
    • Switching from mouse<->keyboard on the fly should work properly now
    • View is now properly respected after interacting with component
  • Off-screen components are no longer drawn
  • Highly refactored key_reader.ts
    • If you've exported any of the types from src/key_reader.ts update the path to either src/types.ts or src/key_reader/types.ts!
    • It has been split into multiple functions and modules for readability that are in src/key_reader/
      • unix/ contains functions that are supported on macOS/Linux and other unix-like systems
      • windows/ contains functions that are supported only on Windows
      • types.ts contains types specific for key_reader.ts however they're reexported in src/types.ts
    • Entry point is still in src/key_reader.ts

Full Changelog: 1.3.2...1.3.3