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

Commit

Permalink
Release 1.18.0 (bug fixes and small tweaks) (#1309)
Browse files Browse the repository at this point in the history
Fixes:

- States not showing up for some components (there might be still some edge cases out there that cause this issue, but all known occurrences are fixed for).
- Page slowing down to a freeze due to interaction between Augury and other extensions (notably Redux DevTools)
- Angular JIT compiler error due to reflect-metadata. (reflect-metadata is no longer included in the Augury build)
- "loading" / "no state to show" messages during component state inspection
  • Loading branch information
santiago-elustondo authored May 24, 2018
1 parent 31a2a25 commit 9a412c3
Show file tree
Hide file tree
Showing 19 changed files with 306 additions and 255 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Change Log

## [1.18.0](https://github.com/rangle/tree/1.17.0)
* Bug fixes:
- ([1306](https://github.com/rangle/augury/issues/1306))
- ([1307](https://github.com/rangle/augury/issues/1307))
- ([1304](https://github.com/rangle/augury/issues/1304))
- ([1303](https://github.com/rangle/augury/issues/1303))
- ([1291](https://github.com/rangle/augury/issues/1291))
- ([1114](https://github.com/rangle/augury/issues/1114))

## [1.17.0](https://github.com/rangle/tree/1.17.0)
* Remove reflect-metadata from bundle to avoid runtime conflicts.
- ([1306](https://github.com/rangle/augury/issues/1306))
- ([1307](https://github.com/rangle/augury/issues/1307))

## [1.16.3](https://github.com/rangle/tree/1.16.3)
* Hotfix to address issue with reflect-metadata.
- ([1306](https://github.com/rangle/augury/issues/1306))
- ([1307](https://github.com/rangle/augury/issues/1307))

## [1.16.2](https://github.com/rangle/tree/1.16.2)
* Fix bug: component states dont show up sometimes.
- ([1254](https://github.com/rangle/augury/issues/1254))
Expand Down
2 changes: 1 addition & 1 deletion manifest/base.manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Augury",
"short_name": "Augury",
"version": "1.16.2",
"version": "1.18.0",
"description": "Extends the Developer Tools, adding tools for debugging and profiling Angular applications.",
"permissions": [
"storage"
Expand Down
1 change: 1 addition & 0 deletions manifest/firefox.manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "Augury (beta)",
"applications": {
"gecko": {
"id": "[email protected]"
Expand Down
Loading

0 comments on commit 9a412c3

Please sign in to comment.