Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@captainbrosset captainbrosset released this 21 Dec 14:45
· 35 commits to master since this release

Commits since v1.0: v1.0...v1.1.0

Features and fixes:

  • Nodes that are hidden are now greyed out slightly
  • Performance for finding nodes in longer pages should be better
  • It's possible to reset the current search
  • Searching by computed styles is now the default
  • It's possible to search for descendant nodes matching a given style like display:flex color:red
  • It's possible to search for computed style values that contain a specific substring using the ~ operator
  • Node previews are shorter, easier to read

Docs:

  • The README is better, with some more docs on how to contribute, and a link to Slack

Dev workflow:

  • We now have a build step, using npm, to re-generate the extension

Thanks to @juliandescottes for helping with the build step.