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

Commit

Permalink
Release 1.1.1 (#632)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Muir Hamilton authored Sep 9, 2016
1 parent a909baa commit f496f13
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [1.1.1](https://github.com/rangle/tree/1.1.1)
* Assorted style fixes.
* All-new "expand all" (Command/Ctrl-Click) and "collapse all" (Alt-Click) functionality in the Component Tree. ([629](https://github.com/rangle/augury/issues/629))
* Fix flickering update issue and lodash name collision issue. ([630](https://github.com/rangle/augury/issues/630))
* Fix recursive serialization issue that Eric found. ([618](https://github.com/rangle/augury/618))
* Remember expand actions in "State" view between component selection changes. ([620](https://github.com/rangle/augury/issues/620))

## [1.1.0](https://github.com/rangle/augury/tree/1.1.0)
* Port Augury to Angular 2.0.0 RC6 ([524](https://github.com/rangle/augury/issues/524), [563](https://github.com/rangle/augury/issues/563))
* Remove support for the deprecated router ([590](https://github.com/rangle/augury/issues/590))
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.0",
"version": "1.1.1",
"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.0",
"version": "1.1.1",
"description": "Chrome Developer Tools Extension for inspecting Angular 2.0 applications",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@

<body>
<div class="modal_header">
<h1 class="logo"><img class="logo_icon" src="images/augury-logo.svg">Augury&nbsp;<span class="version_number">(1.1.0)</span></h1>
<h1 class="logo"><img class="logo_icon" src="images/augury-logo.svg">Augury&nbsp;<span class="version_number">(1.1.1)</span></h1>
</div>

<div class="modal_content">
Expand Down

0 comments on commit f496f13

Please sign in to comment.