Releases: isc30/blazor-analytics
Releases · isc30/blazor-analytics
v3.12.0
Fix forgotten interface declaration change (#62) * Fix application breaking on js interop error Instead, it now catches the exception and stops tracking the connection. * Change method signature for async method without await * Remove unnecessary calls to base class initialization * Remove unsubscription from initialization method * Implement IDisposable and have unsubscribe occur there * Change from OnInitializedAsync to OnIntialized * Change IAnalytics interface for ConfigureGlobalEventData to be synchronous * Remove accidental async addition in interface
v3.11.0
3.10.0 - MIT license for NuGet Package
Added explicit MIT license in the NuGet Package
3.9.0
3.8.0
3.7.0
Fix release version
3.6.0 Fix duplicate pageview tracking. (#36)
3.4.1
Add support for more generic events
Adding possibility to track any kind of events.
Keeping the old TrackEvent overloads for backwards compatibility, but could be marked as obsolete.
Fixed event tracking for GA
Issue #31 : Fixed order of arguments to TrackEvent method (#32) Co-authored-by: Richard Greaves <richard.greaves@enera.com>