Skip to content

v0.10.0 Update

Choose a tag to compare

@ashbash1987 ashbash1987 released this 12 Aug 20:54
  • Add handling of change member events (they occur as the user makes changes to a component, debounced by some interval). Use OnValueChange or ValueChangeEvents to listen for these value change events.
  • Updated the parameter defaults for TextInput preset to allow specifying a type of number for constricting to numeric input only (and also allow min/max/step parameters).
  • More exception handling code in place to more reliably catch unexpected behaviour should it happen.