Updated sample.json, readme, and containter
This commit is contained in:
parent
7da18f7e46
commit
4cef62b259
|
@ -1,7 +1,7 @@
|
||||||
// For more information on how to run this SPFx project in a VS Code Remote Container, please visit https://aka.ms/spfx-devcontainer
|
// For more information on how to run this SPFx project in a VS Code Remote Container, please visit https://aka.ms/spfx-devcontainer
|
||||||
{
|
{
|
||||||
"name": "SPFx 1.15.0",
|
"name": "SPFx 1.16.1",
|
||||||
"image": "docker.io/m365pnp/spfx:1.15.0",
|
"image": "docker.io/m365pnp/spfx:1.16.1",
|
||||||
// Set *default* container specific settings.json values on container create.
|
// Set *default* container specific settings.json values on container create.
|
||||||
"settings": {},
|
"settings": {},
|
||||||
// Add the IDs of extensions you want installed when the container is created.
|
// Add the IDs of extensions you want installed when the container is created.
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
# Advanced Comments Box
|
# Advanced Comments Box
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
|
>
|
||||||
> This component is developed for the advanced usage of commenting the page or article etc. **_Page Comments_** lists will be created to store the comments. Following are some of the features of this component.
|
> This component is developed for the advanced usage of commenting the page or article etc. **_Page Comments_** lists will be created to store the comments. Following are some of the features of this component.
|
||||||
|
|
||||||
* Can be used in the modern page with the existing comments disabled.
|
* Can be used in the modern page with the existing comments disabled.
|
||||||
* Classification of comments by **_Popular_**, **_Newest_**, **_Oldest_** and **_Attachments_**
|
* Classification of comments by **_Popular_**, **_Newest_**, **_Oldest_** and **_Attachments_**
|
||||||
* Ability to refer files as a comment.
|
* Ability to refer files as a comment.
|
||||||
|
@ -37,7 +39,6 @@
|
||||||
|
|
||||||
![Advanced-Comments-Box](./assets/Advanced-Comments-Box.gif)
|
![Advanced-Comments-Box](./assets/Advanced-Comments-Box.gif)
|
||||||
|
|
||||||
|
|
||||||
## Compatibility
|
## Compatibility
|
||||||
|
|
||||||
| :warning: Important |
|
| :warning: Important |
|
||||||
|
@ -72,6 +73,7 @@ None
|
||||||
## Contributors
|
## Contributors
|
||||||
|
|
||||||
* [Sudharsan K.](https://github.com/sudharsank) ([@sudharsank](https://twitter.com/sudharsank), [Know More](http://windowssharepointserver.blogspot.com/))
|
* [Sudharsan K.](https://github.com/sudharsank) ([@sudharsank](https://twitter.com/sudharsank), [Know More](http://windowssharepointserver.blogspot.com/))
|
||||||
|
* [Aimery Thomas](https://github.com/a1mery)
|
||||||
|
|
||||||
## Version history
|
## Version history
|
||||||
|
|
||||||
|
@ -79,35 +81,26 @@ Version|Date|Comments
|
||||||
-------|----|--------
|
-------|----|--------
|
||||||
1.0.0.0|Feb 05 2020|Initial release
|
1.0.0.0|Feb 05 2020|Initial release
|
||||||
1.1.0.0|Oct 06, 2022|Upgraded to 1.15.2
|
1.1.0.0|Oct 06, 2022|Upgraded to 1.15.2
|
||||||
1.2.0.0|Oct 06, 2022|Upgraded to 1.16.1
|
1.2.0.0|March 09, 2023|Upgraded to 1.16.1
|
||||||
|
|
||||||
|
|
||||||
## Minimal Path to Awesome
|
## Minimal Path to Awesome
|
||||||
|
|
||||||
- Clone this repository
|
* Clone this repository
|
||||||
- From your command line, change your current directory to the directory containing this sample (`js-advanced-commenting`, located under `samples`)
|
* From your command line, change your current directory to the directory containing this sample (`js-advanced-commenting`, located under `samples`)
|
||||||
- in the command line run:
|
* in the command line run:
|
||||||
- `npm install`
|
* `npm install`
|
||||||
- `gulp bundle --ship && gulp package-solution --ship`
|
* `gulp bundle --ship && gulp package-solution --ship`
|
||||||
- Add the `.sppkg` file to the app catalog and add the **Page Comments** web part to the page.
|
* Add the `.sppkg` file to the app catalog and add the **Page Comments** web part to the page.
|
||||||
|
|
||||||
> 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.
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- Used [SharePoint Framework Property Controls](https://sharepoint.github.io/sp-dev-fx-property-controls/) to create the property pane controls(Text, ListPicker, Toggle) with callout.
|
* Used [SharePoint Framework Property Controls](https://sharepoint.github.io/sp-dev-fx-property-controls/) to create the property pane controls(Text, ListPicker, Toggle) with callout.
|
||||||
- Used [PnP](https://pnp.github.io/pnpjs/) for communication with SharePoint.
|
* Used [PnP](https://pnp.github.io/pnpjs/) for communication with SharePoint.
|
||||||
- Used [jquery-comments](https://viima.github.io/jquery-comments/) for comments control with some customization.
|
* Used [jquery-comments](https://viima.github.io/jquery-comments/) for comments control with some customization.
|
||||||
- Used [Moment.js](https://momentjs.com/) for datetime formatting.
|
* Used [Moment.js](https://momentjs.com/) for datetime formatting.
|
||||||
|
|
||||||
#### Local Mode
|
|
||||||
|
|
||||||
This solution doesn't work on local mode.
|
|
||||||
|
|
||||||
#### SharePoint Mode4
|
|
||||||
|
|
||||||
If you want to try on a real environment, open:
|
|
||||||
[O365 Workbench](https://your-domain.sharepoint.com/_layouts/15/workbench.aspx)
|
|
||||||
|
|
||||||
## Video
|
## Video
|
||||||
|
|
||||||
|
@ -131,7 +124,6 @@ Finally, if you have an idea for improvement, [make a suggestion](https://github
|
||||||
|
|
||||||
## Disclaimer
|
## Disclaimer
|
||||||
|
|
||||||
**THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.**
|
**THIS CODE IS PROVIDED _AS IS_ WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.**
|
||||||
|
|
||||||
|
|
||||||
<img src="https://pnptelemetry.azurewebsites.net/sp-dev-fx-webparts/samples/js-advanced-commenting" />
|
<img src="https://pnptelemetry.azurewebsites.net/sp-dev-fx-webparts/samples/js-advanced-commenting" />
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
"This component is developed for the advanced usage of commenting the page or article etc. Page Comments lists will be created to store the comments."
|
"This component is developed for the advanced usage of commenting the page or article etc. Page Comments lists will be created to store the comments."
|
||||||
],
|
],
|
||||||
"creationDateTime": "2020-02-05",
|
"creationDateTime": "2020-02-05",
|
||||||
"updateDateTime": "2022-10-06",
|
"updateDateTime": "2023-03-09",
|
||||||
"products": [
|
"products": [
|
||||||
"SharePoint"
|
"SharePoint"
|
||||||
],
|
],
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "SPFX-VERSION",
|
"key": "SPFX-VERSION",
|
||||||
"value": "1.15.2"
|
"value": "1.16.1"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "PNPCONTROLS",
|
"key": "PNPCONTROLS",
|
||||||
|
@ -48,6 +48,11 @@
|
||||||
"pictureUrl": "https://github.com/sudharsank.png",
|
"pictureUrl": "https://github.com/sudharsank.png",
|
||||||
"name": "Sudharsan Kesavanarayanan",
|
"name": "Sudharsan Kesavanarayanan",
|
||||||
"twitter": "sudharsank"
|
"twitter": "sudharsank"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"gitHubAccount": "a1mery",
|
||||||
|
"name": "Aimery Thomas",
|
||||||
|
"pictureUrl": "https://github.com/a1mery.png"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"references": [
|
"references": [
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue