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 #966 from stevenkampen/chore/release-1-2-11
Browse files Browse the repository at this point in the history
Release 1.2.11
  • Loading branch information
stevenkampen committed Feb 11, 2017
2 parents 429b4ee + 913a64c commit 1cb3fcb
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# Change Log
## [1.2.11](https://github.com/rangle/tree/1.2.11)
* Remove "Properties" accordion. [663](https://github.com/rangle/augury/issues/663)
* Fix route data parsing. [914](https://github.com/rangle/augury/issues/914)
* Fix nested route paths. [917](https://github.com/rangle/augury/issues/917)
* Improve router tree style in dark mode. [880](https://github.com/rangle/augury/issues/880)
* Improve indenting in object accordions. [857](https://github.com/rangle/augury/issues/857)
* Fix issue with no-arg NgModules. [958](https://github.com/rangle/augury/issues/958)
* Add issue reporting links.
* Add support for `@Inject` decorated constructor injection. [851](https://github.com/rangle/augury/issues/851)
* Fix incorrect component order in "Hybrid" component tree mode. [925](https://github.com/rangle/augury/issues/925)

## [1.2.10](https://github.com/rangle/tree/1.2.10)
* Fix issue with NgModule references in injector graph. [918](https://github.com/rangle/augury/issues/918)

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.10",
"version": "1.2.11",
"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.10",
"version": "1.2.11",
"description": "Chrome Developer Tools Extension for inspecting Angular 2.0 applications",
"repository": {
"type": "git",
Expand Down

0 comments on commit 1cb3fcb

Please sign in to comment.