Skip to content

Releases: koga73/deluxe-cli

0.4.1

27 Mar 19:38
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.0...0.4.1

0.4.0

24 Feb 22:44
Compare
Choose a tag to compare

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

16 Feb 04:30
Compare
Choose a tag to compare
  • 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

07 Feb 18:19
Compare
Choose a tag to compare
  • 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

0.1.0

03 Feb 20:18
Compare
Choose a tag to compare

Initial release!

What's Changed

New Contributors

  • @koga73 made their first contribution in #1

Full Changelog: https://github.com/koga73/deluxe-cli/commits/0.1.0