Skip to content

Releases: preactjs/preact-devtools

0.1.2

18 Jan 07:43
f8ef35a
Compare
Choose a tag to compare

0.1.1 No more horizontal scrolling!

14 Jan 19:23
b8ce980
Compare
Choose a tag to compare

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

Bug Fixes

0.1.0 Profile all the things

13 Jan 21:43
Compare
Choose a tag to compare

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

0.0.6

20 Dec 15:36
Compare
Choose a tag to compare
0.0.6 Pre-release
Pre-release

0.0.5

03 Dec 14:44
Compare
Choose a tag to compare
0.0.5 Pre-release
Pre-release
  • Make sure that all injected code is wrapped in an iife, thanks to @ForsakenHarmony for spotting this 🎉

0.0.4

01 Dec 09:41
Compare
Choose a tag to compare
0.0.4 Pre-release
Pre-release
  • Fix new value UI doing nothing (#28)
  • Fix stale value when resetting it (#27)
  • Don't animate scroll in tree view (#26)

0.0.3

26 Nov 21:44
Compare
Choose a tag to compare
0.0.3 Pre-release
Pre-release
  • 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