Skip to content

Releases: oneblink/sdk-core-js

v0.4.5

10 Feb 01:03

Choose a tag to compare

Added

  • generateFormElementsConditionallyShown - Dependant option set elements will now return a dependencyIsLoading? property

v0.4.4

13 Sep 02:47

Choose a tag to compare

Changed

  • Added emailVerified, phoneNumber and phoneNumberVerified values to UserProfile

v0.4.2

29 Jul 02:12

Choose a tag to compare

Changed

  • update getABNNumberFromABNRecord to look for isCurrentIndicator equal to 'Y'

v0.4.1

17 Jun 03:31

Choose a tag to compare

Added

  • type checks to submission data
  • freshdeskDependentField form element

v0.4.0

19 Apr 02:11

Choose a tag to compare

Added

  • schedulingService
  • submissionService
  • paymentService
  • fileUploadService
  • 'ELEMENT' based 'NUMERIC' conditional predicates to allow showing a form element based on the numeric value of another form element

Removed

  • [BREAKING] validatePaymentAmount() function. Replaced by paymentService.checkForPaymentEvent()
  • [BREAKING] getContentDisposition() function. Replaced by fileUploadService.getContentDisposition()
  • [BREAKING] replaceCustomValues() function. Moved into submissionService
  • [BREAKING] getElementSubmissionValue() function. Moved into submissionService
  • [BREAKING] conditionalLogicService.evaluateConditionalPredicate() function.
  • [BREAKING] conditionalLogicService.evaluateConditionalOptionsPredicate() function.

v0.3.6

29 Mar 02:33

Choose a tag to compare

Added

  • Payment validation for payments

[RELEASE] 0.3.5

15 Mar 23:44

Choose a tag to compare

Fixed

  • Removed test script

v0.3.4

15 Mar 23:29

Choose a tag to compare

Added

  • toStorageElement to typeCastService.formElements
  • added generateFormElementsConditionallyShown to conditionalLogicService
  • added flattenFormElements to formElementService

v0.3.3

24 Jan 04:16

Choose a tag to compare

Added

  • contentDisposition function for file upload

v0.3.2

21 Dec 03:12

Choose a tag to compare

Added

  • abnService