Skip to content

0.5.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@kevinkosterr kevinkosterr released this 30 Sep 17:19
f840785

What's Changed

  • fix(field-number): issue when step is undefined in field schema;
  • fix(field-reset): fixed an issue with resetting the values;
  • fix(field-checkbox): fixed an issue where labels would show twice;
  • fix: validator getters and checks;
  • feat: added component aliases in 2d300de;
  • feat(field-button): onClick() property now gets passed the model and field bb89a9b
  • tests: Added basic tests for every component.