Releases: pnp/sp-dev-fx-controls-react
v3.2.0 release
New control(s)
Enhancements
fast-serve
: Add fast-serve support #916ComboBoxListItemPicker
andListItemPicker
: Add label to control #914PeoplePicker
: new propertygroupId
. #917ListPicker
: add contenttype id to list picker #894ListPicker
: Few more tests with a little better description #906- Translations: Improved Finnish translations #937
Fixes
- Documentation for
RichText
: correct event handler name #898 SitePicker
:SitePicker
does not display initial sites until you click the dropdown to select #895DatePicker
: Fix Spanish loc strings #923FilePicker
: invalid CSS: relative in quotes. #930MyTeams
: Update MyTeams to use new library mgt-spfx #918FieldCollectionData
: FieldCollectionData is not setting sortIdx on resulting collection when using 'Add and Save' #929
Contributors
Special thanks to our contributors (in alphabetical order): Nikolay Belykh, Eduard Paul, Patrik Hellgren, Peter Paul Kirschner, Ravichandran Krishnasamy, Russell gove, Sergei Sergeev, João Mendes, Marcin Wojciechowski, Gautam Sheth.
v2.8.0 release
New control(s)
Enhancements
ComboBoxListItemPicker
andListItemPicker
: Add label to control #910PeoplePicker
: new propertygroupId
. #917
Fixes
SitePicker
:SitePicker
does not display initial sites until you click the dropdown to select #895FilePicker
: invalid CSS: relative in quotes. #930FieldCollectionData
: FieldCollectionData is not setting sortIdx on resulting collection when using 'Add and Save' #929
Contributors
Special thanks to our contributors (in alphabetical order): Nikolay Belykh, Patrik Hellgren, Peter Paul Kirschner, Ravichandran Krishnasamy.
v3.1.0 release
3.1.0
New control(s)
TeamPicker
: new Team Picker control #846TeamChannelPicker
: new Team Channel Picker control #846SitePicker
: new Site Picker control #868DragDropFiles
: new DragDropFiles control #861MyTeams
: new MyTeams control #874
Enhancements
ListView
: Use new DragDropFiles control #861FilePicker
: Use new DragDropFiles control #861- SharePoint Framework v1.12.1 support
ListView
: Ability to provide custom sorting function #880FilePicker
: Allow panel on FilePicker to be invoked after first load #886FilePicker
: Allow FilePicker button to be hidden #887FilePicker
: Change same function to return an array of objectsDocumentLibraryBrowser
,SiteFilePickerTab
: jest unit tests #866
Fixes
- Documentation for
ListView
: typos fixes #855 - Documentation fix: type on index page #852
PeoplePicker
: error message isn't cleared afteronGetErrorMessage
returns an empty string #841TreeView
: Not able to select/deselect checkbox in spfx-controls-react TreeView after assign the defaultSelectedKeys value #870FilePicker
: React crash on large folders #826ListItemAttachments
: updated filename replacement logic #873RichText
: Adding a link does not work #875FilePicker
: Stock images url is getting a 404 server error #882
Contributors
Special thanks to our contributors (in alphabetical order): Ari Gunawan, aroraans1512, cwparsons, joaojmendes, Kunj Balkrishna Sangani, Marcin Wojciechowski, Yannick Reekmans, André Lage.
v2.7.0 release
2.7.0
New control(s)
DragDropFiles
: new DragDropFiles control #856SitePicker
new Site Picker control #867Controls
Add locale strings for pt-br #865
Enhancements
ListView
: Use new DragDropFiles control #856FilePicker
: Use new DragDropFiles control #856ListView
: Ability to provide custom sorting function #880FilePicker
: Allow panel on FilePicker to be invoked after first load #886FilePicker
: Allow FilePicker button to be hidden #887FilePicker
: Changed save function to return an array of objects
Fixes
PeoplePicker
: error message isn't cleared afteronGetErrorMessage
returns an empty string #841TreeView
: Not able to select/deselect checkbox in spfx-controls-react TreeView after assign the defaultSelectedKeys value #870FilePicker
: React crash on large folders #826ListItemAttachments
: updated filename replacement logic #873RichText
: Adding a link does not work #875FilePicker
: Stock images url is getting a 404 server error #882
Contributors
Special thanks to our contributors (in alphabetical order): André Lage, cwparsons, Kunj Balkrishna Sangani, Yannick Reekmans.
v3.0.0
v2.6.0 release
New control(s)
Enhancements
IconPicker
: search icons usingcontains
comparison.FilePicker
: default alphabet sorting #824ListItemPicker
: ability to provideorderBy
#829Dashboard
: Dashboard widget wrapper for styling and error catching #836FolderExplorer
: Update folder explorer documentation #835
Fixes
IconPicker
: Fix case sensitive fluent icon search service #814Carousel
: documentation fix - broken table style #817AccessibleAccordion
: documentation link is broken #818- Documentation: Controls link in the menu is broken #821
TreeView
: Fix two potential null reference issues #832RichText
: Problem with bullets and number list #795
Contributors
Special thanks to our contributors (in alphabetical order): Anoop Tatti, Ari Gunawan, Gautam Sheth, Kunj Balkrishna Sangani, Marcin Wojciechowski, Mark Bice, Nizar Grindi, Yannick Reekmans.
v2.5.0 release
Enhancements
TreeView
: Adding support to clear TreeView selected items by passing an empty array. #787FilePicker
: new propertyincludePageLibraries
to optionally display Site Pages library on Site tab #601ListItemPicker
: Support ofCalculated
columns #805Progress
: Documentation update to have consistency in variables names #811FolderExplorer
: Add support for sorting folder explorer items #812
Fixes
ListView
: Selection is reset when putting a ListView inside a React Component that controls its items and selection props #251- Documentation fix for
PeoplePicker
: Removed unwanted new line in help content. #783 - Documentation fix for
TreeView
:TreeViewSelectionMode
added in the import #780 - Documentation fix for
TreeView
: removed unwanted comma #779 IFrameDialog
: height unable to resize relative to screen size, even if we provide in % it is taking default value. #636DateTimePicker
: Clear Date functionality #799
Contributors
Special thanks to our contributors (in alphabetical order): Ari Gunawan, Joel Rodrigues, Mike Myers, Ravichandran Krishnasamy, San.
v2.4.0 release
New control(s)
AccessibleAccordion
control #770
Enhancements
Placeholder
: support of custom rendering foriconText
anddescription
PeoplePicker
: ability just to display inactive users name (ideally the value fetched from 'Author/Title') #768TaxonomyPicker
: NewonPanelSelectionChange
property added. Can be used to interact with the control while selecting items in the panel, before Click or Cancel is clicked. #761TaxonomyPicker
:selectChildrenIfParentSelected
property added. Specifies if the children should be selected when parent item is selected (defaults to false). #765ListPicker
: ability to pick lists from specified site usingwebAbsoluteUrl
property.FilePicker
:buttonIconProps
to define properties of the button's icon #770
Fixes
DateTimePicker
: documentation fix #767PeoplePicker
: documentation fix - Changed isRequired property to new required #769- Documentation fix - missing
IFramePanel
link on home page #775 - Documentation fix for
FilePicker
: updatedonChaged
toonChange
#776
Contributors
Special thanks to our contributors (in alphabetical order): André Lage, Christian Metz, Gaurav Goyal, Leif Frederiksen, Ravichandran Krishnasamy, San, João Mendes.
v2.3.0 release
New control(s)
Enhancements
TaxonomyPicker
: AddeduseSessionStorage
property #759
Fixes
FilePicker
: documentation fix: '|' not escaped #756TaxonomyPicker
: ReturnTermSetId
for suggestions #762WebPartTitle
: Fluent UI Updates to SharePoint - WebPartTitle control too thin now #605ListView
: Sticky Header scrolling issue #734DateTimePicker
: hours dropdown not re-rendered when state changed programmatically #757RichText
: controlled mode doesn't work #666
Contributors
Special thanks to our contributors (in alphabetical order): Gautam Sheth, Marcin Wojciechowski, Nikolay Belykh, André Lage.
v1.21.1 release
Enhancements
ListView
: drag and drop #711TaxonomyPicker
: control does not show an error message for an invalid/unresolved input #728
Fixes
RichText
: Fixing hyperlink issues #708
Contributors
Special thanks to our contributors (in alphabetical order): Abderahman Moujahid, André Lage.