Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.12 KB

CHANGELOG.md

File metadata and controls

26 lines (20 loc) · 1.12 KB

Changelog

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.

[Unreleased]

[0.4.0] - 2024-10-23

Changed

  • Changed so that MediaDevices made from MediaDevicesService are marked as DisposesJSReference.
  • Changed the version of Blazor.DOM to use the newest version which is 0.3.0.

[0.3.0] - 2024-08-25

Added

  • Added IJSWrapperConverter decoration to all IJSWrapper types so that they can be parsed directly in JSInterop.

[0.2.0] - 2024-04-16

Changed

  • Changed the version of Blazor.DOM to use the newest version which is 0.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.

[0.1.1] - 2024-04-15

Fixed

  • Fixed that MediaDevices.GetUserMediaAsync was not configured to use Error Handling JSInterop for Blazor Server.