Skip to content
This repository has been archived by the owner on Jul 24, 2019. It is now read-only.

Releases: Basaingeal/Blazor.PageVisibility

v0.4.0

24 Jul 14:20
Compare
Choose a tag to compare

v0.3.2

14 Jun 20:49
Compare
Choose a tag to compare
  • fix typo in DI method
  • update Nuget description to clarify usage.

v0.3.1

14 Jun 16:35
Compare
Choose a tag to compare

remove dev files from nuget package content

v0.3.0

12 Jun 18:26
Compare
Choose a tag to compare

Update to latest Microsoft.AspNetCore.Components.Browser preview version

v0.2.2

10 Jun 20:36
Compare
Choose a tag to compare

Add DI method to use in startup: services.AddPageVisibility()

v0.2.1

06 Jun 13:08
Compare
Choose a tag to compare

Reduced overhead for synchronous JavaScript calls.

EventCallbacks

04 Jun 20:08
Compare
Choose a tag to compare

The Visibility Change listener now uses EventCallbacks. This means that the caller will not have to call StateHasChanged, but they will have to pass a this reference when setting the callback function.

await visibilityService.OnVisibilityChangeAsync(OnVisibilityChange, this);

void OnVisibilityChange(VisibilityInfo visibilityInfo){ ... }

Initial Release

04 Jun 18:21
Compare
Choose a tag to compare
v0.1.0

update readme