v0.1.2
Release v0.1.2 — Preact swap to eliminate createElement('script') warnings.
Changes:
- Swapped React 19 + ReactDOM for Preact 10 (via preact/compat drop-in)
- Eliminated all 3 createElement('script') occurrences (React SSR hydration dead code)
- Bundle size reduced from 357KB to 179KB (50% smaller)
- All 47 tests passing, offline baseline clean