Releases: SwedbankPay/kramdown-plantuml
Releases · SwedbankPay/kramdown-plantuml
1.3.3
#106 modifies how PlantUML injects itself in the Kramdown process from plain monkey patching to using a module and prepending it into the class hierarchy. This should improve compatibility with Middleman.
1.3.2
#91 changes the Jekyll integration from using its destination
to its source
directory as the base directory in which to look for themes, massively simplifying the Jekyll integration and hopefully eviscerating some bugs in the process.
1.3.1
#85 adds back support for PlantUML diagrams in posts
as well as pages
.
1.3.0
#83 adds the scale
configuration option.
1.2.0
#79 makes the width
, height
and style
of the produced SVG diagram configurable.
1.1.13
#78 removes a leftover puts
statement. 🤦🏼
1.1.12
#77 ensures that only the Jekyll needle is replaced in the page output.
1.1.11
#76 fixes when the :plantuml
key in options
is nil
.
1.1.10
#75 fixes a bug where setting a key on a nil
hash will cause a NoMethodError
.
1.1.9
#74 switches from :site:post_render
to :site:post_write
so the PlantUML theme can be written to disk by Jekyll before PlantUML starts looking for it.