0.7.0
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.
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 🎉
Lots of UX improvements
Hovering a node in the Profiler will highlight it in the DOM if it is still present.
- "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
- Add support for view source (#210, thanks @marvinhagemeister)
- Add proper support for debugging iframes (#209, thanks @marvinhagemeister)
- Sync selection (#206, thanks @marvinhagemeister)
- Add support for highlight updates (#202, #204, #205, #208, thanks @marvinhagemeister)
- Profiler: Highlight nodes in DOM if present (#199, thanks @marvinhagemeister)
Bug Fixes
- Fix Profiler nodes getting lost due to mutations (#200, thanks @marvinhagemeister)
Maintenance
- Sidebar cleanup (#211, thanks @marvinhagemeister)
- Restructure settings page (#203, #212 thanks @marvinhagemeister)
- Modernize e2e tests (#201, thanks @marvinhagemeister)
- Action docs (#198, thanks @marvinhagemeister)