v2.0.0
2.0.0 (2017-03-25)
Features
- Add
onValidationErrorprop onForm(f67f8311) - styles: Add default styles for form (e7a7f938)
- submission: Add 'submit' type to reference submit button (881c46bf)
Breaking Changes
showErrorsInToastprop onFormrenamed totoastErrors
(50204450)
- Prop
fieldStylehas been renamed toformStyles
(e7a7f938)
- User now have to explicitely set the submit button by setting the prop
type="submit"on the button
(881c46bf)