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.
- Changed so that
MediaDevices
made fromMediaDevicesService
are marked asDisposesJSReference
. - Changed the version of
Blazor.DOM
to use the newest version which is0.3.0
.
- Added
IJSWrapperConverter
decoration to allIJSWrapper
types so that they can be parsed directly in JSInterop.
- Changed the version of
Blazor.DOM
to use the newest version which is0.2.1
. - Changed
IMediaDevicesService.GetMediaDevicesAsync
method to not be memoized as returned wrappers should be disposed. - Changed
MediaStreamTrackEvent.GetTrackAsync
method to not be memoized as returned wrappers should be disposed.
- Fixed that
MediaDevices.GetUserMediaAsync
was not configured to use Error Handling JSInterop for Blazor Server.