UNPKG

@tmorin/plantuml-libs

Version:

A set of resources for [PlantUML](https://plantuml.com) to define diagrams for AWS, Azure, EIP ...

881 lines (497 loc) 57.4 kB
# Changelog All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. ### [18.1.4](https://github.com/tmorin/plantuml-libs/compare/v18.1.3...v18.1.4) (2026-04-11) ### Bug Fixes * **ci:** grant release permissions ([a931a14](https://github.com/tmorin/plantuml-libs/commit/a931a14c8c657ce4e7b544d6f01d21563149bf56)) * **ci:** scope workflow permissions ([97d4efd](https://github.com/tmorin/plantuml-libs/commit/97d4efdce37b92c4678fd0a1b08943cf11e4334d)) ### [18.1.3](https://github.com/tmorin/plantuml-libs/compare/v18.1.2...v18.1.3) (2026-04-11) ### [18.1.2](https://github.com/tmorin/plantuml-libs/compare/v18.1.1...v18.1.2) (2026-04-11) ### Bug Fixes * **ci:** set workflow permissions for npm trusted publishing ([b59fe2a](https://github.com/tmorin/plantuml-libs/commit/b59fe2aeddf948d633be64b7ab6eaa3040406f2b)) ### [18.1.1](https://github.com/tmorin/plantuml-libs/compare/v18.1.0...v18.1.1) (2026-04-10) ### Bug Fixes * **ci:** grant read access for npm trusted publishing ([0e5cd87](https://github.com/tmorin/plantuml-libs/commit/0e5cd876653ac84530926d205da07d55b7a3bfe5)) ## [18.1.0](https://github.com/tmorin/plantuml-libs/compare/v18.0.0...v18.1.0) (2026-04-10) ### Features * switch to OIDC trusted publishers for npm publishing ([eae83dc](https://github.com/tmorin/plantuml-libs/commit/eae83dc0e66c09e70c34ef31151ea105e0c2d3a6)) ### Bug Fixes * add missing generate:workdir step in NpmPublication workflow ([72e2ff1](https://github.com/tmorin/plantuml-libs/commit/72e2ff13b5fe3501c92c4e8ad79e931e69416d5a)) ## [18.0.0](https://github.com/tmorin/plantuml-libs/compare/v17.0.0...v18.0.0) (2026-04-10) ### ⚠ BREAKING CHANGES * Package name changed from 'azure-23' to 'azure'. All references to azure-23 must be updated to azure in PlantUML diagrams. Example: include('azure/Item/Compute/ServiceVirtualMachine') instead of include('azure-23/Item/Compute/ServiceVirtualMachine') Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Package name has changed from 'eip-1' to 'eip'. Users importing this package must update include statements: FROM: include('eip-1/...') TO: include('eip/...') Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * The package URN changes from 'fontawesome-6' to 'fontawesome' MIGRATION GUIDE: - Update all PlantUML includes from 'fontawesome-6/*' to 'fontawesome/*' - Update any build configurations or scripts referencing the old URN - Regenerate diagrams to reflect the new package structure Changes: - Rename package directory: source/library/packages/fontawesome-6 → fontawesome - Rename package class: Fontawesome6Factory → FontawesomeFactory - Rename template directory: source/templates/fontawesome-6 → fontawesome - Update all template references in domainstorytelling examples - Rename distribution directory and update 550+ generated files - Update GitHub workflow matrix configuration - Update website generator skip patterns - Update README.md documentation links Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Both packages have been renamed. Users must update their references to use the new package names. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Distribution package renamed from simpleicons-14 to simpleicons. Users must update references from distribution/simpleicons-14/ to distribution/simpleicons/ Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * **simpleicons:** Major version upgrade (8.15.0 → 16.9.0) may result in: - Different icon names/slugs - Removal of some icons - Addition of new icons - Changes to icon organization Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> ### Features * **azure:** refresh the package ([5cc2b08](https://github.com/tmorin/plantuml-libs/commit/5cc2b08c5e5ea63d45f2c6fe0e4da27c033abd0e)) * **fontawesome:** update icons from Font Awesome 6.5.1 to 7.2.0 ([d8e1dbd](https://github.com/tmorin/plantuml-libs/commit/d8e1dbdce0d98a2c58d6158d4fcad2fa8593f00f)) * **fontawesome:** upgrade to latest ([bf1956d](https://github.com/tmorin/plantuml-libs/commit/bf1956dc5345feecd3b3b34157a55ff632ab8de8)) * rename eip-1 package to eip ([850e759](https://github.com/tmorin/plantuml-libs/commit/850e75939b7723987963518561385772cf326439)) * rename material-4 and simpleicons-14 packages ([59b0bd0](https://github.com/tmorin/plantuml-libs/commit/59b0bd05c983796a3600ab64293e6553848e7339)) * **simpleicons:** upgrade to 16.9.0 ([b3bce1c](https://github.com/tmorin/plantuml-libs/commit/b3bce1c6945029a38ab86b67251a0d92463b1047)) ### Bug Fixes * remove azure-23 references from codebase ([df1e68b](https://github.com/tmorin/plantuml-libs/commit/df1e68b7dfa23641562ee99140734e686980d3e2)) * remove trailing slash from $IMAGE_BASE_PATH to prevent double slash in icon URLs ([967511f](https://github.com/tmorin/plantuml-libs/commit/967511fac409b78e5f0c07f98cd6197ee0d012e3)) * update resolve-azure-icons test assertion to match new newVersion format ([d7f705a](https://github.com/tmorin/plantuml-libs/commit/d7f705ae6b9676acdd02f06f811a0d72cb6079a3)) * rename azure-23 to azure ([e3970f3](https://github.com/tmorin/plantuml-libs/commit/e3970f3e08649943e868c922360d0a2940bca43f)) * rename fontawesome-6 package to fontawesome ([67d82d2](https://github.com/tmorin/plantuml-libs/commit/67d82d26162ba6e7302b7eb6b57e079ef7b1f02c)) * rename simpleicons-14 package to simpleicons ([#50](https://github.com/tmorin/plantuml-libs/issues/50)) ([52d94da](https://github.com/tmorin/plantuml-libs/commit/52d94da43583569028e2f1f3320357ba23267c3c)) ## [17.0.0](https://github.com/tmorin/plantuml-libs/compare/v16.0.0...v17.0.0) (2025-12-22) ### ⚠ BREAKING CHANGES * **azure:** azure-20 is replaced by azure-23 This upgrade introduces Microsoft Azure Icons v23 with 705 icons and 7 custom groups. The old azure-20 package is no longer available and should be replaced with azure-23 in all diagrams. * **aws:** aws-q1-2025 is replaced by aws ### Features * add script to fetch the latest AWS Icon Package and update package dependencies ([e6d5ca9](https://github.com/tmorin/plantuml-libs/commit/e6d5ca9a96d1b1f7ee52d44836d967c1df89252b)) * add upgrade prompt for AWS package maintenance agent ([8acd8cc](https://github.com/tmorin/plantuml-libs/commit/8acd8cc2bb81afe3e15243686781278c3ea8166f)) * **aws:** upgrade to q3-2025 ([cb684d6](https://github.com/tmorin/plantuml-libs/commit/cb684d63b00e05363d25e26b58a450e85e21f98f)) * **aws:** add AWS package upgrading skill documentation ([418527b](https://github.com/tmorin/plantuml-libs/commit/418527bc564797678ac8d803edb4f3e2f1f4ce42)) * **aws:** upgrade to aws icons ([ff0fa4f](https://github.com/tmorin/plantuml-libs/commit/ff0fa4f28b4844d419cd5447e27ea3812cc6df2e)) * **azure-23:** upgrade to 23 ([6538510](https://github.com/tmorin/plantuml-libs/commit/653851068e10af354d2d852d79072e2305b9f283)) * **azure:** add script to fetch latest Azure icon package ([c12248c](https://github.com/tmorin/plantuml-libs/commit/c12248ce519b60e96f2ea810a8bcc13315d6b7fb)) * **azure:** add upgrade guide and prompt for Azure package ([0612c31](https://github.com/tmorin/plantuml-libs/commit/0612c31a5d6e6dfd0ba710727c10d6fcf70dc28a)) * **azure:** upgrade to v23 icons ([933d3e5](https://github.com/tmorin/plantuml-libs/commit/933d3e5d09681e82fd48bd7c03227b00f6f79cf0)) * **docs:** add documentation for GitHub Copilot agents in plantuml-libs ([326853a](https://github.com/tmorin/plantuml-libs/commit/326853a8c786e7ad9aaa4a454fd4d702ebfba1fd)) * **docs:** add explanation of package build process and key concepts ([d15c411](https://github.com/tmorin/plantuml-libs/commit/d15c411efefb97642b8d3b9183d5ab5bcd7f4a09)) * **docs:** add guide for upgrading the AWS package ([36e3b28](https://github.com/tmorin/plantuml-libs/commit/36e3b288607917136d5f097bb594872349bd3013)) * **docs:** add guidelines for upgrading npm dependencies and Copilot instructions ([c5c50cd](https://github.com/tmorin/plantuml-libs/commit/c5c50cd7a36fa81bfc2b7aab232312f2d68147a8)) * **docs:** add how-to guide for building a package using c4nord as an example ([809bec4](https://github.com/tmorin/plantuml-libs/commit/809bec4049902c527d1a642c826a1c5f9c43641a)) * **docs:** add note on processing time for AWS, Azure, and GCP package upgrades ([eff55f1](https://github.com/tmorin/plantuml-libs/commit/eff55f1b8830be44952585dcdacb406d0e55c5f9)) * **docs:** enhance GitHub Copilot instructions for plantuml-libs ([e09eb20](https://github.com/tmorin/plantuml-libs/commit/e09eb20254f7b1b19d70abf6d08e8ace5152bc2c)) * **gcp:** add upgrade guide and prompt for GCP package ([5f0b362](https://github.com/tmorin/plantuml-libs/commit/5f0b362e8df8a48066c5ba551d39e1e49bfa82aa)) * **skills:** consolidate AWS, Azure, and GCP package upgrading skills into a single SKILL.md file ([3537408](https://github.com/tmorin/plantuml-libs/commit/3537408b6a36bbc2ead3b03fa93d3e0ca69d2c6f)) * update CI configuration to use Node.js 20 for caching ([0158e78](https://github.com/tmorin/plantuml-libs/commit/0158e78d364d65eac63703323b86f6ef73ec012e)) ### Bug Fixes * **azure-23:** handle parentheses in icon filenames ([4f64239](https://github.com/tmorin/plantuml-libs/commit/4f6423993e4fc26c94e642dba6a0f284274d8212)) * **azure-23:** update Azure package reference from v20 to v23 in README ([d92b7a2](https://github.com/tmorin/plantuml-libs/commit/d92b7a2819c913508b6c26e7a0a292fe84d56b91)) * **azure-23:** update template and group references from azure-20 to azure-23 ([3d162a6](https://github.com/tmorin/plantuml-libs/commit/3d162a6c228f8626428cf2d7f56dfeb4a03e6013)) * **docs:** clarify instructions for renaming AWS and Azure package templates ([59da5b5](https://github.com/tmorin/plantuml-libs/commit/59da5b5f9ea5f1e5aa64f5f6eda1bc0df2d149b1)) * update [@typescript-eslint](https://github.com/typescript-eslint) packages to version 8.50.1 ([f36e2bc](https://github.com/tmorin/plantuml-libs/commit/f36e2bc31911430f9df0f39360e3daa5f1b3cce2)) * update node-fetch and @types/node-fetch dependencies ([7f139d7](https://github.com/tmorin/plantuml-libs/commit/7f139d781311ba36808cda2fd25b8b4bb09f969e)) ## [16.0.0](https://github.com/tmorin/plantuml-libs/compare/v15.0.3...v16.0.0) (2025-02-21) ### ⚠ BREAKING CHANGES * **aws-q1-2025:** the package `aws-q2-2024` has been removed from the distribution * **azure-20:** the package `azure-19` has been removed from the distribution * **simpleicons:** the package is `simpleicons-8` is removed from the distribution ### Features * **aws-q1-2025:** add the package in replacement of `aws-q2-2024` ([d5db9cd](https://github.com/tmorin/plantuml-libs/commit/d5db9cdf433c4b36594461f998cac821aa6c3667)) * **azure-20:** add the package in replacement of `azure-19` ([f24a4ae](https://github.com/tmorin/plantuml-libs/commit/f24a4aea937b7a8d1a2ac6399d0db867e5026661)) * **c4model:** refresh the package ([ddacf4c](https://github.com/tmorin/plantuml-libs/commit/ddacf4c4960cfb9bd89c22c89fac869f6611794a)) * **c4nord:** refresh the package ([b26baf9](https://github.com/tmorin/plantuml-libs/commit/b26baf9c25a4d5706da9942b71b4443cdfff60de)) * **gcp:** refresh the package ([555cb6a](https://github.com/tmorin/plantuml-libs/commit/555cb6ac54d6a1b7176c757989a0a6e2beb778c4)) * **simpleicons:** add the package in replacement of `simpleicons-8` ([0538e4d](https://github.com/tmorin/plantuml-libs/commit/0538e4d27605faddd552a8472a1b9bf8b1d4412c)) ### [15.0.3](https://github.com/tmorin/plantuml-libs/compare/v15.0.2...v15.0.3) (2025-02-07) ### [15.0.2](https://github.com/tmorin/plantuml-libs/compare/v15.0.1...v15.0.2) (2025-02-06) ### Bug Fixes * **ci:** upgrade outdated actions ([1b3895b](https://github.com/tmorin/plantuml-libs/commit/1b3895bf8fa6c211cab6d793c05db9dffd7b7138)) ### [15.0.1](https://github.com/tmorin/plantuml-libs/compare/v15.0.0...v15.0.1) (2025-02-04) ### Bug Fixes * icons are not loaded when using remote loader ([61670c8](https://github.com/tmorin/plantuml-libs/commit/61670c85ca5884750c500045e63ac188014824f8)) ## [15.0.0](https://github.com/tmorin/plantuml-libs/compare/v14.0.2...v15.0.0) (2024-09-29) ### ⚠ BREAKING CHANGES * **azure-19:** the package is `azure-17` is removed from the distribution * **aws-q2-2024:** the package is `aws-q1-2024` is removed from the distribution ### Features * **aws-q2-2024:** add the package in replacement of `aws-q1-2024` ([04e5523](https://github.com/tmorin/plantuml-libs/commit/04e5523c36431c340d02a93756dcc028a39b5b5f)) * **azure-19:** add the package in replacement of `azure-17` ([401b383](https://github.com/tmorin/plantuml-libs/commit/401b383e76bea94c0c66fa62cffa362da9f52528)) ### [14.0.2](https://github.com/tmorin/plantuml-libs/compare/v14.0.1...v14.0.2) (2024-02-25) ### Bug Fixes * **website:** fix eslint remarks ([c896d18](https://github.com/tmorin/plantuml-libs/commit/c896d18b71e6e7a10c705b6850066b8bb2f35492)) ### [14.0.1](https://github.com/tmorin/plantuml-libs/compare/v14.0.0...v14.0.1) (2024-02-25) ### Bug Fixes * **website:** fix ignore some Typescript checks ([dc1b5f2](https://github.com/tmorin/plantuml-libs/commit/dc1b5f246cc39fff40b7d37e3ad48f6ed7e8c711)) ## [14.0.0](https://github.com/tmorin/plantuml-libs/compare/v13.0.0...v14.0.0) (2024-02-25) ### ⚠ BREAKING CHANGES * **aws-q1-2024:** the package is `aws-q2-2023` is removed from the distribution ### Features * **aws-q1-2024:** add the package in replacement of `aws-q2-2023` ([99464a6](https://github.com/tmorin/plantuml-libs/commit/99464a64caac991bc489270db1d266d85f41c892)) * **aws-q1-2024:** refresh the package ([67b4bf8](https://github.com/tmorin/plantuml-libs/commit/67b4bf8b57330bcd456cc2d4a1023fd9e223191b)) * **fontawesome-6:** upgrade to 6.5.1 ([6b1b818](https://github.com/tmorin/plantuml-libs/commit/6b1b818b3de80a9603f837ec9e9e838c74bedaa2)) ## [13.0.0](https://github.com/tmorin/plantuml-libs/compare/v12.0.0...v13.0.0) (2023-10-14) ### ⚠ BREAKING CHANGES * **azure-11:** the package is `azure-11` is removed from the distribution ### Features * **azure-11:** remove the package ([7e46af0](https://github.com/tmorin/plantuml-libs/commit/7e46af049bc7b2c647fc1c31e704a7b73ad07199)) * **azure-17:** add the package ([878ae05](https://github.com/tmorin/plantuml-libs/commit/878ae05fa987289d0a7c68042504c5909cf4f232)) * **azure-17:** refresh the package ([34a6b79](https://github.com/tmorin/plantuml-libs/commit/34a6b79fbdf593b9977dc74771acc6ddbb562b7b)) * **gcp:** refresh the package ([19ddfec](https://github.com/tmorin/plantuml-libs/commit/19ddfecdf56b4cadb967a68373619a825f67be0a)) ## [12.0.0](https://github.com/tmorin/plantuml-libs/compare/v11.1.0...v12.0.0) (2023-05-30) ### ⚠ BREAKING CHANGES * **aws-q1-2023:** the package is `aws-q1-2023` is removed from the distribution ### Features * **aws-q1-2023:** remove the package ([d18ec5f](https://github.com/tmorin/plantuml-libs/commit/d18ec5f5360752d89df59feb0f4b9d445be90830)) * **aws-q2-2023:** add the package ([3f7c33f](https://github.com/tmorin/plantuml-libs/commit/3f7c33f37f9160752b4178cc20b9a137453e28f6)) * **simpleicons-8:** upgrade to 8.15.0 ([1ce0872](https://github.com/tmorin/plantuml-libs/commit/1ce0872e1700a30c06a8633c755f2fbb6ee87cd7)) ### Bug Fixes * force the sorting of the paths discovered with `glob` ([e93c644](https://github.com/tmorin/plantuml-libs/commit/e93c644fd1cdc9a65c333004423d81beec2c7a44)) ## [11.1.0](https://github.com/tmorin/plantuml-libs/compare/v11.0.0...v11.1.0) (2023-03-19) ### Features * add a new example for deployment diagram ([4421ff8](https://github.com/tmorin/plantuml-libs/commit/4421ff8b4cf95d8eb8664a511615225b2b80622d)) * add Kubernetes item for C4 Model ([c2a7091](https://github.com/tmorin/plantuml-libs/commit/c2a7091437d2d0838baf1ac079a11b750de8e37c)) * add the InfrastructureNode as Element and Boundary + add the DeploymentNode as Element ([7134f48](https://github.com/tmorin/plantuml-libs/commit/7134f487bde69a6aa30c0be5e891bd4b1c585c7d)) * add the Node stereotype ([424cf1c](https://github.com/tmorin/plantuml-libs/commit/424cf1c24f8c9b363947c528cfd0eaa662ad76dd)) * **aws-q1-2023:** refresh the package ([32f8e36](https://github.com/tmorin/plantuml-libs/commit/32f8e36b5d876ac009c6d551dd32b56fbafb05c2)) * **azure-11:** refresh the package ([4b1aec1](https://github.com/tmorin/plantuml-libs/commit/4b1aec16b6c4218167da86d83658241c42f1f829)) * **domainstorytelling:** refresh the package ([7ad4a6e](https://github.com/tmorin/plantuml-libs/commit/7ad4a6e6f6503320ba441333a447cd1e664d7b3b)) * **eip-1:** refresh the package ([0738bf2](https://github.com/tmorin/plantuml-libs/commit/0738bf299d24ccb0e11e096fcd4e9a04032abab3)) * **fontawesome-6:** refresh the package ([c50fed2](https://github.com/tmorin/plantuml-libs/commit/c50fed2d8a79f43b9bbc9beee05147ed7397e2af)) * **gcp:** refresh the package ([ef47dc4](https://github.com/tmorin/plantuml-libs/commit/ef47dc4718c822f4c01e491be94d3b124b4f15be)) * **homecloud-2:** refresh the package ([a92d903](https://github.com/tmorin/plantuml-libs/commit/a92d903c6a38efb609a215d9a394d533851eb698)) * **material:** refresh the package ([8b06305](https://github.com/tmorin/plantuml-libs/commit/8b063054bd68e38f94e30cf93b949f213b35e4f4)) * **simpleicons-8:** refresh the package ([d7c83ff](https://github.com/tmorin/plantuml-libs/commit/d7c83ff8f9b6b4776c1ab8bd07fd787df496d1d0)) ## [11.0.0](https://github.com/tmorin/plantuml-libs/compare/v10.1.0...v11.0.0) (2023-02-11) ### ⚠ BREAKING CHANGES * **aws-q3-2022:** the package is `aws-q3-2022` is removed from the distribution * **azure-11:** the package is `azure-6` is removed from the distribution * **simpleicons-8:** the package is `simpleicons-7` is removed from the distribution * **aws-q2-2022:** the package is `aws-q2-2022` is removed from the distribution ### Features * **aws-q1-2023:** add the package ([ed76797](https://github.com/tmorin/plantuml-libs/commit/ed767978bdea0f20533353755821f69df5337d51)) * **aws-q2-2022:** remove the package ([7acbcdd](https://github.com/tmorin/plantuml-libs/commit/7acbcdd2e5e494b6f424f8ffdc7564fa2de6e507)) * **aws-q3-2022:** remove the package ([3fea4ee](https://github.com/tmorin/plantuml-libs/commit/3fea4eefc21ca466ce30a6a58a411a39c6e1bbb9)) * **azure-11:** upgrade azure from v6 to v11 ([6a5fe7a](https://github.com/tmorin/plantuml-libs/commit/6a5fe7a15a37675bb0e2c20ab82aa00d39cfad6f)) * **fontawesome-6:** upgrade to 6.3.0 ([3e68b33](https://github.com/tmorin/plantuml-libs/commit/3e68b33e51ea31a5803d02340da0087aad113904)) * **gcp:** refresh the package ([58ecb2d](https://github.com/tmorin/plantuml-libs/commit/58ecb2d2a93cd86dd3dc3297d37417b66ea9bded)) * **simpleicons-8:** upgrade simpleicons from v7 to v8 ([58659c7](https://github.com/tmorin/plantuml-libs/commit/58659c79040d7e7e7b3cd3d25d8a9ab30faa063d)) ### Bug Fixes * a link is broken ([811eccc](https://github.com/tmorin/plantuml-libs/commit/811eccc6db32d5564a9a9b3710e8138856c1fbda)) ## [10.1.0](https://github.com/tmorin/plantuml-libs/compare/v10.0.0...v10.1.0) (2022-11-06) ### Features * **simpleicons-7:** refresh the package ([f31baab](https://github.com/tmorin/plantuml-libs/commit/f31baab7f7f1f275ee22ea6b0efd52ecfde1ca7e)) * **simpleicons-7:** upgrade the package (7.4.0 -> 7.19.0) ([d31077d](https://github.com/tmorin/plantuml-libs/commit/d31077d292433a723913d0235304b92e45ee0678)) ## [10.0.0](https://github.com/tmorin/plantuml-libs/compare/v9.5.0...v10.0.0) (2022-11-05) ### ⚠ BREAKING CHANGES * **aws-q1-2022:** the package is `aws-q1-2022` is removed from the distribution * **azure-4:** the package is `azure-4` is removed from the distribution ### Features * **aws-q1-2022:** remove the package ([f640dca](https://github.com/tmorin/plantuml-libs/commit/f640dcade9c29002510a1ebe13e6f1978688da1c)) * **aws-q3-2022:** add the package ([a478d00](https://github.com/tmorin/plantuml-libs/commit/a478d0066928a9183850dcf518d21f66e979d8b5)) * **aws-q3-2022:** refresh the package ([f296c4b](https://github.com/tmorin/plantuml-libs/commit/f296c4b0c448cbd0b8e37194075056e3276e476c)) * **azure-4:** remove the package ([e0ab66c](https://github.com/tmorin/plantuml-libs/commit/e0ab66c21064e9a9e10418de366c1f00dc3dc4e9)) ## [9.5.0](https://github.com/tmorin/plantuml-libs/compare/v9.4.4...v9.5.0) (2022-11-04) ### Features * **azure-4:** refresh the package ([afeefbf](https://github.com/tmorin/plantuml-libs/commit/afeefbfc3ea3a2ed619619ebc4fb178fad7f6c60)) * **azure-6:** add the package ([88c2ee3](https://github.com/tmorin/plantuml-libs/commit/88c2ee32d6d3546bb1d9fde6605e52bf60d5eead)) * **azure-6:** refresh the package ([b1405ed](https://github.com/tmorin/plantuml-libs/commit/b1405ed9d843557724293eebeba35348e6f25864)) ### [9.4.4](https://github.com/tmorin/plantuml-libs/compare/v9.4.3...v9.4.4) (2022-08-19) ### Bug Fixes * **website:** enable remaining packages ([274a384](https://github.com/tmorin/plantuml-libs/commit/274a384f770b28c931cae59f7bfb188b22805eec)) ### [9.4.3](https://github.com/tmorin/plantuml-libs/compare/v9.4.2...v9.4.3) (2022-08-19) ### Bug Fixes * **website:** fix the gTagId secret propagation in GitHub Action ([942d369](https://github.com/tmorin/plantuml-libs/commit/942d369fd0d5f13bd8cf5e780ce1741f435228c7)) ### [9.4.2](https://github.com/tmorin/plantuml-libs/compare/v9.4.1...v9.4.2) (2022-08-19) ### Bug Fixes * **website:** add tracking ([80d6600](https://github.com/tmorin/plantuml-libs/commit/80d66007fcee8ac1ebbf0c20e09b672ff8aaa62e)) ### [9.4.1](https://github.com/tmorin/plantuml-libs/compare/v9.4.0...v9.4.1) (2022-08-19) ### Bug Fixes * **website:** search doesn't load `/items.json` ([6d2b8dc](https://github.com/tmorin/plantuml-libs/commit/6d2b8dcbc5d4e78dd2cf45aae9dd5e3fb794dfa3)) ## [9.4.0](https://github.com/tmorin/plantuml-libs/compare/v9.3.0...v9.4.0) (2022-08-19) ### Features * **website:** add a search engine to quickly visualize and find elements ([21b06df](https://github.com/tmorin/plantuml-libs/commit/21b06df394f12d7d722c7d9cb3ea4d78f7ef45c2)) ### Bug Fixes * **website:** avoid the `index.html` filename within the Sitemap URLs ([bf8b0ac](https://github.com/tmorin/plantuml-libs/commit/bf8b0ac2f9b472e0cfb3e9d5f903088e78431b80)) * **website:** skip `**/*.{Local,Remote}.puml` resources ([d14a0d9](https://github.com/tmorin/plantuml-libs/commit/d14a0d9cb2f5179e37aa09a46514f217c7d4a616)) ## [9.3.0](https://github.com/tmorin/plantuml-libs/compare/v9.2.0...v9.3.0) (2022-08-18) ### Features * add GitHub pages ([932f5e8](https://github.com/tmorin/plantuml-libs/commit/932f5e86c63eddcc07ac6add88469b8ec60ed9c7)) * decrease the NPM package size removing Markdown files as well as `*.Local.*` and `*.Remote.*` entries ([0f637a0](https://github.com/tmorin/plantuml-libs/commit/0f637a03babbbba378d4894f03683e2a750de798)) ## [9.2.0](https://github.com/tmorin/plantuml-libs/compare/v9.1.0...v9.2.0) (2022-08-15) ### Features * add a unique file per package to load every in one call ;) ([c308bcc](https://github.com/tmorin/plantuml-libs/commit/c308bccdb99b3f1fa99fbdb65941f98d01fe90a6)) * add the full package loader ([66544f3](https://github.com/tmorin/plantuml-libs/commit/66544f3a413df72b8d99d377d1193318bacab013)) ## [9.1.0](https://github.com/tmorin/plantuml-libs/compare/v9.0.0...v9.1.0) (2022-08-05) ### Features * **aws-q1-2022:** add support for descriptions in items ([ec37ff9](https://github.com/tmorin/plantuml-libs/commit/ec37ff9fa27f7bb2c25b58504e2c011d8fa7a8b2)) * **aws-q2-2022:** add support for descriptions in items ([0545e20](https://github.com/tmorin/plantuml-libs/commit/0545e20abdfa80f625f6481030cd249b220de951)) * **azure-4:** add support for descriptions in items ([718138e](https://github.com/tmorin/plantuml-libs/commit/718138eaa49044c87bc20a4084df7ae1f75da3e6)) * **c4model:** add support for descriptions in items ([e80c6e5](https://github.com/tmorin/plantuml-libs/commit/e80c6e5566d4ff39e145d83c2797bc72c89d2d00)) * **c4nord:** add support for descriptions in items ([b59b74a](https://github.com/tmorin/plantuml-libs/commit/b59b74a87361af10aa184ae6848c00818e15099a)) * **domainstorytelling:** add support for descriptions in items ([c2f8b87](https://github.com/tmorin/plantuml-libs/commit/c2f8b878239e095502b1357bdaf7347121f4809e)) * **eip-1:** add support for descriptions in items ([291f7c7](https://github.com/tmorin/plantuml-libs/commit/291f7c7db5c51638d6722906339b19492c3ec316)) * **eventstorming:** add support for descriptions in items ([96f2962](https://github.com/tmorin/plantuml-libs/commit/96f2962ba63c3c5f77e5312d307af0b509a0ed10)) * **fontawesome-6:** add support for descriptions in items ([0c69ae6](https://github.com/tmorin/plantuml-libs/commit/0c69ae631f94b3de2ae4f5b10675552295775d39)) * **gcp:** add support for descriptions in items ([0785ab7](https://github.com/tmorin/plantuml-libs/commit/0785ab7e120e387005d591e6b572f5f284b90b86)) * **homecloud-2:** add support for descriptions in items ([9c4518a](https://github.com/tmorin/plantuml-libs/commit/9c4518a170c8f542ad6f0e5aa1639263829c910f)) * **material:** add support for descriptions in items ([5f94f7b](https://github.com/tmorin/plantuml-libs/commit/5f94f7b637476a144018f78b5d17d2f0452f06df)) * **simpleicons-7:** add support for descriptions in items ([ffecdcf](https://github.com/tmorin/plantuml-libs/commit/ffecdcfc623746a92cc3d882c6f929b8e6bbc8d3)) ## [9.0.0](https://github.com/tmorin/plantuml-libs/compare/v8.0.0...v9.0.0) (2022-07-16) ### ⚠ BREAKING CHANGES * **simpleicons-6:** the package is `simpleicons-6` is removed from the distribution ### Features * **simpleicons-6:** remove the package ([806d0ef](https://github.com/tmorin/plantuml-libs/commit/806d0efb30787c31c5d1a1d0f2de1967128fc12e)) * **simpleicons-7:** add the package ([0a284b2](https://github.com/tmorin/plantuml-libs/commit/0a284b27b057100380b4d6cd01635c589595cb86)) ## [8.0.0](https://github.com/tmorin/plantuml-libs/compare/v7.1.0...v8.0.0) (2022-07-16) ### ⚠ BREAKING CHANGES * **aws-q3-2021:** the package is `aws-q3-2021` is removed from the distribution ### Features * **aws-q2-2022:** add the package ([eed7307](https://github.com/tmorin/plantuml-libs/commit/eed73070f5c863adb8a6160135ecf82a083824a0)) * **aws-q3-2021:** remove the package ([3443221](https://github.com/tmorin/plantuml-libs/commit/344322191917e3ebba5bc90a3fafb3a0a7a89acf)) ## [7.1.0](https://github.com/tmorin/plantuml-libs/compare/v7.0.0...v7.1.0) (2022-04-01) ### Features * **aws-q1-2022:** add the package ([58d300b](https://github.com/tmorin/plantuml-libs/commit/58d300b4a68b495cd0d9120cb5372f76b8bdd5be)) * **fontawesome-6:** upgrade to 6.1.1 ([00d260a](https://github.com/tmorin/plantuml-libs/commit/00d260af1711d335053329ded2542bc673e0b8f0)) * **simpleicons-6:** upgrade to 6.16.0 ([ed45aad](https://github.com/tmorin/plantuml-libs/commit/ed45aad679e783b5a79354a6ac5a2d0c681f9c01)) ## [7.0.0](https://github.com/tmorin/plantuml-libs/compare/v6.4.0...v7.0.0) (2022-02-16) ### ⚠ BREAKING CHANGES * **fontawesome-5:** the package is `fontawesome-5` is removed from the distribution * **simpleicons-5:** the package is `simpleicons-5` is removed from the distribution * **aws-20210730:** the package is `aws-20210730` is removed from the distribution ### Features * **aws-20210730:** remove the package ([994db04](https://github.com/tmorin/plantuml-libs/commit/994db04778d10829eea7cf0917e8da6bce05d804)) * **fontawesome-5:** remove the package ([abe442f](https://github.com/tmorin/plantuml-libs/commit/abe442fc91962279bf8fc9329727201cf120bdcc)) * **fontawesome-6:** add the package ([93d9898](https://github.com/tmorin/plantuml-libs/commit/93d9898e9821ccf3c107d3988befcb85ee8220bf)) * **simpleicons-5:** remove the package ([b6dc455](https://github.com/tmorin/plantuml-libs/commit/b6dc4553c9c623be1412590ea37fd7e3ac2e61c6)) * **simpleicons-6:** add the package ([9c65bb4](https://github.com/tmorin/plantuml-libs/commit/9c65bb48697a38623db5fcb5bedfe87fdd91afcc)) ## [6.4.0](https://github.com/tmorin/plantuml-libs/compare/v6.3.0...v6.4.0) (2021-12-20) ### Features * **eip-1:** upgrade to 1.2.0 ([235c57c](https://github.com/tmorin/plantuml-libs/commit/235c57ca7497ad798b11a65e0baf8f0d2085d296)) ## [6.3.0](https://github.com/tmorin/plantuml-libs/compare/v6.2.0...v6.3.0) (2021-12-11) ### Features * **aws-20210730:** refresh the package ([f8bc746](https://github.com/tmorin/plantuml-libs/commit/f8bc7463cce91654c63b07c00572cebfaf088190)) * **aws-q3-2021:** refresh the package ([8e11bf5](https://github.com/tmorin/plantuml-libs/commit/8e11bf53613487d23085a099b72727395354e360)) * **azure-4:** refresh the package ([42b7e9a](https://github.com/tmorin/plantuml-libs/commit/42b7e9af20794f1ff56aab689a64fc0c7c8bf86a)) * **c4model:** refresh the package ([1e1d35a](https://github.com/tmorin/plantuml-libs/commit/1e1d35a6b21de931e40040084b4269b4ad984bfc)) * **c4nord:** refresh the package ([419ecf2](https://github.com/tmorin/plantuml-libs/commit/419ecf2e0c8eb31b2915b9cce435ba4bae3bea47)) * **domainstorytelling:** refresh the package ([1a4efdd](https://github.com/tmorin/plantuml-libs/commit/1a4efdd4a058c23efb809b4afd39b605a8bb4b35)) * **eip-1:** refresh the package ([0a6a3a9](https://github.com/tmorin/plantuml-libs/commit/0a6a3a9753aa602a35783fb04941164e3b774334)) * **fontawesome-5:** refresh the package ([9b7dea3](https://github.com/tmorin/plantuml-libs/commit/9b7dea3cbafbdebe4f0179cf169e0e137cdd89b0)) * **gcp:** refresh the package ([76dc3db](https://github.com/tmorin/plantuml-libs/commit/76dc3dba8f9372c4b8d343a83163d7d73c27ca45)) * **homecloud-2:** refresh the package ([ab2b810](https://github.com/tmorin/plantuml-libs/commit/ab2b810e71c5f84e64706a8309e1f06d17bc00c8)) * **material:** refresh the package ([fbdf325](https://github.com/tmorin/plantuml-libs/commit/fbdf3251c134b564c020375f1ef04cb6fd798ff8)) * **simpleicons-5:** refresh the package ([508ef79](https://github.com/tmorin/plantuml-libs/commit/508ef794388058442cf4caf6d8ee02c8e9bf956a)) ### Bug Fixes * switch the color `none` to `transparent` because according to the context, sine PlantUML `1.2021.13`, the color `none` leads to NullPointerException in PlantUML ([169bf68](https://github.com/tmorin/plantuml-libs/commit/169bf685225ebf0dd7272f843226035c68cc3e6a)) ## [6.2.0](https://github.com/tmorin/plantuml-libs/compare/v6.1.1...v6.2.0) (2021-12-06) ### Features * **eip-1:** add new items for the Message Construction module + increase size about some existing items ([470e6c1](https://github.com/tmorin/plantuml-libs/commit/470e6c16c936a75a1902cfbffc8d6777c2c9780f)) ### [6.1.1](https://github.com/tmorin/plantuml-libs/compare/v6.1.0...v6.1.1) (2021-12-04) ### Bug Fixes * downgrade the PlantUML version to 1.2021.13 ([d62ace0](https://github.com/tmorin/plantuml-libs/commit/d62ace07297ab4765f4f3086b34e4749e382dc4e)) ## [6.1.0](https://github.com/tmorin/plantuml-libs/compare/v6.0.1...v6.1.0) (2021-12-03) ### Features * upgrade the PlantUML version to 1.2021.15 ([1a4a635](https://github.com/tmorin/plantuml-libs/commit/1a4a635fab904dbc4e7ae81cfb1087bde727d6c3)) ### [6.0.1](https://github.com/tmorin/plantuml-libs/compare/v6.0.0...v6.0.1) (2021-11-26) ### Bug Fixes * the remote URL must be `https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution` ([9ea8aec](https://github.com/tmorin/plantuml-libs/commit/9ea8aec0b4ecc43755f424812788aa913bc51750)), closes [#17](https://github.com/tmorin/plantuml-libs/issues/17) ## [6.0.0](https://github.com/tmorin/plantuml-libs/compare/v5.3.0...v6.0.0) (2021-11-16) ### ⚠ BREAKING CHANGES * **aws-20210131:** `aws-20210131` has been deleted ### Features * **simpleicons-5:** upgrade to 5.23.0 ([e0a5010](https://github.com/tmorin/plantuml-libs/commit/e0a5010f4651a79ad9463b99a1733c6ccfbd40ad)) * **aws-20210131:** remove the package ([f3c3bbd](https://github.com/tmorin/plantuml-libs/commit/f3c3bbd44a5073d82fdf2ec3b311504af137893f)) ## [5.3.0](https://github.com/tmorin/plantuml-libs/compare/v5.2.0...v5.3.0) (2021-11-16) ### Features * **domainstorytelling:** add the package ([093abbd](https://github.com/tmorin/plantuml-libs/commit/093abbd2e6e47cf899f5d675f518c3ea6a83ee8e)) ## [5.2.0](https://github.com/tmorin/plantuml-libs/compare/v5.1.0...v5.2.0) (2021-10-15) ### Features * **c4model:** review color palette ([9d301ac](https://github.com/tmorin/plantuml-libs/commit/9d301ac0253cfd4268787fc9ba3b62e77ffb398c)) * **c4nord:** add new C4 Model flavor with Nord Theme ([fd365da](https://github.com/tmorin/plantuml-libs/commit/fd365daedfd75173b8d36354b30728233c1cd9dc)) ## [5.1.0](https://github.com/tmorin/plantuml-libs/compare/v5.0.0...v5.1.0) (2021-10-14) ### Features * **homecloud-2:** review content for container ([b07ea86](https://github.com/tmorin/plantuml-libs/commit/b07ea8691f217917a347fa0f0d7702f696a9320f)) ## [5.0.0](https://github.com/tmorin/plantuml-libs/compare/v4.5.1...v5.0.0) (2021-10-13) ### ⚠ BREAKING CHANGES * **homecloud-2:** `homecloud-1` has been deleted ### Features * **homecloud-2:** add the package ([85bbdcf](https://github.com/tmorin/plantuml-libs/commit/85bbdcf673756aa2250f6421921260dc3c61e480)) ### [4.5.1](https://github.com/tmorin/plantuml-libs/compare/v4.5.0...v4.5.1) (2021-10-01) ### Bug Fixes * **homecloud-1:** the Nord constants were wrong ([38068e1](https://github.com/tmorin/plantuml-libs/commit/38068e1f85dfcf0b6e5b968866a11cca5e344982)) ## [4.5.0](https://github.com/tmorin/plantuml-libs/compare/v4.4.0...v4.5.0) (2021-09-25) ### Features * **aws-20210131:** refresh the package ([8492536](https://github.com/tmorin/plantuml-libs/commit/8492536832ed03b753b270d8a4824d74059c4126)) * **aws-20210730:** refresh the package ([bf12107](https://github.com/tmorin/plantuml-libs/commit/bf12107a46c608e0f8a708b210d6a3ec0202609b)) * **azure-4:** refresh the package ([005a68e](https://github.com/tmorin/plantuml-libs/commit/005a68ed8326baba8deb8d65897690bd56570e36)) * **c4model:** refresh the package ([1805839](https://github.com/tmorin/plantuml-libs/commit/180583972ec956b4d58f8a9341676e3a02d9d683)) * **eip-1:** refresh the package ([fda08dc](https://github.com/tmorin/plantuml-libs/commit/fda08dcb882cf284084d85530be811f22f7fa17a)) * **fontawesome-5:** refresh the package ([1836c51](https://github.com/tmorin/plantuml-libs/commit/1836c51b5edc1f90b7ebafa33e9fc872f5870536)) * **gcp:** refresh the package ([bfc35f8](https://github.com/tmorin/plantuml-libs/commit/bfc35f89020d493a161eb18a0c56ef440f1a6e70)) * **homecloud-1:** refresh the package ([84f7679](https://github.com/tmorin/plantuml-libs/commit/84f76794485239be44bc0a1f0b8c3fef7d76c3ba)) * increase the size of some texts and sprites ([aaba1d8](https://github.com/tmorin/plantuml-libs/commit/aaba1d810da904a5792b49ae0965f18d7c8ac83e)) * **material:** refresh the package ([26db0e9](https://github.com/tmorin/plantuml-libs/commit/26db0e9264737cf938823609fdde3dc36f8c232b)) * **simpleicons-5:** refresh the package ([7edf5ce](https://github.com/tmorin/plantuml-libs/commit/7edf5ceb37ee4c8ceac2a5fdb3ec55d75b50dcbc)) ## [4.4.0](https://github.com/tmorin/plantuml-libs/compare/v4.3.1...v4.4.0) (2021-09-16) ### Features * **aws-20210730:** add the package ([844bf15](https://github.com/tmorin/plantuml-libs/commit/844bf15a91cca3aed147b3f7c30c40d95e72d048)) ### [4.3.1](https://github.com/tmorin/plantuml-libs/compare/v4.3.0...v4.3.1) (2021-09-15) ### Bug Fixes * **aws-20210131:** refresh the package ([3b347a6](https://github.com/tmorin/plantuml-libs/commit/3b347a6a9fe02266a84e10d881f1597c2c64d8cc)) * **azure-4:** refresh the package ([416aa3f](https://github.com/tmorin/plantuml-libs/commit/416aa3f5cbb84960dc65450ec4d75ee73b426b4c)) * **c4model:** refresh the package ([c8609d6](https://github.com/tmorin/plantuml-libs/commit/c8609d68caa5814f07d1103a233b4eec42196e05)) * **eip-1:** refresh the package ([ee89cdb](https://github.com/tmorin/plantuml-libs/commit/ee89cdbf9daad3f698069bb7e0494ded137aaedd)) * **fontawesome-5:** refresh the package ([9ccfefe](https://github.com/tmorin/plantuml-libs/commit/9ccfefecf4fa7fb9f295d9e70441733d3c3ef384)) * **gcp:** refresh the package ([c9868ca](https://github.com/tmorin/plantuml-libs/commit/c9868ca463535e68389887cf22eef67dacdb3044)) * **homecloud-1:** refresh the package ([2453e86](https://github.com/tmorin/plantuml-libs/commit/2453e86a9cfa30a3c3ed7edf78dcaa3ea5232b6c)) * **material:** refresh the package ([665ca35](https://github.com/tmorin/plantuml-libs/commit/665ca3536e7c907169eb86c2dd635a17012daa84)) * **simpleicons-5:** refresh the package ([e49877a](https://github.com/tmorin/plantuml-libs/commit/e49877a6e68e3a6600b817cbd5ff6ce361814a1d)) ## [4.3.0](https://github.com/tmorin/plantuml-libs/compare/v4.2.0...v4.3.0) (2021-08-31) ### Features * **simpleicons-5:** upgrade to 5.12.0 ([578686a](https://github.com/tmorin/plantuml-libs/commit/578686ad7d3f59d633225da3a4099fcf470cc57c)) ## [4.2.0](https://github.com/tmorin/plantuml-libs/compare/v4.1.0...v4.2.0) (2021-08-07) ### Features * **fontawesome-5:** upgrade to 5.15.4 ([0b29941](https://github.com/tmorin/plantuml-libs/commit/0b299414e002e953d112c385056daa0bd651f211)) * **simpleicons-5:** upgrade to 5.8.1 ([d8e48df](https://github.com/tmorin/plantuml-libs/commit/d8e48dfd339353933a97781d32cf125f5a288439)) ## [4.1.0](https://github.com/tmorin/plantuml-libs/compare/v4.0.0...v4.1.0) (2021-07-18) ### Features * **simpleicons-5:** upgrade to 5.7.0 ([2bcbc71](https://github.com/tmorin/plantuml-libs/commit/2bcbc710cede7335963c681bec3eec622a72ad04)) ## [4.0.0](https://github.com/tmorin/plantuml-libs/compare/v3.1.0...v4.0.0) (2021-07-15) ### ⚠ BREAKING CHANGES * `aws-20200430`, `aws-20200911`, `azure-v2` and `simpleicons-5` have been deleted * `eip` has been renamed to `eip-1` * `fontawesome-5.15` has been renamed to `fontawesome-5` * `homecloud` has been renamed to `homecloud-1` * `material.0` has been renamed to `material` ### Features * **azure-4:** add the package ([f1d466f](https://github.com/tmorin/plantuml-libs/commit/f1d466fcb5eae5dce45d90ed6f5467c76829c645)) * **eip-1:** add the package ([c9d42be](https://github.com/tmorin/plantuml-libs/commit/c9d42bee0d4af3d1c5d3f40c8d9a746d2146316e)) * **fontawesome-5:** add the package ([376373b](https://github.com/tmorin/plantuml-libs/commit/376373bf224a309d7216fe0f895ddb2835a368ea)) * **gdiag:** add the command ([32ebf50](https://github.com/tmorin/plantuml-libs/commit/32ebf50defe739058ebf0feb5ccef6a4e2461bda)) * **homecloud-1:** add the package ([753e9df](https://github.com/tmorin/plantuml-libs/commit/753e9df66731960ea75275e151613f266768c09b)) * integrate plantuml-generator and cleanup existing packages ([d063da4](https://github.com/tmorin/plantuml-libs/commit/d063da45bd21c4525d1535652c35f46d1cee4fea)) * **simpleicons-5:** add the package ([869bc19](https://github.com/tmorin/plantuml-libs/commit/869bc1917cda9bb695fe6dd8efd057093131c155)) ### Bug Fixes * **aws-20210131:** refresh the package ([41f244a](https://github.com/tmorin/plantuml-libs/commit/41f244abfa1be364398fd98b2d2acf64c3ba4b82)) * **c4model:** refresh the package ([5dc926f](https://github.com/tmorin/plantuml-libs/commit/5dc926f9b921b14f888be7018daabbe8f5e4ee19)) * **eventstorming:** refresh the package ([d4be4bd](https://github.com/tmorin/plantuml-libs/commit/d4be4bd9fc252d26ef3edff0da92829d0de37c6f)) * **gcp:** refresh the package ([c03ff61](https://github.com/tmorin/plantuml-libs/commit/c03ff6185d3f18e95531fe4bdd27d011fe14e179)) * **gcp:** refresh the package ([f6ea128](https://github.com/tmorin/plantuml-libs/commit/f6ea1282df224f4c1b863f80d0ea82a301abbf0f)) * **material:** refresh the package ([adaa063](https://github.com/tmorin/plantuml-libs/commit/adaa063dd3d491145e8f07281168e13d9a66b52f)) * **simpleicons-5:** refresh the package ([5f1e69f](https://github.com/tmorin/plantuml-libs/commit/5f1e69f3c12389a40c8870bb2fefc36267c0b8a1)) ## [3.1.0](https://github.com/tmorin/plantuml-libs/compare/v3.0.0...v3.1.0) (2021-04-30) ### Features * **aws-20210131:** import some legacy icons as additional entries ([ad30cef](https://github.com/tmorin/plantuml-libs/commit/ad30cefc0085f81cf4a8e6d22c476c24f4910ad5)) ## [3.0.0](https://github.com/tmorin/plantuml-libs/compare/v2.13.0...v3.0.0) (2021-04-29) ### ⚠ BREAKING CHANGES * now icon elements don't have any more a default names ### Features * some procedure parameters, like `name`, should be by default empty ([b37dfda](https://github.com/tmorin/plantuml-libs/commit/b37dfda15a7aec76de6844048804371fcd40ce48)) * **eip:** add MessageReturnAddress and Endpoint ([d933de3](https://github.com/tmorin/plantuml-libs/commit/d933de3f77f43f4222c2c54e87239268ccb9c2a5)) ### Bug Fixes * **aws-20200430:** refresh the package ([b39432f](https://github.com/tmorin/plantuml-libs/commit/b39432fe6167e275ddbbc4aaf1d43f0eea6a32c6)) * **aws-20200911:** refresh the package ([31ca72b](https://github.com/tmorin/plantuml-libs/commit/31ca72b4db6406b5cd1f958715a52129654d94fa)) * **aws-20210131:** refresh the package ([d11df00](https://github.com/tmorin/plantuml-libs/commit/d11df008899b4287dd65e30c0a0f630e4a158e76)) * **azure-v2:** refresh the package ([ca5b0ad](https://github.com/tmorin/plantuml-libs/commit/ca5b0ad78aa5be289062e65a637a7086d21fca31)) * **c4model:** refresh the package ([bab8c32](https://github.com/tmorin/plantuml-libs/commit/bab8c321b1fda060e39d27267ad9e4ad8ed78fc8)) * **eip:** refresh the package ([b9100e7](https://github.com/tmorin/plantuml-libs/commit/b9100e7697d216d5afb78995ff41ed33cbcf2bff)) * **eventstorming:** refresh the package ([5cfb3b8](https://github.com/tmorin/plantuml-libs/commit/5cfb3b8117f04029afe7a0caa0e136b9fd0cc63e)) * **fontawesome-5.15:** refresh the package ([4e2d090](https://github.com/tmorin/plantuml-libs/commit/4e2d090a1bdb8c7083b08122460a389600e5c1b8)) * **gcp:** refresh the package ([bb8bb96](https://github.com/tmorin/plantuml-libs/commit/bb8bb96a2a5b2f262e731eefb7403ebdf66fa2d9)) * **homecloud:** refresh the package ([9abd5b0](https://github.com/tmorin/plantuml-libs/commit/9abd5b00b726435d2ab13531f8203a8aa0eba58c)) * **material.0:** refresh the package ([2669554](https://github.com/tmorin/plantuml-libs/commit/266955474177b7e29eef4add3d4bdc4c2291e051)) * **simpleicons-4:** refresh the package ([6c921d7](https://github.com/tmorin/plantuml-libs/commit/6c921d7616b8645f73e7405032205e5e7630a010)) ## [2.13.0](https://github.com/tmorin/plantuml-libs/compare/v2.12.0...v2.13.0) (2021-04-27) ### Features * **eip:** add package ([62e0bc7](https://github.com/tmorin/plantuml-libs/commit/62e0bc73f69b71cabe18c4e6635ba251f930f43e)) * **fontawesome-5.15:** upgrade to 5.15.3 ([ccc8450](https://github.com/tmorin/plantuml-libs/commit/ccc84507a5b6f1e6f7c84c388aeb5fa2e7624a0b)) * **simpleicons-4:** upgrade to 4.21.0 ([1d6ffee](https://github.com/tmorin/plantuml-libs/commit/1d6ffeeff6daeec3c74a82b72da09c3205c62b63)) ### Bug Fixes * **c4model:** refresh the package ([5c369da](https://github.com/tmorin/plantuml-libs/commit/5c369dadd4e579f702f8910f81194b73bf781ad5)) * **eventstorming:** refresh the package ([6d2a0a9](https://github.com/tmorin/plantuml-libs/commit/6d2a0a9ae0fc9409d38920e2aa0e7b9dd4a25276)) ## [2.12.0](https://github.com/tmorin/plantuml-libs/compare/v2.11.0...v2.12.0) (2021-04-01) ### Features * upgrade PlantUML to 1.2021.3 ([3df56d3](https://github.com/tmorin/plantuml-libs/commit/3df56d34550b43095b6792e2fb2cbdde5bb7f821)) ## [2.11.0](https://github.com/tmorin/plantuml-libs/compare/v2.10.0...v2.11.0) (2021-04-01) ### Features * **aws-20210131:** add the latest release of AWS icons ([0439492](https://github.com/tmorin/plantuml-libs/commit/0439492b5625ff964b7eb61a766dbc2734bcee1d)) ## [2.10.0](https://github.com/tmorin/plantuml-libs/compare/v2.9.0...v2.10.0) (2021-03-29) ### Features * **simpleicons-4:** upgrade to 4.17.0 ([57a61ee](https://github.com/tmorin/plantuml-libs/commit/57a61ee724c5db751af33d1a9be6468ee05891fc)) ## [2.9.0](https://github.com/tmorin/plantuml-libs/compare/v2.8.0...v2.9.0) (2021-03-25) ### Features * **simpleicons-4:** upgrade to 4.16.0 ([d6b2ab6](https://github.com/tmorin/plantuml-libs/commit/d6b2ab6ed74b919d5465351ed205874197816d5b)) * generate package on GitHub Action ([6a3c926](https://github.com/tmorin/plantuml-libs/commit/6a3c926489d7e8347a9e9a8eb0ec573a3a5b4c56)) ## [2.8.0](https://github.com/tmorin/plantuml-libs/compare/v2.7.0...v2.8.0) (2021-02-16) ### Features * **simpleicons-4:** upgrade to simpleicons-4.11.0 ([3b2f9e2](https://github.com/tmorin/plantuml-libs/commit/3b2f9e2b06f3aea72e63ef5bbc85006440879352)) ## [2.7.0](https://github.com/tmorin/plantuml-libs/compare/v2.6.0...v2.7.0) (2021-01-29) ### Features * **c4model:** add the element ExternalContainer ([08f6c3b](https://github.com/tmorin/plantuml-libs/commit/08f6c3b5ab3d5f4c7269c839b138a0ef439c24fa)) * **simpleicons-4:** upgrade to simpleicons-4.8.0 ([2a701c7](https://github.com/tmorin/plantuml-libs/commit/2a701c7891a5a10706d7b90357880816a6562c0a)) ## [2.6.0](https://github.com/tmorin/plantuml-libs/compare/v2.5.0...v2.6.0) (2021-01-23) ### Features * **gcp:** add the package ([d986bfa](https://github.com/tmorin/plantuml-libs/commit/d986bfa340b7109f3554533a5bee4df69f82e872)) ## [2.5.0](https://github.com/tmorin/plantuml-libs/compare/v2.4.0...v2.5.0) (2021-01-23) ### Features * **simpleicons-4:** upgrade to simpleicons-4.7.0 ([c018707](https://github.com/tmorin/plantuml-libs/commit/c018707cecef9705da151bbfece4559f66ba6706)) * **simpleicons-4.1:** add the package ([c0d8fc7](https://github.com/tmorin/plantuml-libs/commit/c0d8fc7164af187b08e18cc035b5fe62eb204873)) ## [2.4.0](https://github.com/tmorin/plantuml-libs/compare/v2.3.0...v2.4.0) (2020-12-07) ### Features * integrate the Nord Theme ([ffdfa60](https://github.com/tmorin/plantuml-libs/commit/ffdfa60613ce3d775c43bede80aaf3b5abf1e57e)) ### Bug Fixes * the title's colors are hardcoded ... very bad ([7e9a6d5](https://github.com/tmorin/plantuml-libs/commit/7e9a6d5afb3d9df306000249e50a43f2340687f4)) ## [2.3.0](https://github.com/tmorin/plantuml-libs/compare/v2.2.0...v2.3.0) (2020-12-05) ### Features * **homecloud:** change brand/dnas, add container/service, adapt container/volume ([f8bca30](https://github.com/tmorin/plantuml-libs/commit/f8bca302d64d79a06485747000d267adec455325)) ### Bug Fixes * **documentation:** rephrase part of the library documentation ([3b7e6e6](https://github.com/tmorin/plantuml-libs/commit/3b7e6e61ec31e1e18bc623875242e972e71e6c5f)) ## [2.2.0](https://github.com/tmorin/plantuml-libs/compare/v2.1.0...v2.2.0) (2020-12-02) ### Features * adapt the Relationship style ([6fbe1e9](https://github.com/tmorin/plantuml-libs/commit/6fbe1e9aacf79585edfa29f8d682902ea3ff5333)) * **c4model:** adapt the elements' font size ([9959ba7](https://github.com/tmorin/plantuml-libs/commit/9959ba738db71cf09f52617b165fc96b39faec09)) * **fontawesome-5.15:** add the package ([1a1bc17](https://github.com/tmorin/plantuml-libs/commit/1a1bc17eb69ad9217ad44938165a10281e524c47)) * **homecloud:** add the backup element ([7dc7641](https://github.com/tmorin/plantuml-libs/commit/7dc7641b660a17d87843b8d60d9e9019b79d4808)) * **homecloud:** refactor elements, remove groups, add new brands ([67a7331](https://github.com/tmorin/plantuml-libs/commit/67a73311e1aab58a5e2a3fe73c9d1e6578ee973e)) ### Bug Fixes * **homecloud:** adapt homecloud example ([a66c85b](https://github.com/tmorin/plantuml-libs/commit/a66c85bccc67aa0ad01c273b8305609ab04460f3)) ## [2.1.0](https://github.com/tmorin/plantuml-libs/compare/v2.0.5...v2.1.0) (2020-11-28) ### Features * add new element for the homecloud package ([c9feec1](https://github.com/tmorin/plantuml-libs/commit/c9feec1a4a53021451998b6d1b4ff8069f400adb)) ### [2.0.5](https://github.com/tmorin/plantuml-libs/compare/v2.0.4...v2.0.5) (2020-11-28) ### Bug Fixes * remote load doesn't work (bis) ([0febe80](https://github.com/tmorin/plantuml-libs/commit/0febe80d3c3d71ddb75e148e9df2d1a36d9ca89c)) ### [2.0.4](https://github.com/tmorin/plantuml-libs/compare/v2.0.3...v2.0.4) (2020-11-28) ### Bug Fixes * remote load doesn't work ([d82dd0e](https://github.com/tmorin/plantuml-libs/commit/d82dd0e01725882cefa43e231063bf8241197586)) ### [2.0.3](https://github.com/tmorin/plantuml-libs/compare/v2.0.2...v2.0.3) (2020-11-27) ### Bug Fixes * documentation was wrong about boostrap snippets ([c45ac3f](https://github.com/tmorin/plantuml-libs/commit/c45ac3f4cfdec27a917bb7384933a6e7200dc747)) * some creole features are no more supported with recent plantuml versions ([4ebfa71](https://github.com/tmorin/plantuml-libs/commit/4ebfa71d0ae6e8383bbd3085b5649caa4d932e94)) * some examples fail with recent plantuml versions ([0d84c9c](https://github.com/tmorin/plantuml-libs/commit/0d84c9cb41f65b34a33f57156d1325450dec6e1c)) ### [2.0.2](https://github.com/tmorin/plantuml-libs/compare/v2.0.1...v2.0.2) (2020-11-05) ### Bug Fixes * for the JVM, turning off the optimization compiler ([a951cda](https://github.com/tmorin/plantuml-libs/commit/a951cdac1b70768b75c2842a30e40663993ded76)) * packages cannot be used remotely ([ae2bc45](https://github.com/tmorin/plantuml-libs/commit/ae2bc45f49146dae06c019a604a6901e377f8bdf)) ### [2.0.1](https://github.com/tmorin/plantuml-libs/compare/v2.0.0...v2.0.1) (2020-10-31) ### Bug Fixes * some diagrams are hard to read, font sizes are too small ([439ed80](https://github.com/tmorin/plantuml-libs/commit/439ed8094674f9be7ffe7f3e287cd339722baacb)) ## [2.0.0](https://github.com/tmorin/plantuml-libs/compare/v1.1.2...v2.0.0) (2020-10-29) ### ⚠ BREAKING CHANGES * full refactoring ### Features * rewrite the binaries and the PlantUML library ([e5b889c](https://github.com/tmorin/plantuml-libs/commit/e5b889c0f7a1794ef5f1ccaface5c69062593cf9)) ### Bug Fixes * **aws-20200430:** fix branch name ([289c006](https://github.com/tmorin/plantuml-libs/commit/289c00609805dd6010f070112f74eac239e9aada)) ### [1.1.2](https://github.com/tmorin/plantuml-libs/compare/v1.1.1...v1.1.2) (2020-10-16) ### Bug Fixes * description fails to render when multilines ([0353726]