Releases: metal/metal-devtools
Releases · metal/metal-devtools
v1.2.2
v1.2.0
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
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
- 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
- Refactored injected scripts to be more modular
- Use a class for managing root components and their data