Unboxing the SharePoint Framework (SPFx) v1.15.2 release

Unboxing the SharePoint Framework (SPFx) v1.15.2 release

This article originally appeared on Andrew Connell’s site, Unboxing the SharePoint Framework (SPFx) v1.15.2 release, where it’s also available as a video and podcast episode.

In early August, Microsoft released a minor update to the SharePoint Framework (SPFx) with version v1.15.2. This was a relatively minor update that included things like:

  • ✅  updated ESLint rule configurations
  • ✅  automatically register Azure Service Principals when permission scope requests are approved
  • ✅  ACE QuickView cards support deferred loading
  • 🚀  ACE media selectors promoted to GA
  • 🐞 squashed 16+ issues/bugs

In this post, Andrew Connell goes over these updates and shares some additional things he found after spending some time picking apart this latest release of the SharePoint Framework!

You’ll learn:

  • What’s new
    • Automatic Azure Service Principal registrations
    • ACE QuickView cards support deferred loading
  • What’s changed
    • Updated ESLint rule configurations
    • ACE media selectors promoted to GA
  • What’s fixed