github CommunityToolkit/Maui 1.0.2-mediaelement
v1.0.2 MediaElement: Adding `ShouldMute` and bugfixes!

19 months ago

This release adds the mute functionality to the MediaElement, but maybe even more important: there are some good bugfixes in here!

We're getting the first real-life feedback from you, thank you for that! And that also means you are using the MediaElement in ways that we could not foresee. That meant, there were a couple of crashes when using MediaElement on iOS in different page types and with or without .NET MAUI Shell. And there was a crash when you would clean up the MediaElement on Windows. Additionally, setting ShouldAutoPlay to false on iOS did not always have effect, that should be better now too.

We fixed the ones we knew about right now, so it should be much more stable! If you still run into anything, of course please let us know!

What's Changed

  • [iOS] ShouldAutoPlay=false should not auto play by @jfversluis in #954
  • Update ExoPlayer binding dependencies by @jfversluis in #973
  • Relax ViewController detection for iOS MediaElement to enable non-Shell usage by @jfversluis in #999
  • Fix disposal of MediaElement for Windows by @jfversluis in #1002
  • Bump Xam.Plugins.Android.ExoPlayer from 2.18.9 to 2.18.10 in /samples by @dependabot in #1005
  • Bump Xam.Plugins.Android.ExoPlayer.Transformer from 2.18.9 to 2.18.10 in /samples by @dependabot in #1006
  • Provide parent view controller to MediaElement iOS by @jfversluis in #1008
  • Implement Mediaelement ShouldMute by @jfversluis in #953

Full Changelog: 1.0.1-mediaelement...1.0.2-mediaelement

Don't miss a new Maui release

NewReleases is sending notifications on new releases.