Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

v0.11.6

Compare
Choose a tag to compare
@davidkpiano davidkpiano released this 29 Apr 12:31
· 1215 commits to master since this release
  • Fixed the elusive issue regarding React.Children.only inside <Field> components: #170
  • Fixed (mitigated) the issue where items removed from an array were being incorrectly persisted in the form reducer, causing fields to incorrectly remain valid.

Note: The form reducer will undergo a huge refactor for v1.0. The only difference will be in syntax for retrieving fields, and will allow for greater integrity between the model and the form in properly tracking values to avoid issues such as #170. Furthermore, it will allow extensibility to add transformers/plugins for custom form behaviors.