This repository has been archived by the owner on May 25, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 216
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release 1.18.0 (bug fixes and small tweaks) (#1309)
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
1 parent
31a2a25
commit 9a412c3
Showing
19 changed files
with
306 additions
and
255 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
{ | ||
"name": "Augury (beta)", | ||
"applications": { | ||
"gecko": { | ||
"id": "[email protected]" | ||
|
Oops, something went wrong.