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

Commit

Permalink
Release 1.2.0 (#678)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Muir Hamilton authored Sep 16, 2016
1 parent 74edf5b commit 363a635
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Change Log
## [1.2.0](https://github.com/rangle/tree/1.2.0)
* Augury now inspects applications built on Angular 2.0.0.
* Property lines no longer jump around when entering and exiting edit. ([652](https://github.com/rangle/augury/issues/652))
* Emitter widgets in the state editor no longer overlap the settings dropdown. ([661](https://github.com/rangle/augury/issues/661))
* The Injector Graph and the Router Tree have been polished and refined. ([672](https://github.com/rangle/augury/pull/672))
* Augury no longer loses context when the user clicks "(view source)" on a component. ([666](https://github.com/rangle/augury/issues/666))
* The Find box has been moved directly into Component Tree and Router Tree. ([566](https://github.com/rangle/augury/issues/566))
* Augury now filters normal HTML elements out of the Injector Graph ([633](https://github.com/rangle/augury/pull/633))
* You can now navigate the Component Tree with your keyboard. ([635](https://github.com/rangle/augury/pull/635))

## [1.1.3](http://github.com/rangle/tree/1.1.3)
## [1.1.3](https://github.com/rangle/tree/1.1.3)
* Resolve another endless-flicker issue caused by providers with undefined keys

## [1.1.2](https://github.com/rangle/tree/1.1.2)
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Augury",
"short_name": "Augury",
"version": "1.1.3",
"version": "1.2.0",
"description": "Extends the Developer Tools, adding tools for debugging and profiling Angular 2.0 applications.",
"permissions": [
"tabs",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "augury",
"version": "1.1.3",
"version": "1.2.0",
"description": "Chrome Developer Tools Extension for inspecting Angular 2.0 applications",
"repository": {
"type": "git",
Expand Down
7 changes: 1 addition & 6 deletions popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
html,
body {
margin: 0;
min-height: 150px;
min-height: 180px;
padding: 0;
width: 384px;
}
Expand Down Expand Up @@ -131,11 +131,6 @@ <h1 class="logo"><img class="logo_icon" src="images/augury-logo.svg">Augury&nbsp

<div class="modal_content">
<p>Augury is a Chrome Dev Tools extension for debugging Angular&nbsp;2 applications.</p>
<p>Currently works with:</p>
<ul>
<li>Angular 2.0.0-rc.4 through rc.6</li>
<li>@angular/router 3.0.0-beta.2 and later</li>
</ul>
</div>

<div class="modal_cta">
Expand Down

0 comments on commit 363a635

Please sign in to comment.