Releases: pnp/sp-dev-fx-property-controls
Releases · pnp/sp-dev-fx-property-controls
v1.4.2 Release
Enhancements
- Introduced the
onGetErrorMessage
property for thePropertyFieldNumber
field control #36 (PropertyFieldNumber control suggestion)
v1.4.1 Release
Enhancements
- Optimized telemetry so that it only pushes control data
Fixes
- Fixes for issue #30 - Check if Label is null and if so don't render it.
- Fix for issue #33 -
PropertyFieldPeoplePicker
Validation does not work as expected.
v1.4.0 Release
New controls
PropertyFieldMultiSelect
got addedPropertyFieldNumber
got added
Enhancements
PropertyFieldTermPicker
new introduced property to specify to show or hide the term store name:hideTermStoreName
.PropertyFieldTermPicker
updated process when terms were unselected based on ID instead of path.
v1.3.0 Release
New controls
PropertyFieldCodeEditor
got added
Enhancements
PropertyFieldTermPicker
improved with save and cancel buttonPropertyFieldTermPicker
improved withonClick
event on input field
v1.2.0 Release
Enhancements
- Added the option to the people picker to allow you to specify single or multi-selection
Fixes
- People picker accidentally picked the wrong person
- Improved telemetry with some object checks
v1.1.1 Release
Operation name is excluded from telemetry.
v1.1.0 Release
Improvements
- Telemetry added
- Term picker control has now the option to scope on term set or group
New controls
- Added the
PropertyFieldButtonWithCallout
control - Added the
PropertyFieldCheckboxWithCallout
control - Added the
PropertyFieldChoiceGroupWithCallout
control - Added the
PropertyFieldWithCallout
control - Added the
PropertyLabelWithCallout
control - Added the
PropertyLinkWithCallout
control - Added the
PropertySliderWithCallout
control