Releases: nuxt/devtools
Releases · nuxt/devtools
v1.0.0-beta.1
🚀 Features
- Ability to reset options - by @antfu (95b5b)
- Disable dev auth on sandboxed env - by @antfu (14935)
- Provide better error message for magicast, close #395 - by @antfu in #395 (6f5ce)
- ui: NNavbar component - by @arashsheyda in #442 (b77b9)
🐞 Bug Fixes
- Move inline script timing to work with
nuxt-security
, #463 - by @antfu in #463 (c5e41) - Auto install works with yarn berry, close #454 - by @antfu in #454 (cdf50)
- Resolve private runtime correctly from
.env
, close #424 - by @antfu in #424 (708bb) - assets: Watcher - by @arashsheyda in #455 (70bfe)
View changes on GitHub
v1.0.0-beta.0
🚀 Features
- Hide panel by default when not explicit enabled - by @antfu in #440 (7c614)
- server-routes:
- ui:
- NDrawer component - by @arashsheyda in #435 (7a387)
- NBadge component - by @arashsheyda in #433 (5e0f9)
- NSplitPane component - by @arashsheyda in #438 (7bc47)
- Switch fonts to
DM Sans
andDM Mono
to align with Nuxt's theme - by @antfu (43c5b)
🐞 Bug Fixes
- Improve permssion prompt - by @antfu (91ae0)
- Terminals view - by @antfu (df5dd)
- overview:
- Pluralize nouns properly - by @arashsheyda and @antfu in #436 (5011c)
- server-routes:
- Use window.location.origin for doamin - by @arashsheyda in #450 (a85e3)
- ui:
🏎 Performance
View changes on GitHub
v0.8.5
v0.8.4
🚀 Features
- Rework docs - by @Flosciante, @benjamincanac and @atinux in #413 (c9e6e)
- Migrate new shikiji themes mode - by @antfu (7688c)
- Collapsible sidebar - by @arashsheyda and @antfu in #420 (53024)
- Redesign settings page - by @antfu (b777b)
🐞 Bug Fixes
- Popup button - by @antfu (d1171)
- Copy
__NUXT__
object to popup frame - by @antfu (ea46c) - deps: Set
@nuxt/devtools
asdevDependency
- by @dargmuesli in #425 (4e280) - settings: Make sure client has value - by @arashsheyda in #418 (9757c)
View changes on GitHub
v0.8.3
🐞 Bug Fixes
View changes on GitHub
v0.8.2
v0.8.1
🚀 Features
- Audio preview - by @Jannchie in #397 (cb5dd)
- server-routes: Copy url button - by @arashsheyda in #389 (79037)
🐞 Bug Fixes
- Find vite client path from subframe parent - by @cuebit in #386 (e2860)
- Default box-sizing for floating panel - by @antfu (a6743)
- Improve client injection error message - by @antfu (de9ba)
View changes on GitHub
v0.8.0
🚨 Breaking Changes
🚀 Features
- Composables useNuxtDevTools - by @antfu in #383 (e74b6)
- Filter for used/unused components, close #358 - by @antfu in #358 (50120)
- components: Show dependencies and dependents in component details - by @antfu (7dbc3)
- ui-kit: Add
NSelectTab
component - by @antfu (509a1)
View changes on GitHub
v0.7.6
🚀 Features
- assets:
- Able to edit text content - by @arashsheyda in #366 (1e561)
- Options storage - by @arashsheyda in #379 (75512)
- docs:
- Devtools logo - by @arashsheyda in #380 (8d34d)
🐞 Bug Fixes
- Devtools panel justify content - by @arashsheyda in #369 (c3272)
- Resolve DevTools vite loading issue with buildAssetsDir - by @arashsheyda in #375 (22bcd)
- Notification z-index - by @arashsheyda in #376 (38678)
- server-routes: Filter middleware from scannedHandlers - by @arashsheyda in #377 (09f6d)
View changes on GitHub
v0.7.5
🚀 Features
- Add tooltip to buttons - by @arashsheyda in #359 (4a298)
- Minimize panel on inactive - by @antfu in #361 (2b926)
- Quicktype - by @arashsheyda and @antfu in #351 (41ff4)
🐞 Bug Fixes
- RequestForAuth devServer host - by @arashsheyda in #357 (5e89c)
- Add AuthRequiredPanel to AuthConfirmDialog - by @arashsheyda in #367 (ce536)
- server-routes: Clear error onResponse - by @arashsheyda in #356 (313fa)