Deno TUI 1.3.3
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 eithersrc/types.ts
orsrc/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 systemswindows/
contains functions that are supported only on Windowstypes.ts
contains types specific forkey_reader.ts
however they're reexported insrc/types.ts
- Entry point is still in
src/key_reader.ts
- If you've exported any of the types from
Full Changelog: 1.3.2...1.3.3