Skip to content

Releases: oneblink/sdk-core-js

v7.3.0

25 Sep 02:02
Compare
Choose a tag to compare

Added

  • getDisplayDetailsFromFormSubmissionPayment to paymentService

v7.1.0

03 Sep 06:16
Compare
Choose a tag to compare

Added

  • submissionService.processInjectablesInCustomResource()

v7.0.0

13 Aug 01:53
Compare
Choose a tag to compare

Changed

  • formElementsService.getRootElementValueById() to support retrieving submission data from nested forms

Removed

  • [BREAKING] support for NodeJS 16

v6.3.1

07 Aug 00:50
Compare
Choose a tag to compare

Changed

  • check if repeatable set element value is an empty array

v6.3.0

21 Jun 03:40
Compare
Choose a tag to compare

Added

  • ADDRESS_DETAILS predicate type added to conditionalLogicService.evaluateConditionalPredicate

v6.2.0

04 Jun 00:33
Compare
Choose a tag to compare

Added

  • googleAddress to typed Lookup Elements
  • groups to parseUserProfile()

v6.1.0

30 Apr 23:36
Compare
Choose a tag to compare

Added

  • support for FORM predicate type in evaluateConditionalPredicate

v6.0.1

14 Mar 22:41
Compare
Choose a tag to compare

Fixed

  • replaceCustomValues working with nested values and propertyName

v6.0.0

06 Mar 22:50
Compare
Choose a tag to compare

Changed

  • [BREAKING] submissionService.replaceInjectablesWithElementValues() and submissionService.replaceInjectablesWithSubmissionValues() return value to be an object with a hadAllInjectablesReplaced property
  • [BREAKING] allow submissionService.getElementSubmissionValue to accept an optional elementId property and return element and value

Added

  • excludeNestedElements option to submissionService.replaceInjectablesWithElementValues(), submissionService.replaceInjectablesWithSubmissionValues() and formElementsService.matchElementsTagRegex()

Removed

  • [BREAKING] formElementsService.ElementWYSIWYGRegex

v5.4.0

18 Feb 23:43
Compare
Choose a tag to compare

Added

  • arcGISWebMap form element to submissionService