Skip to content

Releases: isc30/blazor-analytics

v3.12.0

07 Jun 14:40
dd82bf7
Compare
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
Compare
Choose a tag to compare
  • @jay1819: added GlobalConfigData and GlobalEventData

3.10.0 - MIT license for NuGet Package

10 Dec 14:43
3df2b0c
Compare
Choose a tag to compare

Added explicit MIT license in the NuGet Package

3.9.0

27 Aug 16:03
d24a40d
Compare
Choose a tag to compare

support for net6

3.8.0

06 Aug 07:12
7b8dbf4
Compare
Choose a tag to compare

Ability to disable global tracking from IAnaltyics injectable

3.7.0

29 Jul 13:09
8febc94
Compare
Choose a tag to compare

Added ability to disable navigation tracking to certain pages

Fix release version

16 May 13:25
796d07d
Compare
Choose a tag to compare
3.6.0

Fix duplicate pageview tracking. (#36)

3.4.1

15 May 10:02
796d07d
Compare
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
Compare
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.

Fixed event tracking for GA

26 Feb 16:26
e0b4676
Compare
Choose a tag to compare
Issue #31 : Fixed order of arguments to TrackEvent method (#32)

Co-authored-by: Richard Greaves <richard.greaves@enera.com>