- adding test suite
- fix #17: SSR now works without throwing errors.
- ensure unmounted fields properly de-register from their form
Validations within wrapped inputs now support camelCase. This is also the recommended way of doing things and the docs have been changed accordingly. See #13.
old
<Text name="foo" is-required/>
new
<Text name="foo" isRequired/>
The old way is still supported but might get deprecated at some point.
Too much to list here. Make sure to check out the docs and the UPGRADE.md