Releases: paddychenc75/obsidian-lumen-stage
Releases · paddychenc75/obsidian-lumen-stage
Release list
1.0.2
Changelog
1.0.2
Remaining community CSS lint.
- Drop
:has(); Live Preview embed padding is cleared by toggling.lmm-embedon the parent from TypeScript - Drop print
!important; viewport height now uses--lmm-vhso print can override without inline height
1.0.1
Community review fixes. No interaction changes.
- Replace
el.style.*assignments with CSS classes and the officialsetCssStyles/setCssPropsAPIs so themes can override chrome - Drive pan/zoom with
--tx/--ty/--scalecustom properties instead of writingtransformfrom JavaScript - Use
instanceOf()for cross-window DOM checks (pop-out windows) - Remove unnecessary type assertions
- Add a GitHub Actions release workflow that attests
main.js,manifest.json, andstyles.css
1.0.0
First engineered release of the independent Mermaid stage plugin.
1.0.1
Changelog
1.0.1
Community review fixes. No interaction changes.
- Replace
el.style.*assignments with CSS classes and the officialsetCssStyles/setCssPropsAPIs so themes can override chrome - Drive pan/zoom with
--tx/--ty/--scalecustom properties instead of writingtransformfrom JavaScript - Use
instanceOf()for cross-window DOM checks (pop-out windows) - Remove unnecessary type assertions
- Add a GitHub Actions release workflow that attests
main.js,manifest.json, andstyles.css
1.0.0
First engineered release of the independent Mermaid stage plugin.
1.0.0
Lumen Stage 1.0.0 — first public release.
Pan, Ctrl/Cmd+wheel zoom, fit, reset, and a lightweight fullscreen overlay for rendered Mermaid diagrams. Works with any theme. Ordinary wheel still scrolls the page.
Required Obsidian community assets are attached: main.js, manifest.json, and styles.css.