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.4.0
Release 1.3.0
1.3.0
- Fix for Chrome popup icons.
- Added Github issue report generation to Chrome popup.
- Add "no routes" message. 817
- Removed last of example applications from this repo. 896
- Added support for lazy loaded NgModules. 916
- Fixed exception arising from empty modules config. 999
- Added router-outlet "name" attribute to component tree view. 921
Release 1.2.12
Release 1.2.11
1.2.11
- Remove "Properties" accordion. 663
- Fix route data parsing. 914
- Fix nested route paths. 917
- Improve router tree style in dark mode. 880
- Improve indenting in object accordions. 857
- Fix issue with no-arg NgModules. 958
- Add issue reporting links.
- Add support for
@Inject
decorated constructor injection. 851 - Fix incorrect component order in "Hybrid" component tree mode. 925
Release 1.2.10
Release 1.2.9
Release 1.2.8
1.2.8
- Automatically resolve router when possible. 829
- Add NgModules tab feature. 764
- Add NgModule context to Components and Injectables in Injector Graph. 803
- Improve frontend module/app declaration & fix swallowed keypresses in component tree.
- Improve styling of instance properties and make them editable.
Release 1.2.7
Release 1.2.6
1.2.6
- Added mouse selection and hover highlighting of dom elements. 641
- Updated architecture overview image #824
- Minor code optimizations #830 & #831
- Added more complete provider descriptions for non-components #662
- Fixed issue with breadcrumb link in the injector graph #837
- Fixed typo in 'kitchen sink' example app
- Fixed issue with dependency origin in injector graph and added support for
@SkipSelf
#802 - Optimized redundant posting out of message queue logic #832
- Added first of new example apps (Input/Output demo) #804
- Added safeguards to Router resolution #848