Releases: koga73/deluxe-cli
Releases · koga73/deluxe-cli
0.4.1
0.4.0
What's Changed
- Added onKeyPress / onFocus / onBlur callbacks for all components with the option to return false to prevent the default action
- Fixed issue with addChild if the child has already been added
- Added position type for relative/absolute positioning
- Added support for percentage based x/y
- Updated documentation and added logger options to the main initialize function
Full Changelog: 0.3.0...0.4.0
0.3.0
- Wired up a more advanced logger that can be used to log to memory, the console, or a file
Full Changelog: 0.2.0...0.3.0
0.2.0
- Fixed issue with Text component not wrapping properly
- Allowed screen to render with no focusable elements
- Added auto-height to windows
- Added List activeItem styles
Full Changelog: 0.1.0...0.2.0