Skip to content

Latest commit

 

History

History
343 lines (209 loc) · 17.9 KB

CHANGELOG.md

File metadata and controls

343 lines (209 loc) · 17.9 KB

Releases

1.17.0

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.

1.16.0

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.

1.15.0

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.

1.14.1

Fixes

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

1.14.0

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.

1.13.1

Fixes

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

1.13.0

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
  • PropertyFieldCollectionData: Added support for custom field rendering #122
  • PropertyFieldCollectionData: 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.

1.12.0

New control(s)

  • PropertyPaneWebPartInformation: New control to show more information about the current web part #108
  • PropertyPanePropertyEditor: New control that allows you to export/import property pane settings #114

Enhancements

  • Dutch localization added #82
  • French localization added #84
  • PropertyFieldCollectionData: Allow the user to specify a deferred validation time for each field #98
  • PropertyFieldCollectionData: added a onRenderOption option to allow custom option rendering #102
  • PropertyFieldNumber: Introduced the aria label #104
  • Hide callout from the controls with callout if no message is provided #107
  • PropertyFieldListPicker: Add the ability to refresh target site while pane is open #109

Fixes

  • PropertyFieldCollectionData: Fixed catastrophic backtracking regex issue for URL validation #99

Contributors

Special thanks to our contributors (in alphabetical order): Paul Bullock, Junle Li, PooLP, Erwin van Hunen.

1.11.0

Enhancements

  • PropertyFieldCollectionData: Show error messages #96

Fixes

  • Fixes based on SonarCloud analysis

1.10.0

Enhancements

  • PropertyFieldPeoplePicker: Security groups come back with EntityType of FormsRole rather then SecGroup #93
  • PropertyFieldCollectionData: Add the current row's information in the onGetErrorMessage callback #92

Fixes

  • PropertyFieldPeoplePicker: No suggestions returned when using Security Groups, Multi-select and NO duplicates. #90
  • PropertyFieldTermPicker: Terms which are set as unavailable for tagging are still selectable #94

1.9.0

Enhancements

  • PropertyFieldCollectionData: Added custom validation for string, number, icon, and URL field types #74
  • PropertyFieldCollectionData: Add an option to specify a default value #86
  • PropertyFieldCollectionData: override placeholder for the inputs #87
  • PropertyFieldCollectionData: Hide save button when "Add and save" is shown #88

Fixes

  • PropertyFieldMultiSelect: fixed an issue where the control didn't retain the preselected values when dropdown options were provided async #85
  • PropertyFieldOrder: fixed an issue where items where provided async #81

1.8.0

Enhancements

  • New telemetry approach which allows you to use Application Insights instance #79
  • PropertyFieldListPicker: add optional property for target site #21

Contributors

Special thanks to our contributor: Joel Rodrigues.

1.7.0

Enhancements

  • Add npm postinstall script to automatically add the localization config #64
  • Add a description to the PropertyFieldCollectionData panel #67
  • Added a font field type for the PropertyFieldCollectionData control #66
  • Added a URL field type for the PropertyFieldCollectionData control #72
  • Field validation implemented to enable/disable save buttons in PropertyFieldCollectionData control. Related to previous enhancement.
  • Added properties to the TaxonomyPicker to specify which terms are disabled/not-selectable #69

Fixes

  • PropertyFieldPeoplePicker validation error does not clear as expected #68

1.6.0

New control(s)

  • PropertyFieldCollectionData was added #58
  • PropertyFieldOrder was added #19
  • PropertyFieldSwatchColorPicker was added #55

Enhancements

  • Allow the term set to be selectable in the PropertyFieldTermPicker #60

Fixes

  • Fix for PropertyFieldColorPicker Palette Icon alignment issue in IE11 #56

1.5.1

Enhancements

  • Color Pickers optionally return Color Objects #55

Fixes

  • Undefined web part context fixed in the PropertyFieldPeoplePicker #47
  • Taxonomy service fix for working with term set GUID #48
  • Added focus intercepting input for Full style #52

1.5.0

Enhancements

  • PropertyFieldListPicker control extended with select all lists option #8
  • PropertyFieldTermPicker control extended with the ability to search terms by typing in the textbox #11 #42 #44 #45
  • SPTermStorePickerService has a new interface which contains only the required properties

1.4.2

Enhancements

  • Introduced the onGetErrorMessage property for the PropertyFieldNumber field control (#36)

1.4.1

Enhancements

  • Optimized telemetry so that it only pushes control data

Fixes

  • Fixes for issue #30
  • PropertyFieldPeoplePicker Validation does not work as expected #33

1.4.0

New control(s)

  • PropertyFieldMultiSelect got added
  • PropertyFieldNumber 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.

1.3.0

New control(s)

  • PropertyFieldCodeEditor got added

Enhancements

  • PropertyFieldTermPicker improved with save and cancel button
  • PropertyFieldTermPicker improved with onClick event on input field

1.2.0

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

1.1.1

Enhancements

  • Removed operation name from telemetry

1.1.0

New control(s)

  • 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

Enhancements

  • Telemetry added
  • Term picker control has now the option to scope on term set or group

1.0.0

New control(s)

  • Added the PropertyFieldDropdownWithCallout control
  • Added the PropertyFieldTextWithCallout control
  • Added the PropertyFieldToggleWithCallout control

1.0.0-beta.3

Enhancements

  • Added firstDayOfWeek option to the date picker control

1.0.0-beta.2

New control(s)

  • Initial release