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

Releases: rangle/augury

Release1.24.1

09 Dec 14:31
dd90cb1
Compare
Choose a tag to compare
  • Fixing AOT issues

Release 1.24.0

04 Dec 21:44
Compare
Choose a tag to compare
  • Cannot read property 'nativeElement' of undefined (1430)
  • Update supported versions (1425)
  • Adding redirect to route path description (1423)
  • Adding try catch with workaround to solve bug (1418)
  • Sanity for AppRef.isStable observable (1417)
  • Update libraries & Compability (1416)
  • Define selectedComponentProperty in the way it could be redefined (1411)

Release 1.23.0

02 Apr 18:11
Compare
Choose a tag to compare
  • Fix component info scrolling firefox (1360 & 1376)
  • Handle string provider type in Description.getProviderDescription (1367)
  • Remove from README duplicate at table of contents (1371)

Release 1.22.0

27 Dec 11:20
Compare
Choose a tag to compare

Bug Fixes

  • Fix HMR issue.
  • Fix change-detection parsing issue (1344)

Release 1.21.0

06 Nov 02:36
Compare
Choose a tag to compare

Bug Fixes

  • Fix state not showing issues (1340)

Release 1.20.0

28 Oct 02:06
Compare
Choose a tag to compare
  • Angular 7 support
  • Bump npm package versions
  • Remove beta from Firefox

Release 1.19.0

06 Jun 17:42
7d05ff6
Compare
Choose a tag to compare
  • Bug fixes (angularJS hybrid app compatibility, component tree refreshing, and more state panel issues)
  • Highlighter/selection tool improvements

Release 1.18.0

24 May 16:58
9a412c3
Compare
Choose a tag to compare

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 inspection

Release (1.16.2)

16 May 18:02
31a2a25
Compare
Choose a tag to compare

1.16.2

  • Fix bug: component states dont show up sometimes.
  • Angular AOT compilation (for the front end)
  • Webpack 4 upgrade
  • Local fonts
  • Different builds for Firefox / Chrome
  • Remove unnecessary uses of eval() and new Function()
  • Angular 6 compatibility

Release 1.16.0

13 Apr 15:10
Compare
Choose a tag to compare

1.16.0

  • Add extendible build configurations for different versions of the augury package (currently for firefox and canary builds).
  • Fix edge case bugs that crashed augury (commonly affecting PrimeNG users)
  • Fix Angular application detection bug
  • Angular 6 compatibility