chore(docs): Update docs for new release

This commit is contained in:
tupadr3
2019-08-15 00:00:08 +02:00
parent 8a5a7e6008
commit 71cd35b718

View File

@@ -11,7 +11,7 @@ The common.puml is required for the rest to work.
or via url or via url
```puml ```puml
!define ICONURL https://raw.githubusercontent.com/tupadr3/plantuml-icon-font-sprites/v2.0.0 !define ICONURL https://raw.githubusercontent.com/tupadr3/plantuml-icon-font-sprites/v2.1.0
!includeurl ICONURL/common.puml !includeurl ICONURL/common.puml
``` ```
@@ -70,7 +70,7 @@ The following icon sets are included:
| [Govicons](http://govicons.io/) | [List of macros](govicons/index.md) | | [Govicons](http://govicons.io/) | [List of macros](govicons/index.md) |
| [Weather](https://erikflowers.github.io/weather-icons/) | [List of macros](weather/index.md) | | [Weather](https://erikflowers.github.io/weather-icons/) | [List of macros](weather/index.md) |
| [Material](http://google.github.io/material-design-icons/) | [List of macros](material/index.md) | | [Material](http://google.github.io/material-design-icons/) | [List of macros](material/index.md) |
| [Devicon 2](https://konpa.github.io/devicon/) | [List of macros](dev2/index.md) | | [Devicon 2](https://konpa.github.io/devicon/) | [List of macros](dev2/index.md) |
## Example ## Example
@@ -79,7 +79,7 @@ The following icon sets are included:
skinparam defaultTextAlignment center skinparam defaultTextAlignment center
!define ICONURL https://raw.githubusercontent.com/tupadr3/plantuml-icon-font-sprites/v2.0.0 !define ICONURL https://raw.githubusercontent.com/tupadr3/plantuml-icon-font-sprites/v2.1.0
!includeurl ICONURL/common.puml !includeurl ICONURL/common.puml
!includeurl ICONURL/devicons/mysql.puml !includeurl ICONURL/devicons/mysql.puml
@@ -116,22 +116,24 @@ Icons are generated with [font-icon-generator](https://github.com/tupadr3/font-i
## Note ## Note
- All brand icons are trademarks of their respective owners. - All brand icons are trademarks of their respective owners.
- Thanks to milo-minderbinder for [AWS-PlantUML](https://github.com/milo-minderbinder/AWS-PlantUML) - Thanks to milo-minderbinder for [AWS-PlantUML](https://github.com/milo-minderbinder/AWS-PlantUML)
- Thanks to [yuri-becker](https://github.com/yuri-becker) for the integration of [Devicon 2](https://konpa.github.io/devicon/)
## Changelog ## Changelog
#### v2.1.0 #### v2.1.0
- Added Devicon 2
- Added Devicon 2
#### v2.0.0 #### v2.0.0
- Added fa5, weather, gov and material - Added fa5, weather, gov and material
- Updated dev and fa to latest version - Updated dev and fa to latest version
- Fixed aspect ratios - Fixed aspect ratios
#### v1.0.0 #### v1.0.0
- Intital release - Intital release
Enjoy! Enjoy!