Releases: pnp/sp-dev-fx-controls-react
v2.2.0 release
Enhancements
RichText
: Add image support #705FilePicker
: Add file size to the Upload tab andIFilePickerResult
#706FieldCollectionData
:SearchBox
instead ofTextBox
#719TaxonomyPicker
: control does not show an error message for an invalid/unresolved input #728- Canadian French localization #671
FilePicker
: reduce bundle size #732FilePicker
: Custom render callbacks for the 'Upload' and 'Link' tabs #746
Fixes
- Localization: Fixing some wrong localizations for the DatePicker short day in Spanish.#702
ListItemPicker
: When use defaultSelectedItems, ListItemPicker allows you to select dublicate entries #722- Deprecated stuff is removed #733
DateTimePicker
: time portion not re-rendered when state changed programmatically - when time is displayed as dropdown only #713PeoplePicker
:errorMessage
not being removed #730ListItemAttachment
: the control is not fully disabled #736TaxonomyPicker
: icons are not being rendered on Classic SharePoint pages #735FilePicker
: Site Tab does not load document if we access SharePoint site in different language than default language of the site #724- Documentation fix for 'attention' block on index page #740
TaxonomyPicker
:sessionStorage
exceeds max-size when browsing large termsets #739FolderExplorer
andFolderPicker
do not seem to work for document libraries #741FilePicker
:onChange
event does not exist despite being documented #747ListItemPicker
: Selected values are not getting cleared or reset #659
Contributors
Special thanks to our contributors (in alphabetical order): Abderahman Moujahid, avadhootdindorkar, Devang Bhavsar, Gautam Sheth, Konrad K., Nikolay Belykh, Vertamin.
v2.1.0 release
Enhancements
Carousel
: Ability to display indicators in a dedicated block #681FilePicker
: Org Assets are not displayed for non-admin users #687ListView
: Drag and Drop option #679FolderExplorerService
: support special characters if folder name #691ListView
: Sticky Header #634IconPicker
: get icons from@uifabric/icons/lib/data/AllIconNames.json
ListView
: Sticky header withclassName
instead of additional components #696ListView
:StickyHeader
code consistency #697TreeView
: Added (optional) property 'defaultExpandedChildren' that controls the behavior of the expansion of child elements.#698
Fixes
RichText
: Cannot add link in first line #672TaxonomyPicker
: Ability to reset the TaxonomyPicker (Remove all selected Terms) #367- Documentation fix for
TaxonomyPicker
: thedisabled
property is aboolean
and not astring
as currently specified #695 ComboBoxListItemPicker
: update options whenlistId
has been changed #683FilePicker
: styles are updated to match OOB control #700
Contributors
Special thanks to our contributors (in alphabetical order): Abderahman88, André Lage, Gautam Sheth.
v2.0.0 release
Enhancements
FilePicker
: added additional properties -isPanelOpen
andonCancel
#668
Fixes
PeoplePicker
: Disabled doesn't work #484Pagination
: control not re-rendering whencurrentPage
is updated in state #663
Contributors
Special thanks to our contributor: Gautam Sheth.
v1.20.0 Release
New control(s)
Enhancements
FilePicker
: Stock images option added #593TaxonomyPicker
: Add the 'required' property #216TaxonomyPicker
: AdderrorMessage
andonGetErrorMessage
props #600ListItemPicker
: ability to use substring search instead of startswith #583Map
: return display name and address details for the location #585Map
: support for draggable and static Bing maps #586TaxonomyPicker
: onLoad validation #602FieldCollectionData
: Add pagining and filtering #617TaxonomyPicker
: Finding terms with labels #288FileTypeIcon
: Added support for additional file type inImage
mode #640
Fixes
ComboBoxListItemPicker
: fetching only 100 items #569TaxonomyPicker
: browse (tree view) doesn't work with SP 2016 On-Premises #183FilePicker
: default tab when opened shows hidden RecentTab #477PeoplePicker
: The required error message not showing #590ListItemAttachments
: fails in Microsoft Teams Tab SPFx applications [#582](fails in Microsoft Teams Tab SPFx applications)Carousel
: Changing pages doesn't work #609TaxonomyPicker
: no suggestions are displayed ifanchorId
is not setTaxonomyPicker
: Suggestion/match does not work as expected #604TaxonomyPicker
: Include check for separator while filtering path of terms when anchorId is configured #625FilePicker
: Bing API search issue #633ListView
: Sort fires selection #621Map
: A minor issue in componentWillUpdate method to get the next props rather than the current props.#641IFrameDialog
: dialog size is incorrect when opening the dialog second time #615FolderPicker
: imports don't work #614FilePicker
: Yor Organization tab is not shown #596FolderPicker
,FolderExplorer
: Controls don't let you explore sub folders if parent folder has apostrophe (') in its name.#644PeoplePicker
: image for a user picked in PeoplePicker didn't get resolved #646- Documentation fix for
IconPicker
:renderOption
dialog
should be lowercased. #649
Contributors
Special thanks to our contributors (in alphabetical order): Alexey Sadomov, Anoop Tatti, Devang Bhavsar, Gautam Sheth, geltapatio, Joel Jeffery, juhaalhojoki, Piotr Siatka, Rabia Williams, Ravichandran Krishnasamy, Victor Pollet.
v1.19.0 release
Enhancements
ListView
: Add clear button to filter text box #549FolderExplorer
: Add clear button to filter text box #553TreeView
: there should be possibility to collapse the first level nodes by default #561TreeView
: Expand to selected #559DateTimePicker
: When using the datetimePicker I would like to have an opportunity to set maximum/minimum date like in Office UI Fabric #497TaxonomyPicker
: Added theselectTerm
,hideTerm
, anddisableTerm
actions #578TaxonomyPicker
: Added the functionality to enable/disable term actions on the fly #578Carousel
: indicators, slide animation, auto cycling, easier basic usage #587
Fixes
TaxonomyPicker
: Correct the AnchorID getting all TermSet search options #150- Documentation fix for
TreeView
: Some tables in TreeView documentation are displayed as plain text. #562 ComboBoxListItemPicker
,ListItemPicker
: Show error span if error is present #557TreeView
:defaultExpanded: true
doesn't work #560IListPicker
: typo fix #574DateTimePicker
: DateTime Picker noon/midnight issue with 12 hour format #576
Contributors
Special thanks to our contributors (in alphabetical order): Chad Eiserloh, Gautam Sheth, Koen Zomers, Markus Langer, Nanddeep Nachan, Prasad Kasireddy, David Ramalho, Siddharth Vaghasia.
v1.18.0 release
New control(s)
Enhancements
FolderExplorer
updates: allow selection of libraries if site URL is used as the root, allow passing items to be passed as property and added to the breadcrumb, add support for loading folders from a different site, fix breadcrumb names for document libraries #534IconPicker
:renderOption
property to render icons list as a panel or dialog #537
Fixes
ComboBoxListItemPicker
documentation fix: Updated import statement in docs for ComboBoxListItemPicker #510- Documentation fix: add the new control
ComboBoxListItemPicker
component to landing page #511 FilePicker
: While using the control, ifhideOrganisationalAssetTab
is set to true, even then an additional HTTP request is made.IconPicker
: search fix and updated list of icons #533ListItemAttachment
: when I upload a file that contains an hyphen, the "-" char is replaced by an empty string #526IconPicker
shows selected icon only during the first opening #513ComboBoxListItemPicker
:onSelectedItem
passing data to callback method but with attributes value asundefined
#519FilePicker
: filename is not visible on Upload tab #518IconPicker
: Search doesn't work at all #512ComboBoxListItemPicker
documentation fix: correctonSelectedItem
notation #547- Documentation: Fix mistranslation in Japanese #545
FieldUserRenderer
:displayName
inFieldUserHoverCard
is not updated ifprops
of theFIeldUserRenderer
have been changed #542
Contributors
Special thanks to our contributors (in alphabetical order): David Ramalho, Gautam Sheth, Gregghis, João Mendes, Joel Rodrigues, Nanddeep Nachan, Prasad Kasireddy, Siddharth Vaghasia, Takashi Shinohara.
v1.17.0 Release
New control(s)
ComboBoxListItemPicker
component #292Localization
: Project now supports localization of all SharePoint Online languages (auto translation via Cognitive Services) #456IconPicker
: component #485FolderExplorer
component #499
Enhancements
SecurityTrimmedControl
: Added the option to show a control when the user doesn't have permissions 307PnP Telemetry
service opt-out support #475TaxonomyPicker
: Possibility to hide deprecated and "Available for Tagging"= false terms #421FilePicker
- French translation #449- Slovak localization #457
TaxonomyPicker
: Placeholder for Taxonomy Picker #464ListItemPicker
,PeoplePicker
: Placeholder forListItemPicker
andPeoplePicker
#486FilePicker
: Do not store active tab in url's hash #488DateTimePicker
: Placeholder property option added #503
Fixes
RichText
: problem with edit mode #445ListView
documentation: Typo - the first occurrence of maxWidth should be minWidth #400RichText
: Text indent buttons were copy-paste of subscript and superscript buttons. Clicking on the text-indent buttons would call subscript or superscript instead. #454RichText
: Fix of removing text and inserting link instead #455FilePicker
: Read file content in IE11 #444ListPicker
: listPicker always return "test" when multiple allowed #458FilePicker
: Button text overflow fix + global classnames and propertiesFieldUserRenderer
: implementation ofapi/SP.UserProfiles.PeopleManager/GetPropertiesFor
is not working on on-prem #468Placeholder
: Placeholder component is not rendering after a string change in it's properties #469ListView
documentation update:minWidth
instead ofmaxWidth
#480DateTimePicker
: Minutes and Seconds validation #495FilePicker
: bingAPIKey not working #489
Contributors
Special thanks to our contributors (in alphabetical order): Richard Gigan, Reginald Johnson, JonasBjerke89, Prasad Kasireddy, Alexander Kleshcheov, Konradox, Léo Maradan, Matej, mgwojciech, Joel Rodrigues, Jason S, Piotr Siatka, Rabia Williams.
v1.16.0 release
Enhancements
FilePicker
: Fixes for OneDrive CORS issues #407ListItemPicker
: added new control propertyfilter
#392- allowing to use context from any type of SPFx extensions: #419
Placeholder
: remove unused and vendor specific CSS #426
Fixes
- Documentation fix for
FilePicker
: updatedaccepts
value in props #404 - The
FilePicker
control doesn't work in many languages due to missing localization keys #412 - Documentation fix for broken links of Property Controls landing page #388
- Documentation fix to include new components from v 1.15.0 #394
DateTimePicker
: dropdown for time not handling AM/PM correctly #405- Documentation fix for
index
page: updated link to Chart controls #417 - Documentation update for SPFx On Premises notice: #418
- Documentation update for
ListItemPicker
:valueColumnInternalName
should bekeyColumnInternalName
RichText
: Fix "Align Left" button #429- Documentation update for
FilePicker
: misspelling #432 IFramePanel
: Fix doubled scroll issue when iframe content is higher than frame height #431PeoplePicker
:errorMessage
not showing #420IFrameDialog
:commitPopUp
typo causes popups with classic forms to not close after hitting save #433
Contributors
Special thanks to our contributors (in alphabetical order): Piotr Siatka, Dani Domínguez, Siddharth Vaghasia, João Mendes, PrasadKasireddy, Chad Eiserloh, Koen Zomers, Dmitry Rogozhny, Alexander Kleshcheov, Hugo Bernier, Beniamin, Giovani Martini.
v1.15.0 release
New control(s)
FilePicker
: New control added to the library #366GridLayout
: New control added to the library #350Carousel
: New control added to the library #227
Enhancements
TaxonomyPicker
: Localization keys added to the buttons #361- Swedish localization support added #359
- Improved German translations #338
DateTimePicker
: added options to render time part as mask or dropdown #330ListItemPicker
: option to select a key column #350, #381- Improved Russian translations #384
RichText
: Added the ability to add a third Color Swatch Group called custom. This will allow you to add custom colors to the font color selector. #385
Fixes
TaxonomyPicker
: Tags icon styling issue on IE11 #356DateTimePicker
: Does not respect dateLabel and timeLabel #346PeoplePicker
: Get loginName with ensureUser #342PeoplePicker
: Fix missing required field label #371
Contributors
Special thanks to our contributors (in alphabetical order): amortsell, Hugo Bernier, Robert Lindström, pfc2k8, Piotr Siatka, Alex Terentiev, Luis Robertto Mello, eweintraub.
v1.14.0 release
Enhancements
- German translations added for attachment and RichText controls #333
SecurityTrimmedControl
: Added a wrapperclassName
property for the parent element #325ListPicker
: Add ability to filter the control via OData #319IFrameDialog
: closing dialog on commit #313WebPartTitle
add support for section background color #258
Fixes
- Fix in return type of onClick and onDoubleClick events #321
ListPicker
: Fix for available dropdown selection after selection was done #315- Fixes to French translations #312
RichText
: Issue on rendering the control in view mode #287
Contributors
Special thanks to our contributors (in alphabetical order): Amr Fouad, Joel Jeffery, Mark Powney, Dominik Schmieder, Alex Terentiev, Zhephyr.