Updated solution version and readme
This commit is contained in:
parent
5a9ad3c079
commit
e4688ee892
|
@ -52,11 +52,11 @@ SPFx Collapsible Accordion Section|[Erik Benke](https://github.com/ejbenke) ([@e
|
|||
Version|Date|Comments
|
||||
-------|----|--------
|
||||
1.0|August 14, 2019|Initial release
|
||||
1.1|September 19, 2019|Minor updates, adding to Github
|
||||
1.1|September 19, 2019|Minor updates, adding to GitHub
|
||||
1.2|April 15, 2020|Added Polyfills for IE11 compatibility
|
||||
1.3|July 10, 2020|Adding Rich Text support for Content panels
|
||||
1.4|July 10, 2020|Upgraded to SPFx 1.10.
|
||||
|
||||
1.5|September 1, 2020|Adds ability to click on expanded section headers to collapse accordions
|
||||
|
||||
## Disclaimer
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"solution": {
|
||||
"name": "Accordion Section FAQ Builder",
|
||||
"id": "bf6fa974-fd40-45a3-80e9-e826abe025b9",
|
||||
"version": "1.3.0.0",
|
||||
"version": "1.5.0.0",
|
||||
"includeClientSideAssets": true,
|
||||
"skipFeatureDeployment": true
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "react-accordion",
|
||||
"version": "0.0.1",
|
||||
"version": "1.5.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "react-accordion",
|
||||
"main": "lib/index.js",
|
||||
"version": "0.0.1",
|
||||
"version": "1.5.0",
|
||||
"private": true,
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
|
|
Loading…
Reference in New Issue