Gnomad Webcanvas v0.1.0-beta.2
Pre-release
Pre-release
Gnomad Webcanvas 0.1.0-beta.2
— 2026-06-01
Added
- Vitest unit tests (19) for
parseHtmlFile,shareUrl, andassembleSource - DOMParser-based HTML file parsing (replaces fragile regex)
- Shell UI themes synced with Monaco theme selector (dark / light / high contrast)
- Persisted editor theme preference in localStorage
- Full documentation suite (MD + HTML + TXT) with GitHub Pages deploy
Changed
- Official product name unified to Gnomad Webcanvas across UI, docs, releases, and Tauri bundle metadata
parseHtmlFileextracted tosrc/utils/parseHtmlFile.tsfor testability- App chrome uses CSS theme variables instead of hardcoded dark-only colors
- GitHub Pages serves docs at site root and web app at
/app/