React Native SDK

Release 0.6.1 (Feb 22, 2024)


Improvements

Fix for table bug that crashed SDK has been added ( NO-358)

Release 0.6.0 (Jan 3, 2024)


Improvements

Conditional logic (#NO-288)
Enhancements to required field indicators (#NO-295)

Release 0.5.0 (Nov 17, 2023)


Improvements

  • Fix for incorrectly hidden titles (NO-292)
  • Engine-utils dependency updated to v2.3.2 (NO-242)

Breaking Changes

  • Param properties for onFocus and onBlur have been changed to mirror other SDKs (NO-272). See full list of updated property names below:
    • columnId is now fieldColumnId
    • columnIdentifier is now fieldColumnIdentifier
    • rowId is now fieldRowId

Release 0.4.0 (Oct 4, 2023)


Improvements

  • SDK onFocus and onBlur field event handlers added (#NO-218)
  • Manually trigger field save and blur using e.blur event from onFocus (#NO-218)
  • Signature preview added to signature field (#NO-218)
  • Page duplication support with page menu and duplicatePage helper method (#NO-95)
  • Table field now supports image uploading directly to table image cells (#NO-114)
  • Field tooltips now supported for additional field context and instructions (#NO-130)
  • Theming support for font family and button styles now supported (#NO-162)
  • Chart field x and y coordinates can now be dynamically updated per document (#NO-140)
  • Misc enhancements and bug fixes

Release 0.3.1 (Aug 22, 2023)


Improvements

  • Multi-user collaboration support via changelogs.
  • Changelogs are now passed directly to the onChange handler. See package README.
  • Added helper methods for generating and duplicating documents and templates. See package README.
    • getDefaultDocument get a default Joyfill Document.
    • getDefaultTemplate get a default Joyfill Template.
    • getDocumentFromTemplate get a Joyfill Document generated from a Joyfill Template.
    • duplicate duplicate a Joyfill Document or Template. Useful for adding a template from your library to an individual group.

Breaking Changes

  • onChange argument list has been changed. onChange now only receives two arguments: changelogs and doc. See README.