Releases: sindrel/excalidraw-converter
Releases · sindrel/excalidraw-converter
v1.5.4
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
v1.5.2
v1.5.1
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
v1.5.0
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
v1.4.6-rc0
v1.4.5
v1.4.3
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
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)