Skip to content

SharepointPlus v3.14

Compare
Choose a tag to compare
@Aymkdn Aymkdn released this 06 Mar 17:36
· 100 commits to master since this release

Change Log v3.14 (March 6, 2017)

  • Add a sanitize filter for the filename in $SP().createFile() because Sharepoint doesn't like some special characters
  • Fix a bug with "Content Type" field in SP().formfields()
  • Fix a bug with SP().formfields().elem() when mixed fieldtypes where used
  • Handle callback even when showClose:false in $SP().showModalDialog()
  • Add more documentation for $SP().showModalDialog()
  • Add option id for $SP().showModalDialog()
  • Add option onload for $SP().showModalDialog()
  • Add function $SP().getModalDialog()
  • Add function $SP().resizeModalDialog()
  • Improve $SP().parse() for the IN operator
  • Review the code for join and outerjoin options within $SP().list().get()
  • Add new option join.onLookup for $SP().list().get()