We are excited to announce the availability of public preview of the SharePoint Framework (SPFx) 1.14 – with updates for Viva Connections, Microsoft Teams and SharePoint Online experiences.
We are working on getting the version published with general availability in early 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 the 1.14 beta release
Key changes and updates in this preview release are as follows:
- Adaptive Card Extensions card view caching
- For improved performance, SharePoint Framework now supports local caching of Viva Connections Adaptive Card Extension’s card views.
- Updated web part templates from scaffolding with improved support for Microsoft Teams and SharePoint Online
- Including new “Minimal” template which allows to start development with the minimal amount of code provisioned.
- Web Part lifecycle method for theme changes
- Web part detect changes on theme settings in pages and refresh the UI based on that.
- Detect if a component is loading from localhost
- Any SPFx component can now check if it’s currently running from code served locally.
- Skip the rendering of the Property Pane group name if needed
- Numerous other improvements and adjustments
Installing SharePoint Framework 1.14 preview
You can install preview of the SharePoint Framework 1.14 by using following command – which will always install he latest preview packages.
npm install @microsoft/generator-sharepoint@next --global
What’s 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. It’s really the easiest way to get build 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 use 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.
Additional resources and support
-
- Please report any issues on the public preview using following issue list – https://aka.ms/spfx-issues
- We have engineering people monitoring any incoming issues and helping you to get unblocked or getting your questions answered
- Overview of the SharePoint Framework
- Getting started with SharePoint Framework
- Build for Microsoft Teams using SharePoint Framework
- Overview of Viva Connections Extensibility
- Microsoft Learn – Extend Microsoft Viva Connections
- Microsoft Learn – Extend Microsoft SharePoint – Associate
- CLI for Microsoft 365 – SharePoint Framework Upgrade tooling from previous versions to latest
- SharePoint Framework web part samples
- Please report any issues on the public preview using following issue list – https://aka.ms/spfx-issues
If you are looking into building experiences for Microsoft 365, we strongly recommend on joining our community calls and other Microsoft 365 community activities. More details from https://aka.ms/m365pnp.
0 comments