Skip to content

v15.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 03 Sep 06:09

Changed

  • [BREAKING] formService.getForm() parameters to an options object

    -const form = await formService.getForm(formId, formsAppId, abortSignal)
    +const form = await formService.getForm({ formId, formsAppId, abortSignal })

Dependencies

Added

  • formSlug property to formService.getForm() options to allow retrieving a form with a slug and formsAppId