All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Fixed that
EventListener
didn't dispose the events that it created during callback after use.
- Changed the version of
Blazor.WebIDL
to use the newest version which is 0.6.0.
- Added implementation of
Event.CreateAsync(jSRuntime, jSReference, CreationOptions)
. - Added target for .NET 8.
- Fixed that
AbortController
was placed in namespaceKristofferStrube.Blazor.DOM.Abort
instead of justKristofferStrube.Blazor.DOM
.
- Fixed that the static method
EventTarget.CreateAsync(IJSRuntime, JSReference)
was not public.
- Changed the version of
Blazor.WebIDL
to use the newest version which is 0.5.0.