Skip to content

1.7.0

Latest
Compare
Choose a tag to compare
@kettanaito kettanaito released this 01 May 08:52
· 20 commits to master since this release
  • Updates the library's dev and save dependencies

Features

  • (Internal) Introduces various helper methods to shorten Form methods
  • (Internal) Introduces patched state update (#354) to make state operations faster and support concurrent state updates

Bugfixes

  • Fixes a bug that resulted into debounced onChange handlers to be invoked with the obsolete value (#341)
  • Fixes a bug that resulted into obsolete validity state on fields with reactive required prop (#344)
  • Fixes a bug that resulted some fields to unmount if they don't match the predicate of form.reset() (#347)
  • Fixes a bug that resulted into some optional empty fields blocking form submit (#350)
  • Fixes a bug that resulted into custom initialValue of a checkbox not being set (#380)