v0.1.1
Pre-release
Pre-release
Bug fixes and hardening from real-world usage.
Fixes
- SSR crash fix — guarded
window.scrollToanddocument.getElementByIdincreateEffectandupdateFavicon - 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)