Skip to content

@solidjs/vite-plugin@3.0.0-next.33

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 25 Aug 18:07
· 13 commits to main since this release
6f926db

Patch Changes

  • c3d465a: serverFunctions.components now enables the SSR behavior-claims transform: ref and event-handler positions on intrinsic elements compile to guarded claim holes instead of dropping, so client behavior declared in server component markup survives serialization and morphs. SSR-only by construction (the dom generate ignores the flag); apps without the flag compile byte-for-byte as before. Compiler floor moves to @dom-expressions/compiler@0.50.0-next.44, which ships the serverComponents transform option and its types.