You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Minor Changes
f3e84ec: Add support for server-only and client-only modules
Patch Changes
a8a2328: fix: mark @solidjs/start/http and @solidjs/start/middleware as server-only so importing them from client-reachable code fails loudly at dev/build time, instead of silently shipping them to the browser where they crashed hydration and broke unrelated actions/forms with no diagnostic (#2068)
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Patch Changes
ecc02be: fix: resolve server functions in dev when their route was reached through client-side navigation before its module was evaluated on the server
85b24b2: Use per-environment Vite plugin hook APIs for forward compatibility with Vite 9.
11907a2: Fix published package missing dist/: pnpm 11 respects .gitignore when packing a package without a files field, so 2.0.0-beta.1 was published without its build output. Add an explicit files field.