Skip to content

v0.1.1

Pre-release
Pre-release

Choose a tag to compare

@steven-d-frank steven-d-frank released this 23 Feb 03:23
· 66 commits to main since this release
55bb4e7

Bug fixes and hardening from real-world usage.

Fixes

  • SSR crash fix — guarded window.scrollTo and document.getElementById in createEffect and updateFavicon
  • SSE circuit breaker — stops reconnecting after 5 consecutive failures instead of looping forever
  • SSE direct connection — bypasses SolidStart proxy to prevent zombie connections (VITE_SSE_URL)
  • Sidebar active state — fixed false positives on nested routes
  • GeoPlot SSR — lazy-loaded with <Suspense> to prevent SSR crash from d3-geo imports
  • DevContainer startup — frontend task waits for backend health before starting

Improvements

  • Playwright timeouts hardened (per-test, global, action, navigation)
  • Pre-commit verification checklist added to Cursor rules
  • SSR safety guide added to solidjs-pages.mdc
  • Codecov patch check disabled (was causing false CI failures)
  • localStorage keys renamed to golid_* prefix
  • Version set to 0.1.x (pre-stable, API may evolve)