Skip to content

Releases: solidjs/solid-start

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

12 Jun 03:26
47d5e6a

Choose a tag to compare

Minor Changes

@solidjs/start@2.0.0-alpha.3

12 Jun 03:26
47d5e6a

Choose a tag to compare

Pre-release

Minor Changes

  • 798b285: Updated dependencies.
  • f6f0452: seroval json mode
  • d4be1b6: Add new directives plugin with shorter function IDs and inner declaration support
  • b9c4ade: feat: add env:* runtime environment variables support

Patch Changes

  • ff9607c: import DevEnvironment and Rollup as type from vite
  • 6da636b: The server function directives runtime is now internally accessed via package.json exports instead of relative paths, fixing inconsistencies in the file resolution. Also the server functions file inclusion/exclusion patterns can now be configured in the start plugin options via serverFunctions.
  • 2885905: fix: clone request headers in single-flight to avoid mutating immutable headers
  • abe3979: reload ssr server when new route files are created in dev
  • 7c288f6: Sanitize Location header value in streaming redirect script
  • 6c83886: update seroval to 1.5.4
  • 9d5d783: Add support for Vite 8 asset manifest loading

@solidjs/start@1.3.2

24 Feb 21:13
c8e0697

Choose a tag to compare

Patch Changes

  • e534ea8: Fix a regression introduced in SolidStart v1.3.0 that could cause an infinite loop when a server function returns unexpected response (for example, S3/XML error responses).

@solidjs/start@1.3.1

24 Feb 15:34
dc2a4d6

Choose a tag to compare

Patch Changes

  • 5249fdd: fix client-side serialization typo

@solidjs/start@1.3.0

25 Feb 09:17
da9ee7c

Choose a tag to compare

1.3.0

Minor Changes

Patch Changes

  • 7144da5: fix: use percent encoding for x-server-id header value instead of reserved # character

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

20 Feb 06:08
8049627

Choose a tag to compare

@solidjs/vite-plugin-nitro-2

0.2.0-alpha.0

Minor Changes

  • 9c1c936: fix edge presets like netlify and cloudflare
  • 64b0c2c: needed to avoid weird issues like Cannot resolve "@tailwindcss/oxide-android-arm64/package.json"

0.1.0

Minor Changes

  • 4f29353: Publishing as NPM package

@solidjs/start@2.0.0-alpha.2

20 Feb 06:08
8049627

Choose a tag to compare

Pre-release

Minor Changes

  • 10bf932: Fix path resolution on Windows
  • 40d5a27: fix onBeforeResponse
  • 9201e71: fix text/html missing when ssr is false
  • a9cd2cc: add vite preview support

Patch Changes

  • 7077a49: Fixed CSS from shared chunks not being collected via the chunk name.
  • a620eeb: Fixed virtual module CSS not being collected in vite dev.

@solidjs/start@2.0.0-alpha.1

20 Dec 00:45
4a8d415

Choose a tag to compare

Pre-release

Patch Changes

  • 8256190: Rework @solidjs/start/env

  • 6cbba24: Fix multiple Set-Cookie headers being lost on redirect responses

  • d4cc548: ## Bump Seroval

    • version 1.4.1
  • dd40610: Handle base url in api routes

  • 0c8a5e2: export server types from /server

@solidjs/start@1.2.0

11 Sep 18:47
d59409a

Choose a tag to compare

Minor Changes

  • b454563: adds the option to change the public directory to something other than the default "public"

Patch Changes

  • 7282ef4: fix: check for null instad of undefined in HeaderProxy
  • 12f3a3d: Handle multiple exports from the same file in fs-router
  • 222c8fc: Enhance route matching to return isPage flag and add tests for plain text API response and Missing page handling that has both api/file routes.
  • f674717: delete expired cookies in Single-Flight requests
  • 12f3a3d: Add a test route for multiple exports handling and correct variable typos

@solidjs/start@1.1.7

14 Jul 18:38
eafd915

Choose a tag to compare

Patch Changes