New
RVF v8.1.0: Small improvements
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 https://github.com/airjp73/rvf/pull/456
- Fixed #457 [Bug]:
zfd.checkbox()is not passing when type boolean is passed to it by @Dan503 in https://github.com/airjp73/rvf/pull/458
New Contributors
- @bairdj made their first contribution in https://github.com/airjp73/rvf/pull/456
- @Dan503 made their first contribution in https://github.com/airjp73/rvf/pull/458
Full Changelog: https://github.com/airjp73/rvf/compare/v8.0.0...v8.1.0