Skip to content

Commit

Permalink
Merge pull request #1471 from pnp/dev
Browse files Browse the repository at this point in the history
V3.13.0
  • Loading branch information
AJIXuMuK committed Feb 24, 2023
2 parents 450b664 + d670a1d commit 391c821
Show file tree
Hide file tree
Showing 162 changed files with 6,343 additions and 4,848 deletions.
13 changes: 10 additions & 3 deletions .yo-rc.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
{
"@microsoft/generator-sharepoint": {
"version": "1.15.2",
"version": "1.16.1",
"libraryName": "sp-dev-fx-controls-react",
"libraryId": "92b1e52c-a5fa-490a-bcf4-76080f39442c",
"environment": "spo",
"isDomainIsolated": false,
"isCreatingSolution": true,
"isCreatingSolution": false,
"packageManager": "npm",
"componentType": "webpart"
"plusBeta": false,
"nodeVersion": "16.15.0",
"sdksVersions": {
"@microsoft/microsoft-graph-client": "3.0.2",
"@microsoft/teams-js": "2.4.1"
},
"componentType": "extension",
"extensionType": "ApplicationCustomizer"
}
}
66 changes: 66 additions & 0 deletions CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,71 @@
{
"versions": [
{
"version": "3.13.0",
"changes": {
"new": [
"`UploadFiles`: New Upload Files control [#1388](https://github.com/pnp/sp-dev-fx-controls-react/pull/1388)"
],
"enhancements": [
"`ListItemPicker`: use list name as well as GUID to point to list [#1355](https://github.com/pnp/sp-dev-fx-controls-react/issues/1355)",
"`ListItemPicker`: Add Styles property to ListItemPicker and ComboBoxListItemPicker [#1407](https://github.com/pnp/sp-dev-fx-controls-react/pull/1407)",
"`SitePicker`: Pass `styles` property to Dropdown [#1389](https://github.com/pnp/sp-dev-fx-controls-react/pull/1389)",
"`FilePicker`: Site Tab - Many Document Libraries No Scrolling [#1413](https://github.com/pnp/sp-dev-fx-controls-react/pull/1413)",
"`DynamicForm`: Add `respectETag` option to `DynamicForm` [#1395](https://github.com/pnp/sp-dev-fx-controls-react/issues/1395)",
"`MonacoEditor`: Fixed minor typos and misleading instructions [#1415](https://github.com/pnp/sp-dev-fx-controls-react/pull/1415)",
"SharePoint Framework v1.16.1 support [#1427](https://github.com/pnp/sp-dev-fx-controls-react/issues/1427)",
"`RichText`: `label` property is missing [#1375](https://github.com/pnp/sp-dev-fx-controls-react/issues/1375)",
"`PeoplePicker`: PeopleSearch service should also find people by userPrincipalName when group transitive membership check is used. [#1446](https://github.com/pnp/sp-dev-fx-controls-react/pull/1446)",
"Update the SPFx source project to add an extension + form customizer [#1410](https://github.com/pnp/sp-dev-fx-controls-react/issues/1410)",
"`AdaptiveCardDesignerHost`: Add Sample Data to Adaptive Card Editor [#1425](https://github.com/pnp/sp-dev-fx-controls-react/pull/1425)",
"`AdaptiveCardHost`: Logic to prevent re-renders (flicker) [#1425](https://github.com/pnp/sp-dev-fx-controls-react/pull/1425)",
"`ListItemComments`: Add new parameter for ListItemComments to highlight comment [#1430](https://github.com/pnp/sp-dev-fx-controls-react/pull/1430)",
"`ComboBoxListItemPicker`: Update ComboBoxListItemPicker.md [#1470](https://github.com/pnp/sp-dev-fx-controls-react/pull/1470)"

],
"fixes": [
"`DateTimePicker`: broken link for `getErrorMessage` property fixed [#1277](https://github.com/pnp/sp-dev-fx-controls-react/pull/1381)",
"`ProgressStepsIndicator`: Fix missing image reference in Progress Steps Indicator [#1409](https://github.com/pnp/sp-dev-fx-controls-react/issues/1409)",
"`DynamicForm`: Dynamicform is hanging on the loading screen if the list has a single value list lookup field [#1393](https://github.com/pnp/sp-dev-fx-controls-react/issues/1393)",
"`ListView`: Update ListView control docs to use a valid field for the icon [#1398](https://github.com/pnp/sp-dev-fx-controls-react/pull/1398)",
"`Accordion`: Fixing Accordion control documentation image issue [#1408](https://github.com/pnp/sp-dev-fx-controls-react/issues/1408)",
"`DynamicForm`: Cannot read properties of undefined (reading 'startsWith') when submitting the form with `contentType={undefined]` [#1431](https://github.com/pnp/sp-dev-fx-controls-react/issues/1431)",
"`FilePicker`: Fix site breadcrumb navigation [#1368](https://github.com/pnp/sp-dev-fx-controls-react/issues/1368)",
"`DynamicForm`: Initialize changedValue with defaultValue [#1454](https://github.com/pnp/sp-dev-fx-controls-react/pull/1454)",
"`DynamicForm`: Fix image path [#1455](https://github.com/pnp/sp-dev-fx-controls-react/pull/1455)",
"`DynamicForm`: Check empty array and trasform it in set as null [#1456](https://github.com/pnp/sp-dev-fx-controls-react/pull/1456)",
"`FilePicker`: Fix site browser resize [#1457](https://github.com/pnp/sp-dev-fx-controls-react/pull/1457)",
"`ModernTaxonomyPicker` Fix - Show ModernTaxonomyPicker label in correct form [#1459](https://github.com/pnp/sp-dev-fx-controls-react/pull/1459)",
"`DynamicForm`: Update DynamicForm.tsx [#1462](https://github.com/pnp/sp-dev-fx-controls-react/pull/1462)",
"`FilePicker`: Fix breadcrumb nav [#1458](https://github.com/pnp/sp-dev-fx-controls-react/pull/1458)",
"`DateTimePicker`: Date picker locale [#1464](https://github.com/pnp/sp-dev-fx-controls-react/issues/1464)",
"`DateTimePicker`: Date picker locale [#1095](https://github.com/pnp/sp-dev-fx-controls-react/issues/1095)",
"`RichText`: Use theme colors - fix dark mode [#669](https://github.com/pnp/sp-dev-fx-controls-react/issues/669)",
"`FilePicker`: Use theme colors - fix dark mode [#1132](https://github.com/pnp/sp-dev-fx-controls-react/issues/1132)"
]
},
"contributions": [
"[araver](https://github.com/araver)",
"[Brian Krainer Jacobsen](https://github.com/krainer)",
"[Edin Kapic](https://github.com/ekapic)",
"[Eduard Paul](https://github.com/eduardpaul)",
"[Fredrik Ekström](https://github.com/FredrikEkstroem)",
"[Guido Zambarda](https://github.com/GuidoZam)",
"[Harminder Singh](https://github.com/HarminderSethi)",
"[Hugo Bernier](https://github.com/hugoabernier)",
"[João Mendes](https://github.com/joaojmendes)",
"[mgitta](https://github.com/mgitta)",
"[Michaël Maillot](https://github.com/michaelmaillot)",
"[mikezimm](https://github.com/mikezimm)",
"[Nikolay Belykh](https://github.com/nbelyh)",
"[Patrik Hellgren](https://github.com/patrikhellgren)",
"[Rico van de Ven](https://github.com/RicoNL)",
"[Samuele Furnari](https://github.com/SamueleFurnari)",
"[sambilfinger](https://github.com/sambilfinger)",
"[wuxiaojun514](https://github.com/wuxiaojun514)"

]
},
{
"version": "3.12.0",
"changes": {
Expand Down
48 changes: 48 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,53 @@
# Releases

## 3.13.0

### New control(s)

- `UploadFiles`: New Upload Files control [#1388](https://github.com/pnp/sp-dev-fx-controls-react/pull/1388)

### Enhancements

- `ListItemPicker`: use list name as well as GUID to point to list [#1355](https://github.com/pnp/sp-dev-fx-controls-react/issues/1355)
- `ListItemPicker`: Add Styles property to ListItemPicker and ComboBoxListItemPicker [#1407](https://github.com/pnp/sp-dev-fx-controls-react/pull/1407)
- `SitePicker`: Pass `styles` property to Dropdown [#1389](https://github.com/pnp/sp-dev-fx-controls-react/pull/1389)
- `FilePicker`: Site Tab - Many Document Libraries No Scrolling [#1413](https://github.com/pnp/sp-dev-fx-controls-react/pull/1413)
- `DynamicForm`: Add `respectETag` option to `DynamicForm` [#1395](https://github.com/pnp/sp-dev-fx-controls-react/issues/1395)
- `MonacoEditor`: Fixed minor typos and misleading instructions [#1415](https://github.com/pnp/sp-dev-fx-controls-react/pull/1415)
- SharePoint Framework v1.16.1 support [#1427](https://github.com/pnp/sp-dev-fx-controls-react/issues/1427)
- `RichText`: `label` property is missing [#1375](https://github.com/pnp/sp-dev-fx-controls-react/issues/1375)
- `PeoplePicker`: PeopleSearch service should also find people by userPrincipalName when group transitive membership check is used. [#1446](https://github.com/pnp/sp-dev-fx-controls-react/pull/1446)
- Update the SPFx source project to add an extension + form customizer [#1410](https://github.com/pnp/sp-dev-fx-controls-react/issues/1410)
- `AdaptiveCardDesignerHost`: Add Sample Data to Adaptive Card Editor [#1425](https://github.com/pnp/sp-dev-fx-controls-react/pull/1425)
- `AdaptiveCardHost`: Logic to prevent re-renders (flicker) [#1425](https://github.com/pnp/sp-dev-fx-controls-react/pull/1425)
- `ListItemComments`: Add new parameter for ListItemComments to highlight comment [#1430](https://github.com/pnp/sp-dev-fx-controls-react/pull/1430)
- `ComboBoxListItemPicker`: Update ComboBoxListItemPicker.md [#1470](https://github.com/pnp/sp-dev-fx-controls-react/pull/1470)

### Fixes

- `DateTimePicker`: broken link for `getErrorMessage` property fixed [#1277](https://github.com/pnp/sp-dev-fx-controls-react/pull/1381)
- `ProgressStepsIndicator`: Fix missing image reference in Progress Steps Indicator [#1409](https://github.com/pnp/sp-dev-fx-controls-react/issues/1409)
- `DynamicForm`: Dynamicform is hanging on the loading screen if the list has a single value list lookup field [#1393](https://github.com/pnp/sp-dev-fx-controls-react/issues/1393)
- `ListView`: Update ListView control docs to use a valid field for the icon [#1398](https://github.com/pnp/sp-dev-fx-controls-react/pull/1398)
- `Accordion`: Fixing Accordion control documentation image issue [#1408](https://github.com/pnp/sp-dev-fx-controls-react/issues/1408)
- `DynamicForm`: Cannot read properties of undefined (reading 'startsWith') when submitting the form with `contentType={undefined]` [#1431](https://github.com/pnp/sp-dev-fx-controls-react/issues/1431)
- `FilePicker`: Fix site breadcrumb navigation [#1368](https://github.com/pnp/sp-dev-fx-controls-react/issues/1368)
- `DynamicForm`: Initialize changedValue with defaultValue [#1454](https://github.com/pnp/sp-dev-fx-controls-react/pull/1454)
- `DynamicForm`: Fix image path [#1455](https://github.com/pnp/sp-dev-fx-controls-react/pull/1455)
- `DynamicForm`: Check empty array and trasform it in set as null [#1456](https://github.com/pnp/sp-dev-fx-controls-react/pull/1456)
- `FilePicker`: Fix site browser resize [#1457](https://github.com/pnp/sp-dev-fx-controls-react/pull/1457)
- `ModernTaxonomyPicker` Fix - Show ModernTaxonomyPicker label in correct form [#1459](https://github.com/pnp/sp-dev-fx-controls-react/pull/1459)
- `DynamicForm`: Update DynamicForm.tsx [#1462](https://github.com/pnp/sp-dev-fx-controls-react/pull/1462)
- `FilePicker`: Fix breadcrumb nav [#1458](https://github.com/pnp/sp-dev-fx-controls-react/pull/1458)
- `DateTimePicker`: Date picker locale [#1464](https://github.com/pnp/sp-dev-fx-controls-react/issues/1464)
- `DateTimePicker`: Date picker locale [#1095](https://github.com/pnp/sp-dev-fx-controls-react/issues/1095)
- `RichText`: Use theme colors - fix dark mode [#669](https://github.com/pnp/sp-dev-fx-controls-react/issues/669)
- `FilePicker`: Use theme colors - fix dark mode [#1132](https://github.com/pnp/sp-dev-fx-controls-react/issues/1132)

### Contributors

Special thanks to our contributors (in alphabetical order): [araver](https://github.com/araver), [Brian Krainer Jacobsen](https://github.com/krainer), [Edin Kapic](https://github.com/ekapic), [Eduard Paul](https://github.com/eduardpaul), [Fredrik Ekström](https://github.com/FredrikEkstroem), [Guido Zambarda](https://github.com/GuidoZam), [Harminder Singh](https://github.com/HarminderSethi), [Hugo Bernier](https://github.com/hugoabernier), [João Mendes](https://github.com/joaojmendes), [mgitta](https://github.com/mgitta), [Michaël Maillot](https://github.com/michaelmaillot), [mikezimm](https://github.com/mikezimm), [Nikolay Belykh](https://github.com/nbelyh), [Patrik Hellgren](https://github.com/patrikhellgren), [Rico van de Ven](https://github.com/RicoNL), [Samuele Furnari](https://github.com/SamueleFurnari), [sambilfinger](https://github.com/sambilfinger), [wuxiaojun514](https://github.com/wuxiaojun514).

## 3.12.0

### Enhancements
Expand Down
30 changes: 25 additions & 5 deletions config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
"version": "2.0",
"bundles": {
"controls-test-web-part": {
"components": [{
"entrypoint": "./lib/webparts/controlsTest/ControlsTestWebPart.js",
"manifest": "./src/webparts/controlsTest/ControlsTestWebPart.manifest.json"
}]
"components": [
{
"entrypoint": "./lib/webparts/controlsTest/ControlsTestWebPart.js",
"manifest": "./src/webparts/controlsTest/ControlsTestWebPart.manifest.json"
}
]
},
"ootb-fields-field-customizer": {
"components": [
Expand All @@ -15,11 +17,29 @@
"manifest": "./src/extensions/ootbFields/OotbFieldsFieldCustomizer.manifest.json"
}
]
},
"controls-test-form-customizer": {
"components": [
{
"entrypoint": "./lib/extensions/testForm/TestFormCustomizer.js",
"manifest": "./src/extensions/testForm/TestFormCustomizer.manifest.json"
}
]
},
"app-controls-test-application-customizer": {
"components": [
{
"entrypoint": "./lib/extensions/testApp/TestApplicationCustomizer.js",
"manifest": "./src/extensions/testApp/TestApplicationCustomizer.manifest.json"
}
]
}
},
"externals": {},
"localizedResources": {
"ControlStrings": "lib/loc/{locale}.js",
"ControlsTestWebPartStrings": "lib/webparts/controlsTest/loc/{locale}.js"
"ControlsTestWebPartStrings": "lib/webparts/controlsTest/loc/{locale}.js",
"ControlsTestFormCustomizerStrings": "lib/extensions/testForm/loc/{locale}.js",
"TestApplicationCustomizerStrings": "lib/extensions/testApp/loc/{locale}.js"
}
}
16 changes: 15 additions & 1 deletion config/package-solution.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,21 @@
"termsOfUseUrl": "",
"websiteUrl": "",
"mpnId": "Undefined-1.13.0"
}
},
"features": [
{
"title": "sp-dev-fx-controls-react Feature",
"description": "The feature that activates elements of the sp-dev-fx-controls-react solution.",
"id": "d7493d69-72ce-4892-a4ae-643166acae22",
"version": "1.0.0.0",
"assets": {
"elementManifests": [
"elements.xml",
"ClientSideInstance.xml"
]
}
}
]
},
"paths": {
"zippedPackage": "solution/sp-dev-fx-controls-react.sppkg"
Expand Down
61 changes: 60 additions & 1 deletion config/serve.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,64 @@
"$schema": "https://developer.microsoft.com/json-schemas/core-build/serve.schema.json",
"port": 4321,
"initialPage": "https://enter-your-SharePoint-site/_layouts/workbench.aspx",
"https": true
"https": true,
"serveConfigurations": {
"default": {
"pageUrl": "https://enter-your-SharePoint-site.sharepoint.com/sites/mySite/_layouts/15/SPListForm.aspx",
"formCustomizer": {
"componentId": "f9c6b930-8d5d-4550-bfd9-ed5f6ca443a8",
"PageType": 8,
"RootFolder": "/sites/mySite/Lists/MyList",
"properties": {
"sampleText": "Value"
}
}
},
"testForm_NewForm": {
"pageUrl": "https://enter-your-SharePoint-site.sharepoint.com/sites/mySite/_layouts/15/SPListForm.aspx",
"formCustomizer": {
"componentId": "f9c6b930-8d5d-4550-bfd9-ed5f6ca443a8",
"PageType": 8,
"RootFolder": "/sites/mySite/Lists/MyList",
"properties": {
"sampleText": "Value"
}
}
},
"testForm_EditForm": {
"pageUrl": "https://enter-your-SharePoint-site.sharepoint.com/sites/mySite/_layouts/15/SPListForm.aspx",
"formCustomizer": {
"componentId": "f9c6b930-8d5d-4550-bfd9-ed5f6ca443a8",
"PageType": 6,
"RootFolder": "/sites/mySite/Lists/MyList",
"ID": 1,
"properties": {
"sampleText": "Value"
}
}
},
"testForm_ViewForm": {
"pageUrl": "https://enter-your-SharePoint-site.sharepoint.com/sites/mySite/_layouts/15/SPListForm.aspx",
"formCustomizer": {
"componentId": "f9c6b930-8d5d-4550-bfd9-ed5f6ca443a8",
"PageType": 4,
"RootFolder": "/sites/mySite/Lists/MyList",
"ID": 1,
"properties": {
"sampleText": "Value"
}
}
},
"testApp": {
"pageUrl": "https://enter-your-SharePoint-site.sharepoint.com/sites/mySite/SitePages/myPage.aspx",
"customActions": {
"ca9eac70-7343-4972-88d6-672d50e9cf38": {
"location": "ClientSideExtension.ApplicationCustomizer",
"properties": {
"testMessage": "Test message"
}
}
}
}
}
}

0 comments on commit 391c821

Please sign in to comment.