Releases: preactjs/preact-devtools
Releases · preactjs/preact-devtools
4.7.2
Features
- Feature: add commit filtering to the profiler by @jpnelson in #474
- Improve perf of diffed hook by @andrewiggins in #450
Bug Fixes
- fix: remove spread to avoid stack limit error by @marvinhagemeister in #487
Maintenance
- Always infer debug mode from flag by @marvinhagemeister in #468
- Update run:BROWSER commands to use the debug build by @marvinhagemeister in #470
- Run GitHub Action on pull request event by @marvinhagemeister in #476
- Fix: Handle more cases in grid-area manual substitution by @jpnelson in #475
- chore: update dependencies by @marvinhagemeister in #486
- chore: update gh actions by @marvinhagemeister in #488
New Contributors
Full Changelog: v4.7.1...v4.7.2
4.7.1
This release fixes a publishing issue for the Chrome extension variant.
4.7.0
Features
- Display hook index by @marvinhagemeister in #465
Bug Fixes
- Fix
Map
+Set
inspection inside hooks by @marvinhagemeister in #464
4.6.2
Bug Fixes
- Fix inconsistent highlighter font size by @marvinhagemeister in #438
- Improve version parsing for partial tags by @marvinhagemeister in #439
- Fix crash when vnode is
undefined
ornull
by @marvinhagemeister in #444 - Adds support for serializing bigints. by @MicahZoltu in #454
- Fixes bug in grid-areas. by @MicahZoltu in #455
- Sort inspected object properties by @marvinhagemeister in #459
- Fix crash when inspecting signal hooks by @marvinhagemeister in #460
v11 (unreleased Preact version):
- v11: Fix root order detection by @marvinhagemeister in #442
- v11: Fix owner tracking by @marvinhagemeister in #443
- v11: Skip signal tests by @marvinhagemeister in #445
Maintenance
- Add debug stats for node index by @marvinhagemeister in #436
- Remove unused code (valoo) by @marvinhagemeister in #440
- Add support for loading preact from local repo by @marvinhagemeister in #441
- Fix git version picked as default in fixtures by @marvinhagemeister in #446
4.6.0
What's Changed
-
Add signal subscription panel by @marvinhagemeister in #431
Full Changelog: v4.5.0...v4.6.0
4.5.0
Features
- Add support for Signals (#428, thanks @marvinhagemeister)
v4.4.0
Features
- Print Preact version that rendered the selected component in sidebar (#423, thanks @marvinhagemeister)
- Design: Tweak spacing and alignment (#421, #422, #424, #426, thanks @marvinhagemeister)
Bug Fixes
- Fix incorrect highlight bounds checks (#420, thanks @marvinhagemeister)
- Add missing changelog entry in
CHANGELOG.md
forv4.3.3
(#425, thanks @marvinhagemeister)
4.3.3
Bug Fixes
- Fix sidebar data not cleared on disconnect (#419, thanks @marvinhagemeister)
- Fix roots displayed by render order instead of ordering them based on the DOM structure. This commonly occurs when working with Astro or Deno's Fresh framework (#417, thanks @marvinhagemeister)
- Fix DevTools panel height not filling viewport if smaller than available space (#416, thanks @marvinhagemeister)
- Fix rare case of DevTools not initializing (#398, thanks @marvinhagemeister)
Maintenance
- Switch e2e test setup to
playwright
(#403, #408, #410, #411, #412, #413, #415, #418 thanks @marvinhagemeister) - Switch build tooling to
esbuild
to reduce build times (#405, thanks @marvinhagemeister) - Simplify styling (#397, #399, #401, #402, thanks @marvinhagemeister)
- Switch to signals for state management (#407, #414 thanks @marvinhagemeister)
4.3.2
Bug Fixes
- Calculate auto-indent for tree view on intialization in case resize is not fired (#393, thanks @marvinhagemeister)
- Fix hooks inspection not working with 10.8.1 (#394, thanks @marvinhagemeister)
4.3.1
Bug Fixes
- Improve layout measurement for virtualized lists (#392, thanks @marvinhagemeister)
- Profiler UX improvements (#391, thanks @marvinhagemeister)
- Profiler(Ranked): Fix missing selection on commit change (#390, thanks @marvinhagemeister)
- Improve stats capturing (#388, thanks @marvinhagemeister)
Maintenance
- Test: Fix error in pick latest stable preact version (#389, thanks @marvinhagemeister)