ElioStruyf GitHub Star | M365 Development, Developer Technologies MVP | Google Developer Expert Azure | Microsoft 365 | Visual Studio Code | End-to-End Testing

Along with acting as VP of BIWUG (Belgian Information Worker User Group), Elio is an independent contractor for his own consulting company, Struyf Consulting.

page

Testing the UI of your SPFx solution with Puppeteer and Jest

When building any type of solutions which involve a UI. One of the most time-consuming things is to test how your solution is rendered, and if everything is still working as it should be. If you are doing these changes yourself. The process is very simple and easy to maintain/test. When you are working in a larger team, things will get more complex and more manual work is involved in order to test it.

Read more

PnP SharePoint Framework Property Controls v1.12.0 released

Version 1.12.0 of the SharePoint Framework Property Controls (@pnp/spfx-property-controls) has been released. This is an open source library that shares a set of reusable property pane controls, which can be used in your SharePoint Framework solutions. This release includes the following changes: New control(s) PropertyPaneWebPartInformation: New control to show more information about the current web part #108 PropertyPanePropertyEditor: New control that allows you to export/import property pane settings #114 Enhancements

Read more

PnP SharePoint Framework React Controls v1.10.0 released

Version 1.10.0 of the SharePoint Framework React Controls (@pnp/spfx-controls-react) has been released. This is an open source library that shares a set of reusable React controls, which can be used in your SharePoint Framework solutions. This release includes the following changes: New control(s) ListItemPicker: New field control #165 Enhancements Dutch localization added #100

Read more

PnP SharePoint Framework Property Controls v1.11.0 released

Version 1.11.0 of the SharePoint Framework Property Controls (@pnp/spfx-property-controls) has been released. This is an open source library that shares a set of reusable property pane controls, which can be used in your SharePoint Framework solutions. This release includes the following changes: Enhancements PropertyFieldCollectionData: Show error messages #96 Fixes Fixes based on SonarCloud analysis

Read more

PnP SharePoint Framework Property Controls v1.10.0 released

Version 1.10.0 of the SharePoint Framework Property Controls (@pnp/spfx-property-controls) has been released. This is an open source library that shares a set of reusable property pane controls, which can be used in your SharePoint Framework solutions. This release includes the following changes: Enhancements PropertyFieldPeoplePicker: Security groups come back with EntityType of FormsRole rather then SecGroup #93

Read more

PnP SharePoint Framework React Controls v1.8.0 released

Version 1.8.0 of the SharePoint Framework React Controls (@pnp/spfx-controls-react) has been released. This is an open source library that shares a set of reusable React controls, which can be used in your SharePoint Framework solutions. This release includes the following changes: Enhancements PeoplePicker: Specify to hide or show the users/groups which are hidden in the UI #122 WebPartTitle: changing font-sizes on different resolutions #114 WebPartTitle: Added accessibility tags for web part title #121 ListView: Resizable columns - introduced a isResizable property #119 FieldNameRenderer double click support added #116 TaxonomyPicker: table markup changed to DIV #113 PeoplePicker: ability to specify the source site to load users from #110 TaxonomyPicker: Disable the terms which are set as deprecated or unavailable for tagging #109 PeoplePicker: Specify principle type to retrieve (users, groups, …) #94 Fixes

Read more
Back to top