Skip to content

Tags: masonc15/visual-explainer

Tags

v0.7.1

Toggle v0.7.1's commit message
feat: add cross-harness package compatibility

v0.6.3

Toggle v0.6.3's commit message
docs: warn against bare mermaid pre tags without diagram-shell pattern

Added explicit warning to SKILL.md that bare <pre class="mermaid"> tags
render but produce tiny unusable diagrams. Users must use the full
diagram-shell pattern from templates/mermaid-flowchart.html which
includes zoom/pan controls.

v0.6.2

Toggle v0.6.2's commit message
fix: fullscreen diagram export background color mismatch

Use the same isDark value from Mermaid render time instead of
re-checking CSS variables. Fixes white-on-white text when
exporting dark-mode diagrams.

v0.6.1

Toggle v0.6.1's commit message
feat: add install-pi.sh for one-command Pi installation

Patches {{skill_dir}} to actual path at install time. Simplifies README
install instructions.

v0.6.0

Toggle v0.6.0's commit message
feat: multi-diagram support with vector-based zoom/pan engine

Replace CSS zoom with direct SVG sizing. Closure-based initDiagram() pattern
supports unlimited diagrams per page with no ID collisions. Includes adaptive
viewport height, smart fit algorithm, touch pinch-to-zoom, and double-click
to fit.

Co-authored-by: David Abraham <dave@springbasemedia.com>

v0.5.1

Toggle v0.5.1's commit message
chore: bump version to 0.5.1

- Update CHANGELOG with marketplace structure and Pi manual install changes
- Fix misleading 'marketplace' descriptions in plugin metadata
- Bump version in package.json and all plugin.json files

v0.5.0

Toggle v0.5.0's commit message
docs: update changelog for v0.5.0

v0.4.4

Toggle v0.4.4's commit message
feat: hybrid architecture pattern for complex diagrams

- New pattern for 15+ elements: simple Mermaid overview + CSS Grid cards
- Reduced max Mermaid nodes from 15-20 to 10-12
- Updated scaling guidance to recommend hybrid over scaling tricks

v0.4.3

Toggle v0.4.3's commit message
chore: bump version to 0.4.3

v0.4.2

Toggle v0.4.2's commit message
fix: add link styling guidance to prevent low-contrast links