v6.1.4
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 useiframeand 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 optionjson:trueto 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)