Skip to content

1.7.0

Compare
Choose a tag to compare
@jansenbe jansenbe released this 30 Jun 09:22
· 1500 commits to dev since this release

Added

  • Support for configuring top and quicklaunch navigation #805 and #813 [MathijsVerbeeck - Mathijs Verbeeck]
  • Extended the team channel tabs to following tabs: Word (Configurable), Ppt (Configurable), Excel (Configurable), Pdf (Configurable), Stream, Planner, Forms, OneNote, PowerBi, SharePoint Page or List #808 [MathijsVerbeeck - Mathijs Verbeeck]
  • Added support for asynchronous file & listitem copy/move functionality on the ISite interface using the SPO CopyJobs API #814 [MathijsVerbeeck - Mathijs Verbeeck]
  • Added support for vanity URLs in the admin library [jansenbe - Bert Jansen]
  • Teams Chat support #657 [MathijsVerbeeck - Mathijs Verbeeck]
  • Support for finding files in lists and folders using enumeration and wild card pattern matching #818 [dennisvanniel - Dennis van Niel]
  • Added capability to retrieve webtemplates (all) or by name #835 [MathijsVerbeeck - Mathijs Verbeeck]
  • Added sharing capabilities (enumerate + add/delete) for files #834 [MathijsVerbeeck - Mathijs Verbeeck]
  • Added support for Event Receivers (enumerate, add or delete) #835 [MathijsVerbeeck - Mathijs Verbeeck]
  • Added sharing capabilities (enumerate + add/delete) for folders #841 [MathijsVerbeeck - Mathijs Verbeeck]
  • Added possibility to mention user, application, team tag and conversation in a chat message #840 + docs #854 [MathijsVerbeeck - Mathijs Verbeeck]
  • Allow to enumerate / add / update / delete team events #848 + docs #854 [MathijsVerbeeck - Mathijs Verbeeck]
  • Added functionalities to list replies of a teams chat message and add new replies #853 + docs #854 [MathijsVerbeeck - Mathijs Verbeeck]
  • Added Thumbnail retrieval options for an IFile [jansenbe - Bert Jansen]
  • Admin library: support for creating group connected sites using application permissions (= creation of groups via Graph) #859 [danielpastoor - Daniel Pastoor]
  • Admin library: Checking if a given site exists via it's site URL #859 [danielpastoor - Daniel Pastoor]
  • Added support for creating and configuring Document Sets #866 [MathijsVerbeeck - Mathijs Verbeeck]
  • Added support for Event Receivers (enumerate, add or delete) on ISite #871 [MathijsVerbeeck - Mathijs Verbeeck]
  • Added link unfurling: throw any SharePoint (sharing) link in and you will get back detailed information about the SharePoint resource, including thumbnails #847 [jansenbe - Bert Jansen]
  • Added sharing capabilities (add) for list items #879 [jansenbe - Bert Jansen]
  • Added support for adding, publishing and unpublishing content types and document sets from the tenant's content type hub #881 [MathijsVerbeeck - Mathijs Verbeeck]
  • Added support for consuming content types from the content type hub [jansenbe - Bert Jansen]
  • Support for getting site (ISite) and file (IFile) analytics [jansenbe - Bert Jansen]
  • Option to convert an IFile into another format (PDF, JPG, Html or GLB) and process the returned stream (e.g. download/upload as file) #849 [MathijsVerbeeck - Mathijs Verbeeck]
  • Get preview from IFile for embedding #885 [MathijsVerbeeck - Mathijs Verbeeck]
  • Support for querying the IWeb recycle bin #894 [jansenbe - Bert Jansen]
  • Support for exporting and importing the search configuration at web, site and tenant level #887 [jansenbe - Bert Jansen]
  • Admin library: create/remove/ensure a site collection app catalog #898 [jansenbe - Bert Jansen]
  • Support for updating site fields and pushing down the changes to the lists using the field #889 [jansenbe - Bert Jansen]
  • Taxonomy: added GetTermSetById and GetSetById methods on ITermStore to enable loading a termset or term without knowing the termset group #892 [jansenbe - Bert Jansen]
  • Taxonomy: added GetWssIdForTerm methods on IWeb #892 [jansenbe - Bert Jansen]
  • Added FilesFolderWebUrl graph beta property for ITeamChannel #902 [jansenbe - Bert Jansen]
  • Added SendMail methods for IGraphUser and IMe #905 [MathijsVerbeeck - Mathijs Verbeeck]
  • Added SetUserAsOwner to ISharePointGroup #907 [MathijsVerbeeck - Mathijs Verbeeck]

Changed

  • Support option to load Folder from ListItem #810 [FelgeIO - Reinhard Felgenhauer]
  • Page transformation testing: reliabilty improvements #807 [pkbullock - Paul Bullock]
  • Fix for invalid datatime value being returned by CSOM tenant information call #803 [jansenbe - Bert Jansen]
  • Admin library: also try to restore the associated Microsoft 365 group when a group connected site is restored #801 [jansenbe - Bert Jansen]
  • Fixed wrong ConfigureAwait usage. #824 [s-KaiNet - Sergei Sergeev]
  • Allow custom Accept header with ApiRequest #829 [koenzomers - Koen Zomers]
  • Fix to enable deleting an attachment with special characters in the file name #830 [jansenbe - Bert Jansen]
  • Added GetFilesFolder methods on ITeamChannel to provide an easy access point to the SharePoint File capabilities starting from a Team channel #843 [jansenbe - Bert Jansen]
  • Changed GraphGroup constructor from Internal to Public #845 [danielpastoor - Daniel Pastoor]
  • Improved page HTML rendering to avoid webpart ids showing up in search #846 [jansenbe - Bert Jansen]
  • Fixed issue in term loading now using $expand for performance reasons + enabled loading of child of child terms #850 [jansenbe - Bert Jansen]
  • Sometimes calls added via Batch methods were executed interactively #858 [jansenbe - Bert Jansen]
  • When not throwing errors on batch request failures the batch failure collection was duplicated whenever the batch was smaller then the max batch size #858 [jansenbe - Bert Jansen]
  • List item paging got stuck in an infinite loop when the list contained the same amount items as the requested page size #872 [jansenbe - Bert Jansen]
  • Made additional IView properties settable #874 [jansenbe - Bert Jansen]
  • Added support to set the navigation orientation and menu style for non communication sites #875 [jansenbe - Bert Jansen]
  • More resilient parsing of CSOM GUID's #877 [jansenbe - Bert Jansen]
  • Ensure labels can be retrieved using application permissions #882 [jansenbe - Bert Jansen]
  • Don't retry when a SocketException occurs due to an unknown host [jansenbe - Bert Jansen]
  • Removed beta label from ITeamChannel property IsFavoriteByDefault and updated beta test to use the FilesFolderWebUrl property [jansenbe - Bert Jansen]
  • Added CreateDriveRecipient on sharing options classes to allow the creation of an IDriveRecipient #909 [jansenbe - Bert Jansen]