Skip to content

RVF v8.1.0: Small improvements

Latest

Choose a tag to compare

@airjp73 airjp73 released this 24 Sep 14:56
· 14 commits to main since this release

What's changed

  • FieldApi.reset now accepts the same options object that FormApi.resetField does. (commit)
  • Added an experimental API for listening to fine-grained form events. (commit, commit)
  • In onBeforeSubmit, you can now pass data to getValidatedData to override what gets validated. (commit)
  • Fixed an issue where FormApi.subscribe.value wasn't respecting the current scope. (commit)

PRs merged

  • Fix docs grammar error by @bairdj in #456
  • Fixed #457 [Bug]: zfd.checkbox() is not passing when type boolean is passed to it by @Dan503 in #458

New Contributors

Full Changelog: v8.0.0...v8.1.0