Releases: solidjs/solid-start-devtools
Releases · solidjs/solid-start-devtools
Release list
v1.0.0-next.4
Patch Changes
- a3cb04d: Sync the dev toolbar redesign from Solid Start: panel layout with a call list beside a detail pane, collapsible sections, body-first content viewers, request timing, unhandled rejection capture, drag limited to the toolbar pill, and source map tracing through
@jridgewell/trace-mapping. Stack parsing moves fromerror-stack-parsertoerror-stack-parser-es/lite, dropping thestackframetransitive dependency.
v1.0.0-next.3
v1.0.0-next.2
Patch Changes
- 7783dd5: Build with Rolldown, update the project toolchain, and strengthen package validation.
- 550ba8e: Build with the native Solid compiler and migrate formatting to Oxfmt.
- f7dd9d0: Make direct imports production-safe with a no-op default export and development-only browser and server implementations. Register server-function observers from the browser entry.
v1.0.0-next.1
Patch Changes
- 4df6fae: Support server rendering the development error boundary and avoid duplicate toolbars when authored entries wrap their app.