Skip to content

Releases: metal/metal-devtools

v1.2.2

02 May 22:44
Compare
Choose a tag to compare

Features:

  • Keyboard support for navigating component tree with arrow keys.
  • Extension icon will activate(color icon) when Metal.js is used on the page you are on.

Dev Stuff:

  • Using prettier for formatting
  • Added hooks to format and run tests for committing and pushing respectively

v1.2.0

23 Mar 18:22
Compare
Choose a tag to compare

Released on chrome store https://chrome.google.com/webstore/detail/metaljs-developer-tools/fagnjmppkokolnbloalifcmcooldhiik

  • Added metal-json-editor for inspecting and editing state
  • Add "Freeze Updates" functionality, this allows the user to see which components in the tree were updated by freezing the state flash.
  • Various bug fixes

v1.1.0

08 Feb 18:11
Compare
Choose a tag to compare

Features

  • DOM highlighting when hovering over component names
  • Ability to inspect component element
  • UI improvements
  • Add friendlier logs for errors

Dev improvements

  • Refactored and cleaned up code
  • Added sass support
  • Increased test coverage
  • Should handle a wider variety of state objects
  • Performance gains (only parse state data on select)

v1.0.2-alpha

18 Jan 23:46
Compare
Choose a tag to compare
  • Fixed bugs

Added Features

  • Re-sizing to panels
  • Highlighting to components that have state change
  • Highlighting to state data on change
  • Ability to inspect DOM node, then switch to devtools to see corresponding metal component
  • Styling improvements

v1.0.1-alpha

13 Jan 22:55
Compare
Choose a tag to compare
  • Refactored injected scripts to be more modular
  • Use a class for managing root components and their data