Skip to content

Releases: isc30/blazor-analytics

v4.0.0 0 - NET10 Support

04 Aug 13:57
1096d26

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.12.0...v4.0.0

v3.12.0

07 Jun 14:40
dd82bf7

Choose a tag to compare

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

16 Mar 16:01
b0b108f

Choose a tag to compare

  • @jay1819: added GlobalConfigData and GlobalEventData

3.10.0 - MIT license for NuGet Package

10 Dec 14:43
3df2b0c

Choose a tag to compare

Added explicit MIT license in the NuGet Package

3.9.0

27 Aug 16:03
d24a40d

Choose a tag to compare

support for net6

3.8.0

06 Aug 07:12
7b8dbf4

Choose a tag to compare

Ability to disable global tracking from IAnaltyics injectable

3.7.0

29 Jul 13:09
8febc94

Choose a tag to compare

Added ability to disable navigation tracking to certain pages

Fix release version

16 May 13:25
796d07d

Choose a tag to compare

3.6.0

Fix duplicate pageview tracking. (#36)

3.4.1

15 May 10:02
796d07d

Choose a tag to compare

Fixed an issue where the page views were duplicated in GA

Add support for more generic events

12 May 09:39
1c27223

Choose a tag to compare

Adding possibility to track any kind of events.
Keeping the old TrackEvent overloads for backwards compatibility, but could be marked as obsolete.