Skip to content

v1.4.1 — SSR Safety Fix

Choose a tag to compare

@HeiCg HeiCg released this 11 Mar 12:40
· 5 commits to main since this release

Bug Fixes

  • SvelteA11yReporter: Fix SSR crash — clearHighlights() called from onDestroy used document.querySelectorAll() without a browser guard, causing ReferenceError: document is not defined when Svelte's SSR compiler runs onDestroy callbacks in Node.js (#8)

Template Improvements

  • SvelteA11yReporter: Add keyed {#each} blocks for critical issues, warnings, and passes lists

Dev Dependencies

  • Add svelte-check-rs for faster type checking

Full Changelog: v1.4.0...v1.4.1