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

Releases: rangle/augury

Release 1.15.0

18 Jan 19:40
Compare
Choose a tag to compare

1.15.0

  • Angular 5 does not work (1255).
  • Angular 5 breaks augury (1253).

Release 1.14.0

13 Jun 09:26
Compare
Choose a tag to compare

1.14.0

  • Add some more analytics events (1164).
  • Update typescript and loaders.
  • Add inspected app Angular version to UI (1165).
  • Add AoT info to architecture doc (1170).
  • Fix issue with build script not cleaning build directory (1179).
  • Fix promise issue with reconnect() within connection.send() (1182).
  • Fix issue with SelectComponent being called with null component tree (1184).
  • Suppress TypeError when rootComponentType is null (1186).
  • Supress TypeError when provider is null for any reason (1188).
  • Improve reported error details when error occurs in remoteExecute (1193).

Release 1.13.0

07 Jun 19:30
Compare
Choose a tag to compare

1.13.0

  • Fix issue with GTM initializing in user app context (1168).
  • Add white-space: nowrap; to tab menu items (235).

Release 1.12.0

06 Jun 16:43
Compare
Choose a tag to compare

1.12.0

  • Fix undefined ref error in dependency-info. 1158
  • Add isAngular and isDebug checks to backend script reinitialization. 1160
  • Stop catching user app errors after property change. 1156
  • Check for bootstrap module existence during NgModule parsing. 1162

Release 1.11.0

05 Jun 10:18
Compare
Choose a tag to compare

1.11.0

Release 1.9.0

30 May 08:03
Compare
Choose a tag to compare

1.9.0

  • Fix another issue with prod mode checking in some Angular versions 1131.
  • Stop catching errors that happen in the inspected app after emitting value 1135.
  • Don't try to parse child iframes within inspected app 1137.
  • Improve NgModule config resolution to avoid undefined reference errors 1133.

Release 1.8.0

27 May 07:47
Compare
Choose a tag to compare

1.8.0

  • Improve production mode and Angular framework checks 1071.
  • Fixed error message colour in dark mode 833.
  • Removed "Angular 2" references from projects 1046.
  • Fixed broken "Self Provided" in dependency graph 1078.
  • Fixed empty space under router tree 1025.
  • Changed $a to $$el to avoid conflicts 1044.
  • Improve UI resizing on Augury tab change 1026.
  • Add error reporting 955.
  • Add click & drag vertical resizing to router panel 1062.

Release 1.7.0

20 Apr 18:15
Compare
Choose a tag to compare

1.7.0

  • Removed unnecessary Chrome extension permissions (<all_urls> & tabs).
  • Switched from npm to yarn.

Release 1.6.0

31 Mar 18:32
Compare
Choose a tag to compare

1.6.0

  • Fix issue with state discrepency after property change 1050
  • Fix another serialization bug.

Release 1.5.0

29 Mar 17:08
Compare
Choose a tag to compare

1.5.0

  • Fix buggy serialization of maps and arrays 992
  • Update to work with changes in non-public Angular APIs 1039
  • Add descriptive attributes to form elements in component tree 1016
  • Fix error message not persisting on Augury close/open 304