Added nvmrc, updated readme, sample manifest
This commit is contained in:
parent
30eaa82cb3
commit
cc74a1f5e9
|
@ -0,0 +1 @@
|
||||||
|
v16.13.0
|
|
@ -72,8 +72,9 @@ None
|
||||||
|
|
||||||
## Contributors
|
## Contributors
|
||||||
|
|
||||||
* [Sudharsan K.](https://github.com/sudharsank)
|
|
||||||
* [Aimery Thomas](https://github.com/a1mery)
|
* [Aimery Thomas](https://github.com/a1mery)
|
||||||
|
* [Sergey Shiroky](https://github.com/wideserg)
|
||||||
|
* [Sudharsan K.](https://github.com/sudharsank)
|
||||||
|
|
||||||
## Version history
|
## Version history
|
||||||
|
|
||||||
|
@ -83,6 +84,7 @@ Version|Date|Comments
|
||||||
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|March 09, 2023|Upgraded to 1.16.1
|
1.2.0.0|March 09, 2023|Upgraded to 1.16.1
|
||||||
1.3.0.0|June 10, 2023|Upgraded to 1.17.0
|
1.3.0.0|June 10, 2023|Upgraded to 1.17.0
|
||||||
|
1.3.0.1|March 11, 2024|`this.pageurl` must be initialized before building `this.pastAtachmentPath`
|
||||||
|
|
||||||
## Minimal Path to Awesome
|
## Minimal Path to Awesome
|
||||||
|
|
||||||
|
@ -102,7 +104,6 @@ Version|Date|Comments
|
||||||
* 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.
|
||||||
|
|
||||||
|
|
||||||
## Video
|
## Video
|
||||||
|
|
||||||
[![Building an enhanced commenting web part with SPFx](./assets/video-thumbnail.jpg)](https://www.youtube.com/watch?v=ndHMdfFscsk "Building an enhanced commenting web part with SPFx")
|
[![Building an enhanced commenting web part with SPFx](./assets/video-thumbnail.jpg)](https://www.youtube.com/watch?v=ndHMdfFscsk "Building an enhanced commenting web part with SPFx")
|
||||||
|
|
|
@ -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": "2023-06-09",
|
"updateDateTime": "2024-03-11",
|
||||||
"products": [
|
"products": [
|
||||||
"SharePoint"
|
"SharePoint"
|
||||||
],
|
],
|
||||||
|
@ -53,6 +53,11 @@
|
||||||
"gitHubAccount": "a1mery",
|
"gitHubAccount": "a1mery",
|
||||||
"name": "Aimery Thomas",
|
"name": "Aimery Thomas",
|
||||||
"pictureUrl": "https://github.com/a1mery.png"
|
"pictureUrl": "https://github.com/a1mery.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"gitHubAccount": "wideserg",
|
||||||
|
"name": "Sergey Shiroky",
|
||||||
|
"pictureUrl": "https://github.com/wideserg.png"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"references": [
|
"references": [
|
||||||
|
|
Loading…
Reference in New Issue