preact-devtools

Browser extension for inspection Preact applications

MIT License

Stars
302
Committers
17

Bot releases are visible (Hide)

preact-devtools - 0.1.1 No more horizontal scrolling!

Published by marvinhagemeister almost 5 years ago

This release changes how horizontal scrolling is handled in the elements panel. It will now automatically adapt the indentation width based on the available screen space. So there will be no more horizontal scrolling 🎉

Apart from that there are a few visual fixes and one where the extension would throw an error when it receives unnamed components 👍

As usual it will take a bit of time until it's approved in chrome and firefox extensions site.

Features

  • Adapt indentation based on available screen space (#25, thanks @marvinhagemeister)

Bug Fixes

  • Fix indent growing larger than maximum (#65, thanks @marvinhagemeister)
  • Remove border around new prop (#64, thanks @marvinhagemeister)
  • Remove special internal jsx props (#63, thanks @marvinhagemeister)
  • Set fallback component name (#62, thanks @marvinhagemeister)
preact-devtools - 0.1.0 Profile all the things

Published by marvinhagemeister almost 5 years ago

  • Reduce logging noise (#59, thanks @marvinhagemeister)
  • Only inject hook into html page (#58, thanks @marvinhagemeister)
  • Disable Profiler if renderer has no support for it (#57, thanks @marvinhagemeister)
  • Refactor Profiler backend (#55, thanks @marvinhagemeister)
  • Add Profiler Panel (#56, thanks @marvinhagemeister)
  • Add simpler attach API based on Preact version (thanks @sventschui)

Screenshot from 2020-01-13 09-37-55

preact-devtools - 0.0.6

Published by marvinhagemeister almost 5 years ago

  • Minor UI polishing (#50, thanks @marvinhagemeister)
  • Fix jumpy page on highlighting due to scrollbar (#49, thanks @marvinhagemeister)
  • Don't expand complex objects in sidebar by default (#48, thanks @marvinhagemeister)
  • Fix stale useObserver value (#47, thanks @marvinhagemeister)
  • Fix checkbox value converted to a string (#46, thanks @marvinhagemeister)
  • Multi renderer fixes (#45, thanks @marvinhagemeister)
  • Minor improvements (#29, thanks @sventschui)
  • Allow multiple instances of devtools at the same time (#44, thanks @marvinhagemeister)
  • Add usage guide to README.md (#43, thanks @sean0x42)
  • Fix Chrome extension link in README (#41, thanks @yu-kgr)
preact-devtools - 0.0.5

Published by marvinhagemeister almost 5 years ago

  • Make sure that all injected code is wrapped in an iife, thanks to @ForsakenHarmony for spotting this 🎉
preact-devtools - 0.0.4

Published by marvinhagemeister almost 5 years ago

  • Fix new value UI doing nothing (#28)
  • Fix stale value when resetting it (#27)
  • Don't animate scroll in tree view (#26)
preact-devtools - 0.0.3

Published by marvinhagemeister almost 5 years ago

  • Usability improvements + Design tweaks
  • Upgrade dependencies and to Preact 10.0.5
  • Extract Preact X specific renderer code from Adapter
  • Fix stale mask value in props inputs
  • Fix several issues with props serialization