diagrams-svg v1.0.2 Release Notes

Release Date: 2014-03-09 // about 10 years ago
  • Full Changelog

    ๐Ÿ†• New features

    • ๐Ÿ‘Œ Support for including hyperlinks.

    Dependency/version changes

    • ๐Ÿ‘ Allow diagrams-core-1.1 and diagrams-lib-1.1

    • ๐Ÿ‘ Allow lens-4.0

    ๐Ÿ› Bug fixes

    • ๐Ÿ‘‰ Use splitFills to properly render certain diagrams with mixed lines and filled loops. Previously, in certain situations loops that should have been filled were not. (#43)

    • Don't emit last segment of a loop if it is linear.

    See diagrams-cairo#38. This wasn't actually causing any observable problems in the SVG backend output, but this seems a better/more robust way to do things in any case.

    Closed issues:

    • SVG backend doesn't fill loops if they occur in the same subtree as a line #43

    ๐Ÿ”€ Merged pull requests:

    • Hyperlinks #49 (tdox)

    • ๐Ÿ›  stop using ignoreFill; use splitFills instead. Fixes #43. #47 (byorgey)