Skip to content

Commit 58b9ff6

Browse files
Version Packages (next)
1 parent 9d2772a commit 58b9ff6

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
"sc-bootstrap-before-hydration-data",
6464
"scoped-server-function-dce",
6565
"send-web-response-drain-hang",
66+
"server-components-claims-transform",
6667
"server-components-option",
6768
"server-components-single-flight",
6869
"server-environments-reload",

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 3.0.0-next.33
4+
5+
### Patch Changes
6+
7+
- 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.
8+
39
## 3.0.0-next.32
410

511
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solidjs/vite-plugin",
3-
"version": "3.0.0-next.32",
3+
"version": "3.0.0-next.33",
44
"description": "solid-js integration plugin for Vite",
55
"type": "module",
66
"engines": {

0 commit comments

Comments
 (0)