update readme and package solution version
This commit is contained in:
parent
f062b18d26
commit
b29266e83f
|
@ -105,7 +105,7 @@ gulp package-solution --ship
|
||||||
|
|
||||||
Solution|Author(s)
|
Solution|Author(s)
|
||||||
--------|---------
|
--------|---------
|
||||||
react-add-js-css-ref | [Siddharth Vaghasia](https://github.com/siddharth-vaghasia) (https://www.linkedin.com/in/siddharthvaghasia/)
|
react-add-js-css-ref | [Siddharth Vaghasia](https://github.com/siddharth-vaghasia) (https://www.linkedin.com/in/siddharthvaghasia/) [Don Kirkham](https://github.com/donkirkham) (https://www.linkedin.com/in/donkirkham/)
|
||||||
|
|
||||||
## Version history
|
## Version history
|
||||||
|
|
||||||
|
@ -113,6 +113,7 @@ Version|Date|Comments
|
||||||
-------|----|--------
|
-------|----|--------
|
||||||
1.0.0|Apr 24, 2020|Initial release
|
1.0.0|Apr 24, 2020|Initial release
|
||||||
2.0.0|June 09, 2020|Displaying access denied message, added spinner to display on page load, fix edit, delete icons not displaying.
|
2.0.0|June 09, 2020|Displaying access denied message, added spinner to display on page load, fix edit, delete icons not displaying.
|
||||||
|
2.1.0|Oct 20, 2022|Upgrade solution to SPFx v1.14.0
|
||||||
|
|
||||||
|
|
||||||
## Video
|
## Video
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"solution": {
|
"solution": {
|
||||||
"name": "react-add-js-css-ref-client-side-solution",
|
"name": "react-add-js-css-ref-client-side-solution",
|
||||||
"id": "d9c30e1a-bf06-46fa-807d-ce5182d9c91c",
|
"id": "d9c30e1a-bf06-46fa-807d-ce5182d9c91c",
|
||||||
"version": "1.0.0.0",
|
"version": "2.1.0",
|
||||||
"includeClientSideAssets": true,
|
"includeClientSideAssets": true,
|
||||||
"isDomainIsolated": false,
|
"isDomainIsolated": false,
|
||||||
"developer": {
|
"developer": {
|
||||||
|
@ -29,7 +29,7 @@
|
||||||
"title": "Application Extension - Deployment of custom action.",
|
"title": "Application Extension - Deployment of custom action.",
|
||||||
"description": "Deploys a custom action with ClientSideComponentId association",
|
"description": "Deploys a custom action with ClientSideComponentId association",
|
||||||
"id": "201c7969-a60d-492a-83d2-db3088515c51",
|
"id": "201c7969-a60d-492a-83d2-db3088515c51",
|
||||||
"version": "1.0.0.0",
|
"version": "3.0.0.0",
|
||||||
"assets": {
|
"assets": {
|
||||||
"elementManifests": [
|
"elementManifests": [
|
||||||
"elements.xml",
|
"elements.xml",
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -17,7 +17,6 @@
|
||||||
"@microsoft/sp-office-ui-fabric-core": "1.14.0",
|
"@microsoft/sp-office-ui-fabric-core": "1.14.0",
|
||||||
"@microsoft/sp-property-pane": "1.14.0",
|
"@microsoft/sp-property-pane": "1.14.0",
|
||||||
"@microsoft/sp-webpart-base": "1.14.0",
|
"@microsoft/sp-webpart-base": "1.14.0",
|
||||||
"@pnp/cli-microsoft365": "^5.8.0",
|
|
||||||
"@pnp/sp": "^2.0.3",
|
"@pnp/sp": "^2.0.3",
|
||||||
"@pnp/spfx-controls-react": "1.16.0",
|
"@pnp/spfx-controls-react": "1.16.0",
|
||||||
"office-ui-fabric-react": "7.174.1",
|
"office-ui-fabric-react": "7.174.1",
|
||||||
|
|
Loading…
Reference in New Issue