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

Commit 1cb3fcb

Browse files
authored
Merge pull request #966 from stevenkampen/chore/release-1-2-11
Release 1.2.11
2 parents 429b4ee + 913a64c commit 1cb3fcb

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
# Change Log
2+
## [1.2.11](https://github.com/rangle/tree/1.2.11)
3+
* Remove "Properties" accordion. [663](https://github.com/rangle/augury/issues/663)
4+
* Fix route data parsing. [914](https://github.com/rangle/augury/issues/914)
5+
* Fix nested route paths. [917](https://github.com/rangle/augury/issues/917)
6+
* Improve router tree style in dark mode. [880](https://github.com/rangle/augury/issues/880)
7+
* Improve indenting in object accordions. [857](https://github.com/rangle/augury/issues/857)
8+
* Fix issue with no-arg NgModules. [958](https://github.com/rangle/augury/issues/958)
9+
* Add issue reporting links.
10+
* Add support for `@Inject` decorated constructor injection. [851](https://github.com/rangle/augury/issues/851)
11+
* Fix incorrect component order in "Hybrid" component tree mode. [925](https://github.com/rangle/augury/issues/925)
12+
213
## [1.2.10](https://github.com/rangle/tree/1.2.10)
314
* Fix issue with NgModule references in injector graph. [918](https://github.com/rangle/augury/issues/918)
415

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Augury",
33
"short_name": "Augury",
4-
"version": "1.2.10",
4+
"version": "1.2.11",
55
"description": "Extends the Developer Tools, adding tools for debugging and profiling Angular 2.0 applications.",
66
"permissions": [
77
"tabs",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "augury",
3-
"version": "1.2.10",
3+
"version": "1.2.11",
44
"description": "Chrome Developer Tools Extension for inspecting Angular 2.0 applications",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)