SharePoint Framework
Easily upgrade SharePoint Framework projects with the Office 365 CLI
Upgrading SharePoint Framework projects to a newer version of the SharePoint Framework isn't always straight-forward. Luckily, it just became a bit easier.
Office 365 CLI v1.3.0
We've just published a new version of the Office 365 CLI with new commands for working with and managing Office 365 tenants on any platform.
Configure CORS for APIs secured with Azure AD hosted on Azure
If you host your APIs on Azure, secure them with Azure AD and want to use them in the SharePoint Framework, you need to setup CORS correctly.
What if we could include source maps in SharePoint Framework packages
Using source maps, you can debug your SharePoint Framework solutions in production. But what if using source maps was even easier?
Debugging SharePoint Framework solutions which use the Microsoft Graph just works
Initially, debugging solutions using the MSGraphClient in SharePoint Framework was inconvenient, but the issue has been fixed and things work as expected.