What's changed
FieldApi.reset
now accepts the same options object thatFormApi.resetField
does. (commit)- Added an experimental API for listening to fine-grained form events. (commit, commit)
- In
onBeforeSubmit
, you can now pass data togetValidatedData
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