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 #799 from stevenkampen/release-1-2-5
Browse files Browse the repository at this point in the history
Release 1.2.5
  • Loading branch information
Steven Kampen committed Nov 18, 2016
2 parents b1ffacd + 9c4cad1 commit a11c506
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Change Log
## [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)
* Remove Angular core dependency from backend bundle. [782](https://github.com/rangle/augury/issues/782)

## [1.2.4](https://github.com/rangle/tree/1.2.4)
* Add new support for decorators: `@ViewChild`, `@ViewChildren`, `@ContentChild`, and `@ContentChildren`. Now we display these decorators, along with the type selector information, in the UI.
* Add proper type information to State panel view. Instead of displaying `Object`, for example, we display the real type of that object, for example `NgModuleLoader`. We do this by retaining the type information across serialization. (Objects are serialized in the backend and then transmitted to the frontend, and the type information was being lost during this process. Now it is retained.)
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.4",
"version": "1.2.5",
"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.4",
"version": "1.2.5",
"description": "Chrome Developer Tools Extension for inspecting Angular 2.0 applications",
"repository": {
"type": "git",
Expand Down

0 comments on commit a11c506

Please sign in to comment.