- Fixed bug with text/window auto-height calculations
- 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 fuunction
- Wired up a more advanced logger that can be used to log to memory, the console, or a file
- 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
- Initial build