This repository has been archived by the owner on May 25, 2021. It is now read-only.
Releases: rangle/augury
Releases · rangle/augury
Release 1.15.0
Release 1.14.0
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()
withinconnection.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
Release 1.12.0
Release 1.11.0
Release 1.9.0
Release 1.8.0
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
1.7.0
- Removed unnecessary Chrome extension permissions (
<all_urls>
&tabs
). - Switched from npm to yarn.