Skip to content

Gnomad Webcanvas v0.1.0-beta.2

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 01 Jun 23:08

Gnomad Webcanvas 0.1.0-beta.2

— 2026-06-01

Added

  • Vitest unit tests (19) for parseHtmlFile, shareUrl, and assembleSource
  • 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
  • parseHtmlFile extracted to src/utils/parseHtmlFile.ts for 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/