Releases: vitejs/devtools
Releases · vitejs/devtools
v0.1.13
No significant changes
View changes on GitHub
v0.1.12
🚨 Breaking Changes
- core: Respect vite https config only for embedded client - by @webfansplz in #273 (ea6f4)
🚀 Features
- Add copy button for stacktrace - by @JianJroh in #260 (32add)
- Cancel auto-delete timer when log entry is selected - by @JianJroh in #275 (923e9)
- core: Allow to sort by drag in settings-docks - by @huang-julien in #271 (2f326)
🐞 Bug Fixes
- Prevent out-of-workspace-root access for open-in-editor and open-in-file - by @arashsheyda in #255 (e4b6d)
- core:
- kit:
- Types export - by @webfansplz (a521e)
- Set correct return type for getDevToolsClientContext - by @huang-julien in #274 (08495)
- Merge initialValue defaults when syncing client shared state - by @antfu in #276 (bd33f)
- rolldown:
- Use decimal bytes for file sizes - by @webfansplz in #269 (8d0a7)
View changes on GitHub
v0.1.11
🐞 Bug Fixes
View changes on GitHub
v0.1.10
v0.1.9
🚀 Features
- Visual differentiation for action buttons in docks - by @antfu in #245 (3293f)
- Add build.withApp option to auto-generate static devtools - by @antfu and Claude Haiku 4.5 in #249 (22621)
- Commands system, commands palette, shortcuts and when clauses - by @antfu in #247 (210d8)
- Prevent disabling settings dock and builtin category group - by @antfu in #251 (ddd77)
View changes on GitHub
v0.1.8
No significant changes
View changes on GitHub
v0.1.5
🚀 Features
View changes on GitHub
v0.1.4
🚀 Features
- Add edge mode for floating docks - by @antfu in #224 (46019)
- Move auth storage to global user directory - by @antfu in #225 (dc921)
- Add multiple auth modes - by @antfu and Claude Haiku 4.5 in #229 (6f0f1)
🐞 Bug Fixes
- Defer logs RPC call until client is authorized - by @antfu in #227 (fcedc)
- core:
- rolldown:
- Handle missing importers on packages page - by @arashsheyda in #221 (6e3de)
- Improve responsiveness for smaller screens - by @arashsheyda in #222 (693e0)
- vite:
- Truncate text in homepage - by @arashsheyda in #235 (8bf10)
View changes on GitHub
v0.1.3
🚀 Features
- Add public getDevToolsClientContext() API - by @antfu and Claude Haiku 4.5 in #219 (6c4cd)
- vite: Basic home page - by @webfansplz in #194 (ccc8c)
🐞 Bug Fixes
- Improve a11y for devtools client - by @arashsheyda in #216 (33a7a)
- core:
- Adjust layout to allow scrolling in pip mode - by @arashsheyda in #211 (66ea7)
- Keep last known position of popover on dismiss - by @arashsheyda in #215 (7b8cd)
- self-inspect:
- Use correct prop name for DisplayNumberBadge - by @arashsheyda in #218 (8345a)