Version
This commit is contained in:
parent
d68b9abd78
commit
d429466180
|
@ -54,7 +54,7 @@ Tree Organization WebPart|Peter Paul Kirschner ([@petkir_at](https://twitter.com
|
|||
|
||||
Version|Date|Comments
|
||||
-------|----|--------
|
||||
1.0.3|Feb 27, 2021|Added <ul><li>Show Other Team</li><li>Live Contact Card</li><li>Filter Children</li><li>Graph API</li></ul> and minor Changes
|
||||
1.1.0|Feb 27, 2021|Added <ul><li>Show Other Team</li><li>Live Contact Card</li><li>Filter Children</li><li>Graph API</li></ul> and minor Changes
|
||||
1.0.2|June 12, 2020|Added exception handler for profiles missing display name
|
||||
1.0.1|Jan 28, 2020|Update to SPFx 1.10, minor fixes and refactoring.
|
||||
1.0.0|Feb 25, 2019|Initial release
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"solution": {
|
||||
"name": "react-tree-orgchart-client-side-solution",
|
||||
"id": "d76a0c4f-d669-42eb-9533-68d5cec5e9d3",
|
||||
"version": "1.0.3.0",
|
||||
"version": "1.1.0.0",
|
||||
"includeClientSideAssets": true,
|
||||
"skipFeatureDeployment": true,
|
||||
"isDomainIsolated": false
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "react-tree-orgchart",
|
||||
"version": "1.0.3",
|
||||
"version": "1.1.0",
|
||||
"private": true,
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
|
|
Loading…
Reference in New Issue