Skip to content

Releases: SwedbankPay/kramdown-plantuml

1.3.3

19 Jul 20:24
96700f9
Compare
Choose a tag to compare

#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

13 Dec 15:25
7421798
Compare
Choose a tag to compare

#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

19 Nov 15:07
4d8191a
Compare
Choose a tag to compare

#85 adds back support for PlantUML diagrams in posts as well as pages.

1.3.0

18 Nov 23:50
5b73a67
Compare
Choose a tag to compare

#83 adds the scale configuration option.

1.2.0

15 Nov 23:17
458b401
Compare
Choose a tag to compare

#79 makes the width, height and style of the produced SVG diagram configurable.

1.1.13

05 Nov 14:23
42eb9f3
Compare
Choose a tag to compare

#78 removes a leftover puts statement. 🤦🏼

1.1.12

05 Nov 13:02
e56aac7
Compare
Choose a tag to compare

#77 ensures that only the Jekyll needle is replaced in the page output.

1.1.11

04 Nov 13:53
db286ae
Compare
Choose a tag to compare

#76 fixes when the :plantuml key in options is nil.

1.1.10

04 Nov 11:26
26cdcb6
Compare
Choose a tag to compare

#75 fixes a bug where setting a key on a nil hash will cause a NoMethodError.

1.1.9

03 Nov 21:08
b92939b
Compare
Choose a tag to compare

#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.