From 7279be67b2f05f51006dd872fae961b12e11f4a6 Mon Sep 17 00:00:00 2001 From: Elio Struyf Date: Thu, 7 May 2020 11:31:54 +0200 Subject: [PATCH] Updated old repo references + merge for v1.18.0 --- .github/ISSUE_TEMPLATE.md | 2 +- CHANGELOG.json | 190 ++++++++--------- CHANGELOG.md | 198 ++++++++++-------- README.md | 10 +- .../documentation/docs/about/release-notes.md | 198 ++++++++++-------- docs/documentation/docs/beta.md | 2 +- .../controls/PropertyFieldLinkWithCallout.md | 2 +- .../PropertyPaneWebPartInformation.md | 2 +- docs/documentation/mkdocs.yml | 2 +- docs/guides/contributing.md | 6 +- package.json | 6 +- src/common/telemetry/version.ts | 2 +- .../PropertyControlsTestWebPart.ts | 4 +- 13 files changed, 328 insertions(+), 296 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 13d1e38b..59a70726 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,7 +1,7 @@ Thank you for reporting an issue, suggesting an enhancement, or asking a question. We appreciate your feedback - to help the team understand your needs please complete the below template to ensure we have the details to help. Thanks! -**Please check out the [documentation](https://sharepoint.github.io/sp-dev-fx-property-controls/) to see if your question is already addressed there. This will help us ensure our documentation is up to date.** +**Please check out the [documentation](https://pnp.github.io/sp-dev-fx-property-controls/) to see if your question is already addressed there. This will help us ensure our documentation is up to date.** #### Category - [ ] Enhancement diff --git a/CHANGELOG.json b/CHANGELOG.json index 115be576..5c505a38 100644 --- a/CHANGELOG.json +++ b/CHANGELOG.json @@ -4,13 +4,13 @@ "version": "1.18.0", "changes": { "new": [ - "`PropertyFieldViewPicker`: View picker control [#230](https://github.com/SharePoint/sp-dev-fx-property-controls/pull/230)", - "`PropertyFieldPassword`: password editor control [#237](https://github.com/SharePoint/sp-dev-fx-property-controls/pull/237)" + "`PropertyFieldViewPicker`: View picker control [#230](https://github.com/pnp/sp-dev-fx-property-controls/pull/230)", + "`PropertyFieldPassword`: password editor control [#237](https://github.com/pnp/sp-dev-fx-property-controls/pull/237)" ], "enhancements": [], "fixes": [ - "`PropertyFieldSitePicker` documentation title fix [#229](https://github.com/SharePoint/sp-dev-fx-property-controls/pull/229)", - "`PropertyFieldSitePicker`: doesn't work at root site [#231](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/231)" + "`PropertyFieldSitePicker` documentation title fix [#229](https://github.com/pnp/sp-dev-fx-property-controls/pull/229)", + "`PropertyFieldSitePicker`: doesn't work at root site [#231](https://github.com/pnp/sp-dev-fx-property-controls/issues/231)" ] }, "contributions": [ @@ -24,22 +24,22 @@ "version": "1.17.0", "changes": { "new": [ - "`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](https://github.com/SharePoint/sp-dev-fx-property-controls/pull/208), [#215](https://github.com/SharePoint/sp-dev-fx-property-controls/pull/215)", - "`Telemetry`: Provide a way to opt-out for PnP Telemetry [#222](https://github.com/SharePoint/sp-dev-fx-property-controls/pull/222)", + "`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](https://github.com/pnp/sp-dev-fx-property-controls/pull/208), [#215](https://github.com/pnp/sp-dev-fx-property-controls/pull/215)", + "`Telemetry`: Provide a way to opt-out for PnP Telemetry [#222](https://github.com/pnp/sp-dev-fx-property-controls/pull/222)", "`PropertyPaneHelpers`: Allows to show a spinner while loading resources" ], "enhancements": [ - "Add norwegian language file [#125](https://github.com/SharePoint/sp-dev-fx-property-controls/pull/125)", - "`PropertyFieldSliderWithCallout`: debounce property added [#209](https://github.com/SharePoint/sp-dev-fx-property-controls/pull/209)", - "Replace full lodash with only used functions. [#213](https://github.com/SharePoint/sp-dev-fx-property-controls/pull/213)" + "Add norwegian language file [#125](https://github.com/pnp/sp-dev-fx-property-controls/pull/125)", + "`PropertyFieldSliderWithCallout`: debounce property added [#209](https://github.com/pnp/sp-dev-fx-property-controls/pull/209)", + "Replace full lodash with only used functions. [#213](https://github.com/pnp/sp-dev-fx-property-controls/pull/213)" ], "fixes": [ - "Documentation update for `PropertyFieldCollectionData` [#196](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/196)", - "`PropertyFieldOrder`: When items is an empty array, component renders the text '0' [#152](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/152)", - "Documentation update for `PropertyFieldCodeEditor` [#194](https://github.com/SharePoint/sp-dev-fx-property-controls/pull/194)", - "`PropertyFieldTermPicker`: Tags icon styling issue on IE11 [#193](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/193)", - "`PropertyPanePropertyEditor`: Unable to download json export [#210](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/210)", - "`PropertyFieldCollectionData`: Fix Data Grid Dragging Issues [#217](https://github.com/SharePoint/sp-dev-fx-property-controls/pull/217)" + "Documentation update for `PropertyFieldCollectionData` [#196](https://github.com/pnp/sp-dev-fx-property-controls/issues/196)", + "`PropertyFieldOrder`: When items is an empty array, component renders the text '0' [#152](https://github.com/pnp/sp-dev-fx-property-controls/issues/152)", + "Documentation update for `PropertyFieldCodeEditor` [#194](https://github.com/pnp/sp-dev-fx-property-controls/pull/194)", + "`PropertyFieldTermPicker`: Tags icon styling issue on IE11 [#193](https://github.com/pnp/sp-dev-fx-property-controls/issues/193)", + "`PropertyPanePropertyEditor`: Unable to download json export [#210](https://github.com/pnp/sp-dev-fx-property-controls/issues/210)", + "`PropertyFieldCollectionData`: Fix Data Grid Dragging Issues [#217](https://github.com/pnp/sp-dev-fx-property-controls/pull/217)" ] }, "contributions": [ @@ -56,13 +56,13 @@ "changes": { "new": [], "enhancements": [ - "`PropertyFieldCollectionData`: Add the ability for field validation to the custom fields [#187](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/190)", - "`PropertyFieldCollectionData`: Ability to provide custom labels for the save and cancel buttons [#187](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/187)", - "`PropertyFieldListPicker`: add ability to filter the control via OData [#184](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/184)" + "`PropertyFieldCollectionData`: Add the ability for field validation to the custom fields [#187](https://github.com/pnp/sp-dev-fx-property-controls/issues/190)", + "`PropertyFieldCollectionData`: Ability to provide custom labels for the save and cancel buttons [#187](https://github.com/pnp/sp-dev-fx-property-controls/issues/187)", + "`PropertyFieldListPicker`: add ability to filter the control via OData [#184](https://github.com/pnp/sp-dev-fx-property-controls/issues/184)" ], "fixes": [ - "Documentation getting started links fixed [#191](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/191)", - "Fix for callout controls missing icon since SPFx `1.8.2` [#182](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/182)" + "Documentation getting started links fixed [#191](https://github.com/pnp/sp-dev-fx-property-controls/issues/191)", + "Fix for callout controls missing icon since SPFx `1.8.2` [#182](https://github.com/pnp/sp-dev-fx-property-controls/issues/182)" ] }, "contributions": [ @@ -75,16 +75,16 @@ "changes": { "new": [], "enhancements": [ - "`PropertyFieldCollectionData`: Add a property to be able to set a custom class on the collection data panel [#180](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/180)", - "`PropertyFieldListPicker`: Added `listsToExclude` property to the control [#176](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/176)", - "`PropertyFieldDateTimePicker`: Add ability to hide the date and time labels [#77](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/77)" + "`PropertyFieldCollectionData`: Add a property to be able to set a custom class on the collection data panel [#180](https://github.com/pnp/sp-dev-fx-property-controls/issues/180)", + "`PropertyFieldListPicker`: Added `listsToExclude` property to the control [#176](https://github.com/pnp/sp-dev-fx-property-controls/issues/176)", + "`PropertyFieldDateTimePicker`: Add ability to hide the date and time labels [#77](https://github.com/pnp/sp-dev-fx-property-controls/issues/77)" ], "fixes": [ - "Callout icons missing with SPFx `1.8.2` web part [#178](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/178)", - "`PropertyFieldTextWithCallout`: still persists property value when error occurred [#172](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/172)", - "`PropertyFieldNumber`: not handling changes correctly [#170](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/170)", - "`PropertyFieldChoiceGroupWithCallout`: iconProps not working [#154](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/154)", - "`PropertyFieldDropdownWithCallout`: Options of type `Divider` and `Header` are ignored [#145](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/145)" + "Callout icons missing with SPFx `1.8.2` web part [#178](https://github.com/pnp/sp-dev-fx-property-controls/issues/178)", + "`PropertyFieldTextWithCallout`: still persists property value when error occurred [#172](https://github.com/pnp/sp-dev-fx-property-controls/issues/172)", + "`PropertyFieldNumber`: not handling changes correctly [#170](https://github.com/pnp/sp-dev-fx-property-controls/issues/170)", + "`PropertyFieldChoiceGroupWithCallout`: iconProps not working [#154](https://github.com/pnp/sp-dev-fx-property-controls/issues/154)", + "`PropertyFieldDropdownWithCallout`: Options of type `Divider` and `Header` are ignored [#145](https://github.com/pnp/sp-dev-fx-property-controls/issues/145)" ] }, "contributions": [ @@ -98,8 +98,8 @@ "new": [], "enhancements": [], "fixes": [ - "`TaxonomyPicker`: Terms are sorted incorrectly under the wrong parent [#153](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/153)", - "`EnterpriseTermPicker`: Terms are sorted incorrectly under the wrong parent [#156](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/156)" + "`TaxonomyPicker`: Terms are sorted incorrectly under the wrong parent [#153](https://github.com/pnp/sp-dev-fx-property-controls/issues/153)", + "`EnterpriseTermPicker`: Terms are sorted incorrectly under the wrong parent [#156](https://github.com/pnp/sp-dev-fx-property-controls/issues/156)" ] }, "contributions": [] @@ -108,23 +108,23 @@ "version": "1.14.0", "changes": { "new": [ - "`PropertyFieldEnterpriseTermPicker`: New control to load term sets by using `@pnp/pnpjs` [#70](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/70) [#120](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/120)" + "`PropertyFieldEnterpriseTermPicker`: New control to load term sets by using `@pnp/pnpjs` [#70](https://github.com/pnp/sp-dev-fx-property-controls/issues/70) [#120](https://github.com/pnp/sp-dev-fx-property-controls/issues/120)" ], "enhancements": [ - "`PropertyFieldCollectionData`: Setting to specify if item `creation` is enabled/disabled [#130](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/130)", - "`PropertyFieldCollectionData`: Setting to specify if item `deletion` is enabled/disabled [#131](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/131)", - "`PropertyFieldCollectionData`: Implemented a property to specify if field `editing` is enabled/disabled [#132](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/132)", - "Added `Chinese` localization [#137](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/137)", - "`PropertyFieldColorPicker`: Added a `isHidden` property [#138](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/138)", - "`PropertyFieldCollectionData`: return the item in the custom renderer [#147](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/147)", - "Added `Russian` localization [#142](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/142)" + "`PropertyFieldCollectionData`: Setting to specify if item `creation` is enabled/disabled [#130](https://github.com/pnp/sp-dev-fx-property-controls/issues/130)", + "`PropertyFieldCollectionData`: Setting to specify if item `deletion` is enabled/disabled [#131](https://github.com/pnp/sp-dev-fx-property-controls/issues/131)", + "`PropertyFieldCollectionData`: Implemented a property to specify if field `editing` is enabled/disabled [#132](https://github.com/pnp/sp-dev-fx-property-controls/issues/132)", + "Added `Chinese` localization [#137](https://github.com/pnp/sp-dev-fx-property-controls/issues/137)", + "`PropertyFieldColorPicker`: Added a `isHidden` property [#138](https://github.com/pnp/sp-dev-fx-property-controls/issues/138)", + "`PropertyFieldCollectionData`: return the item in the custom renderer [#147](https://github.com/pnp/sp-dev-fx-property-controls/issues/147)", + "Added `Russian` localization [#142](https://github.com/pnp/sp-dev-fx-property-controls/issues/142)" ], "fixes": [ - "`PropertyFieldTermPicker`: fix sort order with lowercased terms [#133](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/133)", - "`PropertyFieldCollectionData`: Bug with onCustomRender() [#135](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/135)", - "`PropertyFieldCollectionData`: Fixed bug with dropdown rendering in IE [#136](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/136)", - "`PropertyFieldNumber`: Min/max number check fix + localization label fixes [#141](https://github.com/SharePoint/sp-dev-fx-property-controls/pull/141)", - "`PropertyFieldTermPicker`: Fix layout issues in IE11 [#143](https://github.com/SharePoint/sp-dev-fx-property-controls/pull/143)" + "`PropertyFieldTermPicker`: fix sort order with lowercased terms [#133](https://github.com/pnp/sp-dev-fx-property-controls/issues/133)", + "`PropertyFieldCollectionData`: Bug with onCustomRender() [#135](https://github.com/pnp/sp-dev-fx-property-controls/issues/135)", + "`PropertyFieldCollectionData`: Fixed bug with dropdown rendering in IE [#136](https://github.com/pnp/sp-dev-fx-property-controls/issues/136)", + "`PropertyFieldNumber`: Min/max number check fix + localization label fixes [#141](https://github.com/pnp/sp-dev-fx-property-controls/pull/141)", + "`PropertyFieldTermPicker`: Fix layout issues in IE11 [#143](https://github.com/pnp/sp-dev-fx-property-controls/pull/143)" ] }, "contributions": [ @@ -140,7 +140,7 @@ "new": [], "enhancements": [], "fixes": [ - "`PropertyFieldCollectionData`: Fixed issue for loading the control in the local workbench [#128](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/128)" + "`PropertyFieldCollectionData`: Fixed issue for loading the control in the local workbench [#128](https://github.com/pnp/sp-dev-fx-property-controls/issues/128)" ] }, "contributions": [] @@ -151,16 +151,16 @@ "new": [ ], "enhancements": [ - "Updated the `office-ui-fabric-react` to the same version as in SPFx 1.7.0 [#105](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/105)", - "`PropertyFieldPeoplePicker`: Ability to select only from a specific site [#9](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/9)", - "`PropertyFieldCollectionData`: Added support for custom field rendering [#122](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/122)", - "`PropertyFieldCollectionData`: Added the functionality to sort the items in the collection [#123](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/123)" + "Updated the `office-ui-fabric-react` to the same version as in SPFx 1.7.0 [#105](https://github.com/pnp/sp-dev-fx-property-controls/issues/105)", + "`PropertyFieldPeoplePicker`: Ability to select only from a specific site [#9](https://github.com/pnp/sp-dev-fx-property-controls/issues/9)", + "`PropertyFieldCollectionData`: Added support for custom field rendering [#122](https://github.com/pnp/sp-dev-fx-property-controls/issues/122)", + "`PropertyFieldCollectionData`: Added the functionality to sort the items in the collection [#123](https://github.com/pnp/sp-dev-fx-property-controls/issues/123)" ], "fixes": [ - "`PropertyFieldDateTimePicker`: Fix for the hours dropdown not showing values [#112](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/112)", - "`PropertyFieldCollectionData`: Issue with debounce validation overriding the inserted values [#113](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/113)", - "`PropertyPaneWebPartInformation`: Remove redundant 'Description' label [#119](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/119)", - "`PropertyFieldCodeEditor`: Handle initial value after updating properties [#121](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/121)" + "`PropertyFieldDateTimePicker`: Fix for the hours dropdown not showing values [#112](https://github.com/pnp/sp-dev-fx-property-controls/issues/112)", + "`PropertyFieldCollectionData`: Issue with debounce validation overriding the inserted values [#113](https://github.com/pnp/sp-dev-fx-property-controls/issues/113)", + "`PropertyPaneWebPartInformation`: Remove redundant 'Description' label [#119](https://github.com/pnp/sp-dev-fx-property-controls/issues/119)", + "`PropertyFieldCodeEditor`: Handle initial value after updating properties [#121](https://github.com/pnp/sp-dev-fx-property-controls/issues/121)" ] }, "contributions": ["[Erwin van Hunen](https://github.com/erwinvanhunen)"] @@ -169,20 +169,20 @@ "version": "1.12.0", "changes": { "new": [ - "`PropertyPaneWebPartInformation`: New control to show more information about the current web part [#108](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/108)", - "`PropertyPanePropertyEditor`: New control that allows you to export/import property pane settings [#114](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/114)" + "`PropertyPaneWebPartInformation`: New control to show more information about the current web part [#108](https://github.com/pnp/sp-dev-fx-property-controls/issues/108)", + "`PropertyPanePropertyEditor`: New control that allows you to export/import property pane settings [#114](https://github.com/pnp/sp-dev-fx-property-controls/issues/114)" ], "enhancements": [ - "Dutch localization added [#82](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/82)", - "French localization added [#84](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/84)", - "`PropertyFieldCollectionData`: Allow the user to specify a deferred validation time for each field [#98](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/98)", - "`PropertyFieldCollectionData`: added a onRenderOption option to allow custom option rendering [#102](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/102)", - "`PropertyFieldNumber`: Introduced the aria label [#104](https://github.com/SharePoint/sp-dev-fx-property-controls/pull/104)", - "Hide callout from the controls with callout if no message is provided [#107](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/107)", - "`PropertyFieldListPicker`: Add the ability to refresh target site while pane is open [#109](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/109)" + "Dutch localization added [#82](https://github.com/pnp/sp-dev-fx-property-controls/issues/82)", + "French localization added [#84](https://github.com/pnp/sp-dev-fx-property-controls/issues/84)", + "`PropertyFieldCollectionData`: Allow the user to specify a deferred validation time for each field [#98](https://github.com/pnp/sp-dev-fx-property-controls/issues/98)", + "`PropertyFieldCollectionData`: added a onRenderOption option to allow custom option rendering [#102](https://github.com/pnp/sp-dev-fx-property-controls/issues/102)", + "`PropertyFieldNumber`: Introduced the aria label [#104](https://github.com/pnp/sp-dev-fx-property-controls/pull/104)", + "Hide callout from the controls with callout if no message is provided [#107](https://github.com/pnp/sp-dev-fx-property-controls/issues/107)", + "`PropertyFieldListPicker`: Add the ability to refresh target site while pane is open [#109](https://github.com/pnp/sp-dev-fx-controls-react/pull/109)" ], "fixes": [ - "`PropertyFieldCollectionData`: Fixed catastrophic backtracking regex issue for URL validation [#99](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/99)" + "`PropertyFieldCollectionData`: Fixed catastrophic backtracking regex issue for URL validation [#99](https://github.com/pnp/sp-dev-fx-property-controls/issues/99)" ] }, "contributions": ["[Paul Bullock](https://github.com/pkbullock)", "[Junle Li](https://github.com/lijunle)", "[PooLP](https://github.com/PooLP)", "[Erwin van Hunen](https://github.com/erwinvanhunen)"] @@ -192,7 +192,7 @@ "changes": { "new": [], "enhancements": [ - "`PropertyFieldCollectionData`: Show error messages [#96](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/96)" + "`PropertyFieldCollectionData`: Show error messages [#96](https://github.com/pnp/sp-dev-fx-property-controls/issues/96)" ], "fixes": [ "Fixes based on SonarCloud analysis" @@ -205,12 +205,12 @@ "changes": { "new": [], "enhancements": [ - "`PropertyFieldPeoplePicker`: Security groups come back with EntityType of `FormsRole` rather then `SecGroup` [#93](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/93)", - "`PropertyFieldCollectionData`: Add the current row's information in the `onGetErrorMessage` callback [#92](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/92)" + "`PropertyFieldPeoplePicker`: Security groups come back with EntityType of `FormsRole` rather then `SecGroup` [#93](https://github.com/pnp/sp-dev-fx-property-controls/issues/93)", + "`PropertyFieldCollectionData`: Add the current row's information in the `onGetErrorMessage` callback [#92](https://github.com/pnp/sp-dev-fx-property-controls/issues/92)" ], "fixes": [ - "`PropertyFieldPeoplePicker`: No suggestions returned when using Security Groups, Multi-select and NO duplicates. [#90](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/90)", - "`PropertyFieldTermPicker`: Terms which are set as unavailable for tagging are still selectable [#94](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/94)" + "`PropertyFieldPeoplePicker`: No suggestions returned when using Security Groups, Multi-select and NO duplicates. [#90](https://github.com/pnp/sp-dev-fx-property-controls/issues/90)", + "`PropertyFieldTermPicker`: Terms which are set as unavailable for tagging are still selectable [#94](https://github.com/pnp/sp-dev-fx-property-controls/issues/94)" ] }, "contributions": [] @@ -220,14 +220,14 @@ "changes": { "new": [], "enhancements": [ - "`PropertyFieldCollectionData`: Added custom validation for `string`, `number`, `icon`, and `URL` field types [#74](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/74)", - "`PropertyFieldCollectionData`: Add an option to specify a default value [#86](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/86)", - "`PropertyFieldCollectionData`: override placeholder for the inputs [#87](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/87)", - "`PropertyFieldCollectionData`: Hide save button when \"Add and save\" is shown [#88](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/88)" + "`PropertyFieldCollectionData`: Added custom validation for `string`, `number`, `icon`, and `URL` field types [#74](https://github.com/pnp/sp-dev-fx-property-controls/issues/74)", + "`PropertyFieldCollectionData`: Add an option to specify a default value [#86](https://github.com/pnp/sp-dev-fx-property-controls/issues/86)", + "`PropertyFieldCollectionData`: override placeholder for the inputs [#87](https://github.com/pnp/sp-dev-fx-property-controls/issues/87)", + "`PropertyFieldCollectionData`: Hide save button when \"Add and save\" is shown [#88](https://github.com/pnp/sp-dev-fx-property-controls/issues/88)" ], "fixes": [ - "`PropertyFieldMultiSelect`: fixed an issue where the control didn't retain the preselected values when dropdown options were provided async [#85](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/85)", - "`PropertyFieldOrder`: fixed an issue where items where provided async [#81](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/81)" + "`PropertyFieldMultiSelect`: fixed an issue where the control didn't retain the preselected values when dropdown options were provided async [#85](https://github.com/pnp/sp-dev-fx-property-controls/issues/85)", + "`PropertyFieldOrder`: fixed an issue where items where provided async [#81](https://github.com/pnp/sp-dev-fx-property-controls/issues/81)" ] }, "contributions": [] @@ -237,8 +237,8 @@ "changes": { "new": [], "enhancements": [ - "New telemetry approach which allows you to use Application Insights instance [#79](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/79)", - "`PropertyFieldListPicker`: add optional property for target site [#21](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/21)" + "New telemetry approach which allows you to use Application Insights instance [#79](https://github.com/pnp/sp-dev-fx-property-controls/issues/79)", + "`PropertyFieldListPicker`: add optional property for target site [#21](https://github.com/pnp/sp-dev-fx-property-controls/issues/21)" ], "fixes": [] }, @@ -249,15 +249,15 @@ "changes": { "new": [], "enhancements": [ - "Add `npm postinstall` script to automatically add the localization config [#64](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/64)", - "Add a description to the `PropertyFieldCollectionData` panel [#67](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/67)", - "Added a font field type for the `PropertyFieldCollectionData` control [#66](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/66)", - "Added a URL field type for the `PropertyFieldCollectionData` control [#72](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/72)", + "Add `npm postinstall` script to automatically add the localization config [#64](https://github.com/pnp/sp-dev-fx-property-controls/issues/64)", + "Add a description to the `PropertyFieldCollectionData` panel [#67](https://github.com/pnp/sp-dev-fx-property-controls/issues/67)", + "Added a font field type for the `PropertyFieldCollectionData` control [#66](https://github.com/pnp/sp-dev-fx-property-controls/issues/66)", + "Added a URL field type for the `PropertyFieldCollectionData` control [#72](https://github.com/pnp/sp-dev-fx-property-controls/issues/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](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/69)" + "Added properties to the `TaxonomyPicker` to specify which terms are disabled/not-selectable [#69](https://github.com/pnp/sp-dev-fx-property-controls/issues/69)" ], "fixes": [ - "`PropertyFieldPeoplePicker` validation error does not clear as expected [#68](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/68)" + "`PropertyFieldPeoplePicker` validation error does not clear as expected [#68](https://github.com/pnp/sp-dev-fx-property-controls/issues/68)" ] }, "contributions": [] @@ -266,15 +266,15 @@ "version": "1.6.0", "changes": { "new": [ - "`PropertyFieldCollectionData` was added [#58](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/58)", - "`PropertyFieldOrder` was added [#19](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/19)", - "`PropertyFieldSwatchColorPicker` was added [#55](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/55)" + "`PropertyFieldCollectionData` was added [#58](https://github.com/pnp/sp-dev-fx-property-controls/issues/58)", + "`PropertyFieldOrder` was added [#19](https://github.com/pnp/sp-dev-fx-property-controls/issues/19)", + "`PropertyFieldSwatchColorPicker` was added [#55](https://github.com/pnp/sp-dev-fx-property-controls/issues/55)" ], "enhancements": [ - "Allow the term set to be selectable in the `PropertyFieldTermPicker` [#60](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/60)" + "Allow the term set to be selectable in the `PropertyFieldTermPicker` [#60](https://github.com/pnp/sp-dev-fx-property-controls/issues/60)" ], "fixes": [ - "Fix for `PropertyFieldColorPicker` Palette Icon alignment issue in IE11 [#56](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/56)" + "Fix for `PropertyFieldColorPicker` Palette Icon alignment issue in IE11 [#56](https://github.com/pnp/sp-dev-fx-property-controls/issues/56)" ] }, "contributions": [] @@ -284,12 +284,12 @@ "changes": { "new": [], "enhancements": [ - "Color Pickers optionally return Color Objects [#55](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/55)" + "Color Pickers optionally return Color Objects [#55](https://github.com/pnp/sp-dev-fx-property-controls/issues/55)" ], "fixes": [ - "Undefined web part context fixed in the `PropertyFieldPeoplePicker` [#47](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/47)", - "Taxonomy service fix for working with term set GUID [#48](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/48)", - "Added focus intercepting input for Full style [#52](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/52)" + "Undefined web part context fixed in the `PropertyFieldPeoplePicker` [#47](https://github.com/pnp/sp-dev-fx-property-controls/issues/47)", + "Taxonomy service fix for working with term set GUID [#48](https://github.com/pnp/sp-dev-fx-property-controls/issues/48)", + "Added focus intercepting input for Full style [#52](https://github.com/pnp/sp-dev-fx-property-controls/issues/52)" ] }, "contributions": [] @@ -299,8 +299,8 @@ "changes": { "new": [], "enhancements": [ - "`PropertyFieldListPicker` control extended with select all lists option [#8](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/8)", - "`PropertyFieldTermPicker` control extended with the ability to search terms by typing in the textbox [#11](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/11) [#42](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/42) [#44](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/44) [#45](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/45)", + "`PropertyFieldListPicker` control extended with select all lists option [#8](https://github.com/pnp/sp-dev-fx-property-controls/issues/8)", + "`PropertyFieldTermPicker` control extended with the ability to search terms by typing in the textbox [#11](https://github.com/pnp/sp-dev-fx-property-controls/issues/11) [#42](https://github.com/pnp/sp-dev-fx-property-controls/issues/42) [#44](https://github.com/pnp/sp-dev-fx-property-controls/issues/44) [#45](https://github.com/pnp/sp-dev-fx-property-controls/issues/45)", "`SPTermStorePickerService` has a new interface which contains only the required properties" ], "fixes": [] @@ -312,7 +312,7 @@ "changes": { "new": [], "enhancements": [ - "Introduced the `onGetErrorMessage` property for the `PropertyFieldNumber` field control ([#36](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/36))" + "Introduced the `onGetErrorMessage` property for the `PropertyFieldNumber` field control ([#36](https://github.com/pnp/sp-dev-fx-property-controls/issues/36))" ], "fixes": [] }, @@ -326,8 +326,8 @@ "Optimized telemetry so that it only pushes control data" ], "fixes": [ - "Fixes for issue [#30](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/30)", - "`PropertyFieldPeoplePicker` Validation does not work as expected [#33](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/33)" + "Fixes for issue [#30](https://github.com/pnp/sp-dev-fx-property-controls/issues/30)", + "`PropertyFieldPeoplePicker` Validation does not work as expected [#33](https://github.com/pnp/sp-dev-fx-property-controls/issues/33)" ] }, "contributions": [] diff --git a/CHANGELOG.md b/CHANGELOG.md index 061bc631..f6570e4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,27 +1,43 @@ # Releases +## 1.18.0 + +### New control(s) + +- `PropertyFieldViewPicker`: View picker control [#230](https://github.com/pnp/sp-dev-fx-property-controls/pull/230) +- `PropertyFieldPassword`: password editor control [#237](https://github.com/pnp/sp-dev-fx-property-controls/pull/237) + +### Fixes + +- `PropertyFieldSitePicker` documentation title fix [#229](https://github.com/pnp/sp-dev-fx-property-controls/pull/229) +- `PropertyFieldSitePicker`: doesn't work at root site [#231](https://github.com/pnp/sp-dev-fx-property-controls/issues/231) + +### Contributors + +Special thanks to our contributors (in alphabetical order): [Ari Gunawan](https://github.com/AriGunawan), [Gautam Sheth](https://github.com/gautamdsheth), [Hugo Bernier](https://github.com/hugoabernier), [João Mendes](https://github.com/joaojmendes). + ## 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](https://github.com/SharePoint/sp-dev-fx-property-controls/pull/208), [#215](https://github.com/SharePoint/sp-dev-fx-property-controls/pull/215) -- `Telemetry`: Provide a way to opt-out for PnP Telemetry [#222](https://github.com/SharePoint/sp-dev-fx-property-controls/pull/222) +- `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](https://github.com/pnp/sp-dev-fx-property-controls/pull/208), [#215](https://github.com/pnp/sp-dev-fx-property-controls/pull/215) +- `Telemetry`: Provide a way to opt-out for PnP Telemetry [#222](https://github.com/pnp/sp-dev-fx-property-controls/pull/222) - `PropertyPaneHelpers`: Allows to show a spinner while loading resources ### Enhancements -- Add norwegian language file [#125](https://github.com/SharePoint/sp-dev-fx-property-controls/pull/125) -- `PropertyFieldSliderWithCallout`: debounce property added [#209](https://github.com/SharePoint/sp-dev-fx-property-controls/pull/209) -- Replace full lodash with only used functions. [#213](https://github.com/SharePoint/sp-dev-fx-property-controls/pull/213) +- Add norwegian language file [#125](https://github.com/pnp/sp-dev-fx-property-controls/pull/125) +- `PropertyFieldSliderWithCallout`: debounce property added [#209](https://github.com/pnp/sp-dev-fx-property-controls/pull/209) +- Replace full lodash with only used functions. [#213](https://github.com/pnp/sp-dev-fx-property-controls/pull/213) ### Fixes -- Documentation update for `PropertyFieldCollectionData` [#196](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/196) -- `PropertyFieldOrder`: When items is an empty array, component renders the text '0' [#152](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/152) -- Documentation update for `PropertyFieldCodeEditor` [#194](https://github.com/SharePoint/sp-dev-fx-property-controls/pull/194) -- `PropertyFieldTermPicker`: Tags icon styling issue on IE11 [#193](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/193) -- `PropertyPanePropertyEditor`: Unable to download json export [#210](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/210) -- `PropertyFieldCollectionData`: Fix Data Grid Dragging Issues [#217](https://github.com/SharePoint/sp-dev-fx-property-controls/pull/217) +- Documentation update for `PropertyFieldCollectionData` [#196](https://github.com/pnp/sp-dev-fx-property-controls/issues/196) +- `PropertyFieldOrder`: When items is an empty array, component renders the text '0' [#152](https://github.com/pnp/sp-dev-fx-property-controls/issues/152) +- Documentation update for `PropertyFieldCodeEditor` [#194](https://github.com/pnp/sp-dev-fx-property-controls/pull/194) +- `PropertyFieldTermPicker`: Tags icon styling issue on IE11 [#193](https://github.com/pnp/sp-dev-fx-property-controls/issues/193) +- `PropertyPanePropertyEditor`: Unable to download json export [#210](https://github.com/pnp/sp-dev-fx-property-controls/issues/210) +- `PropertyFieldCollectionData`: Fix Data Grid Dragging Issues [#217](https://github.com/pnp/sp-dev-fx-property-controls/pull/217) ### Contributors @@ -31,14 +47,14 @@ Special thanks to our contributors (in alphabetical order): [Antonio Monserrate] ### Enhancements -- `PropertyFieldCollectionData`: Add the ability for field validation to the custom fields [#187](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/190) -- `PropertyFieldCollectionData`: Ability to provide custom labels for the save and cancel buttons [#187](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/187) -- `PropertyFieldListPicker`: add ability to filter the control via OData [#184](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/184) +- `PropertyFieldCollectionData`: Add the ability for field validation to the custom fields [#187](https://github.com/pnp/sp-dev-fx-property-controls/issues/190) +- `PropertyFieldCollectionData`: Ability to provide custom labels for the save and cancel buttons [#187](https://github.com/pnp/sp-dev-fx-property-controls/issues/187) +- `PropertyFieldListPicker`: add ability to filter the control via OData [#184](https://github.com/pnp/sp-dev-fx-property-controls/issues/184) ### Fixes -- Documentation getting started links fixed [#191](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/191) -- Fix for callout controls missing icon since SPFx `1.8.2` [#182](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/182) +- Documentation getting started links fixed [#191](https://github.com/pnp/sp-dev-fx-property-controls/issues/191) +- Fix for callout controls missing icon since SPFx `1.8.2` [#182](https://github.com/pnp/sp-dev-fx-property-controls/issues/182) ### Contributors @@ -48,17 +64,17 @@ Special thanks to our contributors (in alphabetical order): [araver](https://git ### Enhancements -- `PropertyFieldCollectionData`: Add a property to be able to set a custom class on the collection data panel [#180](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/180) -- `PropertyFieldListPicker`: Added `listsToExclude` property to the control [#176](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/176) -- `PropertyFieldDateTimePicker`: Add ability to hide the date and time labels [#77](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/77) +- `PropertyFieldCollectionData`: Add a property to be able to set a custom class on the collection data panel [#180](https://github.com/pnp/sp-dev-fx-property-controls/issues/180) +- `PropertyFieldListPicker`: Added `listsToExclude` property to the control [#176](https://github.com/pnp/sp-dev-fx-property-controls/issues/176) +- `PropertyFieldDateTimePicker`: Add ability to hide the date and time labels [#77](https://github.com/pnp/sp-dev-fx-property-controls/issues/77) ### Fixes -- Callout icons missing with SPFx `1.8.2` web part [#178](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/178) -- `PropertyFieldTextWithCallout`: still persists property value when error occurred [#172](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/172) -- `PropertyFieldNumber`: not handling changes correctly [#170](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/170) -- `PropertyFieldChoiceGroupWithCallout`: iconProps not working [#154](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/154) -- `PropertyFieldDropdownWithCallout`: Options of type `Divider` and `Header` are ignored [#145](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/145) +- Callout icons missing with SPFx `1.8.2` web part [#178](https://github.com/pnp/sp-dev-fx-property-controls/issues/178) +- `PropertyFieldTextWithCallout`: still persists property value when error occurred [#172](https://github.com/pnp/sp-dev-fx-property-controls/issues/172) +- `PropertyFieldNumber`: not handling changes correctly [#170](https://github.com/pnp/sp-dev-fx-property-controls/issues/170) +- `PropertyFieldChoiceGroupWithCallout`: iconProps not working [#154](https://github.com/pnp/sp-dev-fx-property-controls/issues/154) +- `PropertyFieldDropdownWithCallout`: Options of type `Divider` and `Header` are ignored [#145](https://github.com/pnp/sp-dev-fx-property-controls/issues/145) ### Contributors @@ -68,32 +84,32 @@ Special thanks to our contributors (in alphabetical order): [Alex Terentiev](htt ### Fixes -- `TaxonomyPicker`: Terms are sorted incorrectly under the wrong parent [#153](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/153) -- `EnterpriseTermPicker`: Terms are sorted incorrectly under the wrong parent [#156](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/156) +- `TaxonomyPicker`: Terms are sorted incorrectly under the wrong parent [#153](https://github.com/pnp/sp-dev-fx-property-controls/issues/153) +- `EnterpriseTermPicker`: Terms are sorted incorrectly under the wrong parent [#156](https://github.com/pnp/sp-dev-fx-property-controls/issues/156) ## 1.14.0 ### New control(s) -- `PropertyFieldEnterpriseTermPicker`: New control to load term sets by using `@pnp/pnpjs` [#70](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/70) [#120](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/120) +- `PropertyFieldEnterpriseTermPicker`: New control to load term sets by using `@pnp/pnpjs` [#70](https://github.com/pnp/sp-dev-fx-property-controls/issues/70) [#120](https://github.com/pnp/sp-dev-fx-property-controls/issues/120) ### Enhancements -- `PropertyFieldCollectionData`: Setting to specify if item `creation` is enabled/disabled [#130](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/130) -- `PropertyFieldCollectionData`: Setting to specify if item `deletion` is enabled/disabled [#131](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/131) -- `PropertyFieldCollectionData`: Implemented a property to specify if field `editing` is enabled/disabled [#132](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/132) -- Added `Chinese` localization [#137](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/137) -- `PropertyFieldColorPicker`: Added a `isHidden` property [#138](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/138) -- `PropertyFieldCollectionData`: return the item in the custom renderer [#147](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/147) -- Added `Russian` localization [#142](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/142) +- `PropertyFieldCollectionData`: Setting to specify if item `creation` is enabled/disabled [#130](https://github.com/pnp/sp-dev-fx-property-controls/issues/130) +- `PropertyFieldCollectionData`: Setting to specify if item `deletion` is enabled/disabled [#131](https://github.com/pnp/sp-dev-fx-property-controls/issues/131) +- `PropertyFieldCollectionData`: Implemented a property to specify if field `editing` is enabled/disabled [#132](https://github.com/pnp/sp-dev-fx-property-controls/issues/132) +- Added `Chinese` localization [#137](https://github.com/pnp/sp-dev-fx-property-controls/issues/137) +- `PropertyFieldColorPicker`: Added a `isHidden` property [#138](https://github.com/pnp/sp-dev-fx-property-controls/issues/138) +- `PropertyFieldCollectionData`: return the item in the custom renderer [#147](https://github.com/pnp/sp-dev-fx-property-controls/issues/147) +- Added `Russian` localization [#142](https://github.com/pnp/sp-dev-fx-property-controls/issues/142) ### Fixes -- `PropertyFieldTermPicker`: fix sort order with lowercased terms [#133](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/133) -- `PropertyFieldCollectionData`: Bug with onCustomRender() [#135](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/135) -- `PropertyFieldCollectionData`: Fixed bug with dropdown rendering in IE [#136](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/136) -- `PropertyFieldNumber`: Min/max number check fix + localization label fixes [#141](https://github.com/SharePoint/sp-dev-fx-property-controls/pull/141) -- `PropertyFieldTermPicker`: Fix layout issues in IE11 [#143](https://github.com/SharePoint/sp-dev-fx-property-controls/pull/143) +- `PropertyFieldTermPicker`: fix sort order with lowercased terms [#133](https://github.com/pnp/sp-dev-fx-property-controls/issues/133) +- `PropertyFieldCollectionData`: Bug with onCustomRender() [#135](https://github.com/pnp/sp-dev-fx-property-controls/issues/135) +- `PropertyFieldCollectionData`: Fixed bug with dropdown rendering in IE [#136](https://github.com/pnp/sp-dev-fx-property-controls/issues/136) +- `PropertyFieldNumber`: Min/max number check fix + localization label fixes [#141](https://github.com/pnp/sp-dev-fx-property-controls/pull/141) +- `PropertyFieldTermPicker`: Fix layout issues in IE11 [#143](https://github.com/pnp/sp-dev-fx-property-controls/pull/143) ### Contributors @@ -103,23 +119,23 @@ Special thanks to our contributors (in alphabetical order): [Simon-Pierre Plante ### Fixes -- `PropertyFieldCollectionData`: Fixed issue for loading the control in the local workbench [#128](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/128) +- `PropertyFieldCollectionData`: Fixed issue for loading the control in the local workbench [#128](https://github.com/pnp/sp-dev-fx-property-controls/issues/128) ## 1.13.0 ### Enhancements -- Updated the `office-ui-fabric-react` to the same version as in SPFx 1.7.0 [#105](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/105) -- `PropertyFieldPeoplePicker`: Ability to select only from a specific site [#9](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/9) -- `PropertyFieldCollectionData`: Added support for custom field rendering [#122](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/122) -- `PropertyFieldCollectionData`: Added the functionality to sort the items in the collection [#123](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/123) +- Updated the `office-ui-fabric-react` to the same version as in SPFx 1.7.0 [#105](https://github.com/pnp/sp-dev-fx-property-controls/issues/105) +- `PropertyFieldPeoplePicker`: Ability to select only from a specific site [#9](https://github.com/pnp/sp-dev-fx-property-controls/issues/9) +- `PropertyFieldCollectionData`: Added support for custom field rendering [#122](https://github.com/pnp/sp-dev-fx-property-controls/issues/122) +- `PropertyFieldCollectionData`: Added the functionality to sort the items in the collection [#123](https://github.com/pnp/sp-dev-fx-property-controls/issues/123) ### Fixes -- `PropertyFieldDateTimePicker`: Fix for the hours dropdown not showing values [#112](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/112) -- `PropertyFieldCollectionData`: Issue with debounce validation overriding the inserted values [#113](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/113) -- `PropertyPaneWebPartInformation`: Remove redundant 'Description' label [#119](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/119) -- `PropertyFieldCodeEditor`: Handle initial value after updating properties [#121](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/121) +- `PropertyFieldDateTimePicker`: Fix for the hours dropdown not showing values [#112](https://github.com/pnp/sp-dev-fx-property-controls/issues/112) +- `PropertyFieldCollectionData`: Issue with debounce validation overriding the inserted values [#113](https://github.com/pnp/sp-dev-fx-property-controls/issues/113) +- `PropertyPaneWebPartInformation`: Remove redundant 'Description' label [#119](https://github.com/pnp/sp-dev-fx-property-controls/issues/119) +- `PropertyFieldCodeEditor`: Handle initial value after updating properties [#121](https://github.com/pnp/sp-dev-fx-property-controls/issues/121) ### Contributors @@ -129,22 +145,22 @@ Special thanks to our contributor: [Erwin van Hunen](https://github.com/erwinvan ### New control(s) -- `PropertyPaneWebPartInformation`: New control to show more information about the current web part [#108](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/108) -- `PropertyPanePropertyEditor`: New control that allows you to export/import property pane settings [#114](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/114) +- `PropertyPaneWebPartInformation`: New control to show more information about the current web part [#108](https://github.com/pnp/sp-dev-fx-property-controls/issues/108) +- `PropertyPanePropertyEditor`: New control that allows you to export/import property pane settings [#114](https://github.com/pnp/sp-dev-fx-property-controls/issues/114) ### Enhancements -- Dutch localization added [#82](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/82) -- French localization added [#84](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/84) -- `PropertyFieldCollectionData`: Allow the user to specify a deferred validation time for each field [#98](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/98) -- `PropertyFieldCollectionData`: added a onRenderOption option to allow custom option rendering [#102](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/102) -- `PropertyFieldNumber`: Introduced the aria label [#104](https://github.com/SharePoint/sp-dev-fx-property-controls/pull/104) -- Hide callout from the controls with callout if no message is provided [#107](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/107) -- `PropertyFieldListPicker`: Add the ability to refresh target site while pane is open [#109](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/109) +- Dutch localization added [#82](https://github.com/pnp/sp-dev-fx-property-controls/issues/82) +- French localization added [#84](https://github.com/pnp/sp-dev-fx-property-controls/issues/84) +- `PropertyFieldCollectionData`: Allow the user to specify a deferred validation time for each field [#98](https://github.com/pnp/sp-dev-fx-property-controls/issues/98) +- `PropertyFieldCollectionData`: added a onRenderOption option to allow custom option rendering [#102](https://github.com/pnp/sp-dev-fx-property-controls/issues/102) +- `PropertyFieldNumber`: Introduced the aria label [#104](https://github.com/pnp/sp-dev-fx-property-controls/pull/104) +- Hide callout from the controls with callout if no message is provided [#107](https://github.com/pnp/sp-dev-fx-property-controls/issues/107) +- `PropertyFieldListPicker`: Add the ability to refresh target site while pane is open [#109](https://github.com/pnp/sp-dev-fx-controls-react/pull/109) ### Fixes -- `PropertyFieldCollectionData`: Fixed catastrophic backtracking regex issue for URL validation [#99](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/99) +- `PropertyFieldCollectionData`: Fixed catastrophic backtracking regex issue for URL validation [#99](https://github.com/pnp/sp-dev-fx-property-controls/issues/99) ### Contributors @@ -154,7 +170,7 @@ Special thanks to our contributors (in alphabetical order): [Paul Bullock](https ### Enhancements -- `PropertyFieldCollectionData`: Show error messages [#96](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/96) +- `PropertyFieldCollectionData`: Show error messages [#96](https://github.com/pnp/sp-dev-fx-property-controls/issues/96) ### Fixes @@ -164,34 +180,34 @@ Special thanks to our contributors (in alphabetical order): [Paul Bullock](https ### Enhancements -- `PropertyFieldPeoplePicker`: Security groups come back with EntityType of `FormsRole` rather then `SecGroup` [#93](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/93) -- `PropertyFieldCollectionData`: Add the current row's information in the `onGetErrorMessage` callback [#92](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/92) +- `PropertyFieldPeoplePicker`: Security groups come back with EntityType of `FormsRole` rather then `SecGroup` [#93](https://github.com/pnp/sp-dev-fx-property-controls/issues/93) +- `PropertyFieldCollectionData`: Add the current row's information in the `onGetErrorMessage` callback [#92](https://github.com/pnp/sp-dev-fx-property-controls/issues/92) ### Fixes -- `PropertyFieldPeoplePicker`: No suggestions returned when using Security Groups, Multi-select and NO duplicates. [#90](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/90) -- `PropertyFieldTermPicker`: Terms which are set as unavailable for tagging are still selectable [#94](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/94) +- `PropertyFieldPeoplePicker`: No suggestions returned when using Security Groups, Multi-select and NO duplicates. [#90](https://github.com/pnp/sp-dev-fx-property-controls/issues/90) +- `PropertyFieldTermPicker`: Terms which are set as unavailable for tagging are still selectable [#94](https://github.com/pnp/sp-dev-fx-property-controls/issues/94) ## 1.9.0 ### Enhancements -- `PropertyFieldCollectionData`: Added custom validation for `string`, `number`, `icon`, and `URL` field types [#74](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/74) -- `PropertyFieldCollectionData`: Add an option to specify a default value [#86](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/86) -- `PropertyFieldCollectionData`: override placeholder for the inputs [#87](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/87) -- `PropertyFieldCollectionData`: Hide save button when "Add and save" is shown [#88](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/88) +- `PropertyFieldCollectionData`: Added custom validation for `string`, `number`, `icon`, and `URL` field types [#74](https://github.com/pnp/sp-dev-fx-property-controls/issues/74) +- `PropertyFieldCollectionData`: Add an option to specify a default value [#86](https://github.com/pnp/sp-dev-fx-property-controls/issues/86) +- `PropertyFieldCollectionData`: override placeholder for the inputs [#87](https://github.com/pnp/sp-dev-fx-property-controls/issues/87) +- `PropertyFieldCollectionData`: Hide save button when "Add and save" is shown [#88](https://github.com/pnp/sp-dev-fx-property-controls/issues/88) ### Fixes -- `PropertyFieldMultiSelect`: fixed an issue where the control didn't retain the preselected values when dropdown options were provided async [#85](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/85) -- `PropertyFieldOrder`: fixed an issue where items where provided async [#81](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/81) +- `PropertyFieldMultiSelect`: fixed an issue where the control didn't retain the preselected values when dropdown options were provided async [#85](https://github.com/pnp/sp-dev-fx-property-controls/issues/85) +- `PropertyFieldOrder`: fixed an issue where items where provided async [#81](https://github.com/pnp/sp-dev-fx-property-controls/issues/81) ## 1.8.0 ### Enhancements -- New telemetry approach which allows you to use Application Insights instance [#79](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/79) -- `PropertyFieldListPicker`: add optional property for target site [#21](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/21) +- New telemetry approach which allows you to use Application Insights instance [#79](https://github.com/pnp/sp-dev-fx-property-controls/issues/79) +- `PropertyFieldListPicker`: add optional property for target site [#21](https://github.com/pnp/sp-dev-fx-property-controls/issues/21) ### Contributors @@ -201,58 +217,58 @@ Special thanks to our contributor: [Joel Rodrigues](https://github.com/joelfmrod ### Enhancements -- Add `npm postinstall` script to automatically add the localization config [#64](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/64) -- Add a description to the `PropertyFieldCollectionData` panel [#67](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/67) -- Added a font field type for the `PropertyFieldCollectionData` control [#66](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/66) -- Added a URL field type for the `PropertyFieldCollectionData` control [#72](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/72) +- Add `npm postinstall` script to automatically add the localization config [#64](https://github.com/pnp/sp-dev-fx-property-controls/issues/64) +- Add a description to the `PropertyFieldCollectionData` panel [#67](https://github.com/pnp/sp-dev-fx-property-controls/issues/67) +- Added a font field type for the `PropertyFieldCollectionData` control [#66](https://github.com/pnp/sp-dev-fx-property-controls/issues/66) +- Added a URL field type for the `PropertyFieldCollectionData` control [#72](https://github.com/pnp/sp-dev-fx-property-controls/issues/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](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/69) +- Added properties to the `TaxonomyPicker` to specify which terms are disabled/not-selectable [#69](https://github.com/pnp/sp-dev-fx-property-controls/issues/69) ### Fixes -- `PropertyFieldPeoplePicker` validation error does not clear as expected [#68](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/68) +- `PropertyFieldPeoplePicker` validation error does not clear as expected [#68](https://github.com/pnp/sp-dev-fx-property-controls/issues/68) ## 1.6.0 ### New control(s) -- `PropertyFieldCollectionData` was added [#58](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/58) -- `PropertyFieldOrder` was added [#19](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/19) -- `PropertyFieldSwatchColorPicker` was added [#55](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/55) +- `PropertyFieldCollectionData` was added [#58](https://github.com/pnp/sp-dev-fx-property-controls/issues/58) +- `PropertyFieldOrder` was added [#19](https://github.com/pnp/sp-dev-fx-property-controls/issues/19) +- `PropertyFieldSwatchColorPicker` was added [#55](https://github.com/pnp/sp-dev-fx-property-controls/issues/55) ### Enhancements -- Allow the term set to be selectable in the `PropertyFieldTermPicker` [#60](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/60) +- Allow the term set to be selectable in the `PropertyFieldTermPicker` [#60](https://github.com/pnp/sp-dev-fx-property-controls/issues/60) ### Fixes -- Fix for `PropertyFieldColorPicker` Palette Icon alignment issue in IE11 [#56](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/56) +- Fix for `PropertyFieldColorPicker` Palette Icon alignment issue in IE11 [#56](https://github.com/pnp/sp-dev-fx-property-controls/issues/56) ## 1.5.1 ### Enhancements -- Color Pickers optionally return Color Objects [#55](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/55) +- Color Pickers optionally return Color Objects [#55](https://github.com/pnp/sp-dev-fx-property-controls/issues/55) ### Fixes -- Undefined web part context fixed in the `PropertyFieldPeoplePicker` [#47](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/47) -- Taxonomy service fix for working with term set GUID [#48](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/48) -- Added focus intercepting input for Full style [#52](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/52) +- Undefined web part context fixed in the `PropertyFieldPeoplePicker` [#47](https://github.com/pnp/sp-dev-fx-property-controls/issues/47) +- Taxonomy service fix for working with term set GUID [#48](https://github.com/pnp/sp-dev-fx-property-controls/issues/48) +- Added focus intercepting input for Full style [#52](https://github.com/pnp/sp-dev-fx-property-controls/issues/52) ## 1.5.0 ### Enhancements -- `PropertyFieldListPicker` control extended with select all lists option [#8](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/8) -- `PropertyFieldTermPicker` control extended with the ability to search terms by typing in the textbox [#11](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/11) [#42](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/42) [#44](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/44) [#45](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/45) +- `PropertyFieldListPicker` control extended with select all lists option [#8](https://github.com/pnp/sp-dev-fx-property-controls/issues/8) +- `PropertyFieldTermPicker` control extended with the ability to search terms by typing in the textbox [#11](https://github.com/pnp/sp-dev-fx-property-controls/issues/11) [#42](https://github.com/pnp/sp-dev-fx-property-controls/issues/42) [#44](https://github.com/pnp/sp-dev-fx-property-controls/issues/44) [#45](https://github.com/pnp/sp-dev-fx-property-controls/issues/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](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/36)) +- Introduced the `onGetErrorMessage` property for the `PropertyFieldNumber` field control ([#36](https://github.com/pnp/sp-dev-fx-property-controls/issues/36)) ## 1.4.1 @@ -262,8 +278,8 @@ Special thanks to our contributor: [Joel Rodrigues](https://github.com/joelfmrod ### Fixes -- Fixes for issue [#30](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/30) -- `PropertyFieldPeoplePicker` Validation does not work as expected [#33](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/33) +- Fixes for issue [#30](https://github.com/pnp/sp-dev-fx-property-controls/issues/30) +- `PropertyFieldPeoplePicker` Validation does not work as expected [#33](https://github.com/pnp/sp-dev-fx-property-controls/issues/33) ## 1.4.0 diff --git a/README.md b/README.md index cc1151e3..128bb9f1 100644 --- a/README.md +++ b/README.md @@ -4,18 +4,18 @@ Property controls for the SharePoint Framework solutions. -> If you are looking for content controls, please check following repository for those - [https://github.com/SharePoint/sp-dev-fx-controls-react](https://github.com/SharePoint/sp-dev-fx-controls-react) +> If you are looking for content controls, please check following repository for those - [https://github.com/pnp/sp-dev-fx-controls-react](https://github.com/pnp/sp-dev-fx-controls-react) ## Get Started -More information to get started can be found documentation of this repository: [documentation](https://sharepoint.github.io/sp-dev-fx-property-controls/). +More information to get started can be found documentation of this repository: [documentation](https://pnp.github.io/sp-dev-fx-property-controls/). # Have issues or questions? Please use following logic on submitting your questions or issues to right location to ensure that they are noticed and addressed as soon as possible. -* You have general question or challenge with SPFx - use [sp-dev-docs repository issue list](https://github.com/SharePoint/sp-dev-docs/issues). -* You have issue on specific controls in this package - use [issue list in this repository](https://github.com/SharePoint/sp-dev-fx-property-controls/issues). +* You have general question or challenge with SPFx - use [sp-dev-docs repository issue list](https://github.com/sharepoint/sp-dev-docs/issues). +* You have issue on specific controls in this package - use [issue list in this repository](https://github.com/pnp/sp-dev-fx-property-controls/issues). ## Contributing @@ -23,7 +23,7 @@ This project welcomes contributions and suggestions. Most contributions require When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA. -If you have ideas for new features or feedback, let us know by creating an issue in the [issues list](https://github.com/SharePoint/sp-dev-fx-property-controls/issues). Before you submit a PR with your improvements, please review our [project guides](./docs/guides/index.md). +If you have ideas for new features or feedback, let us know by creating an issue in the [issues list](https://github.com/pnp/sp-dev-fx-property-controls/issues). Before you submit a PR with your improvements, please review our [project guides](./docs/guides/index.md). This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. diff --git a/docs/documentation/docs/about/release-notes.md b/docs/documentation/docs/about/release-notes.md index 061bc631..f6570e4f 100644 --- a/docs/documentation/docs/about/release-notes.md +++ b/docs/documentation/docs/about/release-notes.md @@ -1,27 +1,43 @@ # Releases +## 1.18.0 + +### New control(s) + +- `PropertyFieldViewPicker`: View picker control [#230](https://github.com/pnp/sp-dev-fx-property-controls/pull/230) +- `PropertyFieldPassword`: password editor control [#237](https://github.com/pnp/sp-dev-fx-property-controls/pull/237) + +### Fixes + +- `PropertyFieldSitePicker` documentation title fix [#229](https://github.com/pnp/sp-dev-fx-property-controls/pull/229) +- `PropertyFieldSitePicker`: doesn't work at root site [#231](https://github.com/pnp/sp-dev-fx-property-controls/issues/231) + +### Contributors + +Special thanks to our contributors (in alphabetical order): [Ari Gunawan](https://github.com/AriGunawan), [Gautam Sheth](https://github.com/gautamdsheth), [Hugo Bernier](https://github.com/hugoabernier), [João Mendes](https://github.com/joaojmendes). + ## 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](https://github.com/SharePoint/sp-dev-fx-property-controls/pull/208), [#215](https://github.com/SharePoint/sp-dev-fx-property-controls/pull/215) -- `Telemetry`: Provide a way to opt-out for PnP Telemetry [#222](https://github.com/SharePoint/sp-dev-fx-property-controls/pull/222) +- `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](https://github.com/pnp/sp-dev-fx-property-controls/pull/208), [#215](https://github.com/pnp/sp-dev-fx-property-controls/pull/215) +- `Telemetry`: Provide a way to opt-out for PnP Telemetry [#222](https://github.com/pnp/sp-dev-fx-property-controls/pull/222) - `PropertyPaneHelpers`: Allows to show a spinner while loading resources ### Enhancements -- Add norwegian language file [#125](https://github.com/SharePoint/sp-dev-fx-property-controls/pull/125) -- `PropertyFieldSliderWithCallout`: debounce property added [#209](https://github.com/SharePoint/sp-dev-fx-property-controls/pull/209) -- Replace full lodash with only used functions. [#213](https://github.com/SharePoint/sp-dev-fx-property-controls/pull/213) +- Add norwegian language file [#125](https://github.com/pnp/sp-dev-fx-property-controls/pull/125) +- `PropertyFieldSliderWithCallout`: debounce property added [#209](https://github.com/pnp/sp-dev-fx-property-controls/pull/209) +- Replace full lodash with only used functions. [#213](https://github.com/pnp/sp-dev-fx-property-controls/pull/213) ### Fixes -- Documentation update for `PropertyFieldCollectionData` [#196](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/196) -- `PropertyFieldOrder`: When items is an empty array, component renders the text '0' [#152](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/152) -- Documentation update for `PropertyFieldCodeEditor` [#194](https://github.com/SharePoint/sp-dev-fx-property-controls/pull/194) -- `PropertyFieldTermPicker`: Tags icon styling issue on IE11 [#193](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/193) -- `PropertyPanePropertyEditor`: Unable to download json export [#210](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/210) -- `PropertyFieldCollectionData`: Fix Data Grid Dragging Issues [#217](https://github.com/SharePoint/sp-dev-fx-property-controls/pull/217) +- Documentation update for `PropertyFieldCollectionData` [#196](https://github.com/pnp/sp-dev-fx-property-controls/issues/196) +- `PropertyFieldOrder`: When items is an empty array, component renders the text '0' [#152](https://github.com/pnp/sp-dev-fx-property-controls/issues/152) +- Documentation update for `PropertyFieldCodeEditor` [#194](https://github.com/pnp/sp-dev-fx-property-controls/pull/194) +- `PropertyFieldTermPicker`: Tags icon styling issue on IE11 [#193](https://github.com/pnp/sp-dev-fx-property-controls/issues/193) +- `PropertyPanePropertyEditor`: Unable to download json export [#210](https://github.com/pnp/sp-dev-fx-property-controls/issues/210) +- `PropertyFieldCollectionData`: Fix Data Grid Dragging Issues [#217](https://github.com/pnp/sp-dev-fx-property-controls/pull/217) ### Contributors @@ -31,14 +47,14 @@ Special thanks to our contributors (in alphabetical order): [Antonio Monserrate] ### Enhancements -- `PropertyFieldCollectionData`: Add the ability for field validation to the custom fields [#187](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/190) -- `PropertyFieldCollectionData`: Ability to provide custom labels for the save and cancel buttons [#187](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/187) -- `PropertyFieldListPicker`: add ability to filter the control via OData [#184](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/184) +- `PropertyFieldCollectionData`: Add the ability for field validation to the custom fields [#187](https://github.com/pnp/sp-dev-fx-property-controls/issues/190) +- `PropertyFieldCollectionData`: Ability to provide custom labels for the save and cancel buttons [#187](https://github.com/pnp/sp-dev-fx-property-controls/issues/187) +- `PropertyFieldListPicker`: add ability to filter the control via OData [#184](https://github.com/pnp/sp-dev-fx-property-controls/issues/184) ### Fixes -- Documentation getting started links fixed [#191](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/191) -- Fix for callout controls missing icon since SPFx `1.8.2` [#182](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/182) +- Documentation getting started links fixed [#191](https://github.com/pnp/sp-dev-fx-property-controls/issues/191) +- Fix for callout controls missing icon since SPFx `1.8.2` [#182](https://github.com/pnp/sp-dev-fx-property-controls/issues/182) ### Contributors @@ -48,17 +64,17 @@ Special thanks to our contributors (in alphabetical order): [araver](https://git ### Enhancements -- `PropertyFieldCollectionData`: Add a property to be able to set a custom class on the collection data panel [#180](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/180) -- `PropertyFieldListPicker`: Added `listsToExclude` property to the control [#176](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/176) -- `PropertyFieldDateTimePicker`: Add ability to hide the date and time labels [#77](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/77) +- `PropertyFieldCollectionData`: Add a property to be able to set a custom class on the collection data panel [#180](https://github.com/pnp/sp-dev-fx-property-controls/issues/180) +- `PropertyFieldListPicker`: Added `listsToExclude` property to the control [#176](https://github.com/pnp/sp-dev-fx-property-controls/issues/176) +- `PropertyFieldDateTimePicker`: Add ability to hide the date and time labels [#77](https://github.com/pnp/sp-dev-fx-property-controls/issues/77) ### Fixes -- Callout icons missing with SPFx `1.8.2` web part [#178](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/178) -- `PropertyFieldTextWithCallout`: still persists property value when error occurred [#172](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/172) -- `PropertyFieldNumber`: not handling changes correctly [#170](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/170) -- `PropertyFieldChoiceGroupWithCallout`: iconProps not working [#154](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/154) -- `PropertyFieldDropdownWithCallout`: Options of type `Divider` and `Header` are ignored [#145](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/145) +- Callout icons missing with SPFx `1.8.2` web part [#178](https://github.com/pnp/sp-dev-fx-property-controls/issues/178) +- `PropertyFieldTextWithCallout`: still persists property value when error occurred [#172](https://github.com/pnp/sp-dev-fx-property-controls/issues/172) +- `PropertyFieldNumber`: not handling changes correctly [#170](https://github.com/pnp/sp-dev-fx-property-controls/issues/170) +- `PropertyFieldChoiceGroupWithCallout`: iconProps not working [#154](https://github.com/pnp/sp-dev-fx-property-controls/issues/154) +- `PropertyFieldDropdownWithCallout`: Options of type `Divider` and `Header` are ignored [#145](https://github.com/pnp/sp-dev-fx-property-controls/issues/145) ### Contributors @@ -68,32 +84,32 @@ Special thanks to our contributors (in alphabetical order): [Alex Terentiev](htt ### Fixes -- `TaxonomyPicker`: Terms are sorted incorrectly under the wrong parent [#153](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/153) -- `EnterpriseTermPicker`: Terms are sorted incorrectly under the wrong parent [#156](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/156) +- `TaxonomyPicker`: Terms are sorted incorrectly under the wrong parent [#153](https://github.com/pnp/sp-dev-fx-property-controls/issues/153) +- `EnterpriseTermPicker`: Terms are sorted incorrectly under the wrong parent [#156](https://github.com/pnp/sp-dev-fx-property-controls/issues/156) ## 1.14.0 ### New control(s) -- `PropertyFieldEnterpriseTermPicker`: New control to load term sets by using `@pnp/pnpjs` [#70](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/70) [#120](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/120) +- `PropertyFieldEnterpriseTermPicker`: New control to load term sets by using `@pnp/pnpjs` [#70](https://github.com/pnp/sp-dev-fx-property-controls/issues/70) [#120](https://github.com/pnp/sp-dev-fx-property-controls/issues/120) ### Enhancements -- `PropertyFieldCollectionData`: Setting to specify if item `creation` is enabled/disabled [#130](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/130) -- `PropertyFieldCollectionData`: Setting to specify if item `deletion` is enabled/disabled [#131](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/131) -- `PropertyFieldCollectionData`: Implemented a property to specify if field `editing` is enabled/disabled [#132](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/132) -- Added `Chinese` localization [#137](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/137) -- `PropertyFieldColorPicker`: Added a `isHidden` property [#138](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/138) -- `PropertyFieldCollectionData`: return the item in the custom renderer [#147](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/147) -- Added `Russian` localization [#142](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/142) +- `PropertyFieldCollectionData`: Setting to specify if item `creation` is enabled/disabled [#130](https://github.com/pnp/sp-dev-fx-property-controls/issues/130) +- `PropertyFieldCollectionData`: Setting to specify if item `deletion` is enabled/disabled [#131](https://github.com/pnp/sp-dev-fx-property-controls/issues/131) +- `PropertyFieldCollectionData`: Implemented a property to specify if field `editing` is enabled/disabled [#132](https://github.com/pnp/sp-dev-fx-property-controls/issues/132) +- Added `Chinese` localization [#137](https://github.com/pnp/sp-dev-fx-property-controls/issues/137) +- `PropertyFieldColorPicker`: Added a `isHidden` property [#138](https://github.com/pnp/sp-dev-fx-property-controls/issues/138) +- `PropertyFieldCollectionData`: return the item in the custom renderer [#147](https://github.com/pnp/sp-dev-fx-property-controls/issues/147) +- Added `Russian` localization [#142](https://github.com/pnp/sp-dev-fx-property-controls/issues/142) ### Fixes -- `PropertyFieldTermPicker`: fix sort order with lowercased terms [#133](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/133) -- `PropertyFieldCollectionData`: Bug with onCustomRender() [#135](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/135) -- `PropertyFieldCollectionData`: Fixed bug with dropdown rendering in IE [#136](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/136) -- `PropertyFieldNumber`: Min/max number check fix + localization label fixes [#141](https://github.com/SharePoint/sp-dev-fx-property-controls/pull/141) -- `PropertyFieldTermPicker`: Fix layout issues in IE11 [#143](https://github.com/SharePoint/sp-dev-fx-property-controls/pull/143) +- `PropertyFieldTermPicker`: fix sort order with lowercased terms [#133](https://github.com/pnp/sp-dev-fx-property-controls/issues/133) +- `PropertyFieldCollectionData`: Bug with onCustomRender() [#135](https://github.com/pnp/sp-dev-fx-property-controls/issues/135) +- `PropertyFieldCollectionData`: Fixed bug with dropdown rendering in IE [#136](https://github.com/pnp/sp-dev-fx-property-controls/issues/136) +- `PropertyFieldNumber`: Min/max number check fix + localization label fixes [#141](https://github.com/pnp/sp-dev-fx-property-controls/pull/141) +- `PropertyFieldTermPicker`: Fix layout issues in IE11 [#143](https://github.com/pnp/sp-dev-fx-property-controls/pull/143) ### Contributors @@ -103,23 +119,23 @@ Special thanks to our contributors (in alphabetical order): [Simon-Pierre Plante ### Fixes -- `PropertyFieldCollectionData`: Fixed issue for loading the control in the local workbench [#128](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/128) +- `PropertyFieldCollectionData`: Fixed issue for loading the control in the local workbench [#128](https://github.com/pnp/sp-dev-fx-property-controls/issues/128) ## 1.13.0 ### Enhancements -- Updated the `office-ui-fabric-react` to the same version as in SPFx 1.7.0 [#105](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/105) -- `PropertyFieldPeoplePicker`: Ability to select only from a specific site [#9](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/9) -- `PropertyFieldCollectionData`: Added support for custom field rendering [#122](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/122) -- `PropertyFieldCollectionData`: Added the functionality to sort the items in the collection [#123](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/123) +- Updated the `office-ui-fabric-react` to the same version as in SPFx 1.7.0 [#105](https://github.com/pnp/sp-dev-fx-property-controls/issues/105) +- `PropertyFieldPeoplePicker`: Ability to select only from a specific site [#9](https://github.com/pnp/sp-dev-fx-property-controls/issues/9) +- `PropertyFieldCollectionData`: Added support for custom field rendering [#122](https://github.com/pnp/sp-dev-fx-property-controls/issues/122) +- `PropertyFieldCollectionData`: Added the functionality to sort the items in the collection [#123](https://github.com/pnp/sp-dev-fx-property-controls/issues/123) ### Fixes -- `PropertyFieldDateTimePicker`: Fix for the hours dropdown not showing values [#112](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/112) -- `PropertyFieldCollectionData`: Issue with debounce validation overriding the inserted values [#113](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/113) -- `PropertyPaneWebPartInformation`: Remove redundant 'Description' label [#119](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/119) -- `PropertyFieldCodeEditor`: Handle initial value after updating properties [#121](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/121) +- `PropertyFieldDateTimePicker`: Fix for the hours dropdown not showing values [#112](https://github.com/pnp/sp-dev-fx-property-controls/issues/112) +- `PropertyFieldCollectionData`: Issue with debounce validation overriding the inserted values [#113](https://github.com/pnp/sp-dev-fx-property-controls/issues/113) +- `PropertyPaneWebPartInformation`: Remove redundant 'Description' label [#119](https://github.com/pnp/sp-dev-fx-property-controls/issues/119) +- `PropertyFieldCodeEditor`: Handle initial value after updating properties [#121](https://github.com/pnp/sp-dev-fx-property-controls/issues/121) ### Contributors @@ -129,22 +145,22 @@ Special thanks to our contributor: [Erwin van Hunen](https://github.com/erwinvan ### New control(s) -- `PropertyPaneWebPartInformation`: New control to show more information about the current web part [#108](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/108) -- `PropertyPanePropertyEditor`: New control that allows you to export/import property pane settings [#114](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/114) +- `PropertyPaneWebPartInformation`: New control to show more information about the current web part [#108](https://github.com/pnp/sp-dev-fx-property-controls/issues/108) +- `PropertyPanePropertyEditor`: New control that allows you to export/import property pane settings [#114](https://github.com/pnp/sp-dev-fx-property-controls/issues/114) ### Enhancements -- Dutch localization added [#82](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/82) -- French localization added [#84](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/84) -- `PropertyFieldCollectionData`: Allow the user to specify a deferred validation time for each field [#98](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/98) -- `PropertyFieldCollectionData`: added a onRenderOption option to allow custom option rendering [#102](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/102) -- `PropertyFieldNumber`: Introduced the aria label [#104](https://github.com/SharePoint/sp-dev-fx-property-controls/pull/104) -- Hide callout from the controls with callout if no message is provided [#107](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/107) -- `PropertyFieldListPicker`: Add the ability to refresh target site while pane is open [#109](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/109) +- Dutch localization added [#82](https://github.com/pnp/sp-dev-fx-property-controls/issues/82) +- French localization added [#84](https://github.com/pnp/sp-dev-fx-property-controls/issues/84) +- `PropertyFieldCollectionData`: Allow the user to specify a deferred validation time for each field [#98](https://github.com/pnp/sp-dev-fx-property-controls/issues/98) +- `PropertyFieldCollectionData`: added a onRenderOption option to allow custom option rendering [#102](https://github.com/pnp/sp-dev-fx-property-controls/issues/102) +- `PropertyFieldNumber`: Introduced the aria label [#104](https://github.com/pnp/sp-dev-fx-property-controls/pull/104) +- Hide callout from the controls with callout if no message is provided [#107](https://github.com/pnp/sp-dev-fx-property-controls/issues/107) +- `PropertyFieldListPicker`: Add the ability to refresh target site while pane is open [#109](https://github.com/pnp/sp-dev-fx-controls-react/pull/109) ### Fixes -- `PropertyFieldCollectionData`: Fixed catastrophic backtracking regex issue for URL validation [#99](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/99) +- `PropertyFieldCollectionData`: Fixed catastrophic backtracking regex issue for URL validation [#99](https://github.com/pnp/sp-dev-fx-property-controls/issues/99) ### Contributors @@ -154,7 +170,7 @@ Special thanks to our contributors (in alphabetical order): [Paul Bullock](https ### Enhancements -- `PropertyFieldCollectionData`: Show error messages [#96](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/96) +- `PropertyFieldCollectionData`: Show error messages [#96](https://github.com/pnp/sp-dev-fx-property-controls/issues/96) ### Fixes @@ -164,34 +180,34 @@ Special thanks to our contributors (in alphabetical order): [Paul Bullock](https ### Enhancements -- `PropertyFieldPeoplePicker`: Security groups come back with EntityType of `FormsRole` rather then `SecGroup` [#93](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/93) -- `PropertyFieldCollectionData`: Add the current row's information in the `onGetErrorMessage` callback [#92](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/92) +- `PropertyFieldPeoplePicker`: Security groups come back with EntityType of `FormsRole` rather then `SecGroup` [#93](https://github.com/pnp/sp-dev-fx-property-controls/issues/93) +- `PropertyFieldCollectionData`: Add the current row's information in the `onGetErrorMessage` callback [#92](https://github.com/pnp/sp-dev-fx-property-controls/issues/92) ### Fixes -- `PropertyFieldPeoplePicker`: No suggestions returned when using Security Groups, Multi-select and NO duplicates. [#90](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/90) -- `PropertyFieldTermPicker`: Terms which are set as unavailable for tagging are still selectable [#94](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/94) +- `PropertyFieldPeoplePicker`: No suggestions returned when using Security Groups, Multi-select and NO duplicates. [#90](https://github.com/pnp/sp-dev-fx-property-controls/issues/90) +- `PropertyFieldTermPicker`: Terms which are set as unavailable for tagging are still selectable [#94](https://github.com/pnp/sp-dev-fx-property-controls/issues/94) ## 1.9.0 ### Enhancements -- `PropertyFieldCollectionData`: Added custom validation for `string`, `number`, `icon`, and `URL` field types [#74](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/74) -- `PropertyFieldCollectionData`: Add an option to specify a default value [#86](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/86) -- `PropertyFieldCollectionData`: override placeholder for the inputs [#87](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/87) -- `PropertyFieldCollectionData`: Hide save button when "Add and save" is shown [#88](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/88) +- `PropertyFieldCollectionData`: Added custom validation for `string`, `number`, `icon`, and `URL` field types [#74](https://github.com/pnp/sp-dev-fx-property-controls/issues/74) +- `PropertyFieldCollectionData`: Add an option to specify a default value [#86](https://github.com/pnp/sp-dev-fx-property-controls/issues/86) +- `PropertyFieldCollectionData`: override placeholder for the inputs [#87](https://github.com/pnp/sp-dev-fx-property-controls/issues/87) +- `PropertyFieldCollectionData`: Hide save button when "Add and save" is shown [#88](https://github.com/pnp/sp-dev-fx-property-controls/issues/88) ### Fixes -- `PropertyFieldMultiSelect`: fixed an issue where the control didn't retain the preselected values when dropdown options were provided async [#85](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/85) -- `PropertyFieldOrder`: fixed an issue where items where provided async [#81](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/81) +- `PropertyFieldMultiSelect`: fixed an issue where the control didn't retain the preselected values when dropdown options were provided async [#85](https://github.com/pnp/sp-dev-fx-property-controls/issues/85) +- `PropertyFieldOrder`: fixed an issue where items where provided async [#81](https://github.com/pnp/sp-dev-fx-property-controls/issues/81) ## 1.8.0 ### Enhancements -- New telemetry approach which allows you to use Application Insights instance [#79](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/79) -- `PropertyFieldListPicker`: add optional property for target site [#21](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/21) +- New telemetry approach which allows you to use Application Insights instance [#79](https://github.com/pnp/sp-dev-fx-property-controls/issues/79) +- `PropertyFieldListPicker`: add optional property for target site [#21](https://github.com/pnp/sp-dev-fx-property-controls/issues/21) ### Contributors @@ -201,58 +217,58 @@ Special thanks to our contributor: [Joel Rodrigues](https://github.com/joelfmrod ### Enhancements -- Add `npm postinstall` script to automatically add the localization config [#64](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/64) -- Add a description to the `PropertyFieldCollectionData` panel [#67](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/67) -- Added a font field type for the `PropertyFieldCollectionData` control [#66](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/66) -- Added a URL field type for the `PropertyFieldCollectionData` control [#72](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/72) +- Add `npm postinstall` script to automatically add the localization config [#64](https://github.com/pnp/sp-dev-fx-property-controls/issues/64) +- Add a description to the `PropertyFieldCollectionData` panel [#67](https://github.com/pnp/sp-dev-fx-property-controls/issues/67) +- Added a font field type for the `PropertyFieldCollectionData` control [#66](https://github.com/pnp/sp-dev-fx-property-controls/issues/66) +- Added a URL field type for the `PropertyFieldCollectionData` control [#72](https://github.com/pnp/sp-dev-fx-property-controls/issues/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](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/69) +- Added properties to the `TaxonomyPicker` to specify which terms are disabled/not-selectable [#69](https://github.com/pnp/sp-dev-fx-property-controls/issues/69) ### Fixes -- `PropertyFieldPeoplePicker` validation error does not clear as expected [#68](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/68) +- `PropertyFieldPeoplePicker` validation error does not clear as expected [#68](https://github.com/pnp/sp-dev-fx-property-controls/issues/68) ## 1.6.0 ### New control(s) -- `PropertyFieldCollectionData` was added [#58](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/58) -- `PropertyFieldOrder` was added [#19](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/19) -- `PropertyFieldSwatchColorPicker` was added [#55](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/55) +- `PropertyFieldCollectionData` was added [#58](https://github.com/pnp/sp-dev-fx-property-controls/issues/58) +- `PropertyFieldOrder` was added [#19](https://github.com/pnp/sp-dev-fx-property-controls/issues/19) +- `PropertyFieldSwatchColorPicker` was added [#55](https://github.com/pnp/sp-dev-fx-property-controls/issues/55) ### Enhancements -- Allow the term set to be selectable in the `PropertyFieldTermPicker` [#60](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/60) +- Allow the term set to be selectable in the `PropertyFieldTermPicker` [#60](https://github.com/pnp/sp-dev-fx-property-controls/issues/60) ### Fixes -- Fix for `PropertyFieldColorPicker` Palette Icon alignment issue in IE11 [#56](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/56) +- Fix for `PropertyFieldColorPicker` Palette Icon alignment issue in IE11 [#56](https://github.com/pnp/sp-dev-fx-property-controls/issues/56) ## 1.5.1 ### Enhancements -- Color Pickers optionally return Color Objects [#55](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/55) +- Color Pickers optionally return Color Objects [#55](https://github.com/pnp/sp-dev-fx-property-controls/issues/55) ### Fixes -- Undefined web part context fixed in the `PropertyFieldPeoplePicker` [#47](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/47) -- Taxonomy service fix for working with term set GUID [#48](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/48) -- Added focus intercepting input for Full style [#52](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/52) +- Undefined web part context fixed in the `PropertyFieldPeoplePicker` [#47](https://github.com/pnp/sp-dev-fx-property-controls/issues/47) +- Taxonomy service fix for working with term set GUID [#48](https://github.com/pnp/sp-dev-fx-property-controls/issues/48) +- Added focus intercepting input for Full style [#52](https://github.com/pnp/sp-dev-fx-property-controls/issues/52) ## 1.5.0 ### Enhancements -- `PropertyFieldListPicker` control extended with select all lists option [#8](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/8) -- `PropertyFieldTermPicker` control extended with the ability to search terms by typing in the textbox [#11](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/11) [#42](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/42) [#44](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/44) [#45](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/45) +- `PropertyFieldListPicker` control extended with select all lists option [#8](https://github.com/pnp/sp-dev-fx-property-controls/issues/8) +- `PropertyFieldTermPicker` control extended with the ability to search terms by typing in the textbox [#11](https://github.com/pnp/sp-dev-fx-property-controls/issues/11) [#42](https://github.com/pnp/sp-dev-fx-property-controls/issues/42) [#44](https://github.com/pnp/sp-dev-fx-property-controls/issues/44) [#45](https://github.com/pnp/sp-dev-fx-property-controls/issues/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](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/36)) +- Introduced the `onGetErrorMessage` property for the `PropertyFieldNumber` field control ([#36](https://github.com/pnp/sp-dev-fx-property-controls/issues/36)) ## 1.4.1 @@ -262,8 +278,8 @@ Special thanks to our contributor: [Joel Rodrigues](https://github.com/joelfmrod ### Fixes -- Fixes for issue [#30](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/30) -- `PropertyFieldPeoplePicker` Validation does not work as expected [#33](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/33) +- Fixes for issue [#30](https://github.com/pnp/sp-dev-fx-property-controls/issues/30) +- `PropertyFieldPeoplePicker` Validation does not work as expected [#33](https://github.com/pnp/sp-dev-fx-property-controls/issues/33) ## 1.4.0 diff --git a/docs/documentation/docs/beta.md b/docs/documentation/docs/beta.md index 32cf75d9..ab095ed3 100644 --- a/docs/documentation/docs/beta.md +++ b/docs/documentation/docs/beta.md @@ -8,7 +8,7 @@ npm install @pnp/spfx-property-controls@next --save ## Beta control documentation -The control documentation is only live for public releases, not for beta versions. If you want to checkout the markdown files of all controls in the `dev` branch: [beta documentation](https://github.com/SharePoint/sp-dev-fx-property-controls/tree/dev/docs/documentation/docs/controls). +The control documentation is only live for public releases, not for beta versions. If you want to checkout the markdown files of all controls in the `dev` branch: [beta documentation](https://github.com/pnp/sp-dev-fx-property-controls/tree/dev/docs/documentation/docs/controls). ## Next Steps diff --git a/docs/documentation/docs/controls/PropertyFieldLinkWithCallout.md b/docs/documentation/docs/controls/PropertyFieldLinkWithCallout.md index 5bcd0d72..d61ee502 100644 --- a/docs/documentation/docs/controls/PropertyFieldLinkWithCallout.md +++ b/docs/documentation/docs/controls/PropertyFieldLinkWithCallout.md @@ -30,7 +30,7 @@ PropertyFieldLinkWithCallout('fakeProp', { calloutContent: React.createElement('p', {}, 'Click the link to open a new page with Application Terms & Conditions'), calloutWidth: 200, text: 'Terms & Conditions', - href: 'https://github.com/SharePoint/sp-dev-fx-property-controls', + href: 'https://github.com/pnp/sp-dev-fx-property-controls', target: '_blank' }) ``` diff --git a/docs/documentation/docs/controls/PropertyPaneWebPartInformation.md b/docs/documentation/docs/controls/PropertyPaneWebPartInformation.md index 43105054..d6c46fac 100644 --- a/docs/documentation/docs/controls/PropertyPaneWebPartInformation.md +++ b/docs/documentation/docs/controls/PropertyPaneWebPartInformation.md @@ -29,7 +29,7 @@ export interface IPropertyControlsTestWebPartProps { ```TypeScript PropertyPaneWebPartInformation({ description: `This is a demo webpart, used to demonstrate all the PnP property controls`, - moreInfoLink: `https://sharepoint.github.io/sp-dev-fx-property-controls/`, + moreInfoLink: `https://pnp.github.io/sp-dev-fx-property-controls/`, videoProperties: { embedLink: `https://www.youtube.com/embed/d_9o3tQ90zo`, properties: { allowFullScreen: true} diff --git a/docs/documentation/mkdocs.yml b/docs/documentation/mkdocs.yml index 606be89c..02d891df 100644 --- a/docs/documentation/mkdocs.yml +++ b/docs/documentation/mkdocs.yml @@ -59,5 +59,5 @@ extra: link: 'http://aka.ms/sppnp-videos' - type: 'link' link: 'https://aka.ms/sppnp' -repo_url: https://github.com/SharePoint/sp-dev-fx-property-controls +repo_url: https://github.com/pnp/sp-dev-fx-property-controls edit_uri: blob/master/docs/documentation/docs diff --git a/docs/guides/contributing.md b/docs/guides/contributing.md index d9efb7b4..6701d743 100644 --- a/docs/guides/contributing.md +++ b/docs/guides/contributing.md @@ -6,17 +6,17 @@ Sharing is caring! ## You have an idea for a new control -Awesome! Good ideas are invaluable for every product. Before you start hacking away, please check if there is no similar idea already listed in the [issue list](https://github.com/SharePoint/sp-dev-fx-property-controls/issues). If not, please create a new issue describing your idea. Once we agree on the feature scope and architecture, the feature will be ready for building. Don't hesitate to mention in the issue if you'd like to build the feature yourself. +Awesome! Good ideas are invaluable for every product. Before you start hacking away, please check if there is no similar idea already listed in the [issue list](https://github.com/pnp/sp-dev-fx-property-controls/issues). If not, please create a new issue describing your idea. Once we agree on the feature scope and architecture, the feature will be ready for building. Don't hesitate to mention in the issue if you'd like to build the feature yourself. When building a new control, try to add your control to the default provided web part so that everyone can test it out. Please also provide the documentation for your controls in the [documentation section](../documentation). ## You have a suggestion for improving an existing control -Nothing is perfect. If you have an idea how to improve an existing control, let us know by submitting an issue in the [issue list](https://github.com/SharePoint/sp-dev-fx-property-controls/issues). Some things are done for a reason, but some are not. Let's discuss what you think and see how the project could be improved for everyone. +Nothing is perfect. If you have an idea how to improve an existing control, let us know by submitting an issue in the [issue list](https://github.com/pnp/sp-dev-fx-property-controls/issues). Some things are done for a reason, but some are not. Let's discuss what you think and see how the project could be improved for everyone. ## You've found a bug -Bugs happen. When you find a bug, please have a look at the [issue list](https://github.com/SharePoint/sp-dev-fx-property-controls/issues) if a similar bug has already been logged. If not, let us know what doesn't work and how we can reproduce it. If we can't reproduce your bug, we will ask you for clarification, which will only make it longer to fix it. +Bugs happen. When you find a bug, please have a look at the [issue list](https://github.com/pnp/sp-dev-fx-property-controls/issues) if a similar bug has already been logged. If not, let us know what doesn't work and how we can reproduce it. If we can't reproduce your bug, we will ask you for clarification, which will only make it longer to fix it. ## Fixing typos diff --git a/package.json b/package.json index 98709d08..c7ee4572 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/SharePoint/sp-dev-fx-property-controls" + "url": "https://github.com/pnp/sp-dev-fx-property-controls" }, "license": "MIT", "keywords": [ @@ -61,9 +61,9 @@ "sharepoint framework" ], "bugs": { - "url": "https://github.com/SharePoint/sp-dev-fx-property-controls/issues" + "url": "https://github.com/pnp/sp-dev-fx-property-controls/issues" }, - "homepage": "https://sharepoint.github.io/sp-dev-fx-property-controls/", + "homepage": "https://pnp.github.io/sp-dev-fx-property-controls/", "main": "lib/index.js", "maintainers": [ { diff --git a/src/common/telemetry/version.ts b/src/common/telemetry/version.ts index aa137b9a..2c66612b 100644 --- a/src/common/telemetry/version.ts +++ b/src/common/telemetry/version.ts @@ -1 +1 @@ -export const version: string = "1.17.0"; \ No newline at end of file +export const version: string = "1.18.0"; \ No newline at end of file diff --git a/src/webparts/propertyControlsTest/PropertyControlsTestWebPart.ts b/src/webparts/propertyControlsTest/PropertyControlsTestWebPart.ts index 44a0ac60..1a3536ea 100644 --- a/src/webparts/propertyControlsTest/PropertyControlsTestWebPart.ts +++ b/src/webparts/propertyControlsTest/PropertyControlsTestWebPart.ts @@ -188,7 +188,7 @@ export default class PropertyControlsTestWebPart extends BaseClientSideWebPartdemo webpart, used to demonstrate all the PnP property controls`, - moreInfoLink: `https://sharepoint.github.io/sp-dev-fx-property-controls/`, + moreInfoLink: `https://pnp.github.io/sp-dev-fx-property-controls/`, videoProperties: { embedLink: `https://www.youtube.com/embed/d_9o3tQ90zo`, properties: { allowFullScreen: true } @@ -722,7 +722,7 @@ export default class PropertyControlsTestWebPart extends BaseClientSideWebPart