capellambse v0.5.42
New features
- diagram_cache: Add a flag to refresh diagrams before export by @Wuestengecko (a4820a0)
Bug fixes
- diagram: Fix default styling of
PhysicalComponent
by @ewuerger (3466c00) - diagram: Fix symbols of Human and Functions by @ewuerger (55e8cfa)
- diagram: Ignore UNSET nature in PhysicalComponent style classes by @ewuerger (b9f13e2)
- model: Change
LiteralNumericValue.value
to a string field by @Wuestengecko (0329cdb) - model: Use a two-element list for BooleanType.literals by @Wuestengecko (b9c4791)
- svg: Add handling for rotation to text inside a rectangle by @ewuerger (587d857)
Build system changes
- Update supported Python versions by @Wuestengecko (98c243a)
CI/CD changes
- Switch to commitlint by @Wuestengecko (9993dcc)
Unit test changes
- Fix tests using wrong assumptions by @Wuestengecko (b3a0738)
Code refactorings
- diagram_cache: Don't initialize the cache handler twice by @Wuestengecko (c0ef227)
- svg: Factor out common code for PhysicalComponent symbols by @freshavocado7 (725adde)