v1.0.0
💚 Nuxt DevTools 1.0
Nuxt DevTools 1.0 is a milestone to be generally available for all Nuxt projects. It will be shipped with the upcoming Nuxt 3.8 soon.
🚀 Features
- Hide panel by default when not explicit enabled - in #440 (7c614)
- Ability to reset options - (95b5b)
- Disable dev auth on sandboxed env - (14935)
- Provide better error message for magicast, close #395 - in #395 (6f5ce)
- Improve console message - (a5b19)
- Bring back disconnected dialog - (a8172)
- Improve disconnect indicator - (86546)
- Add
telegram
social preview tab - by @reslear in #473 (64036) - Improve UX of dev auth - (bb4ba)
- Add link for Nuxt and Vue on overview tab - (5314f)
- Add more telemetry events - (a565d)
- Add the type attribute for buttons - by @Holiden and @antfu in #478 (4a9ec)
- assets:
- File upload extension validation - by @arashsheyda and @antfu in #391 (df623)
- modules:
- Dynamic sorting for module installation list - by @arashsheyda in #470 (44780)
- 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 - (43c5b) - NNavbar component - by @arashsheyda in #442 (b77b9)
- NNotification component - by @arashsheyda and @antfu in #443 (dc106)
🐞 Bug Fixes
- Improve permssion prompt - (91ae0)
- Terminals view - (df5dd)
- Move inline script timing to work with
nuxt-security
, #463 - in #463 (c5e41) - Auto install works with yarn berry, close #454 - in #454 (cdf50)
- Resolve private runtime correctly from
.env
, close #424 - in #424 (708bb) - Improve UI layout of pages tab - (66e59)
- Require auth condition - (2e968)
- Navbar on components graph view - (50143)
- Current route reactivity on pages tab - (d2d44)
- Increase
DETAILS_MAX_ITEMS
- (de900) - Improve RWD of open-graph tab - (dfeaf)
- Timline list ui fix - (2ea18)
- Ui error when pages not enabled - (c4557)
- assets:
- Watcher - by @arashsheyda in #455 (70bfe)
- 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:
- Improve some ui details - (cd0b8)
- Improve theme color contrast - (88220)
- Dialog backdrop - by @arashsheyda in #471 (87ec2)
🏎 Performance
- Remove
wait-on
dep - (694d8)