Skip to content

1.1.0

Compare
Choose a tag to compare
@kettanaito kettanaito released this 29 Mar 17:44
· 478 commits to master since this release

API

  • Adds support for nested field groups (#223)

Bugfixes

  • Fixes broken deep references using fieldProps (and additional sync rule resolver args, instead of fields). Changes the method call in flushFieldRefs, using dispatch to be aligned with form.context.withImmutable
  • Sets valid on expected Checkbox properly (#213)
  • Sets debounceValidate method on field record within Field.register() instead of Form.registerField() to prevent field record diversion (#221)

Internals

  • Decreases the bundle size by ~9 Kb
  • Uses regenerator-runtime instead of babel-polyfill
  • Adds support for environment-specific builds (#214)