Skip to content

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

v2.7.0 release

23 Jun 15:28
12fe1fe
Compare
Choose a tag to compare

Enhancements

  • PropertyFieldColorPicker: Add debounce property to color picker control #352

Fixes

  • PropertyFieldFilePicker: Stock images url is getting a 404 server error #364
  • PropertyFieldColumnPicker: Filter not working properly #356
  • PropertyFieldFilePicker: React crash on large folders #371
  • PropertyFieldCollectionData: 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

05 May 16:03
ca23bed
Compare
Choose a tag to compare

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

05 May 16:09
4cee9d5
Compare
Choose a tag to compare

Fixes

  • PropertyFieldSitePicker: Site Picker doesn't return sites with title starting from the typed string #355

v3.0.0 release

23 Mar 12:55
ec3f98a
Compare
Choose a tag to compare

Enhancements

  • SharePoint Framework v1.12 support (breaking change)
  • Fluent UI v7 support

v2.5.0 release

22 Mar 09:59
3d190be
Compare
Choose a tag to compare

New control(s)

  • PropertyFieldEditableComboBox: new editable combobox control based on Fluent ComboBox. #339
  • PropertyFieldColumnPicker: new column picker control #343

Fixes

  • PropertyFieldNumber: The property field number is loosing decimal value on futher edits of the properties. #344
  • PropertyFieldCollectionData: 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

02 Mar 16:05
6a5b824
Compare
Choose a tag to compare

Enhancements

  • PropertyFieldCodeEditor: Added an options property to the CodeEditor. Allows setting of any of the Ace Editor options outlined here #322
  • PropertyFieldCollectionData: 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 #330
  • PropertyPanePropertyEditor: Support of dynamic properties (DynamicData) #331

Fixes

  • Documentation fix for PropertyFIeldPassword: value is of type string, not number. #324
  • PropertyFieldCollectionData: Dropdown validation not working as expected #321
  • PropertyFieldPeoplePicker: targetProperty is not updated properly when using nested/complex attributes #221
  • PropertyFieldSitePicker: 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

12 Jan 17:01
Compare
Choose a tag to compare

New control(s)

  • PropertyFieldIconPicker: new icon picker control #319

Enhancements

  • PropertyFieldTermPicker: two properties: areTermsSelectable and areTermsHidden #313
  • PropertyFieldListPicker: 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

03 Dec 09:32
981533c
Compare
Choose a tag to compare

New control(s)

  • PropertyFieldTeamPicker: new Teams picker control #303

Contributors

Special thanks to our contributor: João Mendes.

v2.1.1 release

28 Oct 19:05
597f58e
Compare
Choose a tag to compare

Fixes

  • Localizations fix #311

v2.1.0 release

21 Oct 15:56
3578eff
Compare
Choose a tag to compare

Enhancements

  • Auto-generated localizations
  • PropertyFieldNumber: ability to set float values #299
  • PropertyFieldGuid: new GUID editor control #300
  • FolderExplorerService: support special characters if folder name #305
  • FilePicker: 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 call onUpdate before onError to correctly display required error message #284
  • PropertyFieldNumber: Improper handling of falsey minValue or maxValue #150
  • PropertyFieldFilePicker: Org Assets library is not displayed #295

Contributors

Special thanks to our contributors (in alphabetical order): Anoop Tatti, Gautam Sheth, Jim Love.