Releases: pnp/sp-dev-fx-property-controls
Releases · pnp/sp-dev-fx-property-controls
v2.7.0 release
Enhancements
PropertyFieldColorPicker
: Add debounce property to color picker control #352
Fixes
PropertyFieldFilePicker
: Stock images url is getting a 404 server error #364PropertyFieldColumnPicker
: Filter not working properly #356PropertyFieldFilePicker
: React crash on large folders #371PropertyFieldCollectionData
: PropertyFieldCollectionData is not setting sortIdx on resulting collection when using Add and Save #369
Contributors
Special thanks to our contributors (in alphabetical order): Chrisrb05, Konrad K., Mark Bice.
v3.1.0 release
Enhancements
- SharePoint Framework v1.12.1 support
PropertyFieldColumnPicker
: Multiselect dropdown option #354
Fixes
PropertyFieldSitePicker
: Site Picker doesn't return sites with title starting from the typed string #355
Contributors
Special thanks to our contributor: Sudharsan Kesavanarayanan.
v2.6.0
v3.0.0 release
Enhancements
- SharePoint Framework v1.12 support (breaking change)
- Fluent UI v7 support
v2.5.0 release
New control(s)
PropertyFieldEditableComboBox
: new editable combobox control based on Fluent ComboBox. #339PropertyFieldColumnPicker
: new column picker control #343
Fixes
PropertyFieldNumber
: The property field number is loosing decimal value on futher edits of the properties. #344PropertyFieldCollectionData
: validation error persists after item deletion #341
Contributors
Special thanks to our contributors (in alphabetical order): Mike Homol, Sudharsan Kesavanarayanan, Victor Pollet.
v2.4.0 release
Enhancements
PropertyFieldCodeEditor
: Added anoptions
property to the CodeEditor. Allows setting of any of the Ace Editor options outlined here #322PropertyFieldCollectionData
: Support for a Color Picker control #326- Support for nested web part properties (example:
targetProperty
: 'a.b.c') in all controls PropertyFieldSitePicker
: display site URL #330PropertyPanePropertyEditor
: Support of dynamic properties (DynamicData
) #331
Fixes
- Documentation fix for
PropertyFIeldPassword
:value
is of typestring
, notnumber
. #324 PropertyFieldCollectionData
: Dropdown validation not working as expected #321PropertyFieldPeoplePicker
: targetProperty is not updated properly when using nested/complex attributes #221PropertyFieldSitePicker
: if a single subsite is selected all others are selected as well #329
Contributors
Special thanks to our contributors (in alphabetical order): Corey Roth, kflogdev.
v2.3.0 release
New control(s)
PropertyFieldIconPicker
: new icon picker control #319
Enhancements
PropertyFieldTermPicker
: two properties:areTermsSelectable
andareTermsHidden
#313PropertyFieldListPicker
: ability to return Title and relative URL of the list #281
Fixes
- Documentation fix: spelling fix on
index.md
#320
Contributors
Special thanks to our contributors (in alphabetical order): Corey Roth, Gautam Sheth, Konrad K..
v2.2.0 release
New control(s)
PropertyFieldTeamPicker
: new Teams picker control #303
Contributors
Special thanks to our contributor: João Mendes.
v2.1.1 release
Fixes
- Localizations fix #311
v2.1.0 release
Enhancements
- Auto-generated localizations
PropertyFieldNumber
: ability to set float values #299PropertyFieldGuid
: new GUID editor control #300FolderExplorerService
: support special characters if folder name #305FilePicker
: Stock Images support #306
Fixes
- Documentation: Fixed formatting of list of Controls #298
PropertyFieldNumber
: gives "Maximum update depth exceeded" error #282- Documentation fix:
PropertyFieldCollectionData
- required custom field should callonUpdate
beforeonError
to correctly display required error message #284 PropertyFieldNumber
: Improper handling of falsey minValue or maxValue #150PropertyFieldFilePicker
: Org Assets library is not displayed #295
Contributors
Special thanks to our contributors (in alphabetical order): Anoop Tatti, Gautam Sheth, Jim Love.