Releases: isc30/blazor-analytics
Releases · isc30/blazor-analytics
v4.0.0 0 - NET10 Support
What's Changed
- Fix .NET 10 preview compatibility issues by @martinalderson in #69
- Fix build errors by modernizing DemoApp.Client to .NET 8.0 by @martinalderson in #71
- Fix .NET 10 pipelines by @isc30 in #70
New Contributors
- @martinalderson made their first contribution in #69
Full Changelog: v3.12.0...v4.0.0
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.