Skip to content

Releases: solidjs/solid-start

@solidjs/start@2.0.0-beta.10

Pre-release

Choose a tag to compare

@github-actions github-actions released this 19 Jul 18:57
57c460e

Patch Changes

  • 8af6304: Support for Vite 8.1 Experimental Bundled Dev Mode
  • 9d91484: fix: don't crash when a server function throws an error whose message contains non-latin1 characters.
  • 068b64c: Return a cancellation-safe web ReadableStream for streaming SSR in development. Returning Solid's
    raw stream only rendered on Node; Bun and Deno coerced it to [object Object].

@solidjs/start@2.0.0-beta.9

Pre-release

Choose a tag to compare

@github-actions github-actions released this 18 Jul 19:31
1b49191

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)

@solidjs/start@2.0.0-beta.8

Pre-release

Choose a tag to compare

@github-actions github-actions released this 17 Jul 14:46
a8e5a6d

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.

@solidjs/vite-plugin-nitro-2@0.3.2

Choose a tag to compare

@github-actions github-actions released this 16 Jul 03:15
58dee02

Patch Changes

  • fa32165: fix: add deprecation note and warn at build time that the Nitro v2 plugin is deprecated and guide users to Nitro v3.

@solidjs/start@2.0.0-beta.7

Pre-release

Choose a tag to compare

@github-actions github-actions released this 16 Jul 21:26
2b9c4e2

Patch Changes

  • d2f0621: Support JavaScript projects whose app and client/server entries use .jsx.

@solidjs/start@2.0.0-beta.6

Pre-release

Choose a tag to compare

@github-actions github-actions released this 16 Jul 20:48
9970bac

Patch Changes

  • 25769f2: Fix Vite preview for non-HTML responses and projects whose server build uses an .mjs
    entry.

@solidjs/start@2.0.0-beta.5

Pre-release

Choose a tag to compare

@github-actions github-actions released this 16 Jul 20:16
e280aca

Patch Changes

  • eb73dd5: Use oxc-parser to analyze filesystem route exports.

@solidjs/start@2.0.0-beta.4

Pre-release

Choose a tag to compare

@github-actions github-actions released this 16 Jul 14:53
d40613e

Patch Changes

  • 21fdb2c: Update h3 to 2.0.1-rc.25.

@solidjs/start@2.0.0-beta.3

Pre-release

Choose a tag to compare

@github-actions github-actions released this 16 Jul 13:25
728999e

Patch Changes

  • 12dc2d3: Bundle h3 and cookie-es into server builds to avoid resolving incompatible hoisted versions

@solidjs/start@2.0.0-beta.2

Pre-release

Choose a tag to compare

@github-actions github-actions released this 16 Jul 12:30
b994954

Patch Changes

  • 3e961e0: Require Vite 8
  • 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.