diff --git a/.changeset/pre.json b/.changeset/pre.json index fdf8a5c..a850264 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -10,6 +10,7 @@ "modern-toolchain", "native-oxc-toolchain", "quiet-cats-smile", - "safe-production-imports" + "safe-production-imports", + "toolbar-redesign" ] } diff --git a/CHANGELOG.md b/CHANGELOG.md index 74ca0d6..73c4672 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @solidjs/start-devtools +## 1.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 from `error-stack-parser` to `error-stack-parser-es/lite`, dropping the `stackframe` transitive dependency. + ## 1.0.0-next.3 ### Patch Changes diff --git a/package.json b/package.json index a7fd1d0..6775d44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@solidjs/start-devtools", - "version": "1.0.0-next.3", + "version": "1.0.0-next.4", "description": "Development error and server-function tooling for Solid Start mode", "type": "module", "module": "./dist/index.js",