Releases: WandererOU/aframe-keyboard
Releases · WandererOU/aframe-keyboard
v0.0.2-alpha
- Patches security issues with
acorn
andminimist
libraries - Fixes warning from browser related to having null values as default
v0.0.1-alpha
Initial functionalities added that allow for basic keyboard usage, suitable for usage in prototypes.
not yet production ready
Changes
- Added
color
option to define which colors the text should be rendered with - Added
dismissable
option to define whether keyboard can be dismissed before being "Submitted" - Added
fontSize
option to set how big keys should look - Added
verticalAlign
option to set thebaseline
property of texts - Added
font
option where you can choose from one of the stock fonts to be used in the keyboard - Added
highlightColor
option to change the color of keys when highlighted - Added
baseTexture
option to override the texture used in the base of the keyboard - Added
keyTexture
option to override the texture used in the keys