Skip to content

v6.1.4

Compare
Choose a tag to compare
@Aymkdn Aymkdn released this 01 Feb 17:12
· 5 commits to master since this release

Change Log v6.1.4 (February 1, 2021)

  • Added $SP().list().removeAttachment()
  • Added $SP().list().getVersions()
  • Added $SP().list().restoreVersion()
  • Changed $SP().list().stopWorkflow() to not use iframe and make it work with NodeJS Server Application
  • Fixed a Sharepoint bug: if a list has the versioning enabled, then add/remove an attachment will created an empty version which could reset the values for the "Multiple Lines of Text" fields with "Append" option – $SP().list().addAttachment() and $SP().list().removeAttachment() will restore the previous version to avoid this buggy behavior
  • Fixed $SP().list().get() with option json:true to return an object for each item instead of an array of keys
  • Fixed $SP().list().getWorkflowID() when there are more than 1 workflow for an item (see #162)