Releases: nuxt/devtools
Releases · nuxt/devtools
v1.1.2
🚀 Features
- Enable picture in picture for localhost - by @ManUtopiK in #627 (c4350)
🐞 Bug Fixes
- ScheduledTasks can be undefined - by @noook in #626 (7044c)
- pinia: Pinia module searching null safety - by @arashsheyda in #628 (8937b)
View changes on GitHub
v1.1.1
🐞 Bug Fixes
- Use RPC to get tasks - by @noook in #625 (4f347)
- client: Pinia panel visible logic - by @webfansplz in #624 (ed599)
View changes on GitHub
v1.1.0
🚀 Features
- Pinia panel - by @webfansplz (f99a3)
- Pinia panel - by @webfansplz and @antfu in #621 (56be5)
- Server Tasks tab - by @noook and @antfu in #614 (bee12)
- assets: Support for layers - by @arashsheyda and @antfu in #618 (b8572)
View changes on GitHub
v1.0.8
v1.0.7
🚀 Features
- server-routes: Implement persisting input values in localStorage - by @arashsheyda in #545 (67dbf)
🐞 Bug Fixes
- Update title of Eye Dropper command - by @ahmetbarut in #558 (ea581)
- Support
iframeProps
option for CSP, fix Stackblitz - by @antfu (0eb7a) - Make twitter og tags optional - by @antfu (41ee5)
- devtools: Update default types to
module.d.ts
/.mts
- by @danielroe in #559 (2ecd3) - open-graph: Fix type error, close #563 - by @antfu in #563 (c6305)
- timeline-helper-wrapper: Fix return value in timeline wrapper for promises - by @Vespand in #567 (0645e)
View changes on GitHub
v1.0.6
🐞 Bug Fixes
- Improve rpc import message, close #528 - by @antfu in #528 (721dd)
- Stable integrations setup to have consistent plugins order - by @antfu in #542 (31092)
- SideNav: Logo text color in light mode - by @arashsheyda in #537 (4dbe6)
- server-routes: Improve filterByCollection for runtime routes - by @arashsheyda in #538 (ec144)
View changes on GitHub
v1.0.5
🚀 Features
- Add Eye Dropper command - by @arashsheyda and @antfu in #530 (25584)
🐞 Bug Fixes
- Allow iframe to work in stricter cross-origin policy - by @antfu and sqcheah (7ec0d)
- devtools: Don't enable devtools when in test mode - by @danielroe in #532 (3a7f1)
View changes on GitHub
v1.0.4
🚀 Features
- Error tab - by @antfu in #520 (68b8c)
- devtools: Support for xdg-home-config - by @paro-paro and @antfu in #526 (4abd2)
🐞 Bug Fixes
- Require auth token with
getImageMeta
andgetTextAssetContent
- by @antfu (69316) - Require token for
restartNuxt
- by @antfu (09384) - pip: Check for https support - by @arashsheyda in #522 (5360c)