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 #853 from stevenkampen/release-1-2-6
Browse files Browse the repository at this point in the history
Release 1.2.6
  • Loading branch information
Steven Kampen committed Dec 3, 2016
2 parents 5d34d67 + 6166a32 commit a223349
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
# Change Log
## [1.2.6](https://github.com/rangle/tree/1.2.6)
* Added mouse selection and hover highlighting of dom elements. [641](https://github.com/rangle/augury/issues/641)
* Updated architecture overview image [#824](https://github.com/rangle/augury/issues/824)
* Minor code optimizations [#830](https://github.com/rangle/augury/issues/830) & [#831](https://github.com/rangle/augury/issues/831)
* Added more complete provider descriptions for non-components [#662](https://github.com/rangle/augury/issues/662)
* Fixed issue with breadcrumb link in the injector graph [#837](https://github.com/rangle/augury/issues/837)
* Fixed typo in 'kitchen sink' example app
* Fixed issue with dependency origin in injector graph and added support for `@SkipSelf` [#802](https://github.com/rangle/augury/issues/802)
* Optimized redundant posting out of message queue logic [#832](https://github.com/rangle/augury/issues/832)
* Added first of new example apps (Input/Output demo) [#804](https://github.com/rangle/augury/issues/804)
* Added safeguards to Router resolution [#848](https://github.com/rangle/augury/issues/848)

## [1.2.5](https://github.com/rangle/tree/1.2.5)
* Update kitcken sink example app to Angular 2.2.0. [792](https://github.com/rangle/augury/issues/792)
* Resolve conflict with Jira boards. [766](https://github.com/rangle/augury/issues/766)
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.5",
"version": "1.2.6",
"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.5",
"version": "1.2.6",
"description": "Chrome Developer Tools Extension for inspecting Angular 2.0 applications",
"repository": {
"type": "git",
Expand Down

0 comments on commit a223349

Please sign in to comment.