Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Tags: dotnet/MobileBlazorBindings

Tags

v0.5.50-preview

Toggle v0.5.50-preview's commit message
Update release notes link to preview5

v0.4.74-preview

Toggle v0.4.74-preview's commit message
Add MicroBuild signing to new WebView packages

v0.3.26-preview

Toggle v0.3.26-preview's commit message
Add support for XF.GridLength in attribute helpers

v0.2.42-preview

Toggle v0.2.42-preview's commit message
Clear event handler only if it's the current event handler value

Previously, when an event handler was reset it would unconditionally clear the event. Instead, it should check if the value that is attempted to be clear is actually the current value. If not (say, because it's stale), it's ignored. If it is, it's cleared.

Fixes #80

v0.1.173-beta

Toggle v0.1.173-beta's commit message
Remove unnecessary "@" from Razor files