Updated readme
This commit is contained in:
parent
aff8e71649
commit
3e18d7b21b
|
@ -32,6 +32,7 @@ It is required that the users have view access on the underlying calendar.
|
|||
Solution|Author(s)
|
||||
--------|---------
|
||||
react-graph-calendar | [Sébastien Levert](https://www.linkedin.com/in/sebastienlevert) ([@sebastienlevert](https://twitter.com/sebastienlevert))
|
||||
react-graph-calendar | Abderahman Moujahid (added support for recurring events)
|
||||
|
||||
## Version history
|
||||
|
||||
|
@ -40,6 +41,7 @@ Version|Date|Comments
|
|||
1.0 |December 29, 2019 | Initial Release
|
||||
1.1 |January 08, 2020 | Bumped to SPFx 1.10 and added the Personal Tab support
|
||||
1.2 |October 27, 2020 | Recurring events support
|
||||
1.2.1|November 1, 2020 | Changed return behavior for single items vs recurring items
|
||||
|
||||
## 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.**
|
||||
|
@ -57,4 +59,4 @@ Version|Date|Comments
|
|||
- Add to AppCatalog and deploy
|
||||
- Sync to Teams
|
||||
|
||||
<img src="https://telemetry.sharepointpnp.com/sp-dev-fx-webparts/samples/react-graph-calendar" />
|
||||
<img src="https://telemetry.sharepointpnp.com/sp-dev-fx-webparts/samples/react-graph-calendar" />
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"solution": {
|
||||
"name": "react-graph-calendar-client-side-solution",
|
||||
"id": "42fe0a0f-c4d9-4b05-806c-3857decb3d71",
|
||||
"version": "1.0.1.0",
|
||||
"version": "1.2.1.0",
|
||||
"includeClientSideAssets": true,
|
||||
"skipFeatureDeployment": true,
|
||||
"isDomainIsolated": false,
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "react-graph-calendar",
|
||||
"version": "0.0.1",
|
||||
"version": "1.2.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "react-graph-calendar",
|
||||
"version": "0.0.1",
|
||||
"version": "1.2.1",
|
||||
"private": true,
|
||||
"main": "lib/index.js",
|
||||
"engines": {
|
||||
|
|
Loading…
Reference in New Issue