1.2.0 - Suspense
Better Suspense integration
This release contains a much improved integration for the Suspense
component. The sidebar contains a new button when a node or a parent is a Suspense
component and clicking it will suspend the sub-tree.
Key displayed in sidebar
The sidebar will now show the full key of the selected element.
HOC-Component filtering (Preview)
In code bases that make extensive use of the HOC-Component pattern, the elements panel could become overly noisy. Inspired by other devtools extension, we've added a filter that flattens HOC-Components. It's not enabled by default yet, because there are some last remaining bugs to shake out. You can give it a go by checking "Experimental Filters" in the Settings panel.
Minor Changes
92d7801
#255 Thanks @marvinhagemeister! - Add support for filtering HOC-Components
Patch Changes
-
#259 Thanks @bz2! - Add
.editorconfig
to match prettier config. -
#250 Thanks @bz2! - Fix TypeError dom is null in updateHighlight.
-
#258 Thanks @bz2! - Refine types on vnode utility functions.
-
#267 Thanks @marvinhagemeister! - Fix Fragments not being filtered with Preact versions other than the devtools was built with.
-
8f361f3
#265 Thanks @bz2 and @marvinhagemeister! - Fix Suspense nodes not being detected.
d1581c7
#253 Thanks @marvinhagemeister! - Elements panel: Fix key value hard to read in light theme
3fb4d2a
#252 Thanks @marvinhagemeister! - Display Component key in the sidebar
72b7964
#257 Thanks @marvinhagemeister! - Fix horizontal sidebar scroll on low depth elements
6e79d7b
#266 Thanks @marvinhagemeister! - Add support for suspending Suspense components
53b3e20
#261 Thanks @marvinhagemeister! - Upgrade dependencies
aac0914
#262 Thanks @marvinhagemeister! - Remove vendored "hook" Preact version