Skip to content
This repository has been archived by the owner on Jan 1, 2020. It is now read-only.

Latest commit

 

History

History
27 lines (18 loc) · 746 Bytes

CHANGELOG.md

File metadata and controls

27 lines (18 loc) · 746 Bytes

Changelog

1.1.1

  • adding test suite
  • fix #17: SSR now works without throwing errors.
  • ensure unmounted fields properly de-register from their form

1.1.0

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.

1.0.0

Too much to list here. Make sure to check out the docs and the UPGRADE.md