Updated sample.json and readme
This commit is contained in:
parent
53561ec6ff
commit
df2dc4749d
|
@ -4,7 +4,7 @@
|
|||
|
||||
This web part demonstrates displaying the list of approval requests of Power Automate. Power Automate provides a new workflow feature that replaces SharePoint workflows, but it is a Power Platform feature, not a Microsoft 365 feature. You can display approval requests from only Power Automate site. This web part enable to display approval requests from SharePoint site.
|
||||
|
||||
![](./assets/react-my-approvals.gif)
|
||||
![Web part preview](./assets/react-my-approvals.gif)
|
||||
|
||||
## Compatibility
|
||||
|
||||
|
@ -17,7 +17,7 @@ This web part demonstrates displaying the list of approval requests of Power Aut
|
|||
![Hosted Workbench Compatible (with permissions)](https://img.shields.io/badge/Hosted%20Workbench-Compatible-yellow.svg "Requires API permissions")
|
||||
![Compatible with Remote Containers](https://img.shields.io/badge/Remote%20Containers-Compatible-green.svg)
|
||||
|
||||
> NodeJS version must match >=10.13.0 <11.0.0 on >=12.13.0 <13.0.0 or >=14.15.0 <15.0.0
|
||||
> NodeJS version must match >=10.13.0 <11.0.0 on >=12.13.0 <13.0.0 or >=14.15.0 <15.0.0
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
@ -36,7 +36,7 @@ For more information, see [docs](https://docs.microsoft.com/ja-jp/sharepoint/dev
|
|||
- `npm install`
|
||||
- `gulp serve`
|
||||
|
||||
> This sample can also be opened with [VS Code Remote Development](https://code.visualstudio.com/docs/remote/remote-overview). Visit https://aka.ms/spfx-devcontainer for further instructions.
|
||||
> This sample can also be opened with [VS Code Remote Development](https://code.visualstudio.com/docs/remote/remote-overview). Visit https://aka.ms/spfx-devcontainer for further instructions.
|
||||
|
||||
## Solution
|
||||
|
||||
|
@ -48,14 +48,13 @@ react-my-approvals|[Takashi Shinohara](https://github.com/karamem0) ([@karamem0]
|
|||
|
||||
Version|Date|Comments
|
||||
-------|----|--------
|
||||
1.3|November 2, 2022|Updated to support responsive layouts<br/>Upgraded to SPFx v1.15.2
|
||||
1.3|November 2, 2022|Updated to support responsive layouts; Upgraded to SPFx v1.15.2
|
||||
1.2|March 28, 2022|Upgraded to SPFx v1.14
|
||||
1.1|January 22, 2022|Updated to allow multiple environments to be selected
|
||||
1.0|January 11, 2022|Initial release
|
||||
|
||||
## Help
|
||||
|
||||
|
||||
We do not support samples, but this community is always willing to help, and we want to improve these samples. We use GitHub to track issues, which makes it easy for community members to volunteer their time and help resolve issues.
|
||||
|
||||
If you're having issues building the solution, please run [spfx doctor](https://pnp.github.io/cli-microsoft365/cmd/spfx/spfx-doctor/) from within the solution folder to diagnose incompatibility issues with your environment.
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"This web part demonstrates displaying the list of approval requests of Power Automate. Power Automate provides a new workflow feature that replaces SharePoint workflows, but it is a Power Platform feature, not a Microsoft 365 feature. You can display approval requests from only Power Automate site. This web part enable to display approval requests from SharePoint site."
|
||||
],
|
||||
"creationDateTime": "2022-01-11",
|
||||
"updateDateTime": "2022-03-28",
|
||||
"updateDateTime": "2022-11-03",
|
||||
"products": [
|
||||
"SharePoint"
|
||||
],
|
||||
|
@ -20,7 +20,7 @@
|
|||
},
|
||||
{
|
||||
"key": "SPFX-VERSION",
|
||||
"value": "1.14.0"
|
||||
"value": "1.15.2"
|
||||
}
|
||||
],
|
||||
"thumbnails": [
|
||||
|
|
Loading…
Reference in New Issue