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

Commit

Permalink
Merge pull request #749 from stevenkampen/release-1-2-2
Browse files Browse the repository at this point in the history
Release 1.2.2
  • Loading branch information
Steven Kampen authored Oct 21, 2016
2 parents 389758b + 0bd644c commit 42a7832
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Change Log
## [1.2.2](https://github.com/rangle/tree/1.2.2)
* Changes to OnPush components in the state editor are now reflected immediately in the app. ([559](https://github.com/rangle/augury/issues/559))
* Resolve performance issue due to bug in which JSON patch library is not able to compare undefined values. ([727](https://github.com/rangle/augury/issues/727))
* Resolve issue where some ES6 shims conflict with Augury (asana.com). ([734](https://github.com/rangle/augury/issues/734))
* Router tree now supports lazy loaded modules. ([628](https://github.com/rangle/augury/issues/628))
* `$a` is now defined as a warning message in the extension context. ([684](https://github.com/rangle/augury/issues/684))

## [1.2.1](https://github.com/rangle/tree/1.2.1)
* The Router Tree no longer cuts off trees which are too large. ([401](https://github.com/rangle/augury/issues/401))
* The Component Tree scrollbars no longer overlap the info pane. ([682](https://github.com/rangle/augury/issues/682))
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.2.1",
"version": "1.2.2",
"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.2.1",
"version": "1.2.2",
"description": "Chrome Developer Tools Extension for inspecting Angular 2.0 applications",
"repository": {
"type": "git",
Expand Down

0 comments on commit 42a7832

Please sign in to comment.