Skip to content

Releases: Matsuuu/web-component-devtools

v0.1.15: Release 0.1.15.

09 May 19:20
Compare
Choose a tag to compare
- Updated usability for console and source panes of devtools

- Code completions for consle

v0.1.12

11 Oct 19:44
Compare
Choose a tag to compare
Update changelog

v0.1.11

30 Sep 12:26
Compare
Choose a tag to compare
Update feature list

v0.1.10

03 Sep 07:51
Compare
Choose a tag to compare
Update changelog

v0.1.9

05 Aug 18:40
Compare
Choose a tag to compare
Resolve merge conflicts

v0.1.4

16 Jul 14:31
f4dfb6d
Compare
Choose a tag to compare

v 0.1.4

  • Bugfix: Fix element list parsing and ordering when mixing light and shadow DOM and list items
  • Enhancement: Moved from DOM events to postMessage on devtools communcation
  • Improved stability of messaging
  • Removed unnecessary permissions
  • Implemented Firefox support

v0.1.2

08 Jul 17:29
Compare
Choose a tag to compare

v 0.1.2

  • Fix reactivity of property updates in devtools
  • Cast number property values to numbers by default
  • Improve Lit Type detection
  • Autofocus on previously focused element on refresh
  • Casting of function parameters follows the CEM typings
  • Support for union types
  • Better manifest url parsing