Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"bump-solid-rc-0",
"clean-lazy-entries",
"client-build-first-normal-order",
"client-entry-csp-nonce",
"client-manifest-outdir",
"compiler-next-37",
"compiler-package-rename",
Expand Down Expand Up @@ -51,6 +52,7 @@
"native-server-function-transform",
"no-tla-server-env",
"plugin-package-rename",
"production-error-boundary",
"reject-prefixed-server-env-keys",
"remove-client-manifest-virtual",
"response-head-middleware-preview",
Expand All @@ -66,13 +68,15 @@
"server-functions-server-subpath-docs",
"server-functions-turnkey",
"six-lions-joke",
"start-css-filter",
"start-env-typed",
"start-mode-terminology",
"start-setup-hook",
"true-boxes-arrive",
"turnkey-ssr",
"turnkey-start-option",
"virtual-manifest-types-subpath",
"vite-9-environment-hooks",
"vite8-scan-jsx-classic",
"vitest-browser-mode-no-jsdom-default",
"vitest-client-posture",
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 3.0.0-next.31

### Patch Changes

- c8615ed: Apply the request CSP nonce to start mode's generated client-entry script.
- 7c10d3b: Add a generic production error boundary to generated Start entries. It returns a 500 response for uncaught SSR errors and provides a fallback for uncaught client errors. Set `start.errorBoundary` to `false` when application middleware owns error handling.
- e607db7: Add `start.css.filter` to control which module graphs are traversed while collecting development CSS. `exclude` prunes matching graphs (defaults to `/node_modules/`; providing one replaces the default), and `include` opts matching files in on top of that baseline — e.g. `{ include: /node_modules\/some-ui-lib/ }` server-inlines that dependency's CSS in dev. A file matching both patterns stays excluded.
- 450d0e5: Add Vite 9 forward compatibility by using the per-environment consumer in plugin hooks and accepting Vite 9 as a peer.

## 3.0.0-next.30

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solidjs/vite-plugin",
"version": "3.0.0-next.30",
"version": "3.0.0-next.31",
"description": "solid-js integration plugin for Vite",
"type": "module",
"files": [
Expand Down