Skip to content

Releases: oneblink/apps-react

v0.4.0

06 Jun 23:28
Compare
Choose a tag to compare

Added

  • Toggle all button to Checkbox and Select (multi only) element

Changed

  • Barcode Scanner lookups to run automatically on scan
  • [BREAKING] radio and checkbox inputs to Material UI

v0.3.3

02 Jun 03:09
Compare
Choose a tag to compare

Added

  • Support for customisable buttons
  • Support for custom regex validation
  • validation for camera form element to ensure an image is selected
  • replaceable parameter {INDEX} in HTML elements nested in repeatable sets

Changed

  • Hide Add button if repeatable set already has max number of entries

Fixed

  • prefill data on multiple pages overriding parsing of prefill data in subsequent pages

v0.3.2

26 May 05:44
Compare
Choose a tag to compare

Added

  • icons to right side of inputs for form elements:
    • 'number'
    • 'barcodeScanner'
    • 'telephone'
    • 'email'
    • 'date'
    • 'datetime'
    • 'time'

Changed

  • Only capture date from date element
  • days offset to date and datetime

Dependencies

v0.3.1

19 May 03:50
Compare
Choose a tag to compare

Fixed

  • conditional logic loop false positives

v0.3.0

13 May 01:19
Compare
Choose a tag to compare

Fixed

  • auto save data being saved after submission

Added

  • Support for private and public file storage types
  • Support for displayAsCurrency prop in calculation element

Changed

  • [BREAKING] draw form element to require Done button press before the drawing is added to the submission data

Dependencies

v0.2.4

27 Apr 04:41
Compare
Choose a tag to compare

Added

  • zoom property to location form elements submission data

Fixed

  • orientation of images uploading to files form elements

Added

  • Captured exceptions for certain element failures with Sentry
  • required * to files and repeatableSet form element labels

Fixed

  • options sets with invalid options never finishing loading
  • autocomplete with search url
    • not URL encoding search parameters
    • not validating options returned from request

v0.2.3

15 Apr 01:05
Compare
Choose a tag to compare

Changed

  • Tooltip library to use material-ui tooltip

Added

  • Point Address element

Fixed

  • inputs in sub forms in repeatable sets having duplicate id properties, causing a bug with date, datetime, time elements not setting the value selected on the submission data

Dependencies

v0.2.2

31 Mar 03:31
Compare
Choose a tag to compare

Fixed

  • validation class on telephone element not consistent with other elements

Dependencies

v0.2.1

23 Mar 02:31
Compare
Choose a tag to compare

Added

  • Compliance element type
  • hint to form elements with a label displayed

Dependencies

v0.2.0

17 Mar 02:15
Compare
Choose a tag to compare

Fixed

  • calculations inside repeatable sets using values from all entries

Changed

  • scroll behavior when changing pages

Removed

  • [BREAKING] position: fixed CSS from multiple page form navigation on mobile screen sizes