diff --git a/.changeset/browser-extension.md b/.changeset/browser-extension.md deleted file mode 100644 index 7849e6f..0000000 --- a/.changeset/browser-extension.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@qwik.dev/devtools': minor ---- - -feat: add browser extension for Chrome and Firefox - -New browser extension package that brings Qwik DevTools to the browser's DevTools panel. Features real-time component tree, state inspection, element picker, hover highlight, live render events, and SPA navigation support. Works standalone or alongside the Vite plugin overlay. diff --git a/.changeset/huge-clubs-rest.md b/.changeset/huge-clubs-rest.md deleted file mode 100644 index 16b275a..0000000 --- a/.changeset/huge-clubs-rest.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@qwik.dev/devtools': patch ---- - -feat: add preload/build analysis tooling and richer devtools instrumentation - -- Added new `Preloads` and `Build Analysis` panels, plus an improved `Inspect` view that resolves correctly from the app base URL on deep routes. -- Added runtime instrumentation for SSR/CSR performance and preload tracking, including SSR preload snapshots, QRL-to-resource correlation, and richer diagnostics surfaced in DevTools. -- Expanded the plugin and RPC layer to generate and serve build-analysis reports, expose the new preload/performance data to the UI, and add server-side guards around build-analysis execution. diff --git a/packages/devtools/CHANGELOG.md b/packages/devtools/CHANGELOG.md index 9d78ad6..c0068f6 100644 --- a/packages/devtools/CHANGELOG.md +++ b/packages/devtools/CHANGELOG.md @@ -1,5 +1,21 @@ # @qwik.dev/devtools +## 0.3.0 + +### Minor Changes + +- a748bb5: feat: add browser extension for Chrome and Firefox + + New browser extension package that brings Qwik DevTools to the browser's DevTools panel. Features real-time component tree, state inspection, element picker, hover highlight, live render events, and SPA navigation support. Works standalone or alongside the Vite plugin overlay. + +### Patch Changes + +- ade318a: feat: add preload/build analysis tooling and richer devtools instrumentation + + - Added new `Preloads` and `Build Analysis` panels, plus an improved `Inspect` view that resolves correctly from the app base URL on deep routes. + - Added runtime instrumentation for SSR/CSR performance and preload tracking, including SSR preload snapshots, QRL-to-resource correlation, and richer diagnostics surfaced in DevTools. + - Expanded the plugin and RPC layer to generate and serve build-analysis reports, expose the new preload/performance data to the UI, and add server-side guards around build-analysis execution. + ## 0.2.8 ### Patch Changes diff --git a/packages/devtools/package.json b/packages/devtools/package.json index 022af3c..7694e0d 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -1,6 +1,6 @@ { "name": "@qwik.dev/devtools", - "version": "0.2.8", + "version": "0.3.0", "license": "MIT", "main": "./dist/plugin/index.mjs", "types": "./dist/plugin/index.d.mts",