Skip to content
This repository has been archived by the owner on May 25, 2021. It is now read-only.

1.1.0

Compare
Choose a tag to compare
@xorgy xorgy released this 08 Sep 18:45

1.1.0

  • Port Augury to Angular 2.0.0 RC6 (524, 563)
  • Remove support for the deprecated router (590)
  • Move @output info to the state editor, remove the Outputs accordion. (606)
  • Move @input info to the state editor, remove the Inputs accordion. (605)
  • Display the state editor tree collapsed by default. (610)
  • Show the change detection strategy bare instead of in an accordion. (607)
  • Reduce component tree serialization overhead. (592)
  • Redraw augury-logo.svg and clean up Triangle.svg to prevent aliasing in Skia (587)
  • Rework the Router Tree and the Injector Tree (585)
  • Remove the Children accordion from Component Info since that information is available in the state editor and component tree. (584)
  • Simplify theming system and centralize color definitions. (580)
  • Improve performance by avoiding deep cloning in the JSON diff/patch utility. (573)
  • Only expand the Component Tree 3 levels deep by default. (558)
  • Massive refactoring of entire backend and most of the frontend. (546)
  • Add more graceful error handling and display a helpful message when the target application is not running in debug mode (603)
  • Reintroduce route search (579)
  • Hide Component Info accordions when they are empty. (575)
  • Make the Info Panel resizable. (537)
  • Run Augury's Angular 2 instance in production mode. (530)
  • Fix: $a is not being defined on regular elements (only components) (615)
  • Fix: Escape double quotes in node description so that sanitizeHtml doesn't complain. (522)
  • Fix: Settings menu doesn't close when the user clicks outside of it. (436)