Skip to content

Releases: mikitex70/plantuml-markdown

Added option for disabling SSL checks

29 Jan 07:35
Compare
Choose a tag to compare

Added the 'insecureconfiguration option to disable HTTPS SSL certificate validation. Set toTrue` when using a custom PlantUML installation with self-signed certificates.

Minor enhancements

28 Dec 07:51
Compare
Choose a tag to compare
  • added preserveAspectRatio to inline SVGs to keep aspect ratio when the diagram is resized
  • added id attribute to images to simplify referencing in CSS rules or Javascript code
  • added option to disable the removal of inline SVG size (see #81)

Added support for server-side C4 includes

16 Oct 11:09
Compare
Choose a tag to compare

Added the server_include_whilelist configuration which is a list of regular expressions used to define which files can be safely included
by the server.
Useful when using a Kroki server for remote diagram rendering.

Added retry on server errors or rate limits

10 Oct 16:27
Compare
Choose a tag to compare

Connection errors can occur when using remote servers to render diagrams, especially in the case of many diagrams.
These are usually connection errors due to limitations on the number of calls.
This release solves these kinds of problems.

Removed forgotten test code

07 Oct 06:02
Compare
Choose a tag to compare

Removed test code that caused problems with Windows.

Added Kroki server support

05 Oct 18:55
Compare
Choose a tag to compare

With this release a Kroki server can be used as replacement for a PlantUML server for remote image rendering.
In the case of a Kroki server there are a couple o different behaviors:

  • image maps are note (yet) supported by the server, disable them with the image_maps configuration
  • Kroki does not render an image with syntax errors; instead, a text with kroki's error message is inserted in place of the image.

Fixed rendering of yaml structures with remote server

01 Aug 20:50
Compare
Choose a tag to compare

When rendering plantuml yaml diagrams on a remote server, the spaces were removed from the lines and the diagram was not drawn as expected.

Removed an unused `plantuml` import

25 Jul 06:13
Compare
Choose a tag to compare

Removed a forgotten import after removing the plantuml package.

Fixed external includes

23 Jul 16:15
Compare
Choose a tag to compare

Rendering via servers using external includes (as in AWS Hello World Icons did not work due to the url defined by a !define directive.

Also, removed dependecy from the plantuml package.

Fixed image map detection on Windows

28 May 14:20
Compare
Choose a tag to compare

On Windows the image map detection was not working properly cause the different end-of-line terminator.