Skip to content

roqueform-v5.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 13 May 13:21
· 2 commits to master since this release

Changelog: roqueform-v5.1.1...roqueform-v5.2.0

  • Default value can be provided when the child field is accessed for the first time:
const filed = createField<{ text?: string }>({});

field.at('text', 'Hello').value
// ⮕ 'Hello'
  • Check that BigInt and Symbol are defined in older environents.