Skip to content

Releases: pnp/sp-dev-fx-controls-react

v3.13.0 release

24 Feb 15:52
391c821
Compare
Choose a tag to compare

New control(s)

  • UploadFiles: New Upload Files control #1388

Enhancements

  • ListItemPicker: use list name as well as GUID to point to list #1355
  • ListItemPicker: Add Styles property to ListItemPicker and ComboBoxListItemPicker #1407
  • SitePicker: Pass styles property to Dropdown #1389
  • FilePicker: Site Tab - Many Document Libraries No Scrolling #1413
  • DynamicForm: Add respectETag option to DynamicForm #1395
  • MonacoEditor: Fixed minor typos and misleading instructions #1415
  • SharePoint Framework v1.16.1 support #1427
  • RichText: label property is missing #1375
  • PeoplePicker: PeopleSearch service should also find people by userPrincipalName when group transitive membership check is used. #1446
  • Update the SPFx source project to add an extension + form customizer #1410
  • AdaptiveCardDesignerHost: Add Sample Data to Adaptive Card Editor #1425
  • AdaptiveCardHost: Logic to prevent re-renders (flicker) #1425
  • ListItemComments: Add new parameter for ListItemComments to highlight comment #1430
  • ComboBoxListItemPicker: Update ComboBoxListItemPicker.md #1470

Fixes

  • DateTimePicker: broken link for getErrorMessage property fixed #1277
  • ProgressStepsIndicator: Fix missing image reference in Progress Steps Indicator #1409
  • DynamicForm: Dynamicform is hanging on the loading screen if the list has a single value list lookup field #1393
  • ListView: Update ListView control docs to use a valid field for the icon #1398
  • Accordion: Fixing Accordion control documentation image issue #1408
  • DynamicForm: Cannot read properties of undefined (reading 'startsWith') when submitting the form with contentType={undefined] #1431
  • FilePicker: Fix site breadcrumb navigation #1368
  • DynamicForm: Initialize changedValue with defaultValue #1454
  • DynamicForm: Fix image path #1455
  • DynamicForm: Check empty array and trasform it in set as null #1456
  • FilePicker: Fix site browser resize #1457
  • ModernTaxonomyPicker Fix - Show ModernTaxonomyPicker label in correct form #1459
  • DynamicForm: Update DynamicForm.tsx #1462
  • FilePicker: Fix breadcrumb nav #1458
  • DateTimePicker: Date picker locale #1464
  • DateTimePicker: Date picker locale #1095
  • RichText: Use theme colors - fix dark mode #669
  • FilePicker: Use theme colors - fix dark mode #1132

Contributors

Special thanks to our contributors (in alphabetical order): araver, Brian Krainer Jacobsen, Edin Kapic, Eduard Paul, Fredrik Ekström, Guido Zambarda, Harminder Singh, Hugo Bernier, João Mendes, mgitta, Michaël Maillot, mikezimm, Nikolay Belykh, Patrik Hellgren, Rico van de Ven, Samuele Furnari, sambilfinger, wuxiaojun514.

v3.12.0 release

16 Nov 14:58
450b664
Compare
Choose a tag to compare

Enhancements

  • DynamicForm: support cretion of document sets #1335
  • SitePicker: add HubId to filter to only sites within a hub #1346
  • SharePoint Framework v1.16.0 support

Fixes

  • FilePicker: panel causes SharePoint to Throttle due to infinite loop fetching files #1325
  • ContentTypePicker: problem importing control #1337
  • FilePicker: correctly request data from provided webAbsoluteUrl #1340
  • ModernTaxonomyPicker: Fix infinite loop #1342
  • ModernTaxonomyPicker: improve display of the term path to align with out of the box control UI #1343
  • FolderPicker: get folders of other site url instead of the current context/site #1305
  • FilePicker: browsing Site / Doclibs loops and floods SPO Service with requests and causes http 429 #1350
  • Remove invalid comma in tsconfig.json #1341
  • TaxonomyPicker: control allows select deprecated/untaggable terms when typing #1093
  • SitePicker: prevent infinite loop when fetching sites #1346
  • DynamicForm: AnchorId of TaxonomyField gets ignored and the whole tree is rendered #1310

Contributors

Special thanks to our contributors (in alphabetical order): Carlos Marins Jr, Edin Kapic, Josef Benda, Nello D'Andrea, Nishkalank Bezawada, Nizar Grindi, Paolo Pialorsi, Patrik Hellgren, Peter Paul Kirschner, Victor Romanov.

v3.11.0 release

04 Oct 13:26
fe29219
Compare
Choose a tag to compare

Enhancements

  • DynamicForm: Add taxonomy tree to test harness #1269
  • ModernTaxonomyPicker: ability to disallow selecting children #1279
  • PeoplePicker: Use webAbsoluteUrl if provided through props to ensure user #1273
  • DynamicForm: Support for hidden fields #1307
  • Placeholder: Documentation example to only display in edit mode #1280
  • DynamicForm: Update documentation regarding onBeforeSubmit #1319

Fixes

  • PeoplePicker: fixes where people picker returns no results #1292
  • FilePicker: Tile view fix #1272
  • Issues with v1.15.2 #1288
  • RichText: Fix broken arrow icons #1302
  • TaxonomyPicker: Does not show term set labels in Version 3.10.0 #1299
  • TaxonomyPicker: Dynamic form select term not working #1303
  • DynamicForm: Check if hiddenfields property is undefined #1314

