- Fix various SSR and cleanup issues: cancel deferred event listeners, preserve global CSS, serialize input defaults, and correct setContext after async await.
- Improve parser performance by reducing regex matching and optimizing Acorn interactions.
- Resolve bugs in reactivity and component behavior: effect tree isolation, state proxy ownership, ARIA attribute recognition, and variable source tracking.