Releases: SwedbankPay/kramdown-plantuml
Releases · SwedbankPay/kramdown-plantuml
1.1.8
#73 fixes even more stuff. 😬
1.1.7
#72 fixes a NoMethodError
when page.output
in Jekyll is nil
.
1.1.6
#71 introduces the raise_errors
configuration key so error raising can be disabled and also plugs a few holes that were causing errors to occur.
1.1.5
#69 hooks into Jekyll if it can be discovered and postpones PlantUML conversion until after assets have been written to disk.
1.1.4
#65 improves handling of non-existent themes (which currently only causes PlantUML to throw a pretty non-descriptive NullPointerException
).
1.1.3
#64 fixes theming by properly symbolizing keys in the options hash
1.1.1
#61 makes PlantUML diagrams themeable by providing a way to globally configure a theme.
1.0.5
#25 introduces the following changes:
- Gets rid of the locally committed
plantuml.jar
file and install it with Maven during build instead, bumping its version from 1.2020.5
to 1.2020.18
. This will allow Dependabot to provide pull requests for new versions of PlantUML as they are released.
- Suppresses some warnings caused by a bug in Java on macOS Catalina.
- Sets up RuboCop and fixes some of the issues it points out.
- Sets up Codecov (fixes #14).
1.0.4
Cleans up the output of the PlantUML diagram (removes XML prologue) and adds a class="plantuml"
to the output so it is easier to style.