April 19th, 2022

Updated preview of SharePoint Framework 1.15 – New release of upcoming features

Vesa Juvonen
Principal Program Manager

We are excited to announce updated preview of the SharePoint Framework (SPFx) 1.15 ā€“ with updates for Viva Connections, Microsoft Teams, and SharePoint Online experiences. This is second preview release on the upcoming 1.15 release with new preview features for the partners and customers to preview.

We are working on getting the General Availability (GA) version published within the first half of calendar year 2022. Current estimate is June 2022. Our objective with the public preview is for providing more insights on the upcoming features and to provide our ecosystem an option to directly influence on the released capabilities. Your feedback is more than welcome.

You can find full list of details from the following documentation:

Key features in this 1.15 preview release

Key changes and updates in this preview release are as follows:

  • New SPFx customizers for list add and edit list / library forms
    • Gives you an option to associate custom new, edit and view forms at content type level for new items
    • Tutorial coming up soon, please check the associated video for guidance until that is available
  • Numerous other improvements and adjustments based on the reported issues by customers and partners
    • If you ran into any issues, please use Premier Support if that’s an option or report your issues at https://aka.ms/spfx-issues.

Image spfx travel request 600

Here’s quick video from the Microsoft 365 Platform Community call demonstrating the usage of the new list form customizer component type

 

You can expect following features to be available with the upcoming 1.15 preview releases before the general availability.

  • Isolated Adaptive Card Extensions (Beta)
  • Adaptive Card Extensions card view caching ā€“ move to GA
  • Leverage Teams OBO flow for SPFx components in Teams Web
  • Support for Node v16.x
  • Support for TypeScript v4
  • Support for Teams SDK v1.11 (or newer if available)
  • Enable Service Principal Registration in app acquisition flow

and more šŸš€

 

Installing SharePoint Framework 1.15 preview

You can installĀ preview of the SharePoint Framework 1.15 by using following command ā€“ which will always install the latest preview packages.

npm install @microsoft/generator-sharepoint@next --global

What is SharePoint Framework?

SharePoint Framework is widely used extensibility inĀ Microsoft 365Ā withĀ tens of millions of end users each month for the custom components built by developers for Microsoft Teams, Microsoft Viva and SharePoint. Itā€™s the easiest way to build enterprise extensibility for Microsoft 365Ā and itā€™s taken advantage by thousands of partners and customers on building custom experiences for end users.

Key capabilities of the SharePoint Framework forĀ Microsoft 365Ā are following:

  • Content Driven Applications ā€“ SharePoint Framework can be used to build content driven applications on surfacing information easily from Microsoft 365 with Microsoft Graph or to integrate with externally hosted content.
  • Automatic Single Sign OnĀ ā€“ SharePoint Framework components have automatic and seamless SSO included for all platforms they are hosted. No specific consents needed from Microsoft 365 end users.
  • Automatic hostingĀ ā€“ SharePoint Framework components are automatically hosted in SharePoint without additional maintenance or operational costs.
  • Industry standard toolingĀ ā€“ SharePoint Framework is using standard web stack tooling with node, npm, TypeScript and any JavaScript framework of your preference. Just standard web skills needed, no special skills needed. Anyone can do this.

SharePoint Framework has also made the permission and token management for accessing the data inĀ Microsoft 365Ā easy. You will be using the awesomeĀ Microsoft Graph APIsĀ for accessing business data and you can further simplify the development of SharePoint Framework components by taking advantage of theĀ Microsoft Graph Toolkit, which provides reusable controls with data connectivity to Microsoft Graph.

Image spfx layouts features slide

 

Additional resources and support

If you are looking into building experiences forĀ Microsoft 365, we strongly recommend on joining our community calls and otherĀ Microsoft 365 Platform Community (PnP) activities. More details from https://aka.ms/m365pnp.

Happy coding! Sharing is caring!Ā šŸ§”

Author

Vesa Juvonen
Principal Program Manager

Vesa Juvonen works as a Principal Product Manager focusing on the community and ecosystem across Microsoft 365. He leads the Microsoft 365 Patterns and Practices initiative which is providing tooling, guidance and assistance on adopting recommended patterns for using Microsoft 365. He has worked in different roles at Microsoft engineering helping on building capabilities in Microsoft 365 and to help customers and partners to use the different capabilities across the platform. Prior moving to ...

More about author

1 comment

Discussion is closed. Login to edit/delete existing comments.

Newest
Newest
Popular
Oldest
  • Fernando Arturo GĆ³mez Flores

    Is SPfx integrated with Visual Studio 2022?