What's changed
FieldApi.resetnow accepts the same options object thatFormApi.resetFielddoes. (commit)- Added an experimental API for listening to fine-grained form events. (commit, commit)
- In
onBeforeSubmit, you can now pass data togetValidatedDatato override what gets validated. (commit) - Fixed an issue where
FormApi.subscribe.valuewasn'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