0.5.0
Pre-release
Pre-release
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.