Augury version history - 10 versions
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 1.24.1
Released 9 Dec 2019 - 624.35 kBWorks with firefox 42.0 and later- Fixing AOT issuesSource code released under The MIT Licence
Download Firefox and get the extensionYou'll need Firefox to use this extensionOlder versions
Version 1.24.0
Released 4 Dec 2019 - 620.41 kBWorks with firefox 42.0 and later- Cannot read property 'nativeElement' of undefined ([1430](https://github.com/rangle/augury/pull/1430))
- Update supported versions ([1425](https://github.com/rangle/augury/pull/1425))
- Adding redirect to route path description ([1423](https://github.com/rangle/augury/pull/1423))
- Adding try catch with workaround to solve bug ([1418](https://github.com/rangle/augury/pull/1418))
- Sanity for AppRef.isStable observable ([1417](https://github.com/rangle/augury/pull/1417))
- Update libraries & Compability ([1416](https://github.com/rangle/augury/pull/1416))
- Define selectedComponentProperty in the way it could be redefined ([1411](https://github.com/rangle/augury/pull/1411))Source code released under The MIT Licence
Version 1.23.0
Released 2 Apr 2019 - 543.29 kBWorks with firefox 42.0 and later* Fix component info scrolling firefox
* Handle string provider type in Description.getProviderDescription
* Remove from README duplicate at table of contentsSource code released under The MIT Licence
Version 1.21.0
Released 6 Nov 2018 - 491.43 kBWorks with firefox 42.0 and later-- New in version 1.21.0
* Fix state now showing issuesSource code released under The MIT Licence
Version 1.20.0
Released 28 Oct 2018 - 495.65 kBWorks with firefox 42.0 and later* Angular 7 support
* Bump npm package versions
* Remove beta from FirefoxSource code released under The MIT Licence
Version 1.19.3
Released 17 Aug 2018 - 495.8 kBWorks with firefox 42.0 and later, android 48.0 to 68.*Source code released under The MIT Licence
Version 1.19.0
Released 6 Jun 2018 - 495.71 kBWorks with firefox 42.0 and later, android 48.0 to 68.** Highlighter/selection tool improvements
* Bug fixes (angularJS hybrid app compatibility, component tree refreshing, and more state panel issues)Source code released under The MIT Licence
Version 1.18.0
Released 24 May 2018 - 493.83 kBWorks with firefox 42.0 and later, android 48.0 to 68.*Source code released under The MIT Licence
Version 1.16.2
Released 16 May 2018 - 498.79 kBWorks with firefox 42.0 and later, android 48.0 to 68.*Bug 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)
Small Tweaks:
- "loading" / "no state to show" messages during component state inspectionSource code released under The MIT Licence
Version 1.16.1
Released 10 May 2018 - 498.76 kBWorks with firefox 42.0 and later- FireFox build does not interact with outside services or run downloaded scripts. CSP updated to reflect this. Previous versions communicate with Google Tag Manager and Sentry, and fetch GTM's script on the fly.
- Fonts are locally sourced, rather than fetched from CDN.
- Changes to Augury's code remove various instances of `new Function()` from the final build. Same tasks are now performed without `eval`, with JSON5.
- Ahead-Of-Time compilation removes Angular's compiler from the production build.Source code released under The MIT Licence