JS SDK

Release 3.4.2 (Oct 19, 2023)


Improvements

  • Fix for chart field label read-only error in build.
  • Misc enhancements and bug fixes.

Release 3.4.1 (Oct 18, 2023)


Improvements

  • Identifier selector field customization. Learn more https://docs.joyfill.io/docs/customize-settings (NO-87)
  • PDF dynamic field measurement enhancements (NO-113)
  • Auto remove individual table cell field positions associated with deleted columns (NO-254)
  • Misc enhancements and bug fixes

Release 3.3.1 (Oct 4, 2023)


Improvements

  • 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)
  • Misc enhancements and bug fixes

Release 3.2.0 (Sep 12, 2023)


Improvements

  • Joyfill template library UI and visual requirements support (#NO-17)
  • Table columns are responsive by default now (#NO-17)
  • Added field groups display mode for table fields (#NO-17)
  • Added rich text field support (#NO-17)
  • Multi image upload adds the to current images and no longer overwrites them (#NO-149)
  • Table field settings enhancements (#NO-163)
  • Signature is properly scaled to fit within field dimensions (#NO-172)

Release 3.1.0 (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.
  • Field lazy loading. See package README

Breaking Changes

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