Skip to content

Releases: WandererOU/aframe-keyboard

v0.0.2-alpha

22 Mar 05:58
Compare
Choose a tag to compare
v0.0.2-alpha Pre-release
Pre-release
  • Patches security issues with acorn and minimist libraries
  • Fixes warning from browser related to having null values as default

v0.0.1-alpha

29 Apr 05:01
Compare
Choose a tag to compare
v0.0.1-alpha Pre-release
Pre-release

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 the baseline 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