Skip to content

Releases: oneblink/apps

v16.1.0

30 Sep 01:24
Compare
Choose a tag to compare

Changed

  • Setting of contentType to use detection when content type is not provided

Dependencies

v16.0.0

25 Sep 01:52
Compare
Choose a tag to compare

Changed

  • [BREAKING] updated FormSubmissionApprovalsResponse type

Dependencies

Added

  • successfulFormSubmissionPayment to approvalsService.getFormSubmissionApproval() function response
  • paymentService.getDisplayDetailsFromFormSubmissionPayment()

v15.0.0

03 Sep 06:09
Compare
Choose a tag to compare

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

v14.1.0

13 Aug 01:43
Compare
Choose a tag to compare

Added

  • submissionService.editPendingQueueSubmission
  • submissionService.cancelEditingPendingQueueSubmission

Dependencies

v14.0.1

07 Aug 00:40
Compare
Choose a tag to compare

Dependencies

v14.0.0

10 Jul 06:24
Compare
Choose a tag to compare

Changed

  • form submissions and draft downloads to use storage endpoints

Added

  • submission to external id generation request payload

Removed

  • [BREAKING] approvalsService.getFormApprovalFlowInstanceSubmission() (use submissionService.getSubmissionData())
  • [BREAKING] approvalsService.getFormSubmissionApprovalSubmission() (use submissionService.getSubmissionData())

Dependencies

v13.0.0

21 Jun 03:34
Compare
Choose a tag to compare

Removed

  • [BREAKING] Westpac QuickWeb payment event

Dependencies

v12.0.1

04 Jun 00:27
Compare
Choose a tag to compare

Changed

  • authService.getCurrentFormsAppUser() to call API regardless of isSAMLUser

Fixed

  • autosave data not being removed after saving a draft offline
  • drafts sync process throwing errors while offline
  • drafts deleted offline not being removed from drafts if the request to get synced drafts is returned from cache and includes the deleted draft

Dependencies

v12.0.0

20 May 06:40
Compare
Choose a tag to compare

Changed

  • [BREAKING] drafts to use versioning

Dependencies

v11.2.0

10 May 06:49
Compare
Choose a tag to compare

Changed

  • update searchCivicPlusHCMSContentItems to call HCMS directly

Added

  • Support for the formsAppId as an optional second property in the authService.forgotPassword() function
  • formService.deleteCivicPlusHCMSContentItem
  • formService.publishHCMSContentItem
  • formService.draftHCMSContentItem

Changed

  • update searchCivicPlusHCMSContentItems to call HCMS directly