Readme and Version

This commit is contained in:
petkir 2020-07-15 22:45:41 +02:00
parent 81d89d830e
commit e2a073b00b
3 changed files with 5 additions and 2 deletions

View File

@ -49,6 +49,7 @@ If your feed supports filtering by dates, you can specify `{s}` in the URL where
Solution|Author(s)
--------|---------
react-calendar-feed | Hugo Bernier ([Tahoe Ninjas](http://tahoeninjas.blog), @bernierh)
react-calendar-feed | Peter Paul Kirschner ([@petkir_at](https://twitter.com/petkir_at))
## Version history
@ -60,6 +61,7 @@ Version|Date|Comments
4.0|January 16, 2019|Converted to SPFx 1.7.1; Removed NPM libraries associated with issue #708.
5.0|August 17, 2019|Converted to SPFx 1.9.1; Refreshed carousel code; Addresses #735, #909. Also added **Convert from UTC** option to handle feeds which do not provide time zone information.
5.1|April 16, 2020|Converted to SPFx 1.10.0; Fixed issue with UTC mode when in narrow view. Updated resizing behavior and styles to match OOB calendar view. Added support for themes and theme variants.
5.2|July 15, 2020|Fixed issue to support IE11
## Disclaimer
@ -81,6 +83,7 @@ Version|Date|Comments
- Specify a maximum number of events to retrieve
- If necessary, specify to use a proxy. Use this option if you encounter issues where your feed provider does not accept your tenant URL as a CORS origin.
- If desired, specify how long (in minutes) you want to expire your users' local storage and refresh the events.
- Exclude IE11 support with gulp parameter ```--NoIE11``` this is in-case-sensitive
## Features

View File

@ -3,7 +3,7 @@
"solution": {
"name": "react-calendar-feed-client-side-solution",
"id": "25653136-fc83-4abe-b9d2-a4ac041959d5",
"version": "5.1.0.0",
"version": "5.2.0.0",
"includeClientSideAssets": true
},
"paths": {

View File

@ -1,6 +1,6 @@
{
"name": "react-calendar-feed",
"version": "5.1.0",
"version": "5.2.0",
"private": true,
"main": "lib/index.js",
"engines": {