Version and Readme

This commit is contained in:
Peter Paul Kirschner 2020-07-30 12:08:43 +02:00
parent 85f92362f5
commit f1315df546
2 changed files with 3 additions and 1 deletions

View File

@ -61,11 +61,13 @@ Built with SharePoint Framework GA, Office Graph, React and Chart.JS
Solution|Author(s) Solution|Author(s)
--------|--------- --------|---------
react-modern-charts|Jeremy Coleman (MCP, PC Professional, Inc.) react-modern-charts|Jeremy Coleman (MCP, PC Professional, Inc.)
react-modern-charts|Peter Paul Kirschner ([@petkir_at](https://twitter.com/petkir_at))
## Version history ## Version history
Version|Date|Comments Version|Date|Comments
-------|----|-------- -------|----|--------
1.0.0.3|July 30, 2020| Support for Managed Metadata Field(Single) as Label
1.0.0.2|February 09, 2020| Upgrade to SPFx 1.10.0 1.0.0.2|February 09, 2020| Upgrade to SPFx 1.10.0
1.0.0.1|April 25, 2018|Update to SPFx 1.4.1 1.0.0.1|April 25, 2018|Update to SPFx 1.4.1
1.0.0.0|February 11, 2017|Initial release 1.0.0.0|February 11, 2017|Initial release

View File

@ -3,7 +3,7 @@
"solution": { "solution": {
"name": "modern-charts-client-side-solution", "name": "modern-charts-client-side-solution",
"id": "f8a78a9a-a93e-4843-89e5-7b871d9b9fa2", "id": "f8a78a9a-a93e-4843-89e5-7b871d9b9fa2",
"version": "1.0.0.2", "version": "1.0.0.3",
"isDomainIsolated": false, "isDomainIsolated": false,
"includeClientSideAssets": true "includeClientSideAssets": true
}, },