Skip to content

0.7.0

Choose a tag to compare

@marvinhagemeister marvinhagemeister released this 21 May 20:46
884edf3

This release is packed with features!

Highlight updates

The star of the show is the "highlight updates" option in the settings page, which when enabled will visualize updates via on overlay on top of the page.

Screenshot from 2020-05-20 21-38-50

Full support for iframes

This release ships with full support for debugging Preact apps that live inside iframes. Extra care was done to make the integration with codesandbox seamless 🎉

Screenshot from 2020-05-21 22-34-43

Lots of UX improvements

Hovering a node in the Profiler will highlight it in the DOM if it is still present.

Screenshot from 2020-05-21 22-40-55

  • "View Source" button in the sidebar to jump to a component definition in the browser debugger 💯
  • "View DOM node" button to inspect the DOM node with the native "Elements" panel ⚡
  • Selection from the browser's "Elements" tab is synced to Preact Devtools 🎉

Features

Bug Fixes

Maintenance