Skip to content

v4.8.4

Compare
Choose a tag to compare
@logaretm logaretm released this 24 Mar 00:10
· 352 commits to main since this release

πŸ› Bug Fixes

  • properly unref the schema before checking for default values closes #4196 (8e3663d)

πŸ‘• TypeScript

πŸ—οΈ DX Improvements

  • allow name ref to be a lazy function (8fb543a)
// no need to wrap this anymore with `computed` or with `toRef`.
const { value } = useField(() => props.name);