Skip to content

1.13.0

Latest
Compare
Choose a tag to compare
@jansenbe jansenbe released this 27 Jun 15:18
· 45 commits to dev since this release

Added

  • Improved support for reading 'Image' and 'Location' fields #1411 [wizofaus - Dylan Nicholson]
  • Support for setting 'Image' and 'Location' fields [jansenbe - Bert Jansen]
  • Added xxxClientSideComponentId and xxxFormClientSideComponentProperties properties for IContentType #1421 [jansenbe - Bert Jansen]
  • Allow access to SharePoint and Microsoft Graph response headers for interactive/batch requests, including the SPRequestGuid (=correlation id) and Microsoft Graph request-id [jansenbe - Bert Jansen]
  • Allow access to the SPRequest Guid via the returned BatchRequest #1464 [StefanSchoof - Stefan Schoof]
  • Support for UseSharedCache in the OnBehalfOfAuthenticationProvider #1380 [jansenbe - Bert Jansen]

Changed

  • Calls to GetUserEffectivePermissions are not not clearing collections loaded in the used PnPContext instance #1416 [jansenbe - Bert Jansen]
  • Verify TermId is a valid GUID before assigning it #1414 [jansenbe - Bert Jansen]
  • Loading site pages is more robust when a custom web part on the page is erroring #1410 [jansenbe - Bert Jansen]
  • IContentType.SchemaXml is not settable in SharePoint so removing the set option for it #1418 [jansenbe - Bert Jansen]
  • Ensure GetFolderByServerRelativeUrl and GetFileByServerRelativeUrl can handle \ as path separator #1412 [jansenbe - Bert Jansen]
  • GetComments() with a selector only return maximum of 30 comments #1424 [jansenbe - Bert Jansen]
  • CheckIn and Approve methods on IFile now support comments with special characters like cariage returns #1432 [jansenbe - Bert Jansen]
  • Update methods on IListItem now handle validation errors similar to the Add methods #1433 [jansenbe - Bert Jansen]
  • Admin library: Improved support for vanity URL tenants when loading ACS principals and SharePoint Add-Ins [jansenbe - Bert Jansen]
  • Admin library: Azure ACS principal with only tenant level permissions that are created from running appinv.aspx for an "regular" Entra application are now correclty detected [jansenbe - Bert Jansen]
  • Bumped version of Microsoft.Identity.Client package version to 4.60.3 #1447 [gautamdsheth - Gautam Sheth]
  • Correctly process empty batch responses #1463 [StefanSchoof - Stefan Schoof]
  • CSOM execution flow now also processes post request modules [jansenbe - Bert Jansen]
  • Added specialization support when adding a Team to a group #1468 [danielpastoor - Daniel Pastoor]
  • Add better support for the Visibility HiddenMembership and added additionaldata support for creating a Group #1467 [danielpastoor - Daniel Pastoor]
  • Admin libray: Fixed paging when loading sites using Graph search [jansenbe - Bert Jansen]