SPFx 1.9: New Features and Improvements

SPFx 1.9 shipped with SharePoint improvements. Here’s what’s new for developers.

Key Updates

  • Library components GA: Share code across solutions
  • Improved Teams support: Better tab development
  • Pre-allocate extension hosts: Faster extension loading
  • Office UI Fabric 7: Updated component library

Upgrade

npm install @microsoft/sp-core-library@1.9.0
npm install @microsoft/sp-webpart-base@1.9.0

Teams Tab Development

{
  "supportedHosts": ["SharePointWebPart", "TeamsTab"]
}

References


Discover more from C4: Container, Code, Cloud & Context

Subscribe to get the latest posts sent to your email.

Leave a comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.