Update solution version and README accordingly
This commit is contained in:
parent
181506ab91
commit
abe4ac30a9
|
@ -3,7 +3,7 @@
|
|||
## Summary
|
||||
|
||||
This web part allows user create a navigation menu , grouped by any column of document library.
|
||||
When the user clicks on the header it dynamically load documents.
|
||||
When the user clicks on the header it dynamically load documents.
|
||||
|
||||
![ListItemsMenu](./assets/ListMenuDocs.gif)
|
||||
|
||||
|
@ -51,6 +51,7 @@ React List Items Menu |[João Mendes](https://github.com/joaojmendes) ([@joaojme
|
|||
Version|Date|Comments
|
||||
-------|----|--------
|
||||
1.0.0|November 20, 2020|Initial release
|
||||
1.0.1|February 18, 2021|Added support for metadata columns
|
||||
|
||||
## Disclaimer
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"solution": {
|
||||
"name": "react-list-items-menu-client-side-solution",
|
||||
"id": "8b4a758d-a968-4e7c-a949-b42e7dd5ad14",
|
||||
"version": "1.0.0.0",
|
||||
"version": "1.0.1.0",
|
||||
"includeClientSideAssets": true,
|
||||
"skipFeatureDeployment": true,
|
||||
"isDomainIsolated": false,
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "react-list-items-menu",
|
||||
"version": "0.0.1",
|
||||
"version": "1.0.1",
|
||||
"private": true,
|
||||
"main": "lib/index.js",
|
||||
"engines": {
|
||||
|
|
Loading…
Reference in New Issue