Skip to content

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

v1.20.0 release

09 Sep 14:36
88327a9
Compare
Choose a tag to compare

New control(s)

  • PropertyFieldRoleDefinitionPicker: new Role Definition Picker control #268
  • PropertyFieldFolderPicker: new Folder Picker control #272
  • PropertyPaneMarkdownContent: new Markdown Content control #162

Enhancements

  • PropertyFieldCollectionData: Dynamic options #260

Fixes

  • Documentation fix: Link to PropertyFieldListPicker control points to PropertyFieldMessage #269
  • Readme fix: fixed link to project guides #271
  • PropertyFieldViewPicker: Unable to load Views from another site #263

Contributors

Special thanks to our contributors (in alphabetical order): Gautam Sheth, Hugo Bernier, Lars Fernhomberg.

v1.19.0 release

17 Jun 11:37
Compare
Choose a tag to compare

New control(s)

  • PropertyFieldMessage: new Message control #248
  • PropertyFieldSearch: new Search control #248
  • PropertyFieldSpinner: new Spinner control #248
  • PropertyFieldFilePicker: new File Picker control #265

Enhancements

  • PropertyFieldDateTimePicker: Add ability to hide Date and show only Time field #195
  • PropertyFieldCodeEditor: Format code #165

Fixes

  • Documentation fix for PropertyFieldDateTimePicker: The link for OnGetErrorMessage documentation is broken in this page
  • Documentation: Added PnPTelemetry import example #259
  • PropertyPanePropertyEditor:Fix for dynamic data properties #200
  • PropertyFieldPeoplePicker: People Picker doesn't search for groups #239
  • Controls with callout: control's label should be disabled if the disabled prop is set to true

Contributors

Special thanks to our contributors (in alphabetical order): Lars Fernhomberg, João Mendes, Nanddeep Nachan, Ram, Gautam Sheth.

v1.18.0 release

07 May 09:34
e67ddab
Compare
Choose a tag to compare

New control(s)

  • PropertyFieldViewPicker: View picker control #230
  • PropertyFieldPassword: password editor control #237

Fixes

  • PropertyFieldSitePicker documentation title fix #229
  • PropertyFieldSitePicker: doesn't work at root site #231

Contributors

Special thanks to our contributors (in alphabetical order): Ari Gunawan, Gautam Sheth, Hugo Bernier, João Mendes.

Release 1.17.0

10 Mar 19:57
3f89003
Compare
Choose a tag to compare

New control(s)

  • PropertyFieldSitePicker: New control that allows the user to select one or multiple sites from the SharePoint Search API. Similar to the SitePicker in the official "News" Web Part #208, #215
  • Telemetry: Provide a way to opt-out for PnP Telemetry #222
  • PropertyPaneHelpers: Allows to show a spinner while loading resources

Enhancements

  • Add norwegian language file #125
  • PropertyFieldSliderWithCallout: debounce property added #209
  • Replace full lodash with only used functions. #213

Fixes

  • Documentation update for PropertyFieldCollectionData #196
  • PropertyFieldOrder: When items is an empty array, component renders the text '0' #152
  • Documentation update for PropertyFieldCodeEditor #194
  • PropertyFieldTermPicker: Tags icon styling issue on IE11 #193
  • PropertyPanePropertyEditor: Unable to download json export #210
  • PropertyFieldCollectionData: Fix Data Grid Dragging Issues #217

Contributors

Special thanks to our contributors (in alphabetical order): Antonio Monserrate, rocketboy1908, Piotr Siatka, Ben, Niels Söth, araver.

v1.16.0 release

17 Jul 12:20
361a5e4
Compare
Choose a tag to compare

Enhancements

  • PropertyFieldCollectionData: Add the ability for field validation to the custom fields #187
  • PropertyFieldCollectionData: Ability to provide custom labels for the save and cancel buttons #187
  • PropertyFieldListPicker: add ability to filter the control via OData #184

Fixes

  • Documentation getting started links fixed #191
  • Fix for callout controls missing icon since SPFx 1.8.2 #182

Contributors

Special thanks to our contributors (in alphabetical order): araver, Chad Eiserloh.

v1.15.0 release

22 May 13:25
6390b9b
Compare
Choose a tag to compare

Enhancements

  • PropertyFieldCollectionData: Add a property to be able to set a custom class on the collection data panel #180
  • PropertyFieldListPicker: Added listsToExclude property to the control #176
  • PropertyFieldDateTimePicker: Add ability to hide the date and time labels #77

Fixes

  • Callout icons missing with SPFx 1.8.2 web part #178
  • PropertyFieldTextWithCallout: still persists property value when error occurred #172
  • PropertyFieldNumber: not handling changes correctly #170
  • PropertyFieldChoiceGroupWithCallout: iconProps not working #154
  • PropertyFieldDropdownWithCallout: Options of type Divider and Header are ignored #145

Contributors

Special thanks to our contributors (in alphabetical order): Alex Terentiev, Ward Wilmsen.

v1.14.1 Release

13 Feb 15:41
4597e0b
Compare
Choose a tag to compare

Fixes

  • TaxonomyPicker: Terms are sorted incorrectly under the wrong parent #153
  • EnterpriseTermPicker: Terms are sorted incorrectly under the wrong parent #156

v1.14.0 Release

24 Jan 16:23
56edc34
Compare
Choose a tag to compare

New control(s)

  • PropertyFieldEnterpriseTermPicker: New control to load term sets by using @pnp/pnpjs #70 #120

Enhancements

  • PropertyFieldCollectionData: Setting to specify if item creation is enabled/disabled #130
  • PropertyFieldCollectionData: Setting to specify if item deletion is enabled/disabled #131
  • PropertyFieldCollectionData: Implemented a property to specify if field editing is enabled/disabled #132
  • Added Chinese localization #137
  • PropertyFieldColorPicker: Added a isHidden property #138
  • PropertyFieldCollectionData: return the item in the custom renderer #147
  • Added Russian localization #142

Fixes

  • PropertyFieldTermPicker: fix sort order with lowercased terms #133
  • PropertyFieldCollectionData: Bug with onCustomRender() #135
  • PropertyFieldCollectionData: Fixed bug with dropdown rendering in IE #136
  • PropertyFieldNumber: Min/max number check fix + localization label fixes #141
  • PropertyFieldTermPicker: Fix layout issues in IE11 #143

Contributors

Special thanks to our contributors (in alphabetical order): Simon-Pierre Plante, Yannick Plenevaux, Alex Terentiev, Roger Zhang.

v1.13.1 Release

14 Dec 07:49
5d027a8
Compare
Choose a tag to compare

Fixes

  • PropertyFieldCollectionData: Fixed issue for loading the control in the local workbench #128

v1.13.0 Release

13 Dec 16:40
eb0fb28
Compare
Choose a tag to compare

Enhancements

  • Updated the office-ui-fabric-react to the same version as in SPFx 1.7.0 #105
  • PropertyFieldPeoplePicker: Ability to select only from a specific site #9
  • PropertyFieldCodeEditor: Added support for custom field rendering #122
  • PropertyFieldCodeEditor: Added the functionality to sort the items in the collection #123

Fixes

  • PropertyFieldDateTimePicker: Fix for the hours dropdown not showing values #112
  • PropertyFieldCollectionData: Issue with debounce validation overriding the inserted values #113
  • PropertyPaneWebPartInformation: Remove redundant 'Description' label #119
  • PropertyFieldCodeEditor: Handle initial value after updating properties #121

Contributors

Special thanks to our contributor: Erwin van Hunen.