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

Commit 9a412c3

Browse files
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
1 parent 31a2a25 commit 9a412c3

19 files changed

+306
-255
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Change Log
22

3+
## [1.18.0](https://github.com/rangle/tree/1.17.0)
4+
* Bug fixes:
5+
- ([1306](https://github.com/rangle/augury/issues/1306))
6+
- ([1307](https://github.com/rangle/augury/issues/1307))
7+
- ([1304](https://github.com/rangle/augury/issues/1304))
8+
- ([1303](https://github.com/rangle/augury/issues/1303))
9+
- ([1291](https://github.com/rangle/augury/issues/1291))
10+
- ([1114](https://github.com/rangle/augury/issues/1114))
11+
12+
## [1.17.0](https://github.com/rangle/tree/1.17.0)
13+
* Remove reflect-metadata from bundle to avoid runtime conflicts.
14+
- ([1306](https://github.com/rangle/augury/issues/1306))
15+
- ([1307](https://github.com/rangle/augury/issues/1307))
16+
17+
## [1.16.3](https://github.com/rangle/tree/1.16.3)
18+
* Hotfix to address issue with reflect-metadata.
19+
- ([1306](https://github.com/rangle/augury/issues/1306))
20+
- ([1307](https://github.com/rangle/augury/issues/1307))
21+
322
## [1.16.2](https://github.com/rangle/tree/1.16.2)
423
* Fix bug: component states dont show up sometimes.
524
- ([1254](https://github.com/rangle/augury/issues/1254))

manifest/base.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Augury",
33
"short_name": "Augury",
4-
"version": "1.16.2",
4+
"version": "1.18.0",
55
"description": "Extends the Developer Tools, adding tools for debugging and profiling Angular applications.",
66
"permissions": [
77
"storage"

manifest/firefox.manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"name": "Augury (beta)",
23
"applications": {
34
"gecko": {
45

0 commit comments

Comments
 (0)