Contributors

Special thanks to our contributors (in alphabetical order): Chad Eiserloh, Hilton Giesenow, Jake Stanger, Jasey Waegebaert, Josef Benda, Mark Bice, Paolo Pialorsi, Victor Romanov.

v3.10.0 release

24 Aug 17:51
256d4a7
Compare
Choose a tag to compare

Enhancements

  • DynamicForm: possibility to override field rendering for individual fields #1257
  • ModernTaxonomyPicker: Display the full path of a term #1172
  • SharePoint Framework v1.15.2 support #1261

Fixes

  • DateTimePicker: onChange not triggered when clearing date #1277

Contributors

Special thanks to our contributors (in alphabetical order): Bart-Jan Dekker, Edin Kapic, Milan Holemans, Steve Beaugé.

v3.9.0 release

12 Jul 13:21
15e346c
Compare
Choose a tag to compare

New control(s)

  • EnhancedThemeProvider: Added 'EnhancedThemeProvider' control #1202
  • FieldPicker: Added FieldPicker control #1219
  • ContentTypePicler: Added ContentTypePicker control #1220
  • ModernAudio: Added ModernAudio control #1224
  • AdaptiveCardDesignerHost: Added AdaptiveCardDesignerHost control #1237

Enhancements

  • DateTimePicker: Added button to clear date #1217
  • Toolbar: Allow filters on a Toolbar to be controlled externally #1222
  • PeoplePicker: add new allowUnvalidated option to allow adding non-tenant users #1232
  • DynamicForm: Add support for webAbsoluteUrl #1244

Fixes

  • Localization: Updates to English localizations #1207
  • Localization: Updates to Dutch localizations #1209
  • Localization: Updates to Danish localizations #1233
  • TaxonomyPicker: Check if cultureInfo is valid #1226
  • FieldCollectionData: Updated docs to fix duplicated property #1236
  • Changelog: Fix changelog script by setting CHANGELOG.JSON filename extension to lower case #1242
  • PeoplePicker: PeoplePicker validation on focus out #1221
  • DynamicForm: Cannot display lookup value when the source field is not Title #1215
  • FilePicker: the endPoint for webSearch do not work #1256

Contributors

Special thanks to our contributors (in alphabetical order): Annie-Johnson, Daniel Watford, Dennis Kuhn, Fabio Franzini, Jake Stanger, Joseph Halvey, Markus Möller, Milan Holemans, Morten Andersen, Richard Gigan, Rico van de Ven, ryanexner, Sergio Villalta.

v3.8.1 release

23 Jun 23:00
Compare
Choose a tag to compare

Fixes

  • LivePersona: Fix LivePersona not showing card on hover #1241

Contributors

Special thanks to our contributors (in alphabetical order): Alexander Kleshcheov

v3.8.0 release

09 May 16:20
49998e6
Compare
Choose a tag to compare

Enhancements

  • PeoplePicker: Allow the use of multiple groupId-s #1163
  • PeoplePicker: search users in nested security groups #1173
  • ModenrTaxonomyPicker: Add more complete example of TaxonomyTree usage #1190
  • AdaptiveCardHost: Add SPFx Context property #1145
  • AdaptiveCardHost: Remove the isUniqueControlInPage from the control by rebuilding the way to apply AC CSS class names #1154
  • ListView: Different background color to even and odd rows in ListView #1153
  • AccessibleAccordion: Support of section variations #1195
  • TreeView: Support of section variations #1196

Fixes

  • LocationPicker: Resolve issue when in root site #1162
  • LocationPicker: Trigger onChange on picker clear action #1165
  • TreeView: TreeView Control is broken after updating to v3.7.0 #1170
  • TreeView: collapses on selection of a child node #1182
  • TreeView: expanded nodes state is getting lost after refresh #1062
  • NPM Audit Critical Issues #1187
  • Bump momentjs from 2.29.1 to 2.29.2 #1185
  • TaxonomyPicker: Sorting the terms in locale language #1160
  • ComboboxListItemPicker: options are not reloaded after the filter is changed #1180
  • FieldRendererHelper: Add missing PnPjs import to SPHelper #1140
  • RichText: Update font style and font size on property pane #1151
  • Placeholder: Support section variations for themes #1193

Contributors

Special thanks to our contributors (in alphabetical order): Andreas Omayrat, brianpmccullough, Christophe Humbert, Fabio Franzini, Gautam Sheth, Joel Lopes, Milan Holemans, Patrik Hellgren, Ravichandran Krishnasamy, Rico van de Ven, Russell gove

release v3.7.2

24 Mar 01:56
ffc088a
Compare
Choose a tag to compare

Copy of v3.7.0

release v1.21.3

24 Mar 00:55
5e9bee4
Compare
Choose a tag to compare

Enhancements

  • ComboBoxListItemPicker and ListItemPicker: Add label to control #909
  • Taxonomy picker - useSessionStorage property integration #998

Fixes

  • TaxonomyPicker: suggestions language is always English #879

Contributors

Special thanks to our contributors (in alphabetical order): Emmanuel Sapet, Peter Paul Kirschner.

release v3.7.1

24 Mar 01:10
582ca3f
Compare
Choose a tag to compare

v3.7.0 copy