Skip to content

Releases: sindrel/excalidraw-converter

v1.5.4

15 Sep 06:12
2876a5c

Choose a tag to compare

Changelog

  • 2876a5c fix: Revert to go v1.24 (#67)
  • 8ea6216 fix: Update goreleaser format_overrides property
  • 0e8be57 chore(deps): update actions/checkout action to v5 (#62)
  • a3ddadb chore(deps): update actions/setup-go action to v6 (#66)
  • 152282f fix(deps): update module github.com/stretchr/testify to v1.11.1 (#64)
  • 2dc75d0 chore(deps): update dependency go to 1.25 (#63)
  • e15ff54 fix(deps): update module github.com/spf13/cobra to v1.10.1 (#65)

v1.5.3

23 Jun 09:22
bd4bcb1

Choose a tag to compare

Bug Fixes

  • Fixes text elements where inequality symbols (< and >) were interpreted as HTML tags and omitted when inserted in the DOM. Also escapes ampersand (&). Applies to both Gliffy and Mermaid conversions.

Changelog

  • bd4bcb1 fix: Escape HTML tags in element text (#61)

v1.5.2

16 Jun 07:33
e87aa5e

Choose a tag to compare

Bug Fixes

  • Fixes problem with conversion of handdrawn elements with 'pressures' attribute (introduced in v1.5.0, reported in #60)

Changelog

  • e87aa5e fix: Excalidraw 'Pressures' value type changed to float (#60)

v1.5.1

13 Jun 19:06
316346b

Choose a tag to compare

This release contains some improvements to Mermaid conversions.

New Features

  • Adds support for links (URLs)

Bug fixes

  • Fixes transparent node backgrounds
  • Replaces linebreaks with HTML tag <br>
  • Sets top-down (TD) as default flowchart direction
  • Adds chaining of edges when two edges are transitively connected

Changelog

  • 316346b feat: Chain transitive connections/edges (#58)
  • 232589d fix: Fix Mermaid formatting for fill transparency, linebreaks, links (#57)
  • e9f7ce8 chore: Set workflow permissions (#56)

v1.5.0

13 Jun 10:21
1f4a373

Choose a tag to compare

New Features

  • This release introduces support for converting Excalidraw diagrams to Mermaid flowcharts 🎉
    • Most elements should be supported, but it's still early stage (and somewhat experimental).
    • Create an issue if you experience major quirks.

Changelog

v1.4.6

14 Apr 11:51
6e89589

Choose a tag to compare

Changelog

v1.4.6-rc0

14 Apr 07:40
7ea95dc

Choose a tag to compare

v1.4.6-rc0 Pre-release
Pre-release

Changelog

v1.4.5

06 Apr 14:11
a854f25

Choose a tag to compare

Changelog

  • a854f25 chore: Add separate test fixture for Homebrew formulae tests (#51)
  • b903177 fix: Use build vars in release pipeline, fix version lookup (#50)

v1.4.3

17 Feb 16:28
b787bba

Choose a tag to compare

Changelog

  • b787bba fix: Replace deprecated properties in goreleaser.yaml
  • 2a48fca fix: Append version to goreleaser.yaml
  • 74ea340 fix(deps): update module github.com/stretchr/testify to v1.10.0 (#45)
  • 38dbac9 fix(deps): update module github.com/spf13/cobra to v1.9.1 (#46)
  • 1578487 fix(deps): update module github.com/stretchr/testify to v1.9.0 (#40)
  • 79db744 chore: Update section about draw.io compatibility in README.md (#44)
  • 8528ecb fix(deps): update module github.com/spf13/cobra to v1.8.1 (#42)

v1.4.2

14 Feb 17:53
e09c13a

Choose a tag to compare

Changelog

  • e09c13a fix: Add padding to canvas placement offset to avoid clipping (#39)
  • 9cef259 fix: Remove overflowing background when text parent is a line (#38)
  • f017c49 chore: Add CONTRIBUTING.md
  • 6734b6a chore: Add issue templates
  • cd81862 chore: Add CODE_OF_CONDUCT.md
  • 62e8c92 chore: Add SECURITY.md
  • 182a8b2 chore(deps): update actions/setup-go action to v5 (#36